public class ListGrantServiceAccessNode extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListGrantServiceAccessNode() |
ListGrantServiceAccessNode(ListGrantServiceAccessNode 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 |
---|---|
ListGrantServiceAccessActionNode[] |
getAction()
Get 接口信息
|
ListGrantServiceAccessPolicy[] |
getPolicy()
Get 授权的策略
|
ListGrantServiceAccessService |
getService()
Get 服务
|
void |
setAction(ListGrantServiceAccessActionNode[] Action)
Set 接口信息
|
void |
setPolicy(ListGrantServiceAccessPolicy[] Policy)
Set 授权的策略
|
void |
setService(ListGrantServiceAccessService Service)
Set 服务
|
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, toJsonString
public ListGrantServiceAccessNode()
public ListGrantServiceAccessNode(ListGrantServiceAccessNode source)
public ListGrantServiceAccessService getService()
public void setService(ListGrantServiceAccessService Service)
Service
- 服务public ListGrantServiceAccessActionNode[] getAction()
public void setAction(ListGrantServiceAccessActionNode[] Action)
Action
- 接口信息public ListGrantServiceAccessPolicy[] getPolicy()
public void setPolicy(ListGrantServiceAccessPolicy[] Policy)
Policy
- 授权的策略Copyright © 2024. All rights reserved.