@Generated(value="jsonschema2pojo") public class FlowSchemaSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<FlowSchemaSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
FlowSchemaSpec()
No args constructor for use in serialization
|
FlowSchemaSpec(FlowDistinguisherMethod distinguisherMethod,
Integer matchingPrecedence,
PriorityLevelConfigurationReference priorityLevelConfiguration,
List<PolicyRulesWithSubjects> rules) |
| Modifier and Type | Method and Description |
|---|---|
FlowSchemaSpecBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
FlowDistinguisherMethod |
getDistinguisherMethod() |
Integer |
getMatchingPrecedence() |
PriorityLevelConfigurationReference |
getPriorityLevelConfiguration() |
List<PolicyRulesWithSubjects> |
getRules() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDistinguisherMethod(FlowDistinguisherMethod distinguisherMethod) |
void |
setMatchingPrecedence(Integer matchingPrecedence) |
void |
setPriorityLevelConfiguration(PriorityLevelConfigurationReference priorityLevelConfiguration) |
void |
setRules(List<PolicyRulesWithSubjects> rules) |
FlowSchemaSpecBuilder |
toBuilder() |
public FlowSchemaSpec()
public FlowSchemaSpec(FlowDistinguisherMethod distinguisherMethod, Integer matchingPrecedence, PriorityLevelConfigurationReference priorityLevelConfiguration, List<PolicyRulesWithSubjects> rules)
public FlowDistinguisherMethod getDistinguisherMethod()
public void setDistinguisherMethod(FlowDistinguisherMethod distinguisherMethod)
public Integer getMatchingPrecedence()
public void setMatchingPrecedence(Integer matchingPrecedence)
public PriorityLevelConfigurationReference getPriorityLevelConfiguration()
public void setPriorityLevelConfiguration(PriorityLevelConfigurationReference priorityLevelConfiguration)
public List<PolicyRulesWithSubjects> getRules()
public void setRules(List<PolicyRulesWithSubjects> rules)
public FlowSchemaSpecBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<FlowSchemaSpecBuilder>public FlowSchemaSpecBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.