Class Object

  • Direct Known Subclasses:
    Abstract

    @ApiType("SoftLayer_Metric_Tracking_Object")
    public class Object
    extends Entity
    Metric tracking objects provides a common interface to all metrics provided by SoftLayer. These metrics range from network component traffic for a server to aggregated Bandwidth Pooling traffic and more. Every object within SoftLayer's range of objects that has data that can be tracked over time has an associated tracking object. Use the [[SoftLayer_Metric_Tracking_Object]] service to retrieve raw and graph data from a tracking object.
    See Also:
    SoftLayer_Metric_Tracking_Object
    • Constructor Detail

      • Object

        public Object()
    • Method Detail

      • getType

        public Type getType()
      • setType

        public void setType​(Type type)
      • isDataSpecified

        public boolean isDataSpecified()
      • unsetData

        public void unsetData()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • isLabelSpecified

        public boolean isLabelSpecified()
      • unsetLabel

        public void unsetLabel()
      • getResourceTableId

        public Long getResourceTableId()
      • setResourceTableId

        public void setResourceTableId​(Long resourceTableId)
      • isResourceTableIdSpecified

        public boolean isResourceTableIdSpecified()
      • unsetResourceTableId

        public void unsetResourceTableId()
      • isStartDateSpecified

        public boolean isStartDateSpecified()
      • unsetStartDate

        public void unsetStartDate()