Package io.lakefs.clients.api.model
Class ImportCreationResponse
- java.lang.Object
-
- io.lakefs.clients.api.model.ImportCreationResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ImportCreationResponse extends ObjectImportCreationResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ID
-
Constructor Summary
Constructors Constructor Description ImportCreationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()The id of the import processinthashCode()ImportCreationResponseid(String id)voidsetId(String id)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public ImportCreationResponse id(String id)
-
getId
@Nonnull public String getId()
The id of the import process- Returns:
- id
-
setId
public void setId(String id)
-
-