Package com.adobe.cq.adobeims.imsprofile
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 Summary
Constructors Constructor Description ImsProfileKey(String imsConfigServicePid, String imsConfigName, String cloudServiceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCloudServiceName()StringgetImsConfigName()StringgetImsConfigServicePid()inthashCode()StringtoString()
-