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

com.byteplus.model.live.v20200801.CreateServiceBody 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;

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

    /**
     * 

公司名称

*/ @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 = "BusinessArea") private String businessArea; /** *

业务场景

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

需要人工审批与否,默认需要审批

* *

auto: 不需要审批

* *

reserve:需要审批

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy