public final class ProductOverview 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 |
|---|
ProductOverview() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout() |
String |
getProductUrl() |
Boolean |
getPublished() |
String |
getThumbnailUrl() |
ProductOverview |
setAbout(String about) |
ProductOverview |
setProductUrl(String productUrl) |
ProductOverview |
setPublished(Boolean published) |
ProductOverview |
setThumbnailUrl(String thumbnailUrl) |
public String getAbout()
null for nonepublic ProductOverview setAbout(String about)
about - about or null for nonepublic String getProductUrl()
null for nonepublic ProductOverview setProductUrl(String productUrl)
productUrl - productUrl or null for nonepublic Boolean getPublished()
null for nonepublic ProductOverview setPublished(Boolean published)
published - published or null for nonepublic String getThumbnailUrl()
null for nonepublic ProductOverview setThumbnailUrl(String thumbnailUrl)
thumbnailUrl - thumbnailUrl or null for noneCopyright © 2020. All rights reserved.