public class AuthorizationUserResouceInfo extends AbstractModel
| Constructor and Description | 
|---|
| AuthorizationUserResouceInfo() | 
| AuthorizationUserResouceInfo(AuthorizationUserResouceInfo 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[] | getApplicationAccounts()Get Application account
Note: this field may return null, indicating that no valid values can be obtained. | 
| InheritedForm | getInheritedForm()Get Inheritance relationship
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getResource()Get Authorized resource
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getResourceId()Get Resource ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getResourceName()Get Resource name
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getResourceType()Get Resource type
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setApplicationAccounts(String[] ApplicationAccounts)Set Application account
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setInheritedForm(InheritedForm InheritedForm)Set Inheritance relationship
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setResource(String Resource)Set Authorized resource
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setResourceId(String ResourceId)Set Resource ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setResourceName(String ResourceName)Set Resource name
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setResourceType(String ResourceType)Set Resource type
Note: this field may return null, indicating that no valid values can be obtained. | 
| 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 AuthorizationUserResouceInfo()
public AuthorizationUserResouceInfo(AuthorizationUserResouceInfo source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - Resource ID
Note: this field may return null, indicating that no valid values can be obtained.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - Resource type
Note: this field may return null, indicating that no valid values can be obtained.public String getResource()
public void setResource(String Resource)
Resource - Authorized resource
Note: this field may return null, indicating that no valid values can be obtained.public InheritedForm getInheritedForm()
public void setInheritedForm(InheritedForm InheritedForm)
InheritedForm - Inheritance relationship
Note: this field may return null, indicating that no valid values can be obtained.public String[] getApplicationAccounts()
public void setApplicationAccounts(String[] ApplicationAccounts)
ApplicationAccounts - Application account
Note: this field may return null, indicating that no valid values can be obtained.public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName - Resource name
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.