public class Info extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
calendar |
static String |
DATETIME_PATTERN |
protected org.gcube.com.fasterxml.jackson.databind.JsonNode |
value |
| Constructor and Description |
|---|
Info(Calendar calendar,
org.gcube.com.fasterxml.jackson.databind.JsonNode value) |
| Modifier and Type | Method and Description |
|---|---|
static String |
format(Calendar calendar) |
Calendar |
getCalendar() |
static DateFormat |
getDateFormat() |
org.gcube.com.fasterxml.jackson.databind.JsonNode |
getValue() |
void |
setCalendar(Calendar calendar) |
void |
setValue(org.gcube.com.fasterxml.jackson.databind.JsonNode value) |
String |
toString() |
public static final String DATETIME_PATTERN
protected Calendar calendar
protected org.gcube.com.fasterxml.jackson.databind.JsonNode value
public Info(Calendar calendar, org.gcube.com.fasterxml.jackson.databind.JsonNode value)
calendar - the datevalue - the JSON valuepublic static DateFormat getDateFormat()
public Calendar getCalendar()
public void setCalendar(Calendar calendar)
calendar - the date to setpublic org.gcube.com.fasterxml.jackson.databind.JsonNode getValue()
public void setValue(org.gcube.com.fasterxml.jackson.databind.JsonNode value)
value - the value to setCopyright © 2021. All Rights Reserved.