public class GetPerformanceAverageStatsResponseMsg extends Object implements Serializable
Java class for GetPerformanceAverageStatsResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPerformanceAverageStatsResponseMsg"> <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="AverageResponseTime" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="FailingInvocations" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="SuccessfulInvocations" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="ServiceLevelAgreementViolations" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="MTBF" type="{http://www.w3.org/2001/XMLSchema}duration"/> <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="DisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
averageResponseTime |
protected SecurityWrapper |
classification |
protected String |
displayName |
protected long |
failingInvocations |
protected Duration |
mtbf |
protected long |
serviceLevelAgreementViolations |
protected long |
successfulInvocations |
protected String |
url |
Constructor and Description |
---|
GetPerformanceAverageStatsResponseMsg() |
Modifier and Type | Method and Description |
---|---|
long |
getAverageResponseTime()
Gets the value of the averageResponseTime property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
long |
getFailingInvocations()
Gets the value of the failingInvocations property.
|
Duration |
getMTBF()
Gets the value of the mtbf property.
|
long |
getServiceLevelAgreementViolations()
Gets the value of the serviceLevelAgreementViolations property.
|
long |
getSuccessfulInvocations()
Gets the value of the successfulInvocations property.
|
String |
getURL()
Gets the value of the url property.
|
boolean |
isSetAverageResponseTime() |
boolean |
isSetClassification() |
boolean |
isSetDisplayName() |
boolean |
isSetFailingInvocations() |
boolean |
isSetMTBF() |
boolean |
isSetServiceLevelAgreementViolations() |
boolean |
isSetSuccessfulInvocations() |
boolean |
isSetURL() |
void |
setAverageResponseTime(long value)
Sets the value of the averageResponseTime property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setFailingInvocations(long value)
Sets the value of the failingInvocations property.
|
void |
setMTBF(Duration value)
Sets the value of the mtbf property.
|
void |
setServiceLevelAgreementViolations(long value)
Sets the value of the serviceLevelAgreementViolations property.
|
void |
setSuccessfulInvocations(long value)
Sets the value of the successfulInvocations property.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected SecurityWrapper classification
protected long averageResponseTime
protected long failingInvocations
protected long successfulInvocations
protected long serviceLevelAgreementViolations
protected Duration mtbf
protected String url
protected String displayName
public GetPerformanceAverageStatsResponseMsg()
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public long getAverageResponseTime()
public void setAverageResponseTime(long value)
public boolean isSetAverageResponseTime()
public long getFailingInvocations()
public void setFailingInvocations(long value)
public boolean isSetFailingInvocations()
public long getSuccessfulInvocations()
public void setSuccessfulInvocations(long value)
public boolean isSetSuccessfulInvocations()
public long getServiceLevelAgreementViolations()
public void setServiceLevelAgreementViolations(long value)
public boolean isSetServiceLevelAgreementViolations()
public Duration getMTBF()
Duration
public void setMTBF(Duration value)
value
- allowed object is
Duration
public boolean isSetMTBF()
public void setURL(String value)
value
- allowed object is
String
public boolean isSetURL()
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public boolean isSetDisplayName()
Copyright © 2008–2017 MIL-OSS. All rights reserved.