public static class GroupAccessDevice.GroupAccessDeviceGetEnhancedConfigurationTypeResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
configurationFileName |
protected AccessDeviceEnhancedConfigurationType14 |
configurationType |
protected String |
deviceType |
protected Group |
group |
protected Boolean |
supportsEnhancedConfiguration |
protected Boolean |
supportsReset |
request, responseContent, xPath
Constructor and Description |
---|
GroupAccessDeviceGetEnhancedConfigurationTypeResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getConfigurationFileName() |
AccessDeviceEnhancedConfigurationType14 |
getConfigurationType() |
String |
getDeviceType() |
Group |
getGroup() |
Boolean |
getSupportsEnhancedConfiguration() |
Boolean |
getSupportsReset() |
int |
hashCode() |
void |
setConfigurationFileName(String configurationFileName) |
void |
setConfigurationType(AccessDeviceEnhancedConfigurationType14 configurationType) |
void |
setDeviceType(String deviceType) |
void |
setGroup(Group group) |
void |
setSupportsEnhancedConfiguration(Boolean supportsEnhancedConfiguration) |
void |
setSupportsReset(Boolean supportsReset) |
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 supportsEnhancedConfiguration
protected Boolean supportsReset
protected AccessDeviceEnhancedConfigurationType14 configurationType
protected String configurationFileName
protected transient Group group
protected String deviceType
public GroupAccessDeviceGetEnhancedConfigurationTypeResponse()
public void setSupportsEnhancedConfiguration(Boolean supportsEnhancedConfiguration)
public Boolean getSupportsEnhancedConfiguration()
public void setSupportsReset(Boolean supportsReset)
public Boolean getSupportsReset()
public void setConfigurationType(AccessDeviceEnhancedConfigurationType14 configurationType)
public AccessDeviceEnhancedConfigurationType14 getConfigurationType()
public void setConfigurationFileName(String configurationFileName)
public String getConfigurationFileName()
public void setGroup(Group group)
public Group getGroup()
public void setDeviceType(String deviceType)
public String getDeviceType()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.