public final class ProductPicture extends Object
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the TurnOnline.biz Product Billing. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Constructor and Description |
|---|
ProductPicture() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getOrder() |
String |
getServingUrl() |
String |
getStorageName() |
int |
hashCode() |
ProductPicture |
setOrder(Integer order) |
ProductPicture |
setServingUrl(String servingUrl) |
ProductPicture |
setStorageName(String storageName) |
public Integer getOrder()
null for nonepublic ProductPicture setOrder(Integer order)
order - order or null for nonepublic String getServingUrl()
null for nonepublic ProductPicture setServingUrl(String servingUrl)
servingUrl - servingUrl or null for nonepublic String getStorageName()
null for nonepublic ProductPicture setStorageName(String storageName)
storageName - storageName or null for noneCopyright © 2020. All rights reserved.