public class GbpPolicyAction extends Object implements PolicyAction
Modifier and Type | Class and Description |
---|---|
static class |
GbpPolicyAction.PolicyActionConcreteBuilder |
static class |
GbpPolicyAction.PolicyActions |
PolicyAction.PolicyActionProtocol
Buildable.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 Resource
public void setTenantId(String tenantId)
Resource
setTenantId
in interface Resource
tenantId
- the tenant id to setpublic String getName()
getName
in interface BasicResource
public void setName(String name)
BasicResource
setName
in interface BasicResource
name
- the name to setpublic String getId()
public void setId(String id)
IdEntity
public String getDescription()
PolicyAction
getDescription
in interface PolicyAction
public boolean isShared()
PolicyAction
isShared
in interface PolicyAction
public PolicyAction.PolicyActionProtocol getActionType()
PolicyAction
getActionType
in interface PolicyAction
public String getActionValue()
PolicyAction
getActionValue
in interface PolicyAction
public static PolicyActionCreateBuilder builder()
Copyright © 2017. All rights reserved.