public class CreateContentIdentifierRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateContentIdentifierRequest() | 
| CreateContentIdentifierRequest(CreateContentIdentifierRequest 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 Description of the content identifier, length limit of up to 20 characters. | 
| String | getPlanId()Get Target plan id to be bound, available only for the enterprise edition. | 
| Tag[] | getTags()Get Tags of the content identifier. | 
| void | setDescription(String Description)Set Description of the content identifier, length limit of up to 20 characters. | 
| void | setPlanId(String PlanId)Set Target plan id to be bound, available only for the enterprise edition. | 
| void | setTags(Tag[] Tags)Set Tags of the content identifier. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateContentIdentifierRequest()
public CreateContentIdentifierRequest(CreateContentIdentifierRequest source)
public String getDescription()
public void setDescription(String Description)
Description - Description of the content identifier, length limit of up to 20 characters.public String getPlanId()
public void setPlanId(String PlanId)
PlanId - Target plan id to be bound, available only for the enterprise edition. public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - Tags of the content identifier. this parameter is used for authority control. to create tags, go to the [tag console](https://console.cloud.tencent.com/tag/taglist).Copyright © 2025. All rights reserved.