ProductUpgradeDetail Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.productupgrades.ProductUpgradeDetail

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

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

ProductUpgradeDetail

public ProductUpgradeDetail()

Method Details

getId

public String getId()

Gets the identifier for the product upgrade.

Returns:

The identifier for the product upgrade.

getName

public String getName()

Gets the name of the product to upgrade.

Returns:

The name of the product to upgrade.

setId

public void setId(String value)

Sets the identifier for the product upgrade.

Parameters:

value - The identifier for the product upgrade.

setName

public void setName(String value)

Sets the name of the product to upgrade.

Parameters:

value - The name of the product to upgrade.

Applies to