public class AddMachineAndProcessDataRequestMsg extends Object implements Serializable
Java class for AddMachineAndProcessDataRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddMachineAndProcessDataRequestMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="agentType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="domainname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MachineData" type="{urn:org:miloss:fgsms:services:interfaces:common}MachinePerformanceData"/> <element name="ProcessData" type="{urn:org:miloss:fgsms:services:interfaces:common}ProcessPerformanceData" maxOccurs="unbounded"/> <element name="SensorData" type="{urn:org:miloss:fgsms:services:interfaces:common}NameValuePairSet"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
agentType |
protected SecurityWrapper |
classification |
protected String |
domainname |
protected String |
hostname |
protected MachinePerformanceData |
machineData |
protected List<ProcessPerformanceData> |
processData |
protected NameValuePairSet |
sensorData |
Constructor and Description |
---|
AddMachineAndProcessDataRequestMsg() |
Modifier and Type | Method and Description |
---|---|
String |
getAgentType()
Gets the value of the agentType property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getDomainname()
Gets the value of the domainname property.
|
String |
getHostname()
Gets the value of the hostname property.
|
MachinePerformanceData |
getMachineData()
Gets the value of the machineData property.
|
List<ProcessPerformanceData> |
getProcessData()
Gets the value of the processData property.
|
NameValuePairSet |
getSensorData()
Gets the value of the sensorData property.
|
boolean |
isSetAgentType() |
boolean |
isSetClassification() |
boolean |
isSetDomainname() |
boolean |
isSetHostname() |
boolean |
isSetMachineData() |
boolean |
isSetProcessData() |
boolean |
isSetSensorData() |
void |
setAgentType(String value)
Sets the value of the agentType property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setDomainname(String value)
Sets the value of the domainname property.
|
void |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setMachineData(MachinePerformanceData value)
Sets the value of the machineData property.
|
void |
setSensorData(NameValuePairSet value)
Sets the value of the sensorData property.
|
void |
unsetProcessData() |
protected SecurityWrapper classification
protected String hostname
protected String agentType
protected String domainname
protected MachinePerformanceData machineData
protected List<ProcessPerformanceData> processData
protected NameValuePairSet sensorData
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public String getHostname()
String
public void setHostname(String value)
value
- allowed object is
String
public boolean isSetHostname()
public String getAgentType()
String
public void setAgentType(String value)
value
- allowed object is
String
public boolean isSetAgentType()
public String getDomainname()
String
public void setDomainname(String value)
value
- allowed object is
String
public boolean isSetDomainname()
public MachinePerformanceData getMachineData()
MachinePerformanceData
public void setMachineData(MachinePerformanceData value)
value
- allowed object is
MachinePerformanceData
public boolean isSetMachineData()
public List<ProcessPerformanceData> getProcessData()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the processData property.
For example, to add a new item, do as follows:
getProcessData().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessPerformanceData
public boolean isSetProcessData()
public void unsetProcessData()
public NameValuePairSet getSensorData()
NameValuePairSet
public void setSensorData(NameValuePairSet value)
value
- allowed object is
NameValuePairSet
public boolean isSetSensorData()
Copyright © 2008–2017 MIL-OSS. All rights reserved.