Class ImsProfileKey

java.lang.Object
com.adobe.cq.adobeims.imsprofile.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 Details

    • ImsProfileKey

      public ImsProfileKey(String imsConfigServicePid, String imsConfigName, String cloudServiceName)
  • Method Details

    • getImsConfigServicePid

      public String getImsConfigServicePid()
    • getImsConfigName

      public String getImsConfigName()
    • getCloudServiceName

      public String getCloudServiceName()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object