public class ModifyAttributeLabelRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAttributeLabelRequest() |
ModifyAttributeLabelRequest(ModifyAttributeLabelRequest 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 |
getAttributeId()
Get 属性ID
|
String |
getAttributeKey()
Get 属性标识,最大40个英文字符,如style
|
String |
getAttributeName()
Get 属性名称,最大80个英文字符,如风格
|
String |
getKnowledgeBaseId()
Get 知识库ID
|
AttributeLabelItem[] |
getLabels()
Get 属性标签
|
void |
setAttributeId(String AttributeId)
Set 属性ID
|
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, toJsonString
public ModifyAttributeLabelRequest()
public ModifyAttributeLabelRequest(ModifyAttributeLabelRequest source)
public String getKnowledgeBaseId()
public void setKnowledgeBaseId(String KnowledgeBaseId)
KnowledgeBaseId
- 知识库IDpublic String getAttributeId()
public void setAttributeId(String AttributeId)
AttributeId
- 属性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.