public class MsgRecordReference extends AbstractModel
header, skipSign
Constructor and Description |
---|
MsgRecordReference() |
MsgRecordReference(MsgRecordReference 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 |
getDocId()
Get 来源文档ID
|
String |
getId()
Get id
|
String |
getName()
Get 名称
|
Long |
getType()
Get 类型
|
String |
getUrl()
Get 链接
|
void |
setDocId(String DocId)
Set 来源文档ID
|
void |
setId(String Id)
Set id
|
void |
setName(String Name)
Set 名称
|
void |
setType(Long Type)
Set 类型
|
void |
setUrl(String Url)
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 MsgRecordReference()
public MsgRecordReference(MsgRecordReference source)
public String getId()
public void setId(String Id)
Id
- idpublic String getUrl()
public void setUrl(String Url)
Url
- 链接public Long getType()
public void setType(Long Type)
Type
- 类型public String getName()
public void setName(String Name)
Name
- 名称public String getDocId()
public void setDocId(String DocId)
DocId
- 来源文档IDCopyright © 2024. All rights reserved.