Class SampleCustomerBaseQuery
- java.lang.Object
-
- io.naradrama.prologue.domain.cqrs.DomainMessage
-
- io.naradrama.prologue.domain.cqrs.query.CqrsQuery<T>
-
- io.naradrama.prologue.domain.cqrs.query.CqrsBaseQuery
-
- io.naradrama.prologue.domain.cqrs.query.SampleCustomerBaseQuery
-
- All Implemented Interfaces:
CqrsExecutable,JsonSerializable
public class SampleCustomerBaseQuery extends CqrsBaseQuery
-
-
Constructor Summary
Constructors Constructor Description SampleCustomerBaseQuery(TraceHeader traceHeader)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SampleCustomerBaseQueryfromJson(java.lang.String json)static voidmain(java.lang.String[] args)static SampleCustomerBaseQuerysample()java.lang.StringtoJsonWithoutResult()java.lang.StringtoString()-
Methods inherited from class io.naradrama.prologue.domain.cqrs.query.CqrsQuery
checkWaitingTime, genRequestTimestamp, getFailureMessage, getQueryResult, setFailureMessage, setQueryResponse, setQueryResult
-
Methods inherited from class io.naradrama.prologue.domain.cqrs.DomainMessage
toPayload, toPayloadClassName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.naradrama.prologue.domain.cqrs.CqrsExecutable
setTraceHeader
-
Methods inherited from interface io.naradrama.prologue.util.json.JsonSerializable
toJson, toPrettyJson
-
-
-
-
Constructor Detail
-
SampleCustomerBaseQuery
public SampleCustomerBaseQuery(TraceHeader traceHeader)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
fromJson
public static SampleCustomerBaseQuery fromJson(java.lang.String json)
-
toJsonWithoutResult
public java.lang.String toJsonWithoutResult()
- Overrides:
toJsonWithoutResultin classCqrsQuery
-
sample
public static SampleCustomerBaseQuery sample()
-
main
public static void main(java.lang.String[] args)
-
-