java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.account.graph.Outputs

@ApiType("SoftLayer_Container_Account_Graph_Outputs")
public class Outputs
extends Entity
Models a single outbound object for a graph of given data sets.
See Also:
SoftLayer_Container_Account_Graph_Outputs
  • Field Details

    • closedTickets

      @ApiProperty(canBeNullOrNotSet=true) protected String closedTickets
      The count of closed tickets included in this graph.
    • closedTicketsSpecified

      protected boolean closedTicketsSpecified
    • completedBackupCount

      @ApiProperty(canBeNullOrNotSet=true) protected String completedBackupCount
      The count of completed backups included in this graph.
    • completedBackupCountSpecified

      protected boolean completedBackupCountSpecified
    • conflictBackupCount

      @ApiProperty(canBeNullOrNotSet=true) protected String conflictBackupCount
      The count of conflicted backups included in this graph.
    • conflictBackupCountSpecified

      protected boolean conflictBackupCountSpecified
    • endDate

      The maximum date included in this graph.
    • endDateSpecified

      protected boolean endDateSpecified
    • failedBackupCount

      @ApiProperty(canBeNullOrNotSet=true) protected String failedBackupCount
      The count of failed backups included in this graph.
    • failedBackupCountSpecified

      protected boolean failedBackupCountSpecified
    • graphError

      @ApiProperty(canBeNullOrNotSet=true) protected String graphError
      Error message encountered during graphing
    • graphErrorSpecified

      protected boolean graphErrorSpecified
    • graphImage

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

      protected boolean graphImageSpecified
    • hardwareUptime

      @ApiProperty(canBeNullOrNotSet=true) protected String hardwareUptime
      The average of hardware uptime included in this graph.
    • hardwareUptimeSpecified

      protected boolean hardwareUptimeSpecified
    • inboundUsage

      @ApiProperty(canBeNullOrNotSet=true) protected String inboundUsage
      The inbound bandwidth usage shown in this graph.
    • inboundUsageSpecified

      protected boolean inboundUsageSpecified
    • openTickets

      @ApiProperty(canBeNullOrNotSet=true) protected String openTickets
      The count of open tickets included in this graph.
    • openTicketsSpecified

      protected boolean openTicketsSpecified
    • outboundUsage

      @ApiProperty(canBeNullOrNotSet=true) protected String outboundUsage
      The outbound bandwidth usage shown in this graph.
    • outboundUsageSpecified

      protected boolean outboundUsageSpecified
    • pendingCustomerResponseTicketCount

      @ApiProperty(canBeNullOrNotSet=true) protected String pendingCustomerResponseTicketCount
      The count of tickets included in this graph.
    • pendingCustomerResponseTicketCountSpecified

      protected boolean pendingCustomerResponseTicketCountSpecified
    • startDate

      The minimum date included in this graph.
    • startDateSpecified

      protected boolean startDateSpecified
    • urlUptime

      @ApiProperty(canBeNullOrNotSet=true) protected String urlUptime
      The average of url uptime included in this graph.
    • urlUptimeSpecified

      protected boolean urlUptimeSpecified
    • waitingEmployeeResponseTicketCount

      @ApiProperty(canBeNullOrNotSet=true) protected String waitingEmployeeResponseTicketCount
      The count of tickets included in this graph.
    • waitingEmployeeResponseTicketCountSpecified

      protected boolean waitingEmployeeResponseTicketCountSpecified
  • Constructor Details

    • Outputs

      public Outputs()
  • Method Details

    • getClosedTickets

      public String getClosedTickets()
    • setClosedTickets

      public void setClosedTickets​(String closedTickets)
    • isClosedTicketsSpecified

      public boolean isClosedTicketsSpecified()
    • unsetClosedTickets

      public void unsetClosedTickets()
    • getCompletedBackupCount

      public String getCompletedBackupCount()
    • setCompletedBackupCount

      public void setCompletedBackupCount​(String completedBackupCount)
    • isCompletedBackupCountSpecified

      public boolean isCompletedBackupCountSpecified()
    • unsetCompletedBackupCount

      public void unsetCompletedBackupCount()
    • getConflictBackupCount

      public String getConflictBackupCount()
    • setConflictBackupCount

      public void setConflictBackupCount​(String conflictBackupCount)
    • isConflictBackupCountSpecified

      public boolean isConflictBackupCountSpecified()
    • unsetConflictBackupCount

      public void unsetConflictBackupCount()
    • getEndDate

      public GregorianCalendar getEndDate()
    • setEndDate

      public void setEndDate​(GregorianCalendar endDate)
    • isEndDateSpecified

      public boolean isEndDateSpecified()
    • unsetEndDate

      public void unsetEndDate()
    • getFailedBackupCount

      public String getFailedBackupCount()
    • setFailedBackupCount

      public void setFailedBackupCount​(String failedBackupCount)
    • isFailedBackupCountSpecified

      public boolean isFailedBackupCountSpecified()
    • unsetFailedBackupCount

      public void unsetFailedBackupCount()
    • getGraphError

      public String getGraphError()
    • setGraphError

      public void setGraphError​(String graphError)
    • isGraphErrorSpecified

      public boolean isGraphErrorSpecified()
    • unsetGraphError

      public void unsetGraphError()
    • getGraphImage

      public byte[] getGraphImage()
    • setGraphImage

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

      public boolean isGraphImageSpecified()
    • unsetGraphImage

      public void unsetGraphImage()
    • getHardwareUptime

      public String getHardwareUptime()
    • setHardwareUptime

      public void setHardwareUptime​(String hardwareUptime)
    • isHardwareUptimeSpecified

      public boolean isHardwareUptimeSpecified()
    • unsetHardwareUptime

      public void unsetHardwareUptime()
    • getInboundUsage

      public String getInboundUsage()
    • setInboundUsage

      public void setInboundUsage​(String inboundUsage)
    • isInboundUsageSpecified

      public boolean isInboundUsageSpecified()
    • unsetInboundUsage

      public void unsetInboundUsage()
    • getOpenTickets

      public String getOpenTickets()
    • setOpenTickets

      public void setOpenTickets​(String openTickets)
    • isOpenTicketsSpecified

      public boolean isOpenTicketsSpecified()
    • unsetOpenTickets

      public void unsetOpenTickets()
    • getOutboundUsage

      public String getOutboundUsage()
    • setOutboundUsage

      public void setOutboundUsage​(String outboundUsage)
    • isOutboundUsageSpecified

      public boolean isOutboundUsageSpecified()
    • unsetOutboundUsage

      public void unsetOutboundUsage()
    • getPendingCustomerResponseTicketCount

      public String getPendingCustomerResponseTicketCount()
    • setPendingCustomerResponseTicketCount

      public void setPendingCustomerResponseTicketCount​(String pendingCustomerResponseTicketCount)
    • isPendingCustomerResponseTicketCountSpecified

      public boolean isPendingCustomerResponseTicketCountSpecified()
    • unsetPendingCustomerResponseTicketCount

      public void unsetPendingCustomerResponseTicketCount()
    • getStartDate

      public GregorianCalendar getStartDate()
    • setStartDate

      public void setStartDate​(GregorianCalendar startDate)
    • isStartDateSpecified

      public boolean isStartDateSpecified()
    • unsetStartDate

      public void unsetStartDate()
    • getUrlUptime

      public String getUrlUptime()
    • setUrlUptime

      public void setUrlUptime​(String urlUptime)
    • isUrlUptimeSpecified

      public boolean isUrlUptimeSpecified()
    • unsetUrlUptime

      public void unsetUrlUptime()
    • getWaitingEmployeeResponseTicketCount

      public String getWaitingEmployeeResponseTicketCount()
    • setWaitingEmployeeResponseTicketCount

      public void setWaitingEmployeeResponseTicketCount​(String waitingEmployeeResponseTicketCount)
    • isWaitingEmployeeResponseTicketCountSpecified

      public boolean isWaitingEmployeeResponseTicketCountSpecified()
    • unsetWaitingEmployeeResponseTicketCount

      public void unsetWaitingEmployeeResponseTicketCount()