Package io.lakefs.clients.api.model
Class BranchProtectionRule
- java.lang.Object
-
- io.lakefs.clients.api.model.BranchProtectionRule
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class BranchProtectionRule extends ObjectBranchProtectionRule
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PATTERN
-
Constructor Summary
Constructors Constructor Description BranchProtectionRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPattern()fnmatch pattern for the branch name, supporting * and ? wildcardsinthashCode()BranchProtectionRulepattern(String pattern)voidsetPattern(String pattern)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PATTERN
public static final String SERIALIZED_NAME_PATTERN
- See Also:
- Constant Field Values
-
-
Method Detail
-
pattern
public BranchProtectionRule pattern(String pattern)
-
getPattern
@Nonnull public String getPattern()
fnmatch pattern for the branch name, supporting * and ? wildcards- Returns:
- pattern
-
setPattern
public void setPattern(String pattern)
-
-