T
- Type of tgt property when making a requestpublic interface Target<T>
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProps()
Return the properties that belong in a request body.
|
T |
getTarget()
Return the target.
|
TargetType |
getType()
Return the target type.
|
T getTarget()
TargetType getType()
java.util.Map<java.lang.String,java.lang.Object> getProps()