public class AuthTokenBase extends AbstractModel
header, skipSign
Constructor and Description |
---|
AuthTokenBase() |
AuthTokenBase(AuthTokenBase 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 |
getCreateTime()
Get token 创建时间
|
String |
getDescription()
Get token 描述
|
String |
getName()
Get token 别名
|
String |
getStatus()
Get token状态
|
String |
getValue()
Get token 值
|
void |
setCreateTime(String CreateTime)
Set token 创建时间
|
void |
setDescription(String Description)
Set token 描述
|
void |
setName(String Name)
Set token 别名
|
void |
setStatus(String Status)
Set token状态
|
void |
setValue(String Value)
Set token 值
|
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 AuthTokenBase()
public AuthTokenBase(AuthTokenBase source)
public String getValue()
public void setValue(String Value)
Value
- token 值public String getName()
public void setName(String Name)
Name
- token 别名public String getDescription()
public void setDescription(String Description)
Description
- token 描述public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- token 创建时间public String getStatus()
public void setStatus(String Status)
Status
- token状态Copyright © 2025. All rights reserved.