public final class ProductPublishing 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 |
|---|
ProductPublishing() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic ProductDomain getAt()
null for nonepublic ProductPublishing setAt(ProductDomain at)
at - at or null for nonepublic Boolean getComingSoon()
null for nonepublic ProductPublishing setComingSoon(Boolean comingSoon)
comingSoon - comingSoon or null for nonepublic Date getCreatedDate()
null for nonepublic ProductPublishing setCreatedDate(Date createdDate)
createdDate - createdDate or null for nonepublic String getDescription()
null for nonepublic ProductPublishing setDescription(String description)
description - description or null for nonepublic Boolean getFacebookLike()
null for nonepublic ProductPublishing setFacebookLike(Boolean facebookLike)
facebookLike - facebookLike or null for nonepublic Boolean getGooglePlus()
null for nonepublic ProductPublishing setGooglePlus(Boolean googlePlus)
googlePlus - googlePlus or null for nonepublic Boolean getLinkedInShare()
null for nonepublic ProductPublishing setLinkedInShare(Boolean linkedInShare)
linkedInShare - linkedInShare or null for nonepublic Date getModificationDate()
null for nonepublic ProductPublishing setModificationDate(Date modificationDate)
modificationDate - modificationDate or null for nonepublic List<ProductPicture> getPictures()
null for nonepublic ProductPublishing setPictures(List<ProductPicture> pictures)
pictures - pictures or null for nonepublic Boolean getPublished()
null for nonepublic ProductPublishing setPublished(Boolean published)
published - published or 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.