Package io.lakefs.clients.api.model
Class BranchCreation
- java.lang.Object
-
- io.lakefs.clients.api.model.BranchCreation
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class BranchCreation extends ObjectBranchCreation
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_SOURCE
-
Constructor Summary
Constructors Constructor Description BranchCreation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Get nameStringgetSource()Get sourceinthashCode()BranchCreationname(String name)voidsetName(String name)voidsetSource(String source)BranchCreationsource(String source)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOURCE
public static final String SERIALIZED_NAME_SOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public BranchCreation name(String name)
-
getName
@Nonnull public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
source
public BranchCreation source(String source)
-
getSource
@Nonnull public String getSource()
Get source- Returns:
- source
-
setSource
public void setSource(String source)
-
-