Class ParameterStatusDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ParameterStatusDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ParameterStatusDTO
extends Object
ParameterStatusDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Indicates the status of the parameter, compared to the existing parameter context -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get parameterIndicates the status of the parameter, compared to the existing parameter contextint
hashCode()
parameter
(ParameterEntity parameter) void
setParameter
(ParameterEntity parameter) void
status
(ParameterStatusDTO.StatusEnum status) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
parameter
-
status
-
-
Constructor Details
-
ParameterStatusDTO
public ParameterStatusDTO()
-
-
Method Details
-
parameter
-
getParameter
Get parameter- Returns:
- parameter
-
setParameter
-
status
-
getStatus
Indicates the status of the parameter, compared to the existing parameter context- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-