public class ParameterParserResponse extends Object
Constructor and Description |
---|
ParameterParserResponse() |
ParameterParserResponse(boolean valid,
String message,
com.google.common.collect.ImmutableSet<Parameter> parameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMessage()
The message
|
com.google.common.collect.ImmutableSet<Parameter> |
getParameters()
The immutable set of parameters parsed from a parameterised HQL query
|
int |
hashCode() |
boolean |
isValid()
Flag that denotes if the query and the parameters are valid
|
void |
setMessage(String message)
The message
|
void |
setParameters(com.google.common.collect.ImmutableSet<Parameter> parameters)
The immutable set of parameters parsed from a parameterised HQL query
|
void |
setValid(boolean valid)
Flag that denotes if the query and the parameters are valid
|
String |
toString() |
@ConstructorProperties(value={"valid","message","parameters"}) @Generated(value="lombok") public ParameterParserResponse(boolean valid, String message, com.google.common.collect.ImmutableSet<Parameter> parameters)
@Generated(value="lombok") public ParameterParserResponse()
@Generated(value="lombok") public boolean isValid()
@Generated(value="lombok") public String getMessage()
@Generated(value="lombok") public com.google.common.collect.ImmutableSet<Parameter> getParameters()
@Generated(value="lombok") public void setValid(boolean valid)
@Generated(value="lombok") public void setMessage(String message)
@Generated(value="lombok") public void setParameters(com.google.common.collect.ImmutableSet<Parameter> parameters)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.