Class SystemGeographicRedundancyUnreachableFromPrimaryUnreachableFromPrimaryUserTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemGeographicRedundancyUnreachableFromPrimaryUnreachableFromPrimaryUserTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemGeographicRedundancyUnreachableFromPrimaryUnreachableFromPrimaryUserTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemGeographicRedundancyUnreachableFromPrimaryGetUserListRequest22. The Unreachable From Primary User table column headings are: "User ID", "Lineport". The optional totalNumberOfUnreachableFromPrimaryUsers is returned only when the userListSizeLimit is set in the request and if the total number of unreachable from primary users is greater than the value of userListSizeLimit.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemGeographicRedundancyUnreachableFromPrimaryUnreachableFromPrimaryUserTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static SystemGeographicRedundancyUnreachableFromPrimaryUnreachableFromPrimaryUserTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemGeographicRedundancyUnreachableFromPrimaryUnreachableFromPrimaryUserTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetLineport()StringgetUserID()inthashCode()voidsetLineport(String lineport)voidsetUserID(String userID)StringtoString()
-
-
-
Method Detail
-
getUserID
public String getUserID()
-
setUserID
public void setUserID(String userID)
-
getLineport
public String getLineport()
-
setLineport
public void setLineport(String lineport)
-
getFromNode
public static SystemGeographicRedundancyUnreachableFromPrimaryUnreachableFromPrimaryUserTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Node- Parameters:
n- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<SystemGeographicRedundancyUnreachableFromPrimaryUnreachableFromPrimaryUserTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray- The NodeArray to parse for the OCI Table
-
-