public class HeapDump extends Object
Java class for HeapDump complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HeapDump">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="className" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extents" type="{urn:tooling.soap.sforce.com}TypeExtent" maxOccurs="unbounded" minOccurs="0"/>
<element name="heapDumpDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected List<TypeExtent> |
extents |
protected XMLGregorianCalendar |
heapDumpDate |
protected String |
namespace |
| Constructor and Description |
|---|
HeapDump() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the className property.
|
List<TypeExtent> |
getExtents()
Gets the value of the extents property.
|
XMLGregorianCalendar |
getHeapDumpDate()
Gets the value of the heapDumpDate property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setHeapDumpDate(XMLGregorianCalendar value)
Sets the value of the heapDumpDate property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
protected String className
protected List<TypeExtent> extents
protected XMLGregorianCalendar heapDumpDate
protected String namespace
public String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic List<TypeExtent> getExtents()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extents property.
For example, to add a new item, do as follows:
getExtents().add(newItem);
Objects of the following type(s) are allowed in the list
TypeExtent
public XMLGregorianCalendar getHeapDumpDate()
XMLGregorianCalendarpublic void setHeapDumpDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getNamespace()
StringCopyright © 2016. All rights reserved.