Class GraphOutputs

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

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

    • graphImage

      @ApiProperty(canBeNullOrNotSet=true) protected byte[] graphImage
      The raw PNG binary data to be displayed once the graph is drawn.
    • graphImageSpecified

      protected boolean graphImageSpecified
    • graphTitle

      @ApiProperty(canBeNullOrNotSet=true) protected String graphTitle
      The title that ended up being displayed as part of the graph image.
    • graphTitleSpecified

      protected boolean graphTitleSpecified
    • maxEndDate

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar maxEndDate
      The maximum date included in this graph.
    • maxEndDateSpecified

      protected boolean maxEndDateSpecified
    • minStartDate

      @ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar minStartDate
      The minimum date included in this graph.
    • minStartDateSpecified

      protected boolean minStartDateSpecified
  • Constructor Details

    • GraphOutputs

      public GraphOutputs()
  • 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()
    • 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()