com.ibm.tivoli.maximo.interaction.policy

Class PolicyInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.policy.PolicyInfo


  • public final class PolicyInfo
    extends java.lang.Object
    Holds information about INteraction Policy
    • Constructor Summary

      Constructors 
      Constructor and Description
      PolicyInfo(java.lang.String policyID, java.lang.String policyName, java.lang.String description, java.lang.String type, java.util.Map parameters)
      Constructor
    • Constructor Detail

      • PolicyInfo

        public PolicyInfo(java.lang.String policyID,
                          java.lang.String policyName,
                          java.lang.String description,
                          java.lang.String type,
                          java.util.Map parameters)
        Constructor
        Parameters:
        policyID - policy id
        policyName - policy name
        description - the endpoint description
        type - policy type
        parameters - parameters
    • Method Detail

      • getPolicyName

        public java.lang.String getPolicyName()
        Get the endpoint name
        Returns:
        the endpoint name
      • getPolicyID

        public java.lang.String getPolicyID()
        Get the endpoint name
        Returns:
        the endpoint name
      • getDescription

        public java.lang.String getDescription()
        Get the endpoint name
        Returns:
        the endpoint name
      • getType

        public java.lang.String getType()
        Get the endpoint name
        Returns:
        the endpoint name
      • getParamaters

        public java.util.Map getParamaters()
        Get namespaces map
        Returns:
        map of all namespaces
      • getParamater

        public PolicyParamInfo getParamater(java.lang.String key)
        Get namespaces map
        Returns:
        map of all namespaces