Package com.docusign.esign.model
Class AppStoreProduct
- java.lang.Object
-
- com.docusign.esign.model.AppStoreProduct
-
- All Implemented Interfaces:
Serializable
public class AppStoreProduct extends Object implements Serializable
Contains information about an APP store product..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppStoreProduct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetMarketPlace().StringgetProductId()The Product ID from the AppStore..inthashCode()Returns the HashCode.AppStoreProductmarketPlace(String marketPlace)marketPlace.AppStoreProductproductId(String productId)productId.voidsetMarketPlace(String marketPlace)setMarketPlace.voidsetProductId(String productId)setProductId.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
marketPlace
public AppStoreProduct marketPlace(String marketPlace)
marketPlace.- Returns:
- AppStoreProduct
-
getMarketPlace
public String getMarketPlace()
.- Returns:
- marketPlace
-
setMarketPlace
public void setMarketPlace(String marketPlace)
setMarketPlace.
-
productId
public AppStoreProduct productId(String productId)
productId.- Returns:
- AppStoreProduct
-
getProductId
public String getProductId()
The Product ID from the AppStore..- Returns:
- productId
-
setProductId
public void setProductId(String productId)
setProductId.
-
equals
public boolean equals(Object o)
Compares objects.
-
-