Class ImsProfileKey


  • public class ImsProfileKey
    extends 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​(String imsConfigServicePid,
                             String imsConfigName,
                             String cloudServiceName)
    • Method Detail

      • getImsConfigServicePid

        public String getImsConfigServicePid()
      • getImsConfigName

        public String getImsConfigName()
      • getCloudServiceName

        public String getCloudServiceName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object