public class SharePermission extends AbstractModel
| Constructor and Description | 
|---|
| SharePermission() | 
| 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 String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Snapshot sharing timepublic String getAccountId()
public void setAccountId(String AccountId)
AccountId - ID of the shared accountCopyright © 2021. All rights reserved.