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