public class SearchCriteriaExactDeviceManagementEventType extends SearchCriteria
Modifier and Type | Field and Description |
---|---|
protected DeviceManagementEventType |
dmEventType |
Constructor and Description |
---|
SearchCriteriaExactDeviceManagementEventType()
Serializable Constructor
|
SearchCriteriaExactDeviceManagementEventType(DeviceManagementEventType dmEventType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
SearchCriteriaExactDeviceManagementEventType datatype,
String elementName)
Appends this DataType to the given Request
|
static SearchCriteriaExactDeviceManagementEventType[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type SearchCriteriaExactDeviceManagementEventType by parsing the XML node.
|
String |
getClassName() |
DeviceManagementEventType |
getDmEventType() |
static SearchCriteriaExactDeviceManagementEventType |
getFromNode(Node node)
Retrieves an elements of type SearchCriteriaExactDeviceManagementEventType by parsing an XML node.
|
int |
hashCode() |
SearchCriteriaExactDeviceManagementEventType |
setDmEventType(DeviceManagementEventType dmEventType) |
formRequest
@NotNull protected DeviceManagementEventType dmEventType
public SearchCriteriaExactDeviceManagementEventType(DeviceManagementEventType dmEventType)
public SearchCriteriaExactDeviceManagementEventType()
public String getClassName()
public DeviceManagementEventType getDmEventType()
public SearchCriteriaExactDeviceManagementEventType setDmEventType(DeviceManagementEventType dmEventType)
@GwtIncompatible public static Element formRequest(Request<?> request, SearchCriteriaExactDeviceManagementEventType datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static SearchCriteriaExactDeviceManagementEventType getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static SearchCriteriaExactDeviceManagementEventType[] getArrayFromNode(Node node, String elementName)
node
- The source node to retrieve the array.elementName
- The element name to iterate through.public boolean equals(Object o)
equals
in class SearchCriteria
public int hashCode()
hashCode
in class SearchCriteria
Copyright © 2016 ECG. All rights reserved.