类 Account

java.lang.Object
com.lark.oapi.service.hire.v1.model.Account

public class Account extends Object
  • 构造器详细资料

    • Account

      public Account()
    • Account

      public Account(Account.Builder builder)
  • 方法详细资料

    • newBuilder

      public static Account.Builder newBuilder()
    • getAccountId

      public String getAccountId()
    • setAccountId

      public void setAccountId(String accountId)
    • getAssets

      public Assets getAssets()
    • setAssets

      public void setAssets(Assets assets)
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)