ProductUpgradeErrorDetail Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. productupgrades. ProductUpgradeErrorDetail
- com.
public class ProductUpgradeErrorDetail
Represents error details for a product upgrade.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ProductUpgradeErrorDetail() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getCode()
Gets the error code of the product upgrade. |
| java.lang.String |
getDescription()
Gets the description of the product upgrade. |
| void |
setCode(String value)
Sets the error code of the product upgrade. |
| void |
setDescription(String value)
Sets the description of the product upgrade. |
Inherited Members
Constructor Details
ProductUpgradeErrorDetail
public ProductUpgradeErrorDetail()
Method Details
getCode
public String getCode()
Gets the error code of the product upgrade.
Returns:
getDescription
public String getDescription()
Gets the description of the product upgrade.
Returns:
setCode
public void setCode(String value)
Sets the error code of the product upgrade.
Parameters:
setDescription
public void setDescription(String value)
Sets the description of the product upgrade.
Parameters: