Class GetUserRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class GetUserRequest
    extends Object
    Request object for a get user request.
    • Constructor Detail

      • GetUserRequest

        public GetUserRequest()
    • Method Detail

      • getUserId

        public String getUserId()
        Getter for userId. The ID of the user to get information about. If it is not included, it defaults to the user making the request.
      • setUserId

        public void setUserId​(String userId)
        Setter for userId. The ID of the user to get information about. If it is not included, it defaults to the user making the request.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object