|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ace.mws.services.Service
class Service
Represents a Moab IT Service
Field Summary | |
---|---|
private String |
account
The account associated with this service. |
private ServiceAttributes |
attributes
The attributes of this service. |
private Date |
dateCreated
The date this service was created. |
private Long |
durationRequested
The duration in seconds for this service. |
private String |
id
The unique identifier of this service. |
private Set |
includedServices
(String collection) The names of the services that this service contains. |
private String |
label
A human readable description of this service. |
private Date |
lastUpdated
The date this service was last updated. |
private String |
name
The name of this service. |
private String |
parent
The name of the service that contains this service. |
private ServiceTemplate |
serviceTemplate
The service template name and ID (if any) used to create the service. |
private Date |
startDateRequested
The date this service was requested. |
private Date |
startDateScheduled
The date this service is scheduled to run. |
private String |
status
The description of the current provisioning status. |
private Long |
statusCode
A numeric code representing the current provisioning status. |
private ServiceType |
type
The type of the service. |
private String |
user
The user associated with this service. |
Constructor Summary | |
Service()
|
Method Summary | |
---|---|
String
|
getAccount()
The account associated with this service. |
ServiceAttributes
|
getAttributes()
The attributes of this service. |
Date
|
getDateCreated()
The date this service was created. |
Long
|
getDurationRequested()
The duration in seconds for this service. |
String
|
getId()
The unique identifier of this service. |
Set
|
getIncludedServices()
(String collection) The names of the services that this service contains. |
String
|
getLabel()
A human readable description of this service. |
Date
|
getLastUpdated()
The date this service was last updated. |
String
|
getName()
The name of this service. |
String
|
getParent()
The name of the service that contains this service. |
ServiceTemplate
|
getServiceTemplate()
The service template name and ID (if any) used to create the service. |
Date
|
getStartDateRequested()
The date this service was requested. |
Date
|
getStartDateScheduled()
The date this service is scheduled to run. |
String
|
getStatus()
The description of the current provisioning status. |
Long
|
getStatusCode()
A numeric code representing the current provisioning status. |
ServiceType
|
getType()
The type of the service. |
String
|
getUser()
The user associated with this service. |
void
|
setAccount(String account)
The account associated with this service. |
void
|
setAttributes(ServiceAttributes attributes)
The attributes of this service. |
void
|
setDateCreated(Date dateCreated)
The date this service was created. |
void
|
setDurationRequested(Long durationRequested)
The duration in seconds for this service. |
void
|
setId(String id)
The unique identifier of this service. |
void
|
setIncludedServices(Set includedServices)
(String collection) The names of the services that this service contains. |
void
|
setLabel(String label)
A human readable description of this service. |
void
|
setLastUpdated(Date lastUpdated)
The date this service was last updated. |
void
|
setName(String name)
The name of this service. |
void
|
setParent(String parent)
The name of the service that contains this service. |
void
|
setServiceTemplate(ServiceTemplate serviceTemplate)
The service template name and ID (if any) used to create the service. |
void
|
setStartDateRequested(Date startDateRequested)
The date this service was requested. |
void
|
setStartDateScheduled(Date startDateScheduled)
The date this service is scheduled to run. |
void
|
setStatus(String status)
The description of the current provisioning status. |
void
|
setStatusCode(Long statusCode)
A numeric code representing the current provisioning status. |
void
|
setType(ServiceType type)
The type of the service. |
void
|
setUser(String user)
The user associated with this service. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private String account
private ServiceAttributes attributes
private Date dateCreated
private Long durationRequested
private String id
private Set includedServices
private String label
private Date lastUpdated
private String name
private String parent
private ServiceTemplate serviceTemplate
private Date startDateRequested
private Date startDateScheduled
private String status
private Long statusCode
private ServiceType type
private String user
Constructor Detail |
---|
Service()
Method Detail |
---|
String getAccount()
ServiceAttributes getAttributes()
Date getDateCreated()
Long getDurationRequested()
String getId()
Set getIncludedServices()
String getLabel()
Date getLastUpdated()
String getName()
String getParent()
ServiceTemplate getServiceTemplate()
Date getStartDateRequested()
Date getStartDateScheduled()
String getStatus()
Long getStatusCode()
ServiceType getType()
String getUser()
void setAccount(String account)
void setAttributes(ServiceAttributes attributes)
void setDateCreated(Date dateCreated)
void setDurationRequested(Long durationRequested)
void setId(String id)
void setIncludedServices(Set includedServices)
void setLabel(String label)
void setLastUpdated(Date lastUpdated)
void setName(String name)
void setParent(String parent)
void setServiceTemplate(ServiceTemplate serviceTemplate)
void setStartDateRequested(Date startDateRequested)
void setStartDateScheduled(Date startDateScheduled)
void setStatus(String status)
void setStatusCode(Long statusCode)
void setType(ServiceType type)
void setUser(String user)
String toString()
Groovy Documentation