Class StreamExpressionValue
- java.lang.Object
-
- org.apache.solr.client.solrj.io.stream.expr.StreamExpressionValue
-
- All Implemented Interfaces:
StreamExpressionParameter
public class StreamExpressionValue extends Object implements StreamExpressionParameter
Basic string stream expression
-
-
Constructor Summary
Constructors Constructor Description StreamExpressionValue(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getValue()
int
hashCode()
void
setValue(String value)
String
toString()
StreamExpressionValue
withValue(String value)
-
-
-
Constructor Detail
-
StreamExpressionValue
public StreamExpressionValue(String value)
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
withValue
public StreamExpressionValue withValue(String value)
-
-