Class SystemTreatmentMappingCallBlockingServiceTreatmentMappingTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemTreatmentMappingCallBlockingServiceTreatmentMappingTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemTreatmentMappingCallBlockingServiceTreatmentMappingTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to a SystemTreatmentMappingCallBlockingServiceGetListRequest22. Contains a table with one row per mapping. The table columns are: "Service", "Treatment Id". The Service column list the service or policy which is using corresponding treatment, and can be OCP, EOCP, ICP, ACR, SCR, SCA, AAC, Intercept, PTT, CommBarring, SAC, IncomingCommBarring, HierCommBarring, IncomHierCommBarring, BWMobilityDenyOrig, BWMobilityDenyTerm, ETRouteExhaust, CallPark, NumberPortability, ConcTerminatingAlertingPolicy.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
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
setService
(String service) void
setTreatmentId
(String treatmentId) toString()
-
Constructor Details
-
SystemTreatmentMappingCallBlockingServiceTreatmentMappingTableRow
public SystemTreatmentMappingCallBlockingServiceTreatmentMappingTableRow()
-
-
Method Details
-
getService
-
setService
-
getTreatmentId
-
setTreatmentId
-
getFromNode
public static SystemTreatmentMappingCallBlockingServiceTreatmentMappingTableRow 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<SystemTreatmentMappingCallBlockingServiceTreatmentMappingTableRow> 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
-