public class Range extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Range.Builder
Class to build instances of
Range. |
| Modifier | Constructor and Description |
|---|---|
protected |
Range(io.apimatic.core.types.OptionalNullable<String> min,
io.apimatic.core.types.OptionalNullable<String> max)
Internal initialization constructor.
|
|
Range(String min,
String max)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMax()
Getter for Max.
|
String |
getMin()
Getter for Min.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetMax()
Internal Getter for Max.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetMin()
Internal Getter for Min.
|
Range.Builder |
toBuilder()
Builds a new
Range.Builder object. |
String |
toString()
Converts this Range into string format.
|
public Range(String min, String max)
min - String value for min.max - String value for max.protected io.apimatic.core.types.OptionalNullable<String> internalGetMin()
public String getMin()
protected io.apimatic.core.types.OptionalNullable<String> internalGetMax()
public String getMax()
public String toString()
public Range.Builder toBuilder()
Range.Builder object.
Creates the instance with the state of the current model.Range.Builder objectCopyright © 2023. All rights reserved.