public class Field
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Field.Type
The type of the field.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.lang.String |
field |
protected java.lang.String |
type |
Constructor and Description |
---|
Field() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.lang.String |
getField()
Gets the field.
|
java.lang.String |
getType()
Gets the type.
|
protected java.lang.String field
protected java.lang.String type
@SerializedName(value="collection_id") protected java.lang.String collectionId
public java.lang.String getField()
The name of the field.
public java.lang.String getType()
The type of the field.
public java.lang.String getCollectionId()
The collection Id of the collection where the field was found.