@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2023-08-21T13:22:58.279-05:00") public class ExternalControllerServiceReference extends Object
Modifier and Type | Field and Description |
---|---|
private String |
identifier |
private String |
name |
Constructor and Description |
---|
ExternalControllerServiceReference() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getIdentifier()
The identifier of the controller service
|
String |
getName()
The name of the controller service
|
int |
hashCode() |
ExternalControllerServiceReference |
identifier(String identifier) |
ExternalControllerServiceReference |
name(String name) |
void |
setIdentifier(String identifier) |
void |
setName(String name) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
public ExternalControllerServiceReference identifier(String identifier)
public String getIdentifier()
public void setIdentifier(String identifier)
public ExternalControllerServiceReference name(String name)
public String getName()
public void setName(String name)
Copyright © 2023 Apache NiFi Project. All rights reserved.