public class ModifyDocAttrRangeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDocAttrRangeRequest() |
ModifyDocAttrRangeRequest(ModifyDocAttrRangeRequest 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 |
---|---|
AttrLabelRefer[] |
getAttrLabels()
Get 属性标签引用
|
Long |
getAttrRange()
Get 属性标签适用范围 1:全部,2:按条件
|
String |
getBotBizId()
Get 机器人ID
|
String[] |
getDocBizIds()
Get 文档ID
|
void |
setAttrLabels(AttrLabelRefer[] AttrLabels)
Set 属性标签引用
|
void |
setAttrRange(Long AttrRange)
Set 属性标签适用范围 1:全部,2:按条件
|
void |
setBotBizId(String BotBizId)
Set 机器人ID
|
void |
setDocBizIds(String[] DocBizIds)
Set 文档ID
|
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 ModifyDocAttrRangeRequest()
public ModifyDocAttrRangeRequest(ModifyDocAttrRangeRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId
- 机器人IDpublic String[] getDocBizIds()
public void setDocBizIds(String[] DocBizIds)
DocBizIds
- 文档IDpublic Long getAttrRange()
public void setAttrRange(Long AttrRange)
AttrRange
- 属性标签适用范围 1:全部,2:按条件public AttrLabelRefer[] getAttrLabels()
public void setAttrLabels(AttrLabelRefer[] AttrLabels)
AttrLabels
- 属性标签引用Copyright © 2024. All rights reserved.