public static class BeatApi.BeatRequest extends Object implements Serializable
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 name="heatbeatID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}short"/>
<element name="offset" type="{http://www.w3.org/2001/XMLSchema}byte"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
endDate |
protected String |
heatbeatID |
protected String |
key |
protected byte |
offset |
protected short |
size |
protected Calendar |
startDate |
| Constructor and Description |
|---|
BeatRequest() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getEndDate()
Gets the value of the endDate property.
|
String |
getHeatbeatID()
Gets the value of the heatbeatID property.
|
String |
getKey()
Gets the value of the key property.
|
byte |
getOffset()
Gets the value of the offset property.
|
short |
getSize()
Gets the value of the size property.
|
Calendar |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndDate(Calendar value)
Sets the value of the endDate property.
|
void |
setHeatbeatID(String value)
Sets the value of the heatbeatID property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setOffset(byte value)
Sets the value of the offset property.
|
void |
setSize(short value)
Sets the value of the size property.
|
void |
setStartDate(Calendar value)
Sets the value of the startDate property.
|
protected String heatbeatID
protected Calendar startDate
protected Calendar endDate
protected String key
protected short size
protected byte offset
public String getHeatbeatID()
Stringpublic void setHeatbeatID(String value)
value - allowed object is
Stringpublic Calendar getStartDate()
Stringpublic void setStartDate(Calendar value)
value - allowed object is
Stringpublic Calendar getEndDate()
Stringpublic void setEndDate(Calendar value)
value - allowed object is
Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic short getSize()
public void setSize(short value)
public byte getOffset()
public void setOffset(byte value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.