public class AppStoreProduct extends Object
| Constructor and Description |
|---|
AppStoreProduct() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMarketPlace() |
String |
getProductId()
The Product ID from the AppStore.
|
int |
hashCode() |
AppStoreProduct |
marketPlace(String marketPlace) |
AppStoreProduct |
productId(String productId) |
void |
setMarketPlace(String marketPlace) |
void |
setProductId(String productId) |
String |
toString() |
public AppStoreProduct marketPlace(String marketPlace)
public String getMarketPlace()
public void setMarketPlace(String marketPlace)
public AppStoreProduct productId(String productId)
public String getProductId()
public void setProductId(String productId)
Copyright © 2018. All rights reserved.