public class SharePermission extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAccountId()Get 镜像分享的账户ID | 
| String | getCreatedTime()Get 镜像分享时间。
按照 ISO8601 标准表示,并且使用 UTC 时间,格式为:YYYY-MM-DDThh:mm:ssZ。 | 
| void | setAccountId(String AccountId)Set 镜像分享的账户ID | 
| void | setCreatedTime(String CreatedTime)Set 镜像分享时间。
按照 ISO8601 标准表示,并且使用 UTC 时间,格式为:YYYY-MM-DDThh:mm:ssZ。 | 
| 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 SharePermission()
public SharePermission(SharePermission source)
public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - 镜像分享时间。
按照 ISO8601 标准表示,并且使用 UTC 时间,格式为:YYYY-MM-DDThh:mm:ssZ。public String getAccountId()
public void setAccountId(String AccountId)
AccountId - 镜像分享的账户IDCopyright © 2025. All rights reserved.