public class LakeFileSystemToken extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LakeFileSystemToken() | 
| LakeFileSystemToken(LakeFileSystemToken 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 | 
|---|---|
| Long | getExpiredTime()Get 过期时间 | 
| Long | getIssueTime()Get 颁布时间 | 
| String | getSecretId()Get Token使用的临时密钥的ID | 
| String | getSecretKey()Get Token使用的临时密钥 | 
| String | getToken()Get Token信息 | 
| void | setExpiredTime(Long ExpiredTime)Set 过期时间 | 
| void | setIssueTime(Long IssueTime)Set 颁布时间 | 
| void | setSecretId(String SecretId)Set Token使用的临时密钥的ID | 
| void | setSecretKey(String SecretKey)Set Token使用的临时密钥 | 
| void | setToken(String Token)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, toJsonStringpublic LakeFileSystemToken()
public LakeFileSystemToken(LakeFileSystemToken source)
public String getSecretId()
public void setSecretId(String SecretId)
SecretId - Token使用的临时密钥的IDpublic String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey - Token使用的临时密钥public String getToken()
public void setToken(String Token)
Token - Token信息public Long getExpiredTime()
public void setExpiredTime(Long ExpiredTime)
ExpiredTime - 过期时间public Long getIssueTime()
public void setIssueTime(Long IssueTime)
IssueTime - 颁布时间Copyright © 2025. All rights reserved.