ProductUpgradeStatus Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. productupgrades. ProductUpgradeStatus
- com.
public class ProductUpgradeStatus
Represents a product upgrade status.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ProductUpgradeStatus() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Product |
getErrorDetails()
Gets the error detail for the product upgrade. |
| java.lang.String |
getId()
Gets the identifier for the product upgrade. |
|
java.util.List<Product |
getLineItems()
Gets the line items for the product upgrade. |
| java.lang.String |
getProductFamily()
Gets the family for the product. |
| java.lang.String |
getStatus()
Gets the status for the product upgrade. |
| void |
setErrorDetails(ProductUpgradeErrorDetail value)
Sets the error detail for the product upgrade. |
| void |
setId(String value)
Sets the identifier for the product upgrade. |
| void |
setLineItems(List<ProductUpgradeLineItem> value)
Sets the line items for the product upgrade. |
| void |
setProductFamily(String value)
Sets the family for the product. |
| void |
setStatus(String value)
Sets the status for the product upgrade. |
Inherited Members
Constructor Details
ProductUpgradeStatus
public ProductUpgradeStatus()
Method Details
getErrorDetails
public ProductUpgradeErrorDetail getErrorDetails()
Gets the error detail for the product upgrade.
Returns:
getId
public String getId()
Gets the identifier for the product upgrade.
Returns:
getLineItems
public List
Gets the line items for the product upgrade.
Returns:
getProductFamily
public String getProductFamily()
Gets the family for the product.
Returns:
getStatus
public String getStatus()
Gets the status for the product upgrade.
Returns:
setErrorDetails
public void setErrorDetails(ProductUpgradeErrorDetail value)
Sets the error detail for the product upgrade.
Parameters:
setId
public void setId(String value)
Sets the identifier for the product upgrade.
Parameters:
setLineItems
public void setLineItems(List
Sets the line items for the product upgrade.
Parameters:
setProductFamily
public void setProductFamily(String value)
Sets the family for the product.
Parameters:
setStatus
public void setStatus(String value)
Sets the status for the product upgrade.
Parameters: