public class DriveInformation extends Object implements Serializable
Java class for driveInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="driveInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="operational" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="partition" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="systemid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="totalspace" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="freespace" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="kilobytespersecondDiskRead" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="kilobytespersecondDiskWrite" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="operationalstatus" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
freespace |
protected String |
id |
protected Long |
kilobytespersecondDiskRead |
protected Long |
kilobytespersecondDiskWrite |
protected boolean |
operational |
protected String |
operationalstatus |
protected String |
partition |
protected String |
systemid |
protected Calendar |
timestamp |
protected Long |
totalspace |
protected String |
type |
Constructor and Description |
---|
DriveInformation() |
Modifier and Type | Method and Description |
---|---|
Long |
getFreespace()
Gets the value of the freespace property.
|
String |
getId()
Gets the value of the id property.
|
Long |
getKilobytespersecondDiskRead()
Gets the value of the kilobytespersecondDiskRead property.
|
Long |
getKilobytespersecondDiskWrite()
Gets the value of the kilobytespersecondDiskWrite property.
|
String |
getOperationalstatus()
Gets the value of the operationalstatus property.
|
String |
getPartition()
Gets the value of the partition property.
|
String |
getSystemid()
Gets the value of the systemid property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
Long |
getTotalspace()
Gets the value of the totalspace property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isOperational()
Gets the value of the operational property.
|
void |
setFreespace(Long value)
Sets the value of the freespace property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setKilobytespersecondDiskRead(Long value)
Sets the value of the kilobytespersecondDiskRead property.
|
void |
setKilobytespersecondDiskWrite(Long value)
Sets the value of the kilobytespersecondDiskWrite property.
|
void |
setOperational(boolean value)
Sets the value of the operational property.
|
void |
setOperationalstatus(String value)
Sets the value of the operationalstatus property.
|
void |
setPartition(String value)
Sets the value of the partition property.
|
void |
setSystemid(String value)
Sets the value of the systemid property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
void |
setTotalspace(Long value)
Sets the value of the totalspace property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected boolean operational
protected String partition
protected String systemid
protected String id
protected Long totalspace
protected Long freespace
protected String type
protected Calendar timestamp
protected Long kilobytespersecondDiskRead
protected Long kilobytespersecondDiskWrite
protected String operationalstatus
public boolean isOperational()
public void setOperational(boolean value)
public String getPartition()
String
public void setPartition(String value)
value
- allowed object is
String
public String getSystemid()
String
public void setSystemid(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public Long getTotalspace()
Long
public void setTotalspace(Long value)
value
- allowed object is
Long
public Long getFreespace()
Long
public void setFreespace(Long value)
value
- allowed object is
Long
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public Calendar getTimestamp()
Calendar
public void setTimestamp(Calendar value)
value
- allowed object is
Calendar
public Long getKilobytespersecondDiskRead()
Long
public void setKilobytespersecondDiskRead(Long value)
value
- allowed object is
Long
public Long getKilobytespersecondDiskWrite()
Long
public void setKilobytespersecondDiskWrite(Long value)
value
- allowed object is
Long
public String getOperationalstatus()
String
Copyright © 2008–2017 MIL-OSS. All rights reserved.