java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.metric.tracking.object.Type

@ApiType("SoftLayer_Metric_Tracking_Object_Type")
public class Type
extends Entity
SoftLayer [[SoftLayer_Metric_Tracking_Object|tracking objects]] can model various kinds of measured data, from server and virtual server bandwidth usage to CPU use to remote storage usage. SoftLayer_Metric_Tracking_Object_Type models one of these types and is referred to in tracking objects to reflect what type of data they track.
See Also:
SoftLayer_Metric_Tracking_Object_Type
  • Field Details

    • keyname

      @ApiProperty(canBeNullOrNotSet=true) protected String keyname
      Description A tracking object type's key name. This is a shorter description of what kind of data a tracking object group is polling.
    • keynameSpecified

      protected boolean keynameSpecified
    • name

      @ApiProperty(canBeNullOrNotSet=true) protected String name
      Description A tracking object type's name. This describes what kind of data a tracking object group is polling.
    • nameSpecified

      protected boolean nameSpecified
  • Constructor Details

    • Type

      public Type()
  • Method Details

    • getKeyname

      public String getKeyname()
    • setKeyname

      public void setKeyname​(String keyname)
    • isKeynameSpecified

      public boolean isKeynameSpecified()
    • unsetKeyname

      public void unsetKeyname()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()