Class UserSystemInfo

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

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

  • Constructor Details

    • UserSystemInfo

      public UserSystemInfo()
  • Method Details

    • id

      public UserSystemInfo id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • status

      public UserSystemInfo status(UserSystemInfo.StatusEnum status)
    • getStatus

      @Nullable public UserSystemInfo.StatusEnum getStatus()
      Get status
      Returns:
      status
    • setStatus

      public void setStatus(UserSystemInfo.StatusEnum status)
    • suspended

      public UserSystemInfo suspended(Boolean suspended)
    • getSuspended

      @Nullable public Boolean getSuspended()
      An optional attribute indicating whether the user is temporarily suspended or not. Since SBE 20.14.
      Returns:
      suspended
    • setSuspended

      public void setSuspended(Boolean suspended)
    • suspendedUntil

      public UserSystemInfo suspendedUntil(Long suspendedUntil)
    • getSuspendedUntil

      @Nullable public Long getSuspendedUntil()
      An optional unix timestamp until which the suspension is effective. Since SBE 20.14.
      Returns:
      suspendedUntil
    • setSuspendedUntil

      public void setSuspendedUntil(Long suspendedUntil)
    • suspensionReason

      public UserSystemInfo suspensionReason(String suspensionReason)
    • getSuspensionReason

      @Nullable public String getSuspensionReason()
      An optional description of the suspension reason. Since SBE 20.14.
      Returns:
      suspensionReason
    • setSuspensionReason

      public void setSuspensionReason(String suspensionReason)
    • createdDate

      public UserSystemInfo createdDate(Long createdDate)
    • getCreatedDate

      @Nullable public Long getCreatedDate()
      Get createdDate
      Returns:
      createdDate
    • setCreatedDate

      public void setCreatedDate(Long createdDate)
    • createdBy

      public UserSystemInfo createdBy(String createdBy)
    • getCreatedBy

      @Nullable public String getCreatedBy()
      Get createdBy
      Returns:
      createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • lastUpdatedDate

      public UserSystemInfo lastUpdatedDate(Long lastUpdatedDate)
    • getLastUpdatedDate

      @Nullable public Long getLastUpdatedDate()
      Get lastUpdatedDate
      Returns:
      lastUpdatedDate
    • setLastUpdatedDate

      public void setLastUpdatedDate(Long lastUpdatedDate)
    • lastLoginDate

      public UserSystemInfo lastLoginDate(Long lastLoginDate)
    • getLastLoginDate

      @Nullable public Long getLastLoginDate()
      Get lastLoginDate
      Returns:
      lastLoginDate
    • setLastLoginDate

      public void setLastLoginDate(Long lastLoginDate)
    • lastPasswordReset

      public UserSystemInfo lastPasswordReset(Long lastPasswordReset)
    • getLastPasswordReset

      @Nullable public Long getLastPasswordReset()
      Get lastPasswordReset
      Returns:
      lastPasswordReset
    • setLastPasswordReset

      public void setLastPasswordReset(Long lastPasswordReset)
    • deactivatedDate

      public UserSystemInfo deactivatedDate(Long deactivatedDate)
    • getDeactivatedDate

      @Nullable public Long getDeactivatedDate()
      Get deactivatedDate
      Returns:
      deactivatedDate
    • setDeactivatedDate

      public void setDeactivatedDate(Long deactivatedDate)
    • equals

      public boolean equals(Object o)
      Return true if this UserSystemInfo 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