Class ProductUpgradeStatus
java.lang.Object
com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeStatus
public class ProductUpgradeStatus extends Object
Represents a product upgrade status.
-
Constructor Summary
Constructors Constructor Description ProductUpgradeStatus() -
Method Summary
Modifier and Type Method Description ProductUpgradeErrorDetailgetErrorDetails()Gets the error detail for the product upgrade.StringgetId()Gets the identifier for the product upgrade.List<ProductUpgradeLineItem>getLineItems()Gets the line items for the product upgrade.StringgetProductFamily()Gets the family for the product.StringgetStatus()Gets the status for the product upgrade.voidsetErrorDetails(ProductUpgradeErrorDetail value)Sets the error detail for the product upgrade.voidsetId(String value)Sets the identifier for the product upgrade.voidsetLineItems(List<ProductUpgradeLineItem> value)Sets the line items for the product upgrade.voidsetProductFamily(String value)Sets the family for the product.voidsetStatus(String value)Sets the status for the product upgrade.
-
Constructor Details
-
ProductUpgradeStatus
public ProductUpgradeStatus()
-
-
Method Details
-
getErrorDetails
Gets the error detail for the product upgrade.- Returns:
- The error detail for the product upgrade.
-
setErrorDetails
Sets the error detail for the product upgrade.- Parameters:
value- The error detail for the product upgrade.
-
getId
Gets the identifier for the product upgrade.- Returns:
- The identifier for the product upgrade.
-
setId
Sets the identifier for the product upgrade.- Parameters:
value- The identifier for the product upgrade.
-
getLineItems
Gets the line items for the product upgrade.- Returns:
- The line items for the product upgrade.
-
setLineItems
Sets the line items for the product upgrade.- Parameters:
value- The line items for the product upgrade.
-
getProductFamily
Gets the family for the product.- Returns:
- The family for the product.
-
setProductFamily
Sets the family for the product.- Parameters:
value- The family for the product.
-
getStatus
Gets the status for the product upgrade.- Returns:
- The status for the product upgrade.
-
setStatus
Sets the status for the product upgrade.- Parameters:
value- The status for the product upgrade.
-