public class EmbedTokenInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
EmbedTokenInfo() |
EmbedTokenInfo(EmbedTokenInfo 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 |
getBIToken()
Get Token.
|
String |
getConfigParam()
Get Embedded display configurations: Currently for ChatBI embedding scenarios; TableFilter represents data table list filtering, SqlView represents SQL view feature.
|
String |
getCreatedAt()
Get Creation time.
|
String |
getCreatedUser()
Get Creator.
|
Long |
getExpireTime()
Get Expiration time (in minutes), with a maximum value of 240.
|
String |
getExtraParam()
Get Backup.
|
String |
getGlobalParam()
Get Global parameter.
|
Long |
getId()
Get Information identifier.
|
String |
getIntention()
Get "embed" indicates page dashboard embedding, and "chatBIEmbed" indicates ChatBI embedding.
|
String |
getPageId()
Get Page ID.
|
String |
getProjectId()
Get Project ID.
|
String |
getScope()
Get Embedding type.
|
Boolean |
getSingleUserMultiToken()
Get Whether it is multiple tokens per user.
|
Long |
getTicketNum()
Get Access count limit (range: 1–99999).
|
Long |
getTokenNum()
Get Number of tokens.
|
Long |
getTokenType()
Get 100: no bound user.
|
String |
getUpdatedAt()
Get Update time.
|
String |
getUpdatedUser()
Get Updater.
|
String |
getUserCorpId()
Get User enterprise ID (only used for multi-user).
|
String |
getUserId()
Get User ID (only used for multi-user).
|
void |
setBIToken(String BIToken)
Set Token.
|
void |
setConfigParam(String ConfigParam)
Set Embedded display configurations: Currently for ChatBI embedding scenarios; TableFilter represents data table list filtering, SqlView represents SQL view feature.
|
void |
setCreatedAt(String CreatedAt)
Set Creation time.
|
void |
setCreatedUser(String CreatedUser)
Set Creator.
|
void |
setExpireTime(Long ExpireTime)
Set Expiration time (in minutes), with a maximum value of 240.
|
void |
setExtraParam(String ExtraParam)
Set Backup.
|
void |
setGlobalParam(String GlobalParam)
Set Global parameter.
|
void |
setId(Long Id)
Set Information identifier.
|
void |
setIntention(String Intention)
Set "embed" indicates page dashboard embedding, and "chatBIEmbed" indicates ChatBI embedding.
|
void |
setPageId(String PageId)
Set Page ID.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setScope(String Scope)
Set Embedding type.
|
void |
setSingleUserMultiToken(Boolean SingleUserMultiToken)
Set Whether it is multiple tokens per user.
|
void |
setTicketNum(Long TicketNum)
Set Access count limit (range: 1–99999).
|
void |
setTokenNum(Long TokenNum)
Set Number of tokens.
|
void |
setTokenType(Long TokenType)
Set 100: no bound user.
|
void |
setUpdatedAt(String UpdatedAt)
Set Update time.
|
void |
setUpdatedUser(String UpdatedUser)
Set Updater.
|
void |
setUserCorpId(String UserCorpId)
Set User enterprise ID (only used for multi-user).
|
void |
setUserId(String UserId)
Set User ID (only used for multi-user).
|
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 EmbedTokenInfo()
public EmbedTokenInfo(EmbedTokenInfo source)
public Long getId()
public void setId(Long Id)
Id
- Information identifier.
Note: This field may return null, indicating that no valid values can be obtained.public String getBIToken()
public void setBIToken(String BIToken)
BIToken
- Token.
Note: This field may return null, indicating that no valid values can be obtained.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedUser()
public void setCreatedUser(String CreatedUser)
CreatedUser
- Creator.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- Creation time.
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedUser()
public void setUpdatedUser(String UpdatedUser)
UpdatedUser
- Updater.
Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- Update time.
Note: This field may return null, indicating that no valid values can be obtained.public String getPageId()
public void setPageId(String PageId)
PageId
- Page ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getExtraParam()
public void setExtraParam(String ExtraParam)
ExtraParam
- Backup.
Note: This field may return null, indicating that no valid values can be obtained.public String getScope()
public void setScope(String Scope)
Scope
- Embedding type.
Note: This field may return null, indicating that no valid values can be obtained.public Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- Expiration time (in minutes), with a maximum value of 240.
Note: This field may return null, indicating that no valid values can be obtained.public String getUserCorpId()
public void setUserCorpId(String UserCorpId)
UserCorpId
- User enterprise ID (only used for multi-user).
Note: This field may return null, indicating that no valid values can be obtained.public String getUserId()
public void setUserId(String UserId)
UserId
- User ID (only used for multi-user).
Note: This field may return null, indicating that no valid values can be obtained.public Long getTicketNum()
public void setTicketNum(Long TicketNum)
TicketNum
- Access count limit (range: 1–99999). Leave empty to disable access restrictions.
Note: This field may return null, indicating that no valid values can be obtained.public String getGlobalParam()
public void setGlobalParam(String GlobalParam)
GlobalParam
- Global parameter.
Note: This field may return null, indicating that no valid values can be obtained.public String getIntention()
public void setIntention(String Intention)
Intention
- "embed" indicates page dashboard embedding, and "chatBIEmbed" indicates ChatBI embedding.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTokenType()
public void setTokenType(Long TokenType)
TokenType
- 100: no bound user.
200: single token per user.
300: multiple tokens per user.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTokenNum()
public void setTokenNum(Long TokenNum)
TokenNum
- Number of tokens.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getSingleUserMultiToken()
public void setSingleUserMultiToken(Boolean SingleUserMultiToken)
SingleUserMultiToken
- Whether it is multiple tokens per user.
Note: This field may return null, indicating that no valid values can be obtained.public String getConfigParam()
public void setConfigParam(String ConfigParam)
ConfigParam
- Embedded display configurations: Currently for ChatBI embedding scenarios; TableFilter represents data table list filtering, SqlView represents SQL view feature.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.