Class ProductUpgradeStatus

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

public class ProductUpgradeStatus
extends Object
Represents a product upgrade status.
  • 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.
    • getId

      public String getId()
      Gets the identifier for the product upgrade.
      Returns:
      The identifier for the product upgrade.
    • setId

      public void setId​(String value)
      Sets the identifier for the product upgrade.
      Parameters:
      value - The identifier for the product upgrade.
    • getLineItems

      public List<ProductUpgradeLineItem> getLineItems()
      Gets the line items for the product upgrade.
      Returns:
      The line items for the product upgrade.
    • setLineItems

      public void setLineItems​(List<ProductUpgradeLineItem> value)
      Sets the line items for the product upgrade.
      Parameters:
      value - The line items for the product upgrade.
    • 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.
    • 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.