Package cn.ucloud.ufile.models
Class UpdateUFileTokenRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.ufile.models.UpdateUFileTokenRequest
-
public class UpdateUFileTokenRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description UpdateUFileTokenRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAllowedBuckets()List<String>getAllowedOps()List<String>getAllowedPrefixes()IntegergetExpireTime()StringgetProjectId()StringgetRegion()StringgetTokenId()StringgetTokenName()IntegerloadMaxRetries()IntegerloadTimeout()voidsetAllowedBuckets(List<String> allowedBuckets)voidsetAllowedOps(List<String> allowedOps)voidsetAllowedPrefixes(List<String> allowedPrefixes)voidsetExpireTime(Integer expireTime)voidsetProjectId(String projectId)voidsetRegion(String region)voidsetTokenId(String tokenId)voidsetTokenName(String tokenName)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getSignature, setAction, setPublicKey, setSignature
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getTokenId
public String getTokenId()
-
setTokenId
public void setTokenId(String tokenId)
-
getTokenName
public String getTokenName()
-
setTokenName
public void setTokenName(String tokenName)
-
getExpireTime
public Integer getExpireTime()
-
setExpireTime
public void setExpireTime(Integer expireTime)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-