ProductUpgradeLineItem Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. productupgrades. ProductUpgradeLineItem
- com.
public class ProductUpgradeLineItem
Represents the product upgrade line item.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ProductUpgradeLineItem() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Product |
getErrorDetails()
Gets the error detail for the product upgrade. |
|
Product |
getSourceProduct()
Gets the product being upgraded. |
| java.lang.String |
getStatus()
Gets the status for the product upgrade. |
|
Product |
getTargetProduct()
Gets the target product for the upgrade. |
| org.joda.time.DateTime |
getUpgradedDate()
Gets the date the product was upgraded. |
| void |
setErrorDetails(ProductUpgradeErrorDetail value)
Sets the error detail for the product upgrade. |
| void |
setSourceProduct(ProductUpgradeDetail value)
Sets the product being upgraded. |
| void |
setStatus(String value)
Sets the status for the product upgrade. |
| void |
setTargetProduct(ProductUpgradeDetail value)
Sets the target product for the upgrade. |
| void |
setUpgradedDate(DateTime value)
Sets the date the product was upgraded. |
Inherited Members
Constructor Details
ProductUpgradeLineItem
public ProductUpgradeLineItem()
Method Details
getErrorDetails
public ProductUpgradeErrorDetail getErrorDetails()
Gets the error detail for the product upgrade.
Returns:
getSourceProduct
public ProductUpgradeDetail getSourceProduct()
Gets the product being upgraded.
Returns:
getStatus
public String getStatus()
Gets the status for the product upgrade.
Returns:
getTargetProduct
public ProductUpgradeDetail getTargetProduct()
Gets the target product for the upgrade.
Returns:
getUpgradedDate
public DateTime getUpgradedDate()
Gets the date the product was upgraded.
Returns:
setErrorDetails
public void setErrorDetails(ProductUpgradeErrorDetail value)
Sets the error detail for the product upgrade.
Parameters:
setSourceProduct
public void setSourceProduct(ProductUpgradeDetail value)
Sets the product being upgraded.
Parameters:
setStatus
public void setStatus(String value)
Sets the status for the product upgrade.
Parameters:
setTargetProduct
public void setTargetProduct(ProductUpgradeDetail value)
Sets the target product for the upgrade.
Parameters:
setUpgradedDate
public void setUpgradedDate(DateTime value)
Sets the date the product was upgraded.
Parameters: