public class GetPerformanceAverageHostStatsRequestMsg extends Object implements Serializable
Java class for GetPerformanceAverageHostStatsRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPerformanceAverageHostStatsRequestMsg"> <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="range" type="{urn:org:miloss:fgsms:services:interfaces:common}TimeRange"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected String |
hostname |
protected TimeRange |
range |
Constructor and Description |
---|
GetPerformanceAverageHostStatsRequestMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getHostname()
Gets the value of the hostname property.
|
TimeRange |
getRange()
Gets the value of the range property.
|
boolean |
isSetClassification() |
boolean |
isSetHostname() |
boolean |
isSetRange() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setRange(TimeRange value)
Sets the value of the range property.
|
protected SecurityWrapper classification
protected String hostname
protected TimeRange range
public GetPerformanceAverageHostStatsRequestMsg()
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 TimeRange getRange()
TimeRange
public void setRange(TimeRange value)
value
- allowed object is
TimeRange
public boolean isSetRange()
Copyright © 2008–2017 MIL-OSS. All rights reserved.