Class UserCreateResponse

java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.UserCreateResponse

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2024-10-11T17:26:39.504605721Z[GMT]", comments="Generator version: 7.8.0") public class UserCreateResponse extends Object
UserCreateResponse
  • Constructor Details

    • UserCreateResponse

      public UserCreateResponse()
  • Method Details

    • userKey

      public UserCreateResponse userKey(Long userKey)
    • getUserKey

      public Long getUserKey()
      The key of the created user
      Returns:
      userKey
    • setUserKey

      public void setUserKey(Long userKey)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object