Class Server.MdMismatchReport
- java.lang.Object
-
- com.aoindustries.aoserv.client.linux.Server.MdMismatchReport
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCount()The number bytes that did not match.StringgetDevice()The device that was checked.Server.RaidLevelgetLevel()The RAID level of the device.
-
-
-
Method Detail
-
getDevice
public String getDevice()
The device that was checked.
-
getLevel
public Server.RaidLevel getLevel()
The RAID level of the device.
-
getCount
public long getCount()
The number bytes that did not match.
-
-