Class ImsProfileKey


  • public class ImsProfileKey
    extends java.lang.Object
    Represents the key for an IMS profile request. It consists of the id/service-pid of the IMS config, the name of the IMS config and the name of the cloud service.
    • Constructor Detail

      • ImsProfileKey

        public ImsProfileKey​(java.lang.String imsConfigServicePid,
                             java.lang.String imsConfigName,
                             java.lang.String cloudServiceName)
    • Method Detail

      • getImsConfigServicePid

        public java.lang.String getImsConfigServicePid()
      • getImsConfigName

        public java.lang.String getImsConfigName()
      • getCloudServiceName

        public java.lang.String getCloudServiceName()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object