Package io.lakefs.clients.api.model
Class CredentialsWithSecret
- java.lang.Object
-
- io.lakefs.clients.api.model.CredentialsWithSecret
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class CredentialsWithSecret extends ObjectCredentialsWithSecret
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACCESS_KEY_IDstatic StringSERIALIZED_NAME_CREATION_DATEstatic StringSERIALIZED_NAME_SECRET_ACCESS_KEY
-
Constructor Summary
Constructors Constructor Description CredentialsWithSecret()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialsWithSecretaccessKeyId(String accessKeyId)CredentialsWithSecretcreationDate(Long creationDate)booleanequals(Object o)StringgetAccessKeyId()Get accessKeyIdLonggetCreationDate()Unix Epoch in secondsStringgetSecretAccessKey()Get secretAccessKeyinthashCode()CredentialsWithSecretsecretAccessKey(String secretAccessKey)voidsetAccessKeyId(String accessKeyId)voidsetCreationDate(Long creationDate)voidsetSecretAccessKey(String secretAccessKey)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ACCESS_KEY_ID
public static final String SERIALIZED_NAME_ACCESS_KEY_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SECRET_ACCESS_KEY
public static final String SERIALIZED_NAME_SECRET_ACCESS_KEY
- 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 CredentialsWithSecret accessKeyId(String accessKeyId)
-
getAccessKeyId
@Nonnull public String getAccessKeyId()
Get accessKeyId- Returns:
- accessKeyId
-
setAccessKeyId
public void setAccessKeyId(String accessKeyId)
-
secretAccessKey
public CredentialsWithSecret secretAccessKey(String secretAccessKey)
-
getSecretAccessKey
@Nonnull public String getSecretAccessKey()
Get secretAccessKey- Returns:
- secretAccessKey
-
setSecretAccessKey
public void setSecretAccessKey(String secretAccessKey)
-
creationDate
public CredentialsWithSecret creationDate(Long creationDate)
-
getCreationDate
@Nonnull public Long getCreationDate()
Unix Epoch in seconds- Returns:
- creationDate
-
setCreationDate
public void setCreationDate(Long creationDate)
-
-