Class ImsProfileProdCtx

java.lang.Object
com.adobe.cq.adobeims.imsprofile.ImsProfileProdCtx

public class ImsProfileProdCtx extends Object
Object deserialized from the json response received - IMS profile json. It contains the needed fields from the 'prodCtx' object.
  • Constructor Details

    • ImsProfileProdCtx

      public ImsProfileProdCtx(String serviceCode, String statusCode, String userVisibleName, String groupId)
  • Method Details

    • getServiceCode

      public String getServiceCode()
    • getStatusCode

      public String getStatusCode()
    • getUserVisibleName

      public String getUserVisibleName()
    • getGroupId

      public String getGroupId()
    • setServiceLevel

      public void setServiceLevel(String serviceLevel)
    • getServiceLevel

      public String getServiceLevel()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object