Package com.adobe.cq.adobeims.imsprofile
Class ImsProfileKey
- java.lang.Object
-
- com.adobe.cq.adobeims.imsprofile.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 Summary
Constructors Constructor Description ImsProfileKey(java.lang.String imsConfigServicePid, java.lang.String imsConfigName, java.lang.String cloudServiceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getCloudServiceName()
java.lang.String
getImsConfigName()
java.lang.String
getImsConfigServicePid()
int
hashCode()
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-