public class GbpPolicyAction extends Object implements PolicyAction
| Modifier and Type | Class and Description |
|---|---|
static class |
GbpPolicyAction.PolicyActionConcreteBuilder |
static class |
GbpPolicyAction.PolicyActions |
PolicyAction.PolicyActionProtocolBuildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
GbpPolicyAction() |
| Modifier and Type | Method and Description |
|---|---|
static PolicyActionCreateBuilder |
builder() |
PolicyAction.PolicyActionProtocol |
getActionType()
Gets the Action Type
|
String |
getActionValue()
Gets the Action value
|
String |
getDescription()
Gets the description
|
String |
getId() |
String |
getName() |
String |
getTenantId() |
boolean |
isShared()
Is Policy Action shared
|
void |
setId(String id)
Sets the identifier for this resource.
|
void |
setName(String name)
Sets the name for this resource
|
void |
setTenantId(String tenantId)
Sets the tenant identifier
|
PolicyActionCreateBuilder |
toBuilder() |
String |
toString() |
public PolicyActionCreateBuilder toBuilder()
toBuilder in interface Buildable<PolicyActionCreateBuilder>public String getTenantId()
getTenantId in interface Resourcepublic void setTenantId(String tenantId)
ResourcesetTenantId in interface ResourcetenantId - the tenant id to setpublic String getName()
getName in interface BasicResourcepublic void setName(String name)
BasicResourcesetName in interface BasicResourcename - the name to setpublic String getId()
public void setId(String id)
IdEntitypublic String getDescription()
PolicyActiongetDescription in interface PolicyActionpublic boolean isShared()
PolicyActionisShared in interface PolicyActionpublic PolicyAction.PolicyActionProtocol getActionType()
PolicyActiongetActionType in interface PolicyActionpublic String getActionValue()
PolicyActiongetActionValue in interface PolicyActionpublic static PolicyActionCreateBuilder builder()
Copyright © 2017. All rights reserved.