public class ModifyContentIdentifierRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyContentIdentifierRequest() |
ModifyContentIdentifierRequest(ModifyContentIdentifierRequest 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 |
getContentId()
Get 内容标识符 ID。
|
String |
getDescription()
Get 内容标识符描述,长度限制不超过 20 个字符。
|
void |
setContentId(String ContentId)
Set 内容标识符 ID。
|
void |
setDescription(String Description)
Set 内容标识符描述,长度限制不超过 20 个字符。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyContentIdentifierRequest()
public ModifyContentIdentifierRequest(ModifyContentIdentifierRequest source)
public String getContentId()
public void setContentId(String ContentId)
ContentId
- 内容标识符 ID。public String getDescription()
public void setDescription(String Description)
Description
- 内容标识符描述,长度限制不超过 20 个字符。Copyright © 2025. All rights reserved.