Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setNoFollow (0.1 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ResponseData.java

        }
    
        public int getStatus() {
            return status;
        }
    
        public void setStatus(final int status) {
            this.status = status;
        }
    
        public void setNoFollow(final boolean value) {
            noFollow = value;
        }
    
        public boolean isNoFollow() {
            return noFollow;
        }
    
        public void addMetaData(final String name, final Object value) {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top