Class SharePermission
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cbs.v20170312.models.SharePermission
-
public class SharePermission extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SharePermission()SharePermission(SharePermission 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 StringgetAccountId()Get 分享的账号IdStringgetCreatedTime()Get 快照分享的时间voidsetAccountId(String AccountId)Set 分享的账号IdvoidsetCreatedTime(String CreatedTime)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
-
SharePermission
public SharePermission()
-
SharePermission
public SharePermission(SharePermission 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
-
getCreatedTime
public String getCreatedTime()
Get 快照分享的时间- Returns:
- CreatedTime 快照分享的时间
-
setCreatedTime
public void setCreatedTime(String CreatedTime)
Set 快照分享的时间- Parameters:
CreatedTime- 快照分享的时间
-
getAccountId
public String getAccountId()
Get 分享的账号Id- Returns:
- AccountId 分享的账号Id
-
setAccountId
public void setAccountId(String AccountId)
Set 分享的账号Id- Parameters:
AccountId- 分享的账号Id
-
-