@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-20T22:55:54.394Z[Etc/UTC]") public class V1beta1FlowSchemaSpec extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_DISTINGUISHER_METHOD |
static String |
SERIALIZED_NAME_MATCHING_PRECEDENCE |
static String |
SERIALIZED_NAME_PRIORITY_LEVEL_CONFIGURATION |
static String |
SERIALIZED_NAME_RULES |
Constructor and Description |
---|
V1beta1FlowSchemaSpec() |
public static final String SERIALIZED_NAME_DISTINGUISHER_METHOD
public static final String SERIALIZED_NAME_MATCHING_PRECEDENCE
public static final String SERIALIZED_NAME_PRIORITY_LEVEL_CONFIGURATION
public static final String SERIALIZED_NAME_RULES
public V1beta1FlowSchemaSpec distinguisherMethod(V1beta1FlowDistinguisherMethod distinguisherMethod)
@Nullable public V1beta1FlowDistinguisherMethod getDistinguisherMethod()
public void setDistinguisherMethod(V1beta1FlowDistinguisherMethod distinguisherMethod)
public V1beta1FlowSchemaSpec matchingPrecedence(Integer matchingPrecedence)
@Nullable public Integer getMatchingPrecedence()
public void setMatchingPrecedence(Integer matchingPrecedence)
public V1beta1FlowSchemaSpec priorityLevelConfiguration(V1beta1PriorityLevelConfigurationReference priorityLevelConfiguration)
public V1beta1PriorityLevelConfigurationReference getPriorityLevelConfiguration()
public void setPriorityLevelConfiguration(V1beta1PriorityLevelConfigurationReference priorityLevelConfiguration)
public V1beta1FlowSchemaSpec rules(List<V1beta1PolicyRulesWithSubjects> rules)
public V1beta1FlowSchemaSpec addRulesItem(V1beta1PolicyRulesWithSubjects rulesItem)
@Nullable public List<V1beta1PolicyRulesWithSubjects> getRules()
public void setRules(List<V1beta1PolicyRulesWithSubjects> rules)
Copyright © 2022. All rights reserved.