Class MethodObject
- java.lang.Object
-
- net.coru.api.generator.plugin.asyncapi.MethodObject
-
public class MethodObject extends Object
-
-
Constructor Summary
Constructors Constructor Description MethodObject(String operationId, String classNamespace, String type)MethodObject(String operationId, String classNamespace, String type, String channelName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelName()StringgetClassName()StringgetClassNamespace()StringgetOperationId()StringgetType()protected voidsetChannelName(String channelName)protected voidsetClassName(String className)protected voidsetClassNamespace(String classNamespace)protected voidsetOperationId(String operationId)protected voidsetType(String type)
-
-
-
Method Detail
-
setOperationId
protected final void setOperationId(String operationId)
-
setClassNamespace
protected final void setClassNamespace(String classNamespace)
-
setClassName
protected final void setClassName(String className)
-
setType
protected final void setType(String type)
-
setChannelName
protected final void setChannelName(String channelName)
-
getOperationId
public final String getOperationId()
-
getClassNamespace
public final String getClassNamespace()
-
getClassName
public final String getClassName()
-
getType
public final String getType()
-
getChannelName
public final String getChannelName()
-
-