|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.monitoring.core.v2.DetailsType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:01:49+01:00",
comments="JAXB RI v2.2.11")
public class DetailsTypeDetailed information on a monitoring result.
Java class for DetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Host" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Service" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Environment" use="required" type="{urn:be:fgov:ehealth:monitoring:core:v2}EnvironmentType" />
<attribute name="Date" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Epochtime" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Status" use="required" type="{urn:be:fgov:ehealth:monitoring:core:v2}StatusType" />
<attribute name="StatusMessage" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="PerfData" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DetailsType()
|
|
| Method Summary | |
|---|---|
String |
getContent()
Detailed information on a monitoring result. |
String |
getDate()
Gets the value of the date property. |
EnvironmentType |
getEnvironment()
Gets the value of the environment property. |
String |
getEpochtime()
Gets the value of the epochtime property. |
String |
getHost()
Gets the value of the host property. |
String |
getPerfData()
Gets the value of the perfData property. |
String |
getService()
Gets the value of the service property. |
String |
getStatus()
Gets the value of the status property. |
String |
getStatusMessage()
Gets the value of the statusMessage property. |
String |
getTime()
Gets the value of the time property. |
void |
setContent(String value)
Sets the value of the content property. |
void |
setDate(String value)
Sets the value of the date property. |
void |
setEnvironment(EnvironmentType value)
Sets the value of the environment property. |
void |
setEpochtime(String value)
Sets the value of the epochtime property. |
void |
setHost(String value)
Sets the value of the host property. |
void |
setPerfData(String value)
Sets the value of the perfData property. |
void |
setService(String value)
Sets the value of the service property. |
void |
setStatus(String value)
Sets the value of the status property. |
void |
setStatusMessage(String value)
Sets the value of the statusMessage property. |
void |
setTime(String value)
Sets the value of the time property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DetailsType()
| Method Detail |
|---|
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic EnvironmentType getEnvironment()
EnvironmentTypepublic void setEnvironment(EnvironmentType value)
value - allowed object is
EnvironmentTypepublic String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringpublic String getTime()
Stringpublic void setTime(String value)
value - allowed object is
Stringpublic String getEpochtime()
Stringpublic void setEpochtime(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic String getPerfData()
Stringpublic void setPerfData(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||