Class Abstract
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.metric.tracking.Object
com.softlayer.api.service.metric.tracking.object.Abstract
- Direct Known Subclasses:
HardwareServer
,Repository
,VirtualDedicatedRack
@ApiType("SoftLayer_Metric_Tracking_Object_Abstract") public class Abstract extends Object
SoftLayer_Metric_Tracking_Object_Abstract models a generic tracking object type. Typically a tracking object with a specific purpose has it's own data type defined within the SoftLayer API.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Abstract.Mask
Nested classes/interfaces inherited from class com.softlayer.api.service.metric.tracking.Object
Object.Service, Object.ServiceAsync
-
Field Summary
Fields inherited from class com.softlayer.api.service.metric.tracking.Object
data, dataSpecified, id, idSpecified, label, labelSpecified, resourceTableId, resourceTableIdSpecified, startDate, startDateSpecified, type
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
Constructor Summary
Constructors Constructor Description Abstract()
-
Method Summary
Methods inherited from class com.softlayer.api.service.metric.tracking.Object
asService, getData, getId, getLabel, getResourceTableId, getStartDate, getType, isDataSpecified, isIdSpecified, isLabelSpecified, isResourceTableIdSpecified, isStartDateSpecified, service, service, setId, setLabel, setResourceTableId, setStartDate, setType, unsetData, unsetId, unsetLabel, unsetResourceTableId, unsetStartDate
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
Constructor Details
-
Abstract
public Abstract()
-