Class Operation
- java.lang.Object
-
- org.apache.camel.quarkus.component.nitrite.it.Operation
-
public class Operation extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classOperation.Type
-
Constructor Summary
Constructors Constructor Description Operation()Operation(Operation.Type type, String field, Object value, EmployeeSerializable employeeSerializable, EmployeeMappable employeeMappable)Operation(Operation.Type type, String field, Object value, org.dizitart.no2.Document document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dizitart.no2.DocumentgetDocument()EmployeeMappablegetEmployeeMappable()EmployeegetEmployeeSerializable()StringgetField()Operation.TypegetType()ObjectgetValue()voidsetDocument(org.dizitart.no2.Document document)voidsetEmployeeMappable(EmployeeMappable employeeMappable)voidsetEmployeeSerializable(EmployeeSerializable employeeSerializable)voidsetField(String field)voidsetType(Operation.Type type)voidsetValue(Object value)org.apache.camel.component.nitrite.operation.CollectionOperationtoCollectionOperation()org.apache.camel.component.nitrite.operation.RepositoryOperationtoRepositoryOperation()
-
-
-
Constructor Detail
-
Operation
public Operation()
-
Operation
public Operation(Operation.Type type, String field, Object value, EmployeeSerializable employeeSerializable, EmployeeMappable employeeMappable)
-
Operation
public Operation(Operation.Type type, String field, Object value, org.dizitart.no2.Document document)
-
-
Method Detail
-
getType
public Operation.Type getType()
-
setType
public void setType(Operation.Type type)
-
getField
public String getField()
-
setField
public void setField(String field)
-
getValue
public Object getValue()
-
setValue
public void setValue(Object value)
-
getEmployeeSerializable
public Employee getEmployeeSerializable()
-
setEmployeeSerializable
public void setEmployeeSerializable(EmployeeSerializable employeeSerializable)
-
getEmployeeMappable
public EmployeeMappable getEmployeeMappable()
-
setEmployeeMappable
public void setEmployeeMappable(EmployeeMappable employeeMappable)
-
getDocument
public org.dizitart.no2.Document getDocument()
-
setDocument
public void setDocument(org.dizitart.no2.Document document)
-
toRepositoryOperation
public org.apache.camel.component.nitrite.operation.RepositoryOperation toRepositoryOperation()
-
toCollectionOperation
public org.apache.camel.component.nitrite.operation.CollectionOperation toCollectionOperation()
-
-