Package io.lakefs.clients.api.model
Class Credentials
- java.lang.Object
-
- io.lakefs.clients.api.model.Credentials
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class Credentials extends ObjectCredentials
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACCESS_KEY_IDstatic StringSERIALIZED_NAME_CREATION_DATE
-
Constructor Summary
Constructors Constructor Description Credentials()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialsaccessKeyId(String accessKeyId)CredentialscreationDate(Long creationDate)booleanequals(Object o)StringgetAccessKeyId()Get accessKeyIdLonggetCreationDate()Unix Epoch in secondsinthashCode()voidsetAccessKeyId(String accessKeyId)voidsetCreationDate(Long creationDate)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ACCESS_KEY_ID
public static final String SERIALIZED_NAME_ACCESS_KEY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATION_DATE
public static final String SERIALIZED_NAME_CREATION_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
accessKeyId
public Credentials accessKeyId(String accessKeyId)
-
getAccessKeyId
@Nonnull public String getAccessKeyId()
Get accessKeyId- Returns:
- accessKeyId
-
setAccessKeyId
public void setAccessKeyId(String accessKeyId)
-
creationDate
public Credentials creationDate(Long creationDate)
-
getCreationDate
@Nonnull public Long getCreationDate()
Unix Epoch in seconds- Returns:
- creationDate
-
setCreationDate
public void setCreationDate(Long creationDate)
-
-