public class CaptureGroup
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description |
|---|
CaptureGroup() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroup()
Gets the group.
|
java.util.List<java.lang.Long> |
getLocation()
Gets the location.
|
void |
setGroup(java.lang.String group)
Sets the group.
|
void |
setLocation(java.util.List<java.lang.Long> location)
Sets the location.
|
public java.lang.String getGroup()
public java.util.List<java.lang.Long> getLocation()
public void setGroup(java.lang.String group)
group - the new grouppublic void setLocation(java.util.List<java.lang.Long> location)
location - the new location