Class ControllerServiceReferencingComponentsEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ControllerServiceReferencingComponentsEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ControllerServiceReferencingComponentsEntity
extends Object
ControllerServiceReferencingComponentsEntity
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddControllerServiceReferencingComponentsItem
(ControllerServiceReferencingComponentEntity controllerServiceReferencingComponentsItem) controllerServiceReferencingComponents
(List<ControllerServiceReferencingComponentEntity> controllerServiceReferencingComponents) boolean
Get controllerServiceReferencingComponentsint
hashCode()
void
setControllerServiceReferencingComponents
(List<ControllerServiceReferencingComponentEntity> controllerServiceReferencingComponents) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
controllerServiceReferencingComponents
-
-
Constructor Details
-
ControllerServiceReferencingComponentsEntity
public ControllerServiceReferencingComponentsEntity()
-
-
Method Details
-
controllerServiceReferencingComponents
public ControllerServiceReferencingComponentsEntity controllerServiceReferencingComponents(List<ControllerServiceReferencingComponentEntity> controllerServiceReferencingComponents) -
addControllerServiceReferencingComponentsItem
public ControllerServiceReferencingComponentsEntity addControllerServiceReferencingComponentsItem(ControllerServiceReferencingComponentEntity controllerServiceReferencingComponentsItem) -
getControllerServiceReferencingComponents
public List<ControllerServiceReferencingComponentEntity> getControllerServiceReferencingComponents()Get controllerServiceReferencingComponents- Returns:
- controllerServiceReferencingComponents
-
setControllerServiceReferencingComponents
public void setControllerServiceReferencingComponents(List<ControllerServiceReferencingComponentEntity> controllerServiceReferencingComponents) -
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-