public class MetadataField
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
MetadataField()
Constructor.
|
MetadataField(String field,
String type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Retrieves name of the field.
|
String |
getFieldType()
Retrieves field data type.
|
void |
setFieldName(String name)
Sets nmae of the field.
|
void |
setFieldType(String type)
Sets field data type (text, boolean, date, keyword, object).
|
public String getFieldName()
public void setFieldName(String name)
name
- - field namepublic String getFieldType()
public void setFieldType(String type)
type
- data typeCopyright © 2021 IBM Cloud. All rights reserved.