public class AgentAction extends Object
Java class for AgentAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgentAction"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="createdby" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="updated" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="working_dir" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="command" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="output" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="executiontime" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="status" type="{urn:org:miloss:fgsms:services:interfaces:common}AgentActionStatus"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
command |
protected Calendar |
created |
protected String |
createdby |
protected Long |
executiontime |
protected String |
id |
protected String |
output |
protected AgentActionStatus |
status |
protected Calendar |
updated |
protected String |
uri |
protected String |
workingDir |
Constructor and Description |
---|
AgentAction() |
Modifier and Type | Method and Description |
---|---|
String |
getCommand()
Gets the value of the command property.
|
Calendar |
getCreated()
Gets the value of the created property.
|
String |
getCreatedby()
Gets the value of the createdby property.
|
Long |
getExecutiontime()
Gets the value of the executiontime property.
|
String |
getId()
Gets the value of the id property.
|
String |
getOutput()
Gets the value of the output property.
|
AgentActionStatus |
getStatus()
Gets the value of the status property.
|
Calendar |
getUpdated()
Gets the value of the updated property.
|
String |
getUri()
Gets the value of the uri property.
|
String |
getWorkingDir()
Gets the value of the workingDir property.
|
void |
setCommand(String value)
Sets the value of the command property.
|
void |
setCreated(Calendar value)
Sets the value of the created property.
|
void |
setCreatedby(String value)
Sets the value of the createdby property.
|
void |
setExecutiontime(Long value)
Sets the value of the executiontime property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOutput(String value)
Sets the value of the output property.
|
void |
setStatus(AgentActionStatus value)
Sets the value of the status property.
|
void |
setUpdated(Calendar value)
Sets the value of the updated property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
setWorkingDir(String value)
Sets the value of the workingDir property.
|
protected String uri
protected String id
protected Calendar created
protected String createdby
protected Calendar updated
protected String workingDir
protected String command
protected String output
protected Long executiontime
protected AgentActionStatus status
public void setUri(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public Calendar getCreated()
Calendar
public void setCreated(Calendar value)
value
- allowed object is
Calendar
public String getCreatedby()
String
public void setCreatedby(String value)
value
- allowed object is
String
public Calendar getUpdated()
Calendar
public void setUpdated(Calendar value)
value
- allowed object is
Calendar
public String getWorkingDir()
String
public void setWorkingDir(String value)
value
- allowed object is
String
public String getCommand()
String
public void setCommand(String value)
value
- allowed object is
String
public String getOutput()
String
public void setOutput(String value)
value
- allowed object is
String
public Long getExecutiontime()
Long
public void setExecutiontime(Long value)
value
- allowed object is
Long
public AgentActionStatus getStatus()
AgentActionStatus
public void setStatus(AgentActionStatus value)
value
- allowed object is
AgentActionStatus
Copyright © 2008–2017 MIL-OSS. All rights reserved.