Class StorageObjectMetadata

java.lang.Object
com.oracle.cloud.spring.storage.StorageObjectMetadata

public class StorageObjectMetadata extends Object
Holding class to define Object Metadata
  • Constructor Details

    • StorageObjectMetadata

      public StorageObjectMetadata()
  • Method Details

    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getContentLanguage

      public String getContentLanguage()
    • setContentLanguage

      public void setContentLanguage(String contentLanguage)
    • getContentEncoding

      public String getContentEncoding()
    • setContentEncoding

      public void setContentEncoding(String contentEncoding)
    • getOpcMeta

      public Map<String,String> getOpcMeta()
    • setOpcMeta

      public void setOpcMeta(Map<String,String> opcMeta)
    • getCacheControl

      @Nullable public String getCacheControl()
    • setCacheControl

      public void setCacheControl(@Nullable String cacheControl)
    • getContentDisposition

      @Nullable public String getContentDisposition()
    • setContentDisposition

      public void setContentDisposition(@Nullable String contentDisposition)
    • getContentLength

      @Nullable public Long getContentLength()
    • setContentLength

      public void setContentLength(@Nullable Long contentLength)
    • getContentMD5

      @Nullable public String getContentMD5()
    • setContentMD5

      public void setContentMD5(@Nullable String contentMD5)
    • getExpect

      @Nullable public String getExpect()
    • setExpect

      public void setExpect(@Nullable String expect)
    • getIfMatch

      @Nullable public String getIfMatch()
    • setIfMatch

      public void setIfMatch(@Nullable String ifMatch)
    • getIfNoneMatch

      @Nullable public String getIfNoneMatch()
    • setIfNoneMatch

      public void setIfNoneMatch(@Nullable String ifNoneMatch)
    • getOpcClientRequestId

      @Nullable public String getOpcClientRequestId()
    • setOpcClientRequestId

      public void setOpcClientRequestId(@Nullable String opcClientRequestId)
    • getOpcSseCustomerAlgorithm

      @Nullable public String getOpcSseCustomerAlgorithm()
    • setOpcSseCustomerAlgorithm

      public void setOpcSseCustomerAlgorithm(@Nullable String opcSseCustomerAlgorithm)
    • getOpcSseCustomerKey

      @Nullable public String getOpcSseCustomerKey()
    • setOpcSseCustomerKey

      public void setOpcSseCustomerKey(@Nullable String opcSseCustomerKey)
    • getOpcSseCustomerKeySha256

      @Nullable public String getOpcSseCustomerKeySha256()
    • setOpcSseCustomerKeySha256

      public void setOpcSseCustomerKeySha256(@Nullable String opcSseCustomerKeySha256)
    • getOpcSseKmsKeyId

      @Nullable public String getOpcSseKmsKeyId()
    • setOpcSseKmsKeyId

      public void setOpcSseKmsKeyId(@Nullable String opcSseKmsKeyId)
    • getRetryConfiguration

      @Nullable public com.oracle.bmc.retrier.RetryConfiguration getRetryConfiguration()
    • setRetryConfiguration

      public void setRetryConfiguration(@Nullable com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
    • getStorageTier

      @Nullable public com.oracle.bmc.objectstorage.model.StorageTier getStorageTier()
    • setStorageTier

      public void setStorageTier(@Nullable com.oracle.bmc.objectstorage.model.StorageTier storageTier)
    • builder

      public static StorageObjectMetadata.Builder builder()