Class WorkspaceTokenInfoV0
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cloudstudio.v20210524.models.WorkspaceTokenInfoV0
-
public class WorkspaceTokenInfoV0 extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description WorkspaceTokenInfoV0()WorkspaceTokenInfoV0(WorkspaceTokenInfoV0 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpiredTime()Get token 过期时间 注意:此字段可能返回 null,表示取不到有效值。StringgetToken()Get 访问工作空间临时凭证voidsetExpiredTime(String ExpiredTime)Set token 过期时间 注意:此字段可能返回 null,表示取不到有效值。voidsetToken(String Token)Set 访问工作空间临时凭证voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
WorkspaceTokenInfoV0
public WorkspaceTokenInfoV0()
-
WorkspaceTokenInfoV0
public WorkspaceTokenInfoV0(WorkspaceTokenInfoV0 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.
-
-
Method Detail
-
getToken
public String getToken()
Get 访问工作空间临时凭证- Returns:
- Token 访问工作空间临时凭证
-
setToken
public void setToken(String Token)
Set 访问工作空间临时凭证- Parameters:
Token- 访问工作空间临时凭证
-
getExpiredTime
public String getExpiredTime()
Get token 过期时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ExpiredTime token 过期时间 注意:此字段可能返回 null,表示取不到有效值。
-
setExpiredTime
public void setExpiredTime(String ExpiredTime)
Set token 过期时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ExpiredTime- token 过期时间 注意:此字段可能返回 null,表示取不到有效值。
-
-