Class ProvenanceSearchableFieldDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ProvenanceSearchableFieldDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProvenanceSearchableFieldDTO
extends Object
ProvenanceSearchableFieldDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getField()
The searchable field.getId()
The id of the searchable field.getLabel()
The label for the searchable field.getType()
The type of the searchable field.int
hashCode()
void
void
void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
field
-
label
-
type
-
-
Constructor Details
-
ProvenanceSearchableFieldDTO
public ProvenanceSearchableFieldDTO()
-
-
Method Details
-
id
-
getId
The id of the searchable field.- Returns:
- id
-
setId
-
field
-
getField
The searchable field.- Returns:
- field
-
setField
-
label
-
getLabel
The label for the searchable field.- Returns:
- label
-
setLabel
-
type
-
getType
The type of the searchable field.- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-