ProductUpgradeDetail Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. productupgrades. ProductUpgradeDetail
- com.
public class ProductUpgradeDetail
Represents an upgraded product's details.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ProductUpgradeDetail() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getId()
Gets the identifier for the product upgrade. |
| java.lang.String |
getName()
Gets the name of the product to upgrade. |
| void |
setId(String value)
Sets the identifier for the product upgrade. |
| void |
setName(String value)
Sets the name of the product to upgrade. |
Inherited Members
Constructor Details
ProductUpgradeDetail
public ProductUpgradeDetail()
Method Details
getId
public String getId()
Gets the identifier for the product upgrade.
Returns:
getName
public String getName()
Gets the name of the product to upgrade.
Returns:
setId
public void setId(String value)
Sets the identifier for the product upgrade.
Parameters:
setName
public void setName(String value)
Sets the name of the product to upgrade.
Parameters: