Class AdminJustifiedUserAction

java.lang.Object
com.symphony.bdk.gen.api.model.AdminJustifiedUserAction

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class AdminJustifiedUserAction extends Object
AdminJustifiedUserAction
  • Field Details

  • Constructor Details

    • AdminJustifiedUserAction

      public AdminJustifiedUserAction()
  • Method Details

    • userId

      public AdminJustifiedUserAction userId(Long userId)
    • getUserId

      @Nullable public Long getUserId()
      The userId of the target user.
      Returns:
      userId
    • setUserId

      public void setUserId(Long userId)
    • justification

      public AdminJustifiedUserAction justification(String justification)
    • getJustification

      @Nullable public String getJustification()
      The reason for the requested action.
      Returns:
      justification
    • setJustification

      public void setJustification(String justification)
    • equals

      public boolean equals(Object o)
      Return true if this AdminJustifiedUserAction object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object