public class Range
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Range() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBegin()
Gets the begin.
|
java.lang.String |
getEnd()
Gets the end.
|
void |
setBegin(java.lang.String rangeBegin)
Sets the beginning of the range.
|
void |
setEnd(java.lang.String rangeEnd)
Sets the end of the range.
|
public java.lang.String getBegin()
public java.lang.String getEnd()
public void setBegin(java.lang.String rangeBegin)
rangeBegin
- the beginpublic void setEnd(java.lang.String rangeEnd)
rangeEnd
- the endCopyright © 2022 IBM Cloud. All rights reserved.