Interface Definition.Service
-
- All Superinterfaces:
Maskable,ResultLimitable,Service
- Enclosing class:
- Definition
@ApiService("SoftLayer_Configuration_Template_Section_Definition") public static interface Definition.Service extends Service
Configuration definition gives you details of the value that you're setting.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Definition.ServiceAsyncasAsync()Get an async version of this serviceList<Attribute>getAttributes()ValuegetDefaultValue()GroupgetGroup()BooleangetMonitoringDataFlag()DefinitiongetObject()SectiongetSection()TypegetValueType()voidsetMask(Definition.Mask mask)Definition.MaskwithMask()Use the existing mask on this service or create it if not presentDefinition.MaskwithNewMask()Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
asAsync
Definition.ServiceAsync asAsync()
Description copied from interface:ServiceGet an async version of this service
-
withNewMask
Definition.Mask withNewMask()
Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Definition.Mask withMask()
Description copied from interface:MaskableUse the existing mask on this service or create it if not present
-
setMask
void setMask(Definition.Mask mask)
-
getObject
@ApiMethod(instanceRequired=true) Definition getObject()
-
getAttributes
@ApiMethod(instanceRequired=true) List<Attribute> getAttributes()
-
getDefaultValue
@ApiMethod(instanceRequired=true) Value getDefaultValue()
-
getGroup
@ApiMethod(instanceRequired=true) Group getGroup()
-
getMonitoringDataFlag
@ApiMethod(instanceRequired=true) Boolean getMonitoringDataFlag()
-
getSection
@ApiMethod(instanceRequired=true) Section getSection()
-
getValueType
@ApiMethod(instanceRequired=true) Type getValueType()
-
-