public static class Jetstream.LogicalDeviceAddedEvent
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="DeviceDefinitionId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="36"/> <maxLength value="36"/> </restriction> </simpleType> </attribute> <attribute name="DeviceSerialNumber" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> <attribute name="LogicalDeviceId" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="127"/> </restriction> </simpleType> </attribute> <attribute name="Region" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="US"/> <enumeration value="EU"/> <enumeration value="ASIA"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
any |
protected java.lang.String |
deviceDefinitionId |
protected java.lang.String |
deviceSerialNumber |
protected java.lang.String |
logicalDeviceId |
protected java.lang.String |
region |
Constructor and Description |
---|
Jetstream.LogicalDeviceAddedEvent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceDefinitionId()
Gets the value of the deviceDefinitionId property.
|
java.lang.String |
getDeviceSerialNumber()
Gets the value of the deviceSerialNumber property.
|
java.lang.String |
getLogicalDeviceId()
Gets the value of the logicalDeviceId property.
|
java.lang.String |
getRegion()
Gets the value of the region property.
|
protected java.util.List<java.lang.Object> any
protected java.lang.String deviceDefinitionId
protected java.lang.String deviceSerialNumber
protected java.lang.String logicalDeviceId
protected java.lang.String region
public java.lang.String getDeviceDefinitionId()
String
public java.lang.String getDeviceSerialNumber()
String
public java.lang.String getLogicalDeviceId()
String
public java.lang.String getRegion()
String