Class RoleToken
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.goosefs.v20220519.models.RoleToken
-
public class RoleToken extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRoleName()Get 角色名StringgetToken()Get 用于goosefs client/sdk等 注意:此字段可能返回 null,表示取不到有效值。voidsetRoleName(String RoleName)Set 角色名voidsetToken(String Token)Set 用于goosefs client/sdk等 注意:此字段可能返回 null,表示取不到有效值。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
-
RoleToken
public RoleToken()
-
RoleToken
public RoleToken(RoleToken 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
-
getRoleName
public String getRoleName()
Get 角色名- Returns:
- RoleName 角色名
-
setRoleName
public void setRoleName(String RoleName)
Set 角色名- Parameters:
RoleName- 角色名
-
getToken
public String getToken()
Get 用于goosefs client/sdk等 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Token 用于goosefs client/sdk等 注意:此字段可能返回 null,表示取不到有效值。
-
setToken
public void setToken(String Token)
Set 用于goosefs client/sdk等 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Token- 用于goosefs client/sdk等 注意:此字段可能返回 null,表示取不到有效值。
-
-