|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.service.prefetch.jaxb.TelemetryPrefetch
public class TelemetryPrefetch
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}MinutesAfterMidnight"/> <element ref="{}RunOnStartup"/> <element ref="{}PrefetchChart" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute ref="{}Name use="required""/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
minutesAfterMidnight
|
protected java.lang.String |
name
|
protected java.util.List<PrefetchChart> |
prefetchChart
|
protected java.lang.String |
runOnStartup
|
Constructor Summary | |
---|---|
TelemetryPrefetch()
|
Method Summary | |
---|---|
int |
getMinutesAfterMidnight()
Gets the value of the minutesAfterMidnight property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<PrefetchChart> |
getPrefetchChart()
Gets the value of the prefetchChart property. |
java.lang.String |
getRunOnStartup()
Gets the value of the runOnStartup property. |
void |
setMinutesAfterMidnight(int value)
Sets the value of the minutesAfterMidnight property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setRunOnStartup(java.lang.String value)
Sets the value of the runOnStartup property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int minutesAfterMidnight
protected java.lang.String runOnStartup
protected java.util.List<PrefetchChart> prefetchChart
protected java.lang.String name
Constructor Detail |
---|
public TelemetryPrefetch()
Method Detail |
---|
public int getMinutesAfterMidnight()
public void setMinutesAfterMidnight(int value)
public java.lang.String getRunOnStartup()
String
public void setRunOnStartup(java.lang.String value)
value
- allowed object is
String
public java.util.List<PrefetchChart> getPrefetchChart()
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 prefetchChart property.
For example, to add a new item, do as follows:
getPrefetchChart().add(newItem);
Objects of the following type(s) are allowed in the list
PrefetchChart
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |