ProductUpgradeLineItem Class

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

public class ProductUpgradeLineItem

Represents the product upgrade line item.

Constructor Summary

Constructor Description
ProductUpgradeLineItem()

Method Summary

Modifier and Type Method and Description
ProductUpgradeErrorDetail getErrorDetails()

Gets the error detail for the product upgrade.

ProductUpgradeDetail getSourceProduct()

Gets the product being upgraded.

java.lang.String getStatus()

Gets the status for the product upgrade.

ProductUpgradeDetail getTargetProduct()

Gets the target product for the upgrade.

org.joda.time.DateTime getUpgradedDate()

Gets the date the product was upgraded.

void setErrorDetails(ProductUpgradeErrorDetail value)

Sets the error detail for the product upgrade.

void setSourceProduct(ProductUpgradeDetail value)

Sets the product being upgraded.

void setStatus(String value)

Sets the status for the product upgrade.

void setTargetProduct(ProductUpgradeDetail value)

Sets the target product for the upgrade.

void setUpgradedDate(DateTime value)

Sets the date the product was upgraded.

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

ProductUpgradeLineItem

public ProductUpgradeLineItem()

Method Details

getErrorDetails

public ProductUpgradeErrorDetail getErrorDetails()

Gets the error detail for the product upgrade.

Returns:

The error detail for the product upgrade.

getSourceProduct

public ProductUpgradeDetail getSourceProduct()

Gets the product being upgraded.

Returns:

The product being upgraded.

getStatus

public String getStatus()

Gets the status for the product upgrade.

Returns:

The status for the product upgrade.

getTargetProduct

public ProductUpgradeDetail getTargetProduct()

Gets the target product for the upgrade.

Returns:

The target product for the upgrade.

getUpgradedDate

public DateTime getUpgradedDate()

Gets the date the product was upgraded.

Returns:

The date the product was upgraded.

setErrorDetails

public void setErrorDetails(ProductUpgradeErrorDetail value)

Sets the error detail for the product upgrade.

Parameters:

value - The error detail for the product upgrade.

setSourceProduct

public void setSourceProduct(ProductUpgradeDetail value)

Sets the product being upgraded.

Parameters:

value - The product being upgraded.

setStatus

public void setStatus(String value)

Sets the status for the product upgrade.

Parameters:

value - The status for the product upgrade.

setTargetProduct

public void setTargetProduct(ProductUpgradeDetail value)

Sets the target product for the upgrade.

Parameters:

value - The target product for the upgrade.

setUpgradedDate

public void setUpgradedDate(DateTime value)

Sets the date the product was upgraded.

Parameters:

value - The date the product was upgraded.

Applies to