Class GraphInputs
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.ticket.GraphInputs
@ApiType("SoftLayer_Container_Ticket_GraphInputs") public class GraphInputs extends Entity
SoftLayer_Container_Ticket_GraphInputs models a single inbound object for a given ticket graph.
- See Also:
- SoftLayer_Container_Ticket_GraphInputs
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphInputs.Mask -
Field Summary
Fields Modifier and Type Field Description protected GregorianCalendarendDateThis is a unix timestamp that represents the stop date/time for a graph.protected booleanendDateSpecifiedprotected LongnetworkInterfaceIdThe front-end or back-end network uplink interface associated with this server.protected booleannetworkInterfaceIdSpecifiedprotected Longpod*protected booleanpodSpecifiedprotected StringserverNameThis is a human readable name for the server or rack being graphed.protected booleanserverNameSpecifiedprotected GregorianCalendarstartDateThis is a unix timestamp that represents the begin date/time for a graph.protected booleanstartDateSpecifiedFields inherited from class com.softlayer.api.Type
unknownProperties -
Constructor Summary
Constructors Constructor Description GraphInputs() -
Method Summary
Modifier and Type Method Description GregorianCalendargetEndDate()LonggetNetworkInterfaceId()LonggetPod()StringgetServerName()GregorianCalendargetStartDate()booleanisEndDateSpecified()booleanisNetworkInterfaceIdSpecified()booleanisPodSpecified()booleanisServerNameSpecified()booleanisStartDateSpecified()voidsetEndDate(GregorianCalendar endDate)voidsetNetworkInterfaceId(Long networkInterfaceId)voidsetPod(Long pod)voidsetServerName(String serverName)voidsetStartDate(GregorianCalendar startDate)voidunsetEndDate()voidunsetNetworkInterfaceId()voidunsetPod()voidunsetServerName()voidunsetStartDate()Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Field Details
-
endDate
This is a unix timestamp that represents the stop date/time for a graph. -
endDateSpecified
protected boolean endDateSpecified -
networkInterfaceId
The front-end or back-end network uplink interface associated with this server. -
networkInterfaceIdSpecified
protected boolean networkInterfaceIdSpecified -
pod
* -
podSpecified
protected boolean podSpecified -
serverName
This is a human readable name for the server or rack being graphed. -
serverNameSpecified
protected boolean serverNameSpecified -
startDate
This is a unix timestamp that represents the begin date/time for a graph. -
startDateSpecified
protected boolean startDateSpecified
-
-
Constructor Details
-
GraphInputs
public GraphInputs()
-
-
Method Details
-
getEndDate
-
setEndDate
-
isEndDateSpecified
public boolean isEndDateSpecified() -
unsetEndDate
public void unsetEndDate() -
getNetworkInterfaceId
-
setNetworkInterfaceId
-
isNetworkInterfaceIdSpecified
public boolean isNetworkInterfaceIdSpecified() -
unsetNetworkInterfaceId
public void unsetNetworkInterfaceId() -
getPod
-
setPod
-
isPodSpecified
public boolean isPodSpecified() -
unsetPod
public void unsetPod() -
getServerName
-
setServerName
-
isServerNameSpecified
public boolean isServerNameSpecified() -
unsetServerName
public void unsetServerName() -
getStartDate
-
setStartDate
-
isStartDateSpecified
public boolean isStartDateSpecified() -
unsetStartDate
public void unsetStartDate()
-