类 RefererACL


  • public class RefererACL
    extends JsonObject
    作者:
    yixing
    • 构造器详细资料

      • RefererACL

        public RefererACL()
    • 方法详细资料

      • getBlackList

        public List<String> getBlackList()
        返回:
        blackList
      • setBlackList

        public void setBlackList​(List<String> blackList)
        参数:
        blackList -
      • addBlackList

        public RefererACL addBlackList​(String entry)
        参数:
        entry -
        返回:
        returns this object
      • getWhiteList

        public List<String> getWhiteList()
        返回:
      • setWhiteList

        public void setWhiteList​(List<String> whiteList)
        参数:
        whiteList -
      • addWhiteList

        public RefererACL addWhiteList​(String entry)
        参数:
        entry -
        返回:
        returns this object
      • isAllowEmpty

        public boolean isAllowEmpty()
        返回:
        allowEmpty
      • setAllowEmpty

        public void setAllowEmpty​(boolean allowEmpty)
        参数:
        allowEmpty -
      • withAllowEmpty

        public RefererACL withAllowEmpty​(boolean allowEmpty)