Package io.lakefs.clients.api.model
Class InlineObject1
- java.lang.Object
-
- io.lakefs.clients.api.model.InlineObject1
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class InlineObject1 extends ObjectInlineObject1
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PATTERN
-
Constructor Summary
Constructors Constructor Description InlineObject1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPattern()Get patterninthashCode()InlineObject1pattern(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 InlineObject1 pattern(String pattern)
-
getPattern
@Nonnull public String getPattern()
Get pattern- Returns:
- pattern
-
setPattern
public void setPattern(String pattern)
-
-