Class Template
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.resource.group.Template
@ApiType("SoftLayer_Resource_Group_Template") public class Template extends Entity
- See Also:
- SoftLayer_Resource_Group_Template
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Template.Mask
static interface
Template.Service
static interface
Template.ServiceAsync
-
Field Summary
Fields Modifier and Type Field Description protected List<Template>
children
protected Long
childrenCount
A count ofprotected String
description
A resource group template's description.protected boolean
descriptionSpecified
protected Long
id
protected boolean
idSpecified
protected String
keyName
A resource group template's keyname.protected boolean
keyNameSpecified
protected Long
memberCount
A count ofprotected List<Member>
members
protected Package
templatePackage
-
Constructor Summary
Constructors Constructor Description Template()
-
Method Summary
Modifier and Type Method Description Template.Service
asService(ApiClient client)
List<Template>
getChildren()
Long
getChildrenCount()
String
getDescription()
Long
getId()
String
getKeyName()
Long
getMemberCount()
List<Member>
getMembers()
Package
getTemplatePackage()
boolean
isDescriptionSpecified()
boolean
isIdSpecified()
boolean
isKeyNameSpecified()
static Template.Service
service(ApiClient client)
static Template.Service
service(ApiClient client, Long id)
void
setChildrenCount(Long childrenCount)
void
setDescription(String description)
void
setId(Long id)
void
setKeyName(String keyName)
void
setMemberCount(Long memberCount)
void
setTemplatePackage(Package templatePackage)
void
unsetDescription()
void
unsetId()
void
unsetKeyName()
-
Field Details
-
children
-
members
-
templatePackage
-
description
A resource group template's description. -
descriptionSpecified
protected boolean descriptionSpecified -
id
-
idSpecified
protected boolean idSpecified -
keyName
A resource group template's keyname. -
keyNameSpecified
protected boolean keyNameSpecified -
childrenCount
A count of -
memberCount
A count of
-
-
Constructor Details
-
Template
public Template()
-
-
Method Details
-
getChildren
-
getMembers
-
getTemplatePackage
-
setTemplatePackage
-
getDescription
-
setDescription
-
isDescriptionSpecified
public boolean isDescriptionSpecified() -
unsetDescription
public void unsetDescription() -
getId
-
setId
-
isIdSpecified
public boolean isIdSpecified() -
unsetId
public void unsetId() -
getKeyName
-
setKeyName
-
isKeyNameSpecified
public boolean isKeyNameSpecified() -
unsetKeyName
public void unsetKeyName() -
getChildrenCount
-
setChildrenCount
-
getMemberCount
-
setMemberCount
-
asService
-
service
-
service
-