public class ModifyClassRequest extends AbstractModel
Constructor and Description |
---|
ModifyClassRequest() |
ModifyClassRequest(ModifyClassRequest 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 |
---|---|
Long |
getClassId()
Get 分类 ID
|
String |
getClassName()
Get 分类名称。长度限制:1-64 个字符。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setClassId(Long ClassId)
Set 分类 ID
|
void |
setClassName(String ClassName)
Set 分类名称。长度限制:1-64 个字符。
|
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 ModifyClassRequest()
public ModifyClassRequest(ModifyClassRequest source)
public Long getClassId()
public void setClassId(Long ClassId)
ClassId
- 分类 IDpublic String getClassName()
public void setClassName(String ClassName)
ClassName
- 分类名称。长度限制:1-64 个字符。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2021. All rights reserved.