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_IDstatic StringSERIALIZED_NAME_NAME
-
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 idStringgetName()Get nameinthashCode()Groupid(String id)Groupname(String name)voidsetCreationDate(Long creationDate)voidsetId(String id)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATION_DATE
public static final String SERIALIZED_NAME_CREATION_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
@Nonnull public String getId()
Get id- Returns:
- id
-
setId
public void setId(String id)
-
getName
@Nullable public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
getCreationDate
@Nonnull public Long getCreationDate()
Unix Epoch in seconds- Returns:
- creationDate
-
setCreationDate
public void setCreationDate(Long creationDate)
-
-