
public class GetMessageLogsRequestMsg extends Object implements Serializable
Java class for GetMessageLogsRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMessageLogsRequestMsg">
<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="Range" type="{urn:org:miloss:fgsms:services:interfaces:common}TimeRange"/>
<element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="monitorhostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="servicehostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="agentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="offset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="records" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="faultsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="slaViolationsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentType |
protected SecurityWrapper |
classification |
protected boolean |
faultsOnly |
protected String |
monitorhostname |
protected Integer |
offset |
protected TimeRange |
range |
protected int |
records |
protected String |
servicehostname |
protected boolean |
slaViolationsOnly |
protected String |
url |
| Constructor and Description |
|---|
GetMessageLogsRequestMsg() |
| 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 |
getMonitorhostname()
Gets the value of the monitorhostname property.
|
Integer |
getOffset()
Gets the value of the offset property.
|
TimeRange |
getRange()
Gets the value of the range property.
|
int |
getRecords()
Gets the value of the records property.
|
String |
getServicehostname()
Gets the value of the servicehostname property.
|
String |
getURL()
Gets the value of the url property.
|
boolean |
isFaultsOnly()
Gets the value of the faultsOnly property.
|
boolean |
isSetAgentType() |
boolean |
isSetClassification() |
boolean |
isSetFaultsOnly() |
boolean |
isSetMonitorhostname() |
boolean |
isSetOffset() |
boolean |
isSetRange() |
boolean |
isSetRecords() |
boolean |
isSetServicehostname() |
boolean |
isSetSlaViolationsOnly() |
boolean |
isSetURL() |
boolean |
isSlaViolationsOnly()
Gets the value of the slaViolationsOnly property.
|
void |
setAgentType(String value)
Sets the value of the agentType property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setFaultsOnly(boolean value)
Sets the value of the faultsOnly property.
|
void |
setMonitorhostname(String value)
Sets the value of the monitorhostname property.
|
void |
setOffset(Integer value)
Sets the value of the offset property.
|
void |
setRange(TimeRange value)
Sets the value of the range property.
|
void |
setRecords(int value)
Sets the value of the records property.
|
void |
setServicehostname(String value)
Sets the value of the servicehostname property.
|
void |
setSlaViolationsOnly(boolean value)
Sets the value of the slaViolationsOnly property.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected SecurityWrapper classification
protected TimeRange range
protected String url
protected String monitorhostname
protected String servicehostname
protected String agentType
protected Integer offset
protected int records
protected boolean faultsOnly
protected boolean slaViolationsOnly
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public TimeRange getRange()
TimeRangepublic void setRange(TimeRange value)
value - allowed object is
TimeRangepublic boolean isSetRange()
public void setURL(String value)
value - allowed object is
Stringpublic boolean isSetURL()
public String getMonitorhostname()
Stringpublic void setMonitorhostname(String value)
value - allowed object is
Stringpublic boolean isSetMonitorhostname()
public String getServicehostname()
Stringpublic void setServicehostname(String value)
value - allowed object is
Stringpublic boolean isSetServicehostname()
public String getAgentType()
Stringpublic void setAgentType(String value)
value - allowed object is
Stringpublic boolean isSetAgentType()
public Integer getOffset()
Integerpublic void setOffset(Integer value)
value - allowed object is
Integerpublic boolean isSetOffset()
public int getRecords()
public void setRecords(int value)
public boolean isSetRecords()
public boolean isFaultsOnly()
public void setFaultsOnly(boolean value)
public boolean isSetFaultsOnly()
public boolean isSlaViolationsOnly()
public void setSlaViolationsOnly(boolean value)
public boolean isSetSlaViolationsOnly()
Copyright © 2008–2017 MIL-OSS. All rights reserved.