Class ProductUpgradeEligibility

java.lang.Object
com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeEligibility

public class ProductUpgradeEligibility
extends Object
Represents a product upgrade eligibility.
  • Constructor Details

  • Method Details

    • getCustomerId

      public String getCustomerId()
      Gets the identifier for the customer.
      Returns:
      The identifier for the customer.
    • setCustomerId

      public void setCustomerId​(String value)
      Sets the identifier for the customer.
      Parameters:
      value - The identifier for the customer.
    • getIsEligible

      public boolean getIsEligible()
      Gets a flag indicating whether the upgrade is eligible.
      Returns:
      A flag indicating whether the upgrade is eligible.
    • setIsEligible

      public void setIsEligible​(boolean value)
      Sets a flag indicating whether the upgrade is eligible.
      Parameters:
      value - A flag indicating whether the upgrade is eligible.
    • getProductFamily

      public String getProductFamily()
      Gets the family for the product.
      Returns:
      The family for the product.
    • setProductFamily

      public void setProductFamily​(String value)
      Sets the family for the product.
      Parameters:
      value - The family for the product.
    • getReason

      public String getReason()
      Gets the reason if the customer is not eligible for upgrade.
      Returns:
      The reason if the customer is not eligible for upgrade.
    • setReason

      public void setReason​(String value)
      Sets the reason if the customer is not eligible for upgrade.
      Parameters:
      value - The reason if the customer is not eligible for upgrade.
    • getUpgradeId

      public String getUpgradeId()
      Gets the identifier for the upgrade.
      Returns:
      The identifier for the upgrade.
    • setUpgradeId

      public void setUpgradeId​(String value)
      Sets the identifier for the upgrade.
      Parameters:
      value - The identifier for the upgrade.