Class ArchiveGroupSettings

    • Method Detail

      • archiveCdnSettings

        public final ArchiveCdnSettings archiveCdnSettings()
        Parameters that control interactions with the CDN.
        Returns:
        Parameters that control interactions with the CDN.
      • destination

        public final OutputLocationRef destination()
        A directory and base filename where archive files should be written.
        Returns:
        A directory and base filename where archive files should be written.
      • rolloverInterval

        public final Integer rolloverInterval()
        Number of seconds to write to archive file before closing and starting a new one.
        Returns:
        Number of seconds to write to archive file before closing and starting a new one.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)