All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.model.live.v20200801.ListServicesBody Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;

/**
 * ListServicesBody
 */
@lombok.Data
public final class ListServicesBody  {

    /**
     * 

页码大小 [1~1000]

*/ @com.alibaba.fastjson.annotation.JSONField(name = "PageNum") private String pageNum; /** *

分页大小 [1~1000]

*/ @com.alibaba.fastjson.annotation.JSONField(name = "PageSize") private String pageSize; /** *

用户账号

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AccountID") private String accountID; /** *

公司名称

*/ @com.alibaba.fastjson.annotation.JSONField(name = "CompanyName") private String companyName; /** *

联系人名称

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ContactPerson") private String contactPerson; /** *

联系人号码

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ContactNumber") private String contactNumber; /** *

用户创建的域名

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Domain") private String domain; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy