Class NFSFileShareDefaults

    • Method Detail

      • fileMode

        public final String fileMode()

        The Unix file mode in the form "nnnn". For example, 0666 represents the default file mode inside the file share. The default value is 0666.

        Returns:
        The Unix file mode in the form "nnnn". For example, 0666 represents the default file mode inside the file share. The default value is 0666.
      • directoryMode

        public final String directoryMode()

        The Unix directory mode in the form "nnnn". For example, 0666 represents the default access mode for all directories inside the file share. The default value is 0777.

        Returns:
        The Unix directory mode in the form "nnnn". For example, 0666 represents the default access mode for all directories inside the file share. The default value is 0777.
      • groupId

        public final Long groupId()

        The default group ID for the file share (unless the files have another group ID specified). The default value is nfsnobody.

        Returns:
        The default group ID for the file share (unless the files have another group ID specified). The default value is nfsnobody.
      • ownerId

        public final Long ownerId()

        The default owner ID for files in the file share (unless the files have another owner ID specified). The default value is nfsnobody.

        Returns:
        The default owner ID for files in the file share (unless the files have another owner ID specified). The default value is nfsnobody.
      • 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)