public class CreateAttributeLabelRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateAttributeLabelRequest() | 
| CreateAttributeLabelRequest(CreateAttributeLabelRequest 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 | getAttributeKey()Get 属性标识,最大40个英文字符,如style | 
| String | getAttributeName()Get 属性名称,最大80个英文字符,如风格 | 
| String | getKnowledgeBaseId()Get 知识库ID | 
| AttributeLabelItem[] | getLabels()Get 属性标签信息 | 
| void | setAttributeKey(String AttributeKey)Set 属性标识,最大40个英文字符,如style | 
| void | setAttributeName(String AttributeName)Set 属性名称,最大80个英文字符,如风格 | 
| void | setKnowledgeBaseId(String KnowledgeBaseId)Set 知识库ID | 
| void | setLabels(AttributeLabelItem[] Labels)Set 属性标签信息 | 
| 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, toJsonStringpublic CreateAttributeLabelRequest()
public CreateAttributeLabelRequest(CreateAttributeLabelRequest source)
public String getKnowledgeBaseId()
public void setKnowledgeBaseId(String KnowledgeBaseId)
KnowledgeBaseId - 知识库IDpublic String getAttributeKey()
public void setAttributeKey(String AttributeKey)
AttributeKey - 属性标识,最大40个英文字符,如stylepublic String getAttributeName()
public void setAttributeName(String AttributeName)
AttributeName - 属性名称,最大80个英文字符,如风格public AttributeLabelItem[] getLabels()
public void setLabels(AttributeLabelItem[] Labels)
Labels - 属性标签信息Copyright © 2025. All rights reserved.