public static class Int64RangeMatch.Builder extends Object
Modifier and Type | Method and Description |
---|---|
Int64RangeMatch |
build() |
Int64RangeMatch.Builder |
clone() |
String |
getRangeEnd()
The end of the range (exclusive) in signed long integer format.
|
String |
getRangeStart()
The start of the range (inclusive) in signed long integer format.
|
Int64RangeMatch.Builder |
mergeFrom(Int64RangeMatch other) |
Int64RangeMatch.Builder |
setRangeEnd(String rangeEnd)
The end of the range (exclusive) in signed long integer format.
|
Int64RangeMatch.Builder |
setRangeStart(String rangeStart)
The start of the range (inclusive) in signed long integer format.
|
public Int64RangeMatch.Builder mergeFrom(Int64RangeMatch other)
public String getRangeEnd()
public Int64RangeMatch.Builder setRangeEnd(String rangeEnd)
public String getRangeStart()
public Int64RangeMatch.Builder setRangeStart(String rangeStart)
public Int64RangeMatch build()
public Int64RangeMatch.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.