Package com.adobe.cq.adobeims.imsprofile
Class ImsProfileKey
- java.lang.Object
 - 
- com.adobe.cq.adobeims.imsprofile.ImsProfileKey
 
 
- 
public class ImsProfileKey extends java.lang.ObjectRepresents 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 booleanequals(java.lang.Object o)java.lang.StringgetCloudServiceName()java.lang.StringgetImsConfigName()java.lang.StringgetImsConfigServicePid()inthashCode()java.lang.StringtoString() 
 - 
 
- 
- 
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:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -