Class UIMountPointInfo


  • @ThreadSafe
    public class UIMountPointInfo
    extends java.lang.Object
    Contains information about a mount point to be displayed in the UI.
    • Constructor Detail

      • UIMountPointInfo

        public UIMountPointInfo​(java.lang.String mountPoint,
                                MountPointInfo mountPointInfo)
        Instantiates a new instance of UIMountPointInfo.
        Parameters:
        mountPoint - the mount point
        mountPointInfo - the MountPointInfo for the mount point
    • Method Detail

      • getUfsCapacityBytes

        public java.lang.String getUfsCapacityBytes()
        Gets ufs capacity bytes.
        Returns:
        the ufs capacity bytes
      • getUfsUsedBytes

        public java.lang.String getUfsUsedBytes()
        Gets ufs used bytes.
        Returns:
        the ufs used bytes
      • getMountPoint

        public java.lang.String getMountPoint()
        Gets mount point.
        Returns:
        the mount point
      • getUfsType

        public java.lang.String getUfsType()
        Gets ufs type.
        Returns:
        the ufs type
      • getUfsUri

        public java.lang.String getUfsUri()
        Gets ufs uri.
        Returns:
        the ufs uri
      • isReadOnly

        public boolean isReadOnly()
        Is readonly.
        Returns:
        whether the mount point is readonly
      • isShared

        public boolean isShared()
        Is shared.
        Returns:
        whether the mount point is shared
      • getProperties

        public java.lang.String getProperties()
        Returns:
        the properties