Class ParameterContextReferenceEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ParameterContextReferenceEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ParameterContextReferenceEntity
extends Object
ParameterContextReferenceEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ParameterContextReferenceDTO
private String
private PermissionsDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomponent
(ParameterContextReferenceDTO component) boolean
Get componentgetId()
The id of the component.Get permissionsint
hashCode()
permissions
(PermissionsDTO permissions) void
setComponent
(ParameterContextReferenceDTO component) void
void
setPermissions
(PermissionsDTO permissions) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
permissions
-
component
-
-
Constructor Details
-
ParameterContextReferenceEntity
public ParameterContextReferenceEntity()
-
-
Method Details
-
id
-
getId
The id of the component.- Returns:
- id
-
setId
-
permissions
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
component
-
getComponent
Get component- Returns:
- component
-
setComponent
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-