Class Boundary
java.lang.Object
com.github.twitch4j.eventsub.domain.Boundary
-
Constructor Details
-
Boundary
public Boundary() -
Boundary
public Boundary(int startPos, int endPos) Creates a newBoundary
instance.- Parameters:
startPos
- Index in the message for the start of the problem (0 indexed, inclusive).endPos
- Index in the message for the end of the problem (0 indexed, inclusive).
-
-
Method Details
-
getStartPos
public int getStartPos()Index in the message for the start of the problem (0 indexed, inclusive). -
getEndPos
public int getEndPos()Index in the message for the end of the problem (0 indexed, inclusive). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-