public class ModifySubAppIdInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifySubAppIdInfoRequest() |
ModifySubAppIdInfoRequest(ModifySubAppIdInfoRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get 子应用简介,长度限制: 300个字符。
|
String |
getName()
Get 子应用名称,长度限制:40个字符。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setDescription(String Description)
Set 子应用简介,长度限制: 300个字符。
|
void |
setName(String Name)
Set 子应用名称,长度限制:40个字符。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
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 ModifySubAppIdInfoRequest()
public ModifySubAppIdInfoRequest(ModifySubAppIdInfoRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。public String getName()
public void setName(String Name)
Name
- 子应用名称,长度限制:40个字符。public String getDescription()
public void setDescription(String Description)
Description
- 子应用简介,长度限制: 300个字符。Copyright © 2023. All rights reserved.