public static class BWSystem.SystemPerformanceMeasurementReportingGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
isActive |
protected Boolean |
reportDevice |
protected Boolean |
reportEnterprise |
protected Integer |
reportingInterval |
protected Boolean |
reportServiceProvider |
protected Boolean |
resetMeasurementsAfterEachReport |
request, responseContent, xPath
Constructor and Description |
---|
SystemPerformanceMeasurementReportingGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getIsActive() |
Boolean |
getReportDevice() |
Boolean |
getReportEnterprise() |
Integer |
getReportingInterval() |
Boolean |
getReportServiceProvider() |
Boolean |
getResetMeasurementsAfterEachReport() |
int |
hashCode() |
void |
setIsActive(Boolean isActive) |
void |
setReportDevice(Boolean reportDevice) |
void |
setReportEnterprise(Boolean reportEnterprise) |
void |
setReportingInterval(Integer reportingInterval) |
void |
setReportServiceProvider(Boolean reportServiceProvider) |
void |
setResetMeasurementsAfterEachReport(Boolean resetMeasurementsAfterEachReport) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected Boolean isActive
protected Integer reportingInterval
protected Boolean resetMeasurementsAfterEachReport
protected Boolean reportEnterprise
protected Boolean reportServiceProvider
protected Boolean reportDevice
public SystemPerformanceMeasurementReportingGetResponse()
public void setIsActive(Boolean isActive)
public Boolean getIsActive()
public void setReportingInterval(Integer reportingInterval)
public Integer getReportingInterval()
public void setResetMeasurementsAfterEachReport(Boolean resetMeasurementsAfterEachReport)
public Boolean getResetMeasurementsAfterEachReport()
public void setReportEnterprise(Boolean reportEnterprise)
public Boolean getReportEnterprise()
public void setReportServiceProvider(Boolean reportServiceProvider)
public Boolean getReportServiceProvider()
public void setReportDevice(Boolean reportDevice)
public Boolean getReportDevice()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.