public final class EventEnd 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 |
|---|
EventEnd() |
| 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. |
Integer |
getFrom() |
Date |
getOn() |
Boolean |
getShow() |
Integer |
getTo() |
EventEnd |
setFrom(Integer from) |
EventEnd |
setOn(Date on) |
EventEnd |
setShow(Boolean show) |
EventEnd |
setTo(Integer to) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic Integer getFrom()
null for nonepublic Date getOn()
null for nonepublic Boolean getShow()
null for nonepublic Integer getTo()
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.