类 QueryExtensionPolicyResult

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.oef.services.model.QueryExtensionPolicyResult

public class QueryExtensionPolicyResult extends HeaderResponse
Query an asynchronous fetch job response in the JSON format.
  • 构造器详细资料

    • QueryExtensionPolicyResult

      public QueryExtensionPolicyResult()
    • QueryExtensionPolicyResult

      public QueryExtensionPolicyResult(FetchBean fetch, TranscodeBean transcode, CompressBean compress)
      Constructor
      参数:
      fetch - Content of the asynchronous fetch policy
      transcode - Content of the asynchronous transcode policy
      compress - Content of the file compression policy
  • 方法详细资料

    • getFetch

      public FetchBean getFetch()
      Obtain the content of the asynchronous fetch policy.
      返回:
      Content of the asynchronous fetch policy
    • setFetch

      public void setFetch(FetchBean fetch)
      Set the content of the asynchronous fetch policy.
      参数:
      fetch - Content of the asynchronous fetch policy
    • getTranscode

      public TranscodeBean getTranscode()
      Obtain the content of the asynchronous transcode policy.
      返回:
      Content of the asynchronous transcode policy
    • setTranscode

      public void setTranscode(TranscodeBean transcode)
      Set the content of the asynchronous transcode policy.
      参数:
      transcode - Content of the asynchronous transcode policy
    • getCompress

      public CompressBean getCompress()
      Obtain the content of the file compression policy.
      返回:
      Content of the file compression policy
    • setCompress

      public void setCompress(CompressBean compress)
      Set the content of the file compression policy.
      参数:
      compress - Content of the file compression policy
    • toString

      public String toString()
      覆盖:
      toString 在类中 HeaderResponse