@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class FunctionOperand extends Object
| Constructor and Description |
|---|
FunctionOperand() |
| Modifier and Type | Method and Description |
|---|---|
FunctionOperand |
addArgumentsItem(String argumentsItem) |
FunctionOperand |
arguments(List<String> arguments) |
boolean |
equals(Object o) |
FunctionOperand |
function(String function) |
List<String> |
getArguments()
The list of function arguments.
|
String |
getFunction()
The name of the function.
|
int |
hashCode() |
void |
setArguments(List<String> arguments) |
void |
setFunction(String function) |
String |
toString() |
public FunctionOperand function(String function)
public String getFunction()
public void setFunction(String function)
public FunctionOperand arguments(List<String> arguments)
public FunctionOperand addArgumentsItem(String argumentsItem)
Copyright © 2011–2021 Everit Kft.. All rights reserved.