Class CouchdbTestDocument
- java.lang.Object
-
- org.apache.camel.quarkus.component.couchdb.it.CouchdbTestDocument
-
public class CouchdbTestDocument extends Object
-
-
Constructor Summary
Constructors Constructor Description CouchdbTestDocument()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CouchdbTestDocumentfromJsonObject(com.google.gson.JsonObject jsonObject)StringgetId()StringgetRevision()StringgetValue()voidsetId(String id)voidsetRevision(String revision)voidsetValue(String value)com.google.gson.JsonObjecttoJsonObject()
-
-
-
Method Detail
-
getRevision
public String getRevision()
-
setRevision
public void setRevision(String revision)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
toJsonObject
public com.google.gson.JsonObject toJsonObject()
-
fromJsonObject
public static CouchdbTestDocument fromJsonObject(com.google.gson.JsonObject jsonObject)
-
-