Class 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 Detail

      • ImsProfileProdCtx

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

      • 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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object