Class UserIdentity

java.lang.Object
ai.reveng.model.UserIdentity

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class UserIdentity extends Object
UserIdentity
  • Field Details

  • Constructor Details

    • UserIdentity

      public UserIdentity()
  • Method Details

    • createdAt

      public UserIdentity createdAt(@Nonnull OffsetDateTime createdAt)
    • getCreatedAt

      @Nonnull public OffsetDateTime getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(@Nonnull OffsetDateTime createdAt)
    • issuerUrl

      public UserIdentity issuerUrl(@Nullable String issuerUrl)
    • getIssuerUrl

      @Nullable public String getIssuerUrl()
      Search is applied to string value
      Returns:
      issuerUrl
    • setIssuerUrl

      public void setIssuerUrl(@Nullable String issuerUrl)
    • subject

      public UserIdentity subject(@Nullable String subject)
    • getSubject

      @Nullable public String getSubject()
      Search is applied to string value
      Returns:
      subject
    • setSubject

      public void setSubject(@Nullable String subject)
    • updatedAt

      public UserIdentity updatedAt(@Nonnull OffsetDateTime updatedAt)
    • getUpdatedAt

      @Nonnull public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • setUpdatedAt

      public void setUpdatedAt(@Nonnull OffsetDateTime updatedAt)
    • userId

      public UserIdentity userId(@Nonnull Long userId)
    • getUserId

      @Nonnull public Long getUserId()
      Get userId
      Returns:
      userId
    • setUserId

      public void setUserId(@Nonnull Long userId)
    • userIdentityId

      public UserIdentity userIdentityId(@Nonnull Long userIdentityId)
    • getUserIdentityId

      @Nonnull public Long getUserIdentityId()
      Get userIdentityId
      Returns:
      userIdentityId
    • setUserIdentityId

      public void setUserIdentityId(@Nonnull Long userIdentityId)
    • putAdditionalProperty

      public UserIdentity putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - name of the property
      value - value of the property
      Returns:
      the UserIdentity instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • 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
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to UserIdentity
    • fromJson

      public static UserIdentity fromJson(String jsonString) throws IOException
      Create an instance of UserIdentity given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of UserIdentity
      Throws:
      IOException - if the JSON string is invalid with respect to UserIdentity
    • toJson

      public String toJson()
      Convert an instance of UserIdentity to an JSON string
      Returns:
      JSON string