类 Referer


  • public class Referer
    extends Object
    For Bucket Acl Condition. Identifies the referer that is granted access permission.
    • 构造器详细资料

      • Referer

        public Referer()
    • 方法详细资料

      • getStringLike

        public List<String> getStringLike()
        Gets the stringLike of Bucket Acl Condition Referer.
        返回:
        the stringLike of Bucket Acl Condition Referer.
      • setStringLike

        public void setStringLike​(List<String> stringLike)
        Sets the stringLike of Bucket Acl Condition Referer.
        参数:
        stringLike - The stringLike of Bucket Acl Condition Referer.
      • withStringLike

        public Referer withStringLike​(List<String> stringLike)
        Sets the stringLike of Bucket Acl Condition Referer.
        参数:
        stringLike - The stringLike of Bucket Acl Condition Referer.
        返回:
        this object.
      • getStringEquals

        public List<String> getStringEquals()
        Gets the stringEquals of Bucket Acl Condition Referer.
        返回:
        the stringEquals of Bucket Acl Condition Referer.
      • setStringEquals

        public void setStringEquals​(List<String> stringEquals)
        Sets the stringEquals of Bucket Acl Condition Referer.
        参数:
        stringEquals - The stringEquals of Bucket Acl Condition Referer.
      • withStringEquals

        public Referer withStringEquals​(List<String> stringEquals)
        Sets the stringEquals of Bucket Acl Condition Referer.
        参数:
        stringEquals - The stringEquals of Bucket Acl Condition Referer.
        返回:
        this object.