public class SharePermission extends AbstractModel
| 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 of the shared account | 
| String | getCreatedTime()Get Snapshot sharing time | 
| void | setAccountId(String AccountId)Set ID of the shared account | 
| void | setCreatedTime(String CreatedTime)Set Snapshot sharing time | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic SharePermission()
public SharePermission(SharePermission source)
public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Snapshot sharing timepublic String getAccountId()
public void setAccountId(String AccountId)
AccountId - ID of the shared accountCopyright © 2023. All rights reserved.