public class CommitUploadRequest extends AbstractModel
Constructor and Description |
---|
CommitUploadRequest() |
Modifier and Type | Method and Description |
---|---|
Integer |
getSubAppId()
获取点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
String |
getVodSessionKey()
获取点播会话,取申请上传接口的返回值 VodSessionKey。
|
void |
setSubAppId(Integer SubAppId)
设置点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setVodSessionKey(String VodSessionKey)
设置点播会话,取申请上传接口的返回值 VodSessionKey。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, getBinaryParams, getMultipartRequestParams, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getVodSessionKey()
public void setVodSessionKey(String VodSessionKey)
VodSessionKey
- 点播会话,取申请上传接口的返回值 VodSessionKey。public Integer getSubAppId()
public void setSubAppId(Integer SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2019. All rights reserved.