public final class ProductDomain 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 |
|---|
ProductDomain() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
String |
getDomain() |
String |
getName() |
String |
getSubdomain() |
String |
getUri() |
String |
getUrl() |
ProductDomain |
setDomain(String domain) |
ProductDomain |
setName(String name) |
ProductDomain |
setSubdomain(String subdomain) |
ProductDomain |
setUri(String uri) |
ProductDomain |
setUrl(String url) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getDomain()
null for nonepublic ProductDomain setDomain(String domain)
domain - domain or null for nonepublic String getName()
null for nonepublic ProductDomain setName(String name)
name - name or null for nonepublic String getSubdomain()
null for nonepublic ProductDomain setSubdomain(String subdomain)
subdomain - subdomain or null for nonepublic String getUri()
null for nonepublic ProductDomain setUri(String uri)
uri - uri or null for nonepublic String getUrl()
null for nonepublic ProductDomain setUrl(String url)
url - url 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.