public class OperationMap extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OperationMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassname() |
List<CodegenOperation> |
getOperation() |
String |
getPathPrefix() |
void |
setClassname(String classname) |
void |
setOperation(CodegenOperation ops) |
void |
setOperation(List<? extends CodegenOperation> ops) |
void |
setPathPrefix(String pathPrefix) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void setOperation(CodegenOperation ops)
public void setOperation(List<? extends CodegenOperation> ops)
public List<CodegenOperation> getOperation()
public void setClassname(String classname)
public String getClassname()
public void setPathPrefix(String pathPrefix)
public String getPathPrefix()
Copyright © 2023. All rights reserved.