Package org.gcube.accounting.analytics
Class Info
java.lang.Object
org.gcube.accounting.analytics.Info
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic DateFormatorg.gcube.com.fasterxml.jackson.databind.JsonNodegetValue()voidsetCalendar(Calendar calendar) voidsetValue(org.gcube.com.fasterxml.jackson.databind.JsonNode value) toString()
-
Field Details
-
DATETIME_PATTERN
- See Also:
-
calendar
-
value
protected org.gcube.com.fasterxml.jackson.databind.JsonNode value
-
-
Constructor Details
-
Info
- Parameters:
calendar- the datevalue- the JSON value
-
-
Method Details
-
getDateFormat
-
format
-
getCalendar
- Returns:
- the date
-
setCalendar
- Parameters:
calendar- the date to set
-
getValue
public org.gcube.com.fasterxml.jackson.databind.JsonNode getValue()- Returns:
- the value
-
setValue
public void setValue(org.gcube.com.fasterxml.jackson.databind.JsonNode value) - Parameters:
value- the value to set
-
toString
-