Package co.ecg.alpaca.toolkit.generated
Class GroupAccessDevice.GroupAccessDeviceGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.GroupAccessDevice.GroupAccessDeviceGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GroupAccessDevice
Response to GroupAccessDeviceGetRequest22V3. The following elements are only returned in AS data mode: serviceProviderId groupId The following elements are only used in AS data mode and not returned in XS data mode: deviceName deviceExternalId Replaced by GroupAccessDeviceGetResponse24.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected AccessDeviceEnhancedConfigurationModeprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Integerprotected UnboundedPositiveIntprotected Stringprotected Stringprotected Integerprotected Stringprotected Stringprotected Stringprotected AccessDeviceStatusprotected Stringprotected TransportProtocolprotected Booleanprotected Stringprotected StringFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPort()inthashCode()voidsetConfigurationFileName(String configurationFileName) voidsetConfigurationMode(AccessDeviceEnhancedConfigurationMode configurationMode) voidsetDescription(String description) voidsetDeviceExternalId(String deviceExternalId) voidsetDeviceName(String deviceName) voidsetDeviceType(String deviceType) voidsetGroupId(String groupId) voidsetMacAddress(String macAddress) voidsetNetAddress(String netAddress) voidsetNumberOfAssignedPorts(Integer numberOfAssignedPorts) voidsetNumberOfPorts(UnboundedPositiveInt numberOfPorts) voidsetOutboundProxyServerNetAddress(String outboundProxyServerNetAddress) voidsetPhysicalLocation(String physicalLocation) voidvoidsetProtocol(String protocol) voidsetSerialNumber(String serialNumber) voidsetServiceProviderId(String serviceProviderId) voidsetStatus(AccessDeviceStatus status) voidsetStunServerNetAddress(String stunServerNetAddress) voidsetTransportProtocol(TransportProtocol transportProtocol) voidsetUseCustomUserNamePassword(Boolean useCustomUserNamePassword) voidsetUserName(String userName) voidsetVersion(String version) toString()voidTransforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
deviceType
-
protocol
-
netAddress
-
port
-
outboundProxyServerNetAddress
-
stunServerNetAddress
-
macAddress
-
serialNumber
-
description
-
numberOfPorts
-
numberOfAssignedPorts
-
status
-
configurationMode
-
configurationFileName
-
physicalLocation
-
transportProtocol
-
useCustomUserNamePassword
-
userName
-
version
-
serviceProviderId
-
groupId
-
deviceName
-
deviceExternalId
-
-
Constructor Details
-
GroupAccessDeviceGetResponse
public GroupAccessDeviceGetResponse()
-
-
Method Details
-
setDeviceType
-
getDeviceType
-
setProtocol
-
getProtocol
-
setNetAddress
-
getNetAddress
-
setPort
-
getPort
-
setOutboundProxyServerNetAddress
-
getOutboundProxyServerNetAddress
-
setStunServerNetAddress
-
getStunServerNetAddress
-
setMacAddress
-
getMacAddress
-
setSerialNumber
-
getSerialNumber
-
setDescription
-
getDescription
-
setNumberOfPorts
-
getNumberOfPorts
-
setNumberOfAssignedPorts
-
getNumberOfAssignedPorts
-
setStatus
-
getStatus
-
setConfigurationMode
-
getConfigurationMode
-
setConfigurationFileName
-
getConfigurationFileName
-
setPhysicalLocation
-
getPhysicalLocation
-
setTransportProtocol
-
getTransportProtocol
-
setUseCustomUserNamePassword
-
getUseCustomUserNamePassword
-
setUserName
-
getUserName
-
setVersion
-
getVersion
-
setServiceProviderId
-
getServiceProviderId
-
setGroupId
-
getGroupId
-
setDeviceName
-
getDeviceName
-
setDeviceExternalId
-
getDeviceExternalId
-
transform
public void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-