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 booleanequals(Object other)StringgetValue()inthashCode()voidsetValue(String value)StringtoString()StreamExpressionValuewithValue(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)
-
-