Class ProductUpgradeDetail
java.lang.Object
com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeDetail
public class ProductUpgradeDetail extends Object
Represents an upgraded product's details.
-
Constructor Summary
Constructors Constructor Description ProductUpgradeDetail() -
Method Summary
-
Constructor Details
-
ProductUpgradeDetail
public ProductUpgradeDetail()
-
-
Method Details
-
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.
-
getName
Gets the name of the product to upgrade.- Returns:
- The name of the product to upgrade.
-
setName
Sets the name of the product to upgrade.- Parameters:
value- The name of the product to upgrade.
-