Class ClientToken
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.goosefs.v20220519.models.ClientToken
-
public class ClientToken extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClientToken()ClientToken(ClientToken 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 StringgetGooseFSDirectory()Get 可以访问的 GooseFS 目录 注意:此字段可能返回 null,表示取不到有效值。StringgetLocalDirectory()Get 挂载点 注意:此字段可能返回 null,表示取不到有效值。StringgetNodeIp()Get 节点 IP 注意:此字段可能返回 null,表示取不到有效值。StringgetToken()Get token 注意:此字段可能返回 null,表示取不到有效值。voidsetGooseFSDirectory(String GooseFSDirectory)Set 可以访问的 GooseFS 目录 注意:此字段可能返回 null,表示取不到有效值。voidsetLocalDirectory(String LocalDirectory)Set 挂载点 注意:此字段可能返回 null,表示取不到有效值。voidsetNodeIp(String NodeIp)Set 节点 IP 注意:此字段可能返回 null,表示取不到有效值。voidsetToken(String Token)Set token 注意:此字段可能返回 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
-
ClientToken
public ClientToken()
-
ClientToken
public ClientToken(ClientToken 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
-
getNodeIp
public String getNodeIp()
Get 节点 IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeIp 节点 IP 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeIp
public void setNodeIp(String NodeIp)
Set 节点 IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeIp- 节点 IP 注意:此字段可能返回 null,表示取不到有效值。
-
getLocalDirectory
public String getLocalDirectory()
Get 挂载点 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LocalDirectory 挂载点 注意:此字段可能返回 null,表示取不到有效值。
-
setLocalDirectory
public void setLocalDirectory(String LocalDirectory)
Set 挂载点 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LocalDirectory- 挂载点 注意:此字段可能返回 null,表示取不到有效值。
-
getGooseFSDirectory
public String getGooseFSDirectory()
Get 可以访问的 GooseFS 目录 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GooseFSDirectory 可以访问的 GooseFS 目录 注意:此字段可能返回 null,表示取不到有效值。
-
setGooseFSDirectory
public void setGooseFSDirectory(String GooseFSDirectory)
Set 可以访问的 GooseFS 目录 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GooseFSDirectory- 可以访问的 GooseFS 目录 注意:此字段可能返回 null,表示取不到有效值。
-
getToken
public String getToken()
Get token 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Token token 注意:此字段可能返回 null,表示取不到有效值。
-
setToken
public void setToken(String Token)
Set token 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Token- token 注意:此字段可能返回 null,表示取不到有效值。
-
-