@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:26:42+02:00", comments="JAXB RI v2.2.11") public class DetailsType extends Object implements Serializable
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 and Description |
|---|
DetailsType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.