Class ProfileRetrievalRequest


  • public class ProfileRetrievalRequest
    extends java.lang.Object
    Author:
    alee
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String profileId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getProfileId()  
      void setProfileId​(java.lang.String profileId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • profileId

        protected java.lang.String profileId
    • Constructor Detail

      • ProfileRetrievalRequest

        public ProfileRetrievalRequest()
      • ProfileRetrievalRequest

        public ProfileRetrievalRequest​(javax.ws.rs.core.MultivaluedMap<java.lang.String,​java.lang.String> form)
    • Method Detail

      • getProfileId

        public java.lang.String getProfileId()
        Returns:
        the ProfileId
      • setProfileId

        public void setProfileId​(java.lang.String profileId)
        Parameters:
        profileId - the ProfileId to set