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()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public TimeRange getRange()
TimeRange
public void setRange(TimeRange value)
value
- allowed object is
TimeRange
public boolean isSetRange()
public void setURL(String value)
value
- allowed object is
String
public boolean isSetURL()
public String getMonitorhostname()
String
public void setMonitorhostname(String value)
value
- allowed object is
String
public boolean isSetMonitorhostname()
public String getServicehostname()
String
public void setServicehostname(String value)
value
- allowed object is
String
public boolean isSetServicehostname()
public String getAgentType()
String
public void setAgentType(String value)
value
- allowed object is
String
public boolean isSetAgentType()
public Integer getOffset()
Integer
public void setOffset(Integer value)
value
- allowed object is
Integer
public 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.