public class ModifyDocRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDocRequest() |
ModifyDocRequest(ModifyDocRequest 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 Associated labels.
|
Long |
getAttrRange()
Get Applicable scope of labels: 1: all; 2: by condition.
|
String |
getBotBizId()
Get Application ID.
|
String |
getCateBizId()
Get Category ID.
|
String |
getDocBizId()
Get Document ID.
|
String |
getExpireEnd()
Get Effective end time, unix timestamp.
|
String |
getExpireStart()
Get Effective start time, unix timestamp.
|
Boolean |
getIsRefer()
Get Whether to reference a link.
|
String |
getLoginSubAccountUin()
Get Login to user's sub-account (required in integrator mode).
|
String |
getLoginUin()
Get Login to user's root account (required in integrator mode).
|
Long |
getReferUrlType()
Get External reference link type: 0: system link 1: custom link.
|
String |
getWebUrl()
Get Web page (or custom link) address.
|
void |
setAttrLabels(AttrLabelRefer[] AttrLabels)
Set Associated labels.
|
void |
setAttrRange(Long AttrRange)
Set Applicable scope of labels: 1: all; 2: by condition.
|
void |
setBotBizId(String BotBizId)
Set Application ID.
|
void |
setCateBizId(String CateBizId)
Set Category ID.
|
void |
setDocBizId(String DocBizId)
Set Document ID.
|
void |
setExpireEnd(String ExpireEnd)
Set Effective end time, unix timestamp.
|
void |
setExpireStart(String ExpireStart)
Set Effective start time, unix timestamp.
|
void |
setIsRefer(Boolean IsRefer)
Set Whether to reference a link.
|
void |
setLoginSubAccountUin(String LoginSubAccountUin)
Set Login to user's sub-account (required in integrator mode).
|
void |
setLoginUin(String LoginUin)
Set Login to user's root account (required in integrator mode).
|
void |
setReferUrlType(Long ReferUrlType)
Set External reference link type: 0: system link 1: custom link.
|
void |
setWebUrl(String WebUrl)
Set Web page (or custom link) address.
|
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 ModifyDocRequest()
public ModifyDocRequest(ModifyDocRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId
- Application ID.public String getDocBizId()
public void setDocBizId(String DocBizId)
DocBizId
- Document ID.public Boolean getIsRefer()
public void setIsRefer(Boolean IsRefer)
IsRefer
- Whether to reference a link.public Long getAttrRange()
public void setAttrRange(Long AttrRange)
AttrRange
- Applicable scope of labels: 1: all; 2: by condition.public String getLoginUin()
public void setLoginUin(String LoginUin)
LoginUin
- Login to user's root account (required in integrator mode).public String getLoginSubAccountUin()
public void setLoginSubAccountUin(String LoginSubAccountUin)
LoginSubAccountUin
- Login to user's sub-account (required in integrator mode).public AttrLabelRefer[] getAttrLabels()
public void setAttrLabels(AttrLabelRefer[] AttrLabels)
AttrLabels
- Associated labels.public String getWebUrl()
public void setWebUrl(String WebUrl)
WebUrl
- Web page (or custom link) address.public Long getReferUrlType()
public void setReferUrlType(Long ReferUrlType)
ReferUrlType
- External reference link type: 0: system link 1: custom link.
When the value is 1, the weburl field cannot be empty; otherwise, it will not take effect.public String getExpireStart()
public void setExpireStart(String ExpireStart)
ExpireStart
- Effective start time, unix timestamp.public String getExpireEnd()
public void setExpireEnd(String ExpireEnd)
ExpireEnd
- Effective end time, unix timestamp. 0 indicates permanent validity.public String getCateBizId()
public void setCateBizId(String CateBizId)
CateBizId
- Category ID.Copyright © 2025. All rights reserved.