public class CPEDeviceOptionsRead16sp1 extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected AccessDeviceEnhancedConfigurationType14 |
configType |
protected String |
deviceFileFormat |
protected DeviceManagementDeviceTypeOptionsRead16 |
deviceManagementDeviceTypeOptions |
protected Boolean |
enableMonitoring |
protected String |
systemFileName |
Constructor and Description |
---|
CPEDeviceOptionsRead16sp1()
Serializable Constructor
|
CPEDeviceOptionsRead16sp1(Boolean enableMonitoring) |
@NotNull protected Boolean enableMonitoring
protected AccessDeviceEnhancedConfigurationType14 configType
@Size(min=1, max=265) protected String systemFileName
@Size(min=1, max=265) protected String deviceFileFormat
protected DeviceManagementDeviceTypeOptionsRead16 deviceManagementDeviceTypeOptions
public CPEDeviceOptionsRead16sp1(Boolean enableMonitoring)
public CPEDeviceOptionsRead16sp1()
public Boolean getEnableMonitoring()
public CPEDeviceOptionsRead16sp1 setEnableMonitoring(Boolean enableMonitoring)
public AccessDeviceEnhancedConfigurationType14 getConfigType()
public CPEDeviceOptionsRead16sp1 setConfigType(AccessDeviceEnhancedConfigurationType14 configType)
public String getSystemFileName()
public CPEDeviceOptionsRead16sp1 setSystemFileName(String systemFileName)
public String getDeviceFileFormat()
public CPEDeviceOptionsRead16sp1 setDeviceFileFormat(String deviceFileFormat)
public DeviceManagementDeviceTypeOptionsRead16 getDeviceManagementDeviceTypeOptions()
public CPEDeviceOptionsRead16sp1 setDeviceManagementDeviceTypeOptions(DeviceManagementDeviceTypeOptionsRead16 deviceManagementDeviceTypeOptions)
@GwtIncompatible public static Element formRequest(Request<?> request, CPEDeviceOptionsRead16sp1 datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static CPEDeviceOptionsRead16sp1 getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static CPEDeviceOptionsRead16sp1[] 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.