Package com.ibm.fhir.audit.cadf
Class CadfMapItem
- java.lang.Object
-
- com.ibm.fhir.audit.cadf.CadfMapItem
-
public final class CadfMapItem extends Object
Representation of the CADF Map Item object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CadfMapItem.Builder
Builder is a convenience pattern to assemble to Java Objectstatic class
CadfMapItem.Parser
Parserstatic class
CadfMapItem.Writer
Generates JSON from this object.
-
Constructor Summary
Constructors Constructor Description CadfMapItem(String key, Object value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CadfMapItem.Builder
builder()
String
getKey()
Object
getValue()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getValue
public Object getValue()
-
builder
public static CadfMapItem.Builder builder()
-
-