Package redis.clients.jedis.resps
Class LCSMatchResult
- java.lang.Object
-
- redis.clients.jedis.resps.LCSMatchResult
-
public class LCSMatchResult extends java.lang.ObjectLCSMatchResult compatibility stub for Valkey GLIDE wrapper.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLCSMatchResult.MatchedPositionMatchedPosition compatibility stub.static classLCSMatchResult.PositionPosition compatibility stub.
-
Constructor Summary
Constructors Constructor Description LCSMatchResult(java.lang.String matchString, java.util.List<LCSMatchResult.MatchedPosition> matches, long len)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLen()java.util.List<LCSMatchResult.MatchedPosition>getMatches()java.lang.StringgetMatchString()java.lang.StringtoString()
-
-
-
Constructor Detail
-
LCSMatchResult
public LCSMatchResult(java.lang.String matchString, java.util.List<LCSMatchResult.MatchedPosition> matches, long len)
-
-
Method Detail
-
getMatchString
public java.lang.String getMatchString()
-
getMatches
public java.util.List<LCSMatchResult.MatchedPosition> getMatches()
-
getLen
public long getLen()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-