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