public class DeviceManagementDeviceTypeOptions21sp1 extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected DeviceManagementUserNamePassword16 |
accessDeviceCredentials |
protected Boolean |
allowDeviceProfileCustomTagSet |
protected Boolean |
allowGroupCustomTagSet |
protected String |
defaultDeviceEncoding |
protected String |
defaultDeviceLanguage |
protected String |
deviceAccessContext |
protected String |
deviceAccessNetAddress |
protected Integer |
deviceAccessPort |
protected DeviceAccessProtocol16 |
deviceAccessProtocol |
protected String |
deviceAccessURI |
protected Boolean |
macBasedFileAuthentication |
protected String |
macFormatInNonRequestURI |
protected Boolean |
macInCert |
protected Boolean |
macInNonRequestURI |
protected Boolean |
sendEmailUponResetFailure |
protected DeviceManagementTagMode |
tagMode |
protected String |
tagSet |
protected Boolean |
useHttpDigestAuthentication |
protected Boolean |
userNamePasswordFileAuthentication |
Constructor and Description |
---|
DeviceManagementDeviceTypeOptions21sp1()
Serializable Constructor
|
DeviceManagementDeviceTypeOptions21sp1(DeviceAccessProtocol16 deviceAccessProtocol,
DeviceManagementTagMode tagMode,
Boolean allowDeviceProfileCustomTagSet,
Boolean allowGroupCustomTagSet,
Boolean sendEmailUponResetFailure,
Boolean useHttpDigestAuthentication,
Boolean macBasedFileAuthentication,
Boolean userNamePasswordFileAuthentication,
Boolean macInNonRequestURI,
Boolean macInCert) |
@NotNull protected DeviceAccessProtocol16 deviceAccessProtocol
@NotNull protected DeviceManagementTagMode tagMode
@Size(min=1, max=30) protected String tagSet
@NotNull protected Boolean allowDeviceProfileCustomTagSet
@NotNull protected Boolean allowGroupCustomTagSet
@NotNull protected Boolean sendEmailUponResetFailure
@Size(min=1, max=80) protected String deviceAccessNetAddress
protected Integer deviceAccessPort
@Size(min=1, max=80) protected String deviceAccessContext
@Size(min=1, max=256) protected String deviceAccessURI
@Size(min=1, max=40) protected String defaultDeviceLanguage
@Size(min=1, max=40) protected String defaultDeviceEncoding
protected DeviceManagementUserNamePassword16 accessDeviceCredentials
@NotNull protected Boolean useHttpDigestAuthentication
@NotNull protected Boolean macBasedFileAuthentication
@NotNull protected Boolean userNamePasswordFileAuthentication
@NotNull protected Boolean macInNonRequestURI
@NotNull protected Boolean macInCert
@Size(min=1, max=256) protected String macFormatInNonRequestURI
public DeviceManagementDeviceTypeOptions21sp1(DeviceAccessProtocol16 deviceAccessProtocol, DeviceManagementTagMode tagMode, Boolean allowDeviceProfileCustomTagSet, Boolean allowGroupCustomTagSet, Boolean sendEmailUponResetFailure, Boolean useHttpDigestAuthentication, Boolean macBasedFileAuthentication, Boolean userNamePasswordFileAuthentication, Boolean macInNonRequestURI, Boolean macInCert)
public DeviceManagementDeviceTypeOptions21sp1()
public DeviceAccessProtocol16 getDeviceAccessProtocol()
public DeviceManagementDeviceTypeOptions21sp1 setDeviceAccessProtocol(DeviceAccessProtocol16 deviceAccessProtocol)
public DeviceManagementTagMode getTagMode()
public DeviceManagementDeviceTypeOptions21sp1 setTagMode(DeviceManagementTagMode tagMode)
public String getTagSet()
public DeviceManagementDeviceTypeOptions21sp1 setTagSet(String tagSet)
public Boolean getAllowDeviceProfileCustomTagSet()
public DeviceManagementDeviceTypeOptions21sp1 setAllowDeviceProfileCustomTagSet(Boolean allowDeviceProfileCustomTagSet)
public Boolean getAllowGroupCustomTagSet()
public DeviceManagementDeviceTypeOptions21sp1 setAllowGroupCustomTagSet(Boolean allowGroupCustomTagSet)
public Boolean getSendEmailUponResetFailure()
public DeviceManagementDeviceTypeOptions21sp1 setSendEmailUponResetFailure(Boolean sendEmailUponResetFailure)
public String getDeviceAccessNetAddress()
public DeviceManagementDeviceTypeOptions21sp1 setDeviceAccessNetAddress(String deviceAccessNetAddress)
public Integer getDeviceAccessPort()
public DeviceManagementDeviceTypeOptions21sp1 setDeviceAccessPort(Integer deviceAccessPort)
public String getDeviceAccessContext()
public DeviceManagementDeviceTypeOptions21sp1 setDeviceAccessContext(String deviceAccessContext)
public String getDeviceAccessURI()
public DeviceManagementDeviceTypeOptions21sp1 setDeviceAccessURI(String deviceAccessURI)
public String getDefaultDeviceLanguage()
public DeviceManagementDeviceTypeOptions21sp1 setDefaultDeviceLanguage(String defaultDeviceLanguage)
public String getDefaultDeviceEncoding()
public DeviceManagementDeviceTypeOptions21sp1 setDefaultDeviceEncoding(String defaultDeviceEncoding)
public DeviceManagementUserNamePassword16 getAccessDeviceCredentials()
public DeviceManagementDeviceTypeOptions21sp1 setAccessDeviceCredentials(DeviceManagementUserNamePassword16 accessDeviceCredentials)
public Boolean getUseHttpDigestAuthentication()
public DeviceManagementDeviceTypeOptions21sp1 setUseHttpDigestAuthentication(Boolean useHttpDigestAuthentication)
public Boolean getMacBasedFileAuthentication()
public DeviceManagementDeviceTypeOptions21sp1 setMacBasedFileAuthentication(Boolean macBasedFileAuthentication)
public Boolean getUserNamePasswordFileAuthentication()
public DeviceManagementDeviceTypeOptions21sp1 setUserNamePasswordFileAuthentication(Boolean userNamePasswordFileAuthentication)
public Boolean getMacInNonRequestURI()
public DeviceManagementDeviceTypeOptions21sp1 setMacInNonRequestURI(Boolean macInNonRequestURI)
public Boolean getMacInCert()
public DeviceManagementDeviceTypeOptions21sp1 setMacInCert(Boolean macInCert)
public String getMacFormatInNonRequestURI()
public DeviceManagementDeviceTypeOptions21sp1 setMacFormatInNonRequestURI(String macFormatInNonRequestURI)
@GwtIncompatible public static Element formRequest(Request<?> request, DeviceManagementDeviceTypeOptions21sp1 datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static DeviceManagementDeviceTypeOptions21sp1 getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static DeviceManagementDeviceTypeOptions21sp1[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.Copyright © 2016 ECG. All rights reserved.