java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.bandwidth.GraphInputs

@ApiType("SoftLayer_Container_Bandwidth_GraphInputs")
public class GraphInputs
extends Entity
SoftLayer_Container_Bandwidth_GraphInputs models a single inbound object for a given bandwidth graph.
See Also:
SoftLayer_Container_Bandwidth_GraphInputs
  • Field Details

    • 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

      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

      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()