public class CommitUploadRequest extends AbstractModel
Constructor and Description |
---|
CommitUploadRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
String |
getVodSessionKey()
Get 点播会话,取申请上传接口的返回值 VodSessionKey。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setVodSessionKey(String VodSessionKey)
Set 点播会话,取申请上传接口的返回值 VodSessionKey。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getVodSessionKey()
public void setVodSessionKey(String VodSessionKey)
VodSessionKey
- 点播会话,取申请上传接口的返回值 VodSessionKey。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2020. All rights reserved.