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 booleanstartDateSpecified-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description GraphInputs()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
endDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar endDate
This is a unix timestamp that represents the stop date/time for a graph.
-
endDateSpecified
protected boolean endDateSpecified
-
networkInterfaceId
@ApiProperty(canBeNullOrNotSet=true) protected Long networkInterfaceId
The front-end or back-end network uplink interface associated with this server.
-
networkInterfaceIdSpecified
protected boolean networkInterfaceIdSpecified
-
pod
@ApiProperty(canBeNullOrNotSet=true) protected Long pod
*
-
podSpecified
protected boolean podSpecified
-
serverName
@ApiProperty(canBeNullOrNotSet=true) protected String serverName
This is a human readable name for the server or rack being graphed.
-
serverNameSpecified
protected boolean serverNameSpecified
-
startDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar startDate
This is a unix timestamp that represents the begin date/time for a graph.
-
startDateSpecified
protected boolean startDateSpecified
-
-
Method Detail
-
getEndDate
public GregorianCalendar getEndDate()
-
setEndDate
public void setEndDate(GregorianCalendar endDate)
-
isEndDateSpecified
public boolean isEndDateSpecified()
-
unsetEndDate
public void unsetEndDate()
-
getNetworkInterfaceId
public Long getNetworkInterfaceId()
-
setNetworkInterfaceId
public void setNetworkInterfaceId(Long networkInterfaceId)
-
isNetworkInterfaceIdSpecified
public boolean isNetworkInterfaceIdSpecified()
-
unsetNetworkInterfaceId
public void unsetNetworkInterfaceId()
-
getPod
public Long getPod()
-
setPod
public void setPod(Long pod)
-
isPodSpecified
public boolean isPodSpecified()
-
unsetPod
public void unsetPod()
-
getServerName
public String getServerName()
-
setServerName
public void setServerName(String serverName)
-
isServerNameSpecified
public boolean isServerNameSpecified()
-
unsetServerName
public void unsetServerName()
-
getStartDate
public GregorianCalendar getStartDate()
-
setStartDate
public void setStartDate(GregorianCalendar startDate)
-
isStartDateSpecified
public boolean isStartDateSpecified()
-
unsetStartDate
public void unsetStartDate()
-
-