public class PolicyYaml extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
category |
List<ConfigurationProperty> |
configuration |
String |
description |
String |
id |
String |
name |
List<String> |
providedCharacteristics |
List<String> |
requiredCharacteristics |
Boolean |
resourceLevelSupported |
Boolean |
standalone |
String |
type |
| Constructor and Description |
|---|
PolicyYaml() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
List<ConfigurationProperty> |
getConfiguration() |
String |
getDescription() |
String |
getId() |
String |
getName() |
List<String> |
getProvidedCharacteristics() |
List<String> |
getRequiredCharacteristics() |
Boolean |
getResourceLevelSupported() |
Boolean |
getStandalone() |
String |
getType() |
void |
setCategory(String category) |
void |
setConfiguration(List<ConfigurationProperty> configuration) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setProvidedCharacteristics(List<String> providedCharacteristics) |
void |
setRequiredCharacteristics(List<String> requiredCharacteristics) |
void |
setResourceLevelSupported(Boolean resourceLevelSupported) |
void |
setStandalone(Boolean standalone) |
void |
setType(String type) |
public String id
public String name
public String description
public String category
public String type
public Boolean resourceLevelSupported
public Boolean standalone
public List<ConfigurationProperty> configuration
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getCategory()
public void setCategory(String category)
public String getType()
public void setType(String type)
public Boolean getResourceLevelSupported()
public void setResourceLevelSupported(Boolean resourceLevelSupported)
public Boolean getStandalone()
public void setStandalone(Boolean standalone)
public void setRequiredCharacteristics(List<String> requiredCharacteristics)
public void setProvidedCharacteristics(List<String> providedCharacteristics)
public List<ConfigurationProperty> getConfiguration()
public void setConfiguration(List<ConfigurationProperty> configuration)
Copyright © 2019 MuleSoft Inc. All rights reserved.