public final class Product extends Object implements RelevantNullChecker
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 |
|---|
Product() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic Date getCreatedDate()
null for nonepublic Product setCreatedDate(Date createdDate)
createdDate - createdDate or null for nonepublic Event getEvent()
null for nonepublic void setEventIf(Event event)
public Long getId()
null for nonepublic ProductInvoicing getInvoicing()
null for nonepublic Product setInvoicing(ProductInvoicing invoicing)
invoicing - invoicing or null for nonepublic void setInvoicingIf(ProductInvoicing invoicing)
public String getItemName()
null for nonepublic Product setItemName(String itemName)
itemName - itemName or null for nonepublic ProductMetaFields getMetaFields()
null for nonepublic Product setMetaFields(ProductMetaFields metaFields)
metaFields - metaFields or null for nonepublic void setMetaFieldsIf(ProductMetaFields metaFields)
public Date getModificationDate()
null for nonepublic Product setModificationDate(Date modificationDate)
modificationDate - modificationDate or null for nonepublic ProductOverview getOverview()
null for nonepublic Product setOverview(ProductOverview overview)
overview - overview or null for nonepublic ProductPricing getPricing()
null for nonepublic Product setPricing(ProductPricing pricing)
pricing - pricing or null for nonepublic ProductPublishing getPublishing()
null for nonepublic Product setPublishing(ProductPublishing publishing)
publishing - publishing or null for nonepublic void setPublishingIf(ProductPublishing publishing)
public String getSnippet()
null for nonepublic boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.