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:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setLineport
(String lineport) void
toString()
-
Constructor Details
-
SystemGeographicRedundancyUnreachableFromPrimaryUnreachableFromPrimaryUserTableRow
public SystemGeographicRedundancyUnreachableFromPrimaryUnreachableFromPrimaryUserTableRow()
-
-
Method Details
-
getUserID
-
setUserID
-
getLineport
-
setLineport
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-