Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getDuration (0.04 sec)

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

        /**
         * Gets the duration of the video in seconds.
         * @return the duration
         */
        public String getDuration() {
            return duration;
        }
    
        /**
         * Sets the duration of the video in seconds.
         * @param duration the duration to set
         */
        public void setDuration(final String duration) {
            this.duration = duration;
        }
    
        /**
         * Gets the publication date.
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 13 13:34:36 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top