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

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

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

    /**
     * 

sdk记录ID

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

App名称

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

App英文名称

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

SDK版本,精简版:1、互动版:2

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

操作类型,1:激活

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

License 类型,1:基础版本,2:高级版本

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy