public class AgentReference extends AbstractModel
header, skipSign
Constructor and Description |
---|
AgentReference() |
AgentReference(AgentReference 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 |
getDocBizId()
Get Document business ID.
|
String |
getDocId()
Get Source document ID.
|
String |
getDocName()
Get Document name.
|
String |
getId()
Get ID.
|
Long |
getIndex()
Get Index of search engine.
|
String |
getName()
Get Name.
|
String |
getQaBizId()
Get Q&A business ID.
|
String |
getTitle()
Get Title.
|
Long |
getType()
Get Type.
|
String |
getUrl()
Get URL.
|
void |
setDocBizId(String DocBizId)
Set Document business ID.
|
void |
setDocId(String DocId)
Set Source document ID.
|
void |
setDocName(String DocName)
Set Document name.
|
void |
setId(String Id)
Set ID.
|
void |
setIndex(Long Index)
Set Index of search engine.
|
void |
setName(String Name)
Set Name.
|
void |
setQaBizId(String QaBizId)
Set Q&A business ID.
|
void |
setTitle(String Title)
Set Title.
|
void |
setType(Long Type)
Set Type.
|
void |
setUrl(String Url)
Set URL.
|
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 AgentReference()
public AgentReference(AgentReference source)
public String getDocId()
public void setDocId(String DocId)
DocId
- Source document ID.public String getId()
public void setId(String Id)
Id
- ID.public String getName()
public void setName(String Name)
Name
- Name.public Long getType()
public void setType(Long Type)
Type
- Type.public String getUrl()
public void setUrl(String Url)
Url
- URL.public String getDocBizId()
public void setDocBizId(String DocBizId)
DocBizId
- Document business ID.public String getDocName()
public void setDocName(String DocName)
DocName
- Document name.public String getQaBizId()
public void setQaBizId(String QaBizId)
QaBizId
- Q&A business ID.public Long getIndex()
public void setIndex(Long Index)
Index
- Index of search engine.public String getTitle()
public void setTitle(String Title)
Title
- Title.Copyright © 2025. All rights reserved.