Class ListGrantServiceAccessNode
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.ListGrantServiceAccessNode
-
public class ListGrantServiceAccessNode extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListGrantServiceAccessActionNode[]getAction()Get 接口信息ListGrantServiceAccessPolicy[]getPolicy()Get 授权的策略ListGrantServiceAccessServicegetService()Get 服务voidsetAction(ListGrantServiceAccessActionNode[] Action)Set 接口信息voidsetPolicy(ListGrantServiceAccessPolicy[] Policy)Set 授权的策略voidsetService(ListGrantServiceAccessService Service)Set 服务voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ListGrantServiceAccessNode
public ListGrantServiceAccessNode()
-
ListGrantServiceAccessNode
public 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.
-
-
Method Detail
-
getService
public ListGrantServiceAccessService getService()
Get 服务- Returns:
- Service 服务
-
setService
public void setService(ListGrantServiceAccessService Service)
Set 服务- Parameters:
Service- 服务
-
getAction
public ListGrantServiceAccessActionNode[] getAction()
Get 接口信息- Returns:
- Action 接口信息
-
setAction
public void setAction(ListGrantServiceAccessActionNode[] Action)
Set 接口信息- Parameters:
Action- 接口信息
-
getPolicy
public ListGrantServiceAccessPolicy[] getPolicy()
Get 授权的策略- Returns:
- Policy 授权的策略
-
setPolicy
public void setPolicy(ListGrantServiceAccessPolicy[] Policy)
Set 授权的策略- Parameters:
Policy- 授权的策略
-
-