Class ProductUpgradeLineItem

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

public class ProductUpgradeLineItem
extends Object
Represents the product upgrade line item.
  • Constructor Details

  • Method Details

    • getErrorDetails

      public ProductUpgradeErrorDetail getErrorDetails()
      Gets the error detail for the product upgrade.
      Returns:
      The error detail for the product upgrade.
    • setErrorDetails

      public void setErrorDetails​(ProductUpgradeErrorDetail value)
      Sets the error detail for the product upgrade.
      Parameters:
      value - The error detail for the product upgrade.
    • getSourceProduct

      public ProductUpgradeDetail getSourceProduct()
      Gets the product being upgraded.
      Returns:
      The product being upgraded.
    • setSourceProduct

      public void setSourceProduct​(ProductUpgradeDetail value)
      Sets the product being upgraded.
      Parameters:
      value - The product being upgraded.
    • getStatus

      public String getStatus()
      Gets the status for the product upgrade.
      Returns:
      The status for the product upgrade.
    • setStatus

      public void setStatus​(String value)
      Sets the status for the product upgrade.
      Parameters:
      value - The status for the product upgrade.
    • getTargetProduct

      public ProductUpgradeDetail getTargetProduct()
      Gets the target product for the upgrade.
      Returns:
      The target product for the upgrade.
    • setTargetProduct

      public void setTargetProduct​(ProductUpgradeDetail value)
      Sets the target product for the upgrade.
      Parameters:
      value - The target product for the upgrade.
    • getUpgradedDate

      public org.joda.time.DateTime getUpgradedDate()
      Gets the date the product was upgraded.
      Returns:
      The date the product was upgraded.
    • setUpgradedDate

      public void setUpgradedDate​(org.joda.time.DateTime value)
      Sets the date the product was upgraded.
      Parameters:
      value - The date the product was upgraded.