Class Group
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.monitoring.agent.configuration.template.Group
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Group.Mask
static interface
Group.Service
SoftLayer offers several monitoring packages, each containing multiple monitoring agents.static interface
Group.ServiceAsync
-
Field Summary
Fields Modifier and Type Field Description protected Account
account
protected Long
accountId
Internal identifier of a SoftLayer account that this configuration template belongs toprotected boolean
accountIdSpecified
protected Long
configurationTemplateCount
A count ofprotected Long
configurationTemplateReferenceCount
A count ofprotected List<Reference>
configurationTemplateReferences
protected List<Template>
configurationTemplates
protected GregorianCalendar
createDate
Created dateprotected boolean
createDateSpecified
protected String
description
Description of a monitoring agent configuration groupprotected boolean
descriptionSpecified
protected Long
id
Internal identifier of a monitoring agent configuration groupprotected boolean
idSpecified
protected Item
item
protected Long
itemId
Internal identifier of a configuration template typeprotected boolean
itemIdSpecified
protected GregorianCalendar
modifyDate
Last modified dateprotected boolean
modifyDateSpecified
protected String
name
Name of a monitoring agent configuration groupprotected boolean
nameSpecified
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
account
@ApiProperty protected Account account
-
configurationTemplateReferences
@ApiProperty protected List<Reference> configurationTemplateReferences
-
configurationTemplates
@ApiProperty protected List<Template> configurationTemplates
-
item
@ApiProperty protected Item item
-
accountId
@ApiProperty(canBeNullOrNotSet=true) protected Long accountId
Internal identifier of a SoftLayer account that this configuration template belongs to
-
accountIdSpecified
protected boolean accountIdSpecified
-
createDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar createDate
Created date
-
createDateSpecified
protected boolean createDateSpecified
-
description
@ApiProperty(canBeNullOrNotSet=true) protected String description
Description of a monitoring agent configuration group
-
descriptionSpecified
protected boolean descriptionSpecified
-
id
@ApiProperty(canBeNullOrNotSet=true) protected Long id
Internal identifier of a monitoring agent configuration group
-
idSpecified
protected boolean idSpecified
-
itemId
@ApiProperty(canBeNullOrNotSet=true) protected Long itemId
Internal identifier of a configuration template type
-
itemIdSpecified
protected boolean itemIdSpecified
-
modifyDate
@ApiProperty(canBeNullOrNotSet=true) protected GregorianCalendar modifyDate
Last modified date
-
modifyDateSpecified
protected boolean modifyDateSpecified
-
name
@ApiProperty(canBeNullOrNotSet=true) protected String name
Name of a monitoring agent configuration group
-
nameSpecified
protected boolean nameSpecified
-
configurationTemplateCount
@ApiProperty protected Long configurationTemplateCount
A count of
-
configurationTemplateReferenceCount
@ApiProperty protected Long configurationTemplateReferenceCount
A count of
-
-
Method Detail
-
getAccount
public Account getAccount()
-
setAccount
public void setAccount(Account account)
-
getItem
public Item getItem()
-
setItem
public void setItem(Item item)
-
getAccountId
public Long getAccountId()
-
setAccountId
public void setAccountId(Long accountId)
-
isAccountIdSpecified
public boolean isAccountIdSpecified()
-
unsetAccountId
public void unsetAccountId()
-
getCreateDate
public GregorianCalendar getCreateDate()
-
setCreateDate
public void setCreateDate(GregorianCalendar createDate)
-
isCreateDateSpecified
public boolean isCreateDateSpecified()
-
unsetCreateDate
public void unsetCreateDate()
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isDescriptionSpecified
public boolean isDescriptionSpecified()
-
unsetDescription
public void unsetDescription()
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
isIdSpecified
public boolean isIdSpecified()
-
unsetId
public void unsetId()
-
getItemId
public Long getItemId()
-
setItemId
public void setItemId(Long itemId)
-
isItemIdSpecified
public boolean isItemIdSpecified()
-
unsetItemId
public void unsetItemId()
-
getModifyDate
public GregorianCalendar getModifyDate()
-
setModifyDate
public void setModifyDate(GregorianCalendar modifyDate)
-
isModifyDateSpecified
public boolean isModifyDateSpecified()
-
unsetModifyDate
public void unsetModifyDate()
-
getName
public String getName()
-
setName
public void setName(String name)
-
isNameSpecified
public boolean isNameSpecified()
-
unsetName
public void unsetName()
-
getConfigurationTemplateCount
public Long getConfigurationTemplateCount()
-
setConfigurationTemplateCount
public void setConfigurationTemplateCount(Long configurationTemplateCount)
-
getConfigurationTemplateReferenceCount
public Long getConfigurationTemplateReferenceCount()
-
setConfigurationTemplateReferenceCount
public void setConfigurationTemplateReferenceCount(Long configurationTemplateReferenceCount)
-
asService
public Group.Service asService(ApiClient client)
-
service
public static Group.Service service(ApiClient client)
-
service
public static Group.Service service(ApiClient client, Long id)
-
-