Class Member
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.resource.group.template.Member
@ApiType("SoftLayer_Resource_Group_Template_Member") public class Member extends Entity
- See Also:
- SoftLayer_Resource_Group_Template_Member
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Member.Mask
-
Field Summary
Fields Modifier and Type Field Description protected Long
maxQuantity
protected boolean
maxQuantitySpecified
protected Long
minQuantity
protected boolean
minQuantitySpecified
protected Role
role
protected Long
roleId
protected boolean
roleIdSpecified
protected Template
template
protected Long
templateId
protected boolean
templateIdSpecified
-
Constructor Summary
Constructors Constructor Description Member()
-
Method Summary
Modifier and Type Method Description Long
getMaxQuantity()
Long
getMinQuantity()
Role
getRole()
Long
getRoleId()
Template
getTemplate()
Long
getTemplateId()
boolean
isMaxQuantitySpecified()
boolean
isMinQuantitySpecified()
boolean
isRoleIdSpecified()
boolean
isTemplateIdSpecified()
void
setMaxQuantity(Long maxQuantity)
void
setMinQuantity(Long minQuantity)
void
setRole(Role role)
void
setRoleId(Long roleId)
void
setTemplate(Template template)
void
setTemplateId(Long templateId)
void
unsetMaxQuantity()
void
unsetMinQuantity()
void
unsetRoleId()
void
unsetTemplateId()
-
Field Details
-
role
-
template
-
maxQuantity
-
maxQuantitySpecified
protected boolean maxQuantitySpecified -
minQuantity
-
minQuantitySpecified
protected boolean minQuantitySpecified -
roleId
-
roleIdSpecified
protected boolean roleIdSpecified -
templateId
-
templateIdSpecified
protected boolean templateIdSpecified
-
-
Constructor Details
-
Member
public Member()
-
-
Method Details
-
getRole
-
setRole
-
getTemplate
-
setTemplate
-
getMaxQuantity
-
setMaxQuantity
-
isMaxQuantitySpecified
public boolean isMaxQuantitySpecified() -
unsetMaxQuantity
public void unsetMaxQuantity() -
getMinQuantity
-
setMinQuantity
-
isMinQuantitySpecified
public boolean isMinQuantitySpecified() -
unsetMinQuantity
public void unsetMinQuantity() -
getRoleId
-
setRoleId
-
isRoleIdSpecified
public boolean isRoleIdSpecified() -
unsetRoleId
public void unsetRoleId() -
getTemplateId
-
setTemplateId
-
isTemplateIdSpecified
public boolean isTemplateIdSpecified() -
unsetTemplateId
public void unsetTemplateId()
-