Modifier and Type | Class and Description |
---|---|
static class |
CodecModel.EventModel |
static class |
CodecModel.ParameterModel |
Constructor and Description |
---|
CodecModel(boolean mockup) |
CodecModel(TypeElement parent,
ExecutableElement methodElement,
ExecutableElement responseElement,
List<ExecutableElement> eventElementList,
boolean retryable,
Lang lang,
Elements docCommentUtil) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getComment() |
List<CodecModel.EventModel> |
getEvents() |
String |
getHexadecimalResponseId() |
String |
getId() |
Lang |
getLang() |
String |
getName() |
String |
getPackageName() |
String |
getParentName() |
String |
getPartitionIdentifier() |
short |
getRequestId() |
List<CodecModel.ParameterModel> |
getRequestParams() |
int |
getResponse() |
List<CodecModel.ParameterModel> |
getResponseParams() |
int |
getRetryable() |
boolean |
isEmpty() |
void |
setComment(String comment) |
public CodecModel(boolean mockup)
public CodecModel(TypeElement parent, ExecutableElement methodElement, ExecutableElement responseElement, List<ExecutableElement> eventElementList, boolean retryable, Lang lang, Elements docCommentUtil)
public short getRequestId()
public String getId()
public String getPartitionIdentifier()
public String getComment()
public String getClassName()
getClassName
in interface Model
public String getParentName()
public String getPackageName()
getPackageName
in interface Model
public int getResponse()
public String getHexadecimalResponseId()
public List<CodecModel.ParameterModel> getRequestParams()
public List<CodecModel.ParameterModel> getResponseParams()
public List<CodecModel.EventModel> getEvents()
public int getRetryable()
public void setComment(String comment)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.