public class EnterpriseTrunkTrunkGroupKey extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
protected String |
trunkGroupName |
Constructor and Description |
---|
EnterpriseTrunkTrunkGroupKey()
Serializable Constructor
|
EnterpriseTrunkTrunkGroupKey(String groupId,
String trunkGroupName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Element |
formRequest(Request<?> request,
EnterpriseTrunkTrunkGroupKey datatype,
String elementName)
Appends this DataType to the given Request
|
static EnterpriseTrunkTrunkGroupKey[] |
getArrayFromNode(Node node,
String elementName)
Retrieves an array of elements of type EnterpriseTrunkTrunkGroupKey by parsing the XML node.
|
static EnterpriseTrunkTrunkGroupKey |
getFromNode(Node node)
Retrieves an elements of type EnterpriseTrunkTrunkGroupKey by parsing an XML node.
|
String |
getGroupId() |
String |
getTrunkGroupName() |
int |
hashCode() |
EnterpriseTrunkTrunkGroupKey |
setGroupId(String groupId) |
EnterpriseTrunkTrunkGroupKey |
setTrunkGroupName(String trunkGroupName) |
@NotNull @Size(min=1, max=30) protected String groupId
@NotNull @Size(min=1, max=30) protected String trunkGroupName
public EnterpriseTrunkTrunkGroupKey(String groupId, String trunkGroupName)
public EnterpriseTrunkTrunkGroupKey()
public String getGroupId()
public EnterpriseTrunkTrunkGroupKey setGroupId(String groupId)
public String getTrunkGroupName()
public EnterpriseTrunkTrunkGroupKey setTrunkGroupName(String trunkGroupName)
@GwtIncompatible public static Element formRequest(Request<?> request, EnterpriseTrunkTrunkGroupKey datatype, String elementName)
request
- The request to append the DataType to.datatype
- The datatype to parse.@GwtIncompatible public static EnterpriseTrunkTrunkGroupKey getFromNode(Node node)
node
- The source node to parse.@GwtIncompatible public static EnterpriseTrunkTrunkGroupKey[] 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.