类 PutExtensionPolicyRequest

java.lang.Object
cn.warpin.thirdPart.huawei.obs.services.model.PutExtensionPolicyRequest

public class PutExtensionPolicyRequest extends Object
Configure an asynchronous policy request in the JSON format.
  • 字段详细资料

  • 构造器详细资料

    • PutExtensionPolicyRequest

      public PutExtensionPolicyRequest()
  • 方法详细资料

    • 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 在类中 Object