public class Location
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Location.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
begin |
protected java.lang.Long |
end |
Modifier | Constructor and Description |
---|---|
protected |
Location(Location.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
begin()
Gets the begin.
|
java.lang.Long |
end()
Gets the end.
|
Location.Builder |
newBuilder()
New builder.
|
protected Location(Location.Builder builder)
public Location.Builder newBuilder()
public java.lang.Long begin()
The element's `begin` index.
public java.lang.Long end()
The element's `end` index.