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