public class SystemSIPAuthenticationTrunkGroupLockoutLockoutTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
SystemSIPAuthenticationTrunkGroupLockoutLockoutTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static SystemSIPAuthenticationTrunkGroupLockoutLockoutTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<SystemSIPAuthenticationTrunkGroupLockoutLockoutTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getGroupId() |
String |
getLockoutCount() |
String |
getLockoutExpires() |
String |
getLockoutStarted() |
String |
getOrganizationId() |
String |
getOrganizationType() |
String |
getTrunkGroupName() |
int |
hashCode() |
void |
setGroupId(String groupId) |
void |
setLockoutCount(String lockoutCount) |
void |
setLockoutExpires(String lockoutExpires) |
void |
setLockoutStarted(String lockoutStarted) |
void |
setOrganizationId(String organizationId) |
void |
setOrganizationType(String organizationType) |
void |
setTrunkGroupName(String trunkGroupName) |
public SystemSIPAuthenticationTrunkGroupLockoutLockoutTableRow()
public String getOrganizationId()
public void setOrganizationId(String organizationId)
public String getOrganizationType()
public void setOrganizationType(String organizationType)
public String getGroupId()
public void setGroupId(String groupId)
public String getTrunkGroupName()
public void setTrunkGroupName(String trunkGroupName)
public String getLockoutStarted()
public void setLockoutStarted(String lockoutStarted)
public String getLockoutExpires()
public void setLockoutExpires(String lockoutExpires)
public String getLockoutCount()
public void setLockoutCount(String lockoutCount)
@GwtIncompatible public static SystemSIPAuthenticationTrunkGroupLockoutLockoutTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<SystemSIPAuthenticationTrunkGroupLockoutLockoutTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2017 ECG. All rights reserved.