public class DataModelField extends Object
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getDisplayName() |
String |
getFieldSearch() |
String |
getName() |
String[] |
getOwnerLineage()
Return the lineage of the data model object on which this field is defined.
|
String |
getOwnerName()
Return the name of the data model object on which this field is defined.
|
FieldType |
getType() |
boolean |
isEditable()
Some fields are part of system objects such as BaseEvent or are part
of the structure of the object, such as a field with the same name
as the object.
|
boolean |
isHidden() |
boolean |
isMultivalued() |
boolean |
isRequired() |
static DataModelField |
parse(com.google.gson.JsonElement fieldJson) |
public String getFieldSearch()
public String getName()
public String getOwnerName()
public String[] getOwnerLineage()
public FieldType getType()
public boolean isEditable()
public boolean isRequired()
public boolean isMultivalued()
public boolean isHidden()
public String getDisplayName()
public String getComment()
public static DataModelField parse(com.google.gson.JsonElement fieldJson)
Copyright © 2022 Splunk, Inc.. All rights reserved.