public class EnvironmentRoleSet extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
EnvironmentRoleSet()  | 
EnvironmentRoleSet(EnvironmentRoleSet 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 | 
getEnvironmentId()
Get The IDs of the bound namespaces cannot be delicate and the namespaces must contain resources
Note: u200dThis field may return null, indicating that no valid values can be obtained. 
 | 
String[] | 
getPermissions()
Get Permissions to be bound to a namespace. 
 | 
void | 
setEnvironmentId(String EnvironmentId)
Set The IDs of the bound namespaces cannot be delicate and the namespaces must contain resources
Note: u200dThis field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setPermissions(String[] Permissions)
Set Permissions to be bound to a namespace. 
 | 
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 EnvironmentRoleSet()
public EnvironmentRoleSet(EnvironmentRoleSet source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - The IDs of the bound namespaces cannot be delicate and the namespaces must contain resources
Note: u200dThis field may return null, indicating that no valid values can be obtained.public String[] getPermissions()
public void setPermissions(String[] Permissions)
Permissions - Permissions to be bound to a namespace. Enumerated values: `consume`, `produce`, and `consume, produce`. This parameter cannot be left empty.
Note: u200dThis field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.