public class KernelModuleSectionInfo extends DynamicData
Java class for KernelModuleSectionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KernelModuleSectionInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="length" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
address |
protected Integer |
length |
| Constructor and Description |
|---|
KernelModuleSectionInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getAddress()
Gets the value of the address property.
|
Integer |
getLength()
Gets the value of the length property.
|
void |
setAddress(long value)
Sets the value of the address property.
|
void |
setLength(Integer value)
Sets the value of the length property.
|
protected long address
protected Integer length
Copyright © 2018. All rights reserved.