public class WorkspaceTokenDTO extends AbstractModel
skipSign
Constructor and Description |
---|
WorkspaceTokenDTO() |
WorkspaceTokenDTO(WorkspaceTokenDTO 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 |
getSpaceKey()
Get 工作空间 SpaceKey
|
Long |
getTokenExpiredLimitSec()
Get token过期时间,单位是秒,默认 3600
|
void |
setSpaceKey(String SpaceKey)
Set 工作空间 SpaceKey
|
void |
setTokenExpiredLimitSec(Long TokenExpiredLimitSec)
Set token过期时间,单位是秒,默认 3600
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public WorkspaceTokenDTO()
public WorkspaceTokenDTO(WorkspaceTokenDTO source)
public String getSpaceKey()
public void setSpaceKey(String SpaceKey)
SpaceKey
- 工作空间 SpaceKeypublic Long getTokenExpiredLimitSec()
public void setTokenExpiredLimitSec(Long TokenExpiredLimitSec)
TokenExpiredLimitSec
- token过期时间,单位是秒,默认 3600Copyright © 2023. All rights reserved.