Package org.libvirt
Class DomainBlockInfo
- java.lang.Object
-
- org.libvirt.DomainBlockInfo
-
public class DomainBlockInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected long
allocation
protected long
capacity
protected long
physical
-
Constructor Summary
Constructors Constructor Description DomainBlockInfo(virDomainBlockInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAllocation()
long
getCapacity()
long
getPhysical()
void
setAllocation(long allocation)
void
setCapacity(long capacity)
void
setPhysical(long physical)
java.lang.String
toString()
-
-
-
Constructor Detail
-
DomainBlockInfo
public DomainBlockInfo(virDomainBlockInfo info)
-
-
Method Detail
-
getAllocation
public long getAllocation()
-
getCapacity
public long getCapacity()
-
getPhysical
public long getPhysical()
-
setAllocation
public void setAllocation(long allocation)
-
setCapacity
public void setCapacity(long capacity)
-
setPhysical
public void setPhysical(long physical)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-