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

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

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

    /**
     * 

应用名称,长度小于129

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

应用英文名称,长度小于31

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

应用ID

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

包名

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

BundleID

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

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

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

流量包ID

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

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

*/ @com.alibaba.fastjson.annotation.JSONField(name = "LicenseType") private Integer licenseType; /** *

应用类型,App, Web二选一,默认不填为App

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy