Class GraphOutputsExtended

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

@ApiType("SoftLayer_Container_Bandwidth_GraphOutputsExtended")
public class GraphOutputsExtended
extends Entity
SoftLayer_Container_Bandwidth_GraphOutputs models an individual bandwidth graph image and certain details about that graph image.
See Also:
SoftLayer_Container_Bandwidth_GraphOutputsExtended
  • Field Details

    • graphImage

      @ApiProperty(canBeNullOrNotSet=true) protected byte[] graphImage
      The raw PNG binary data of a bandwidth graph image.
    • graphImageSpecified

      protected boolean graphImageSpecified
    • graphTitle

      @ApiProperty(canBeNullOrNotSet=true) protected String graphTitle
      A bandwidth graph's title.
    • graphTitleSpecified

      protected boolean graphTitleSpecified
    • inBoundTotalBytes

      @ApiProperty(canBeNullOrNotSet=true) protected Long inBoundTotalBytes
      The amount of inbound traffic reported on a bandwidth graph image.
    • inBoundTotalBytesSpecified

      protected boolean inBoundTotalBytesSpecified
    • maxEndDate

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar maxEndDate
      The ending date of the data represented in a bandwidth graph.
    • maxEndDateSpecified

      protected boolean maxEndDateSpecified
    • minStartDate

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar minStartDate
      The beginning date of the data represented in a bandwidth graph.
    • minStartDateSpecified

      protected boolean minStartDateSpecified
    • outBoundTotalBytes

      @ApiProperty(canBeNullOrNotSet=true) protected Long outBoundTotalBytes
      The amount of outbound traffic reported on a bandwidth graph image.
    • outBoundTotalBytesSpecified

      protected boolean outBoundTotalBytesSpecified
  • Constructor Details

    • GraphOutputsExtended

      public GraphOutputsExtended()
  • Method Details

    • getGraphImage

      public byte[] getGraphImage()
    • setGraphImage

      public void setGraphImage​(byte[] graphImage)
    • isGraphImageSpecified

      public boolean isGraphImageSpecified()
    • unsetGraphImage

      public void unsetGraphImage()
    • getGraphTitle

      public String getGraphTitle()
    • setGraphTitle

      public void setGraphTitle​(String graphTitle)
    • isGraphTitleSpecified

      public boolean isGraphTitleSpecified()
    • unsetGraphTitle

      public void unsetGraphTitle()
    • getInBoundTotalBytes

      public Long getInBoundTotalBytes()
    • setInBoundTotalBytes

      public void setInBoundTotalBytes​(Long inBoundTotalBytes)
    • isInBoundTotalBytesSpecified

      public boolean isInBoundTotalBytesSpecified()
    • unsetInBoundTotalBytes

      public void unsetInBoundTotalBytes()
    • getMaxEndDate

      public GregorianCalendar getMaxEndDate()
    • setMaxEndDate

      public void setMaxEndDate​(GregorianCalendar maxEndDate)
    • isMaxEndDateSpecified

      public boolean isMaxEndDateSpecified()
    • unsetMaxEndDate

      public void unsetMaxEndDate()
    • getMinStartDate

      public GregorianCalendar getMinStartDate()
    • setMinStartDate

      public void setMinStartDate​(GregorianCalendar minStartDate)
    • isMinStartDateSpecified

      public boolean isMinStartDateSpecified()
    • unsetMinStartDate

      public void unsetMinStartDate()
    • getOutBoundTotalBytes

      public Long getOutBoundTotalBytes()
    • setOutBoundTotalBytes

      public void setOutBoundTotalBytes​(Long outBoundTotalBytes)
    • isOutBoundTotalBytesSpecified

      public boolean isOutBoundTotalBytesSpecified()
    • unsetOutBoundTotalBytes

      public void unsetOutBoundTotalBytes()