Package io.resys.hdes.client.api.ast
Interface AstService
- All Superinterfaces:
AstBody,Serializable
- All Known Implementing Classes:
ImmutableAstService
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic enumstatic interfacestatic interfaceAstService.ServiceExecutorType0<O extends Serializable>static interfaceAstService.ServiceExecutorType1<I,O extends Serializable> static interfaceAstService.ServiceExecutorType2<I,I2, O extends Serializable> Nested classes/interfaces inherited from interface io.resys.hdes.client.api.ast.AstBody
AstBody.AstBodyType, AstBody.AstCommandMessage, AstBody.AstCommandRange, AstBody.AstSource, AstBody.CommandMessageType, AstBody.Headers -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends AstService.ServiceExecutorType>getRefs()getValue()Methods inherited from interface io.resys.hdes.client.api.ast.AstBody
getBodyType, getDescription, getHeaders, getMessages, getName
-
Method Details
-
getBeanType
Class<? extends AstService.ServiceExecutorType> getBeanType() -
getValue
String getValue() -
getTypeDef0
-
getTypeDef1
-
getReturnDef1
-
getRefs
List<AstService.AstServiceRef> getRefs() -
getExecutorType
AstService.AstServiceType getExecutorType()
-