Class CredentialsWithSecret


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class CredentialsWithSecret
    extends Object
    CredentialsWithSecret
    • Constructor Detail

      • CredentialsWithSecret

        public CredentialsWithSecret()
    • Method Detail

      • getAccessKeyId

        @Nonnull
        public String getAccessKeyId()
        Get accessKeyId
        Returns:
        accessKeyId
      • setAccessKeyId

        public void setAccessKeyId​(String accessKeyId)
      • getSecretAccessKey

        @Nonnull
        public String getSecretAccessKey()
        Get secretAccessKey
        Returns:
        secretAccessKey
      • setSecretAccessKey

        public void setSecretAccessKey​(String secretAccessKey)
      • getCreationDate

        @Nonnull
        public Long getCreationDate()
        Unix Epoch in seconds
        Returns:
        creationDate
      • setCreationDate

        public void setCreationDate​(Long creationDate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object