public class InputLocationMessageContent extends Object implements InputMessageContent
| Modifier and Type | Class and Description |
|---|---|
static class |
InputLocationMessageContent.Builder |
| Constructor and Description |
|---|
InputLocationMessageContent() |
| Modifier and Type | Method and Description |
|---|---|
static InputLocationMessageContent.Builder |
builder() |
Float |
getLatitude() |
Integer |
getLivePeriod() |
Float |
getLongitude() |
void |
setLatitude(Float latitude) |
void |
setLivePeriod(Integer livePeriod) |
void |
setLongitude(Float longitude) |
public static InputLocationMessageContent.Builder builder()
public Float getLatitude()
public void setLatitude(Float latitude)
public Float getLongitude()
public void setLongitude(Float longitude)
public Integer getLivePeriod()
public void setLivePeriod(Integer livePeriod)
Apache Camel