Package io.lakefs.clients.api.model
Class Group
- java.lang.Object
-
- io.lakefs.clients.api.model.Group
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Group extends ObjectGroup
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREATION_DATEstatic StringSERIALIZED_NAME_ID
-
Constructor Summary
Constructors Constructor Description Group()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupcreationDate(Long creationDate)booleanequals(Object o)LonggetCreationDate()Unix Epoch in secondsStringgetId()Get idinthashCode()Groupid(String id)voidsetCreationDate(Long creationDate)voidsetId(String id)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATION_DATE
public static final String SERIALIZED_NAME_CREATION_DATE
- See Also:
- Constant Field Values
-
-