
public class GetProcessPerformanceLogsByRangeResponseMsg extends Object implements Serializable
Java class for GetProcessPerformanceLogsByRangeResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetProcessPerformanceLogsByRangeResponseMsg">
<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="ProcessData" type="{urn:org:miloss:fgsms:services:interfaces:common}ProcessPerformanceData" maxOccurs="unbounded" minOccurs="0"/>
<element name="InstalledMemory" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected long |
installedMemory |
protected List<ProcessPerformanceData> |
processData |
| Constructor and Description |
|---|
GetProcessPerformanceLogsByRangeResponseMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
long |
getInstalledMemory()
Gets the value of the installedMemory property.
|
List<ProcessPerformanceData> |
getProcessData()
Gets the value of the processData property.
|
boolean |
isSetClassification() |
boolean |
isSetInstalledMemory() |
boolean |
isSetProcessData() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setInstalledMemory(long value)
Sets the value of the installedMemory property.
|
void |
unsetProcessData() |
protected SecurityWrapper classification
protected List<ProcessPerformanceData> processData
protected long installedMemory
public GetProcessPerformanceLogsByRangeResponseMsg()
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
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 long getInstalledMemory()
public void setInstalledMemory(long value)
public boolean isSetInstalledMemory()
Copyright © 2008–2017 MIL-OSS. All rights reserved.