Class FlowRegistryClientDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.FlowRegistryClientDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class FlowRegistryClientDTO
extends Object
FlowRegistryClientDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Indicates whether the Registry Client is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the Registry Client is valid) -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSensitiveDynamicPropertyNamesItem
(String sensitiveDynamicPropertyNamesItem) addValidationErrorsItem
(String validationErrorsItem) annotationData
(String annotationData) deprecated
(Boolean deprecated) description
(String description) descriptors
(Map<String, PropertyDescriptorDTO> descriptors) boolean
extensionMissing
(Boolean extensionMissing) The annotation data for the registry client.Get bundleThe registry descriptionThe descriptors for the registry client properties.getId()
The registry identifiergetName()
The registry nameThe properties of the registry client.Set of sensitive dynamic property namesgetType()
The type of the registry client.Gets the validation errors from the registry client.Indicates whether the Registry Client is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the Registry Client is valid)int
hashCode()
Whether the registry client has been deprecated.Whether the underlying extension is missing.Whether the flow registry client has multiple versions available.Whether the registry client requires elevated privileges.Whether the registry client supports sensitive dynamic properties.multipleVersionsAvailable
(Boolean multipleVersionsAvailable) properties
(Map<String, String> properties) putDescriptorsItem
(String key, PropertyDescriptorDTO descriptorsItem) putPropertiesItem
(String key, String propertiesItem) restricted
(Boolean restricted) sensitiveDynamicPropertyNames
(List<String> sensitiveDynamicPropertyNames) void
setAnnotationData
(String annotationData) void
void
setDeprecated
(Boolean deprecated) void
setDescription
(String description) void
setDescriptors
(Map<String, PropertyDescriptorDTO> descriptors) void
setExtensionMissing
(Boolean extensionMissing) void
void
setMultipleVersionsAvailable
(Boolean multipleVersionsAvailable) void
void
setProperties
(Map<String, String> properties) void
setRestricted
(Boolean restricted) void
setSensitiveDynamicPropertyNames
(List<String> sensitiveDynamicPropertyNames) void
setSupportsSensitiveDynamicProperties
(Boolean supportsSensitiveDynamicProperties) void
void
setValidationErrors
(List<String> validationErrors) supportsSensitiveDynamicProperties
(Boolean supportsSensitiveDynamicProperties) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
validationErrors
(List<String> validationErrors)
-
Field Details
-
id
-
name
-
description
-
type
-
bundle
-
properties
-
descriptors
-
sensitiveDynamicPropertyNames
-
supportsSensitiveDynamicProperties
-
restricted
-
deprecated
-
validationErrors
-
validationStatus
-
annotationData
-
multipleVersionsAvailable
-
extensionMissing
-
-
Constructor Details
-
FlowRegistryClientDTO
public FlowRegistryClientDTO()
-
-
Method Details
-
id
-
getId
The registry identifier- Returns:
- id
-
setId
-
name
-
getName
The registry name- Returns:
- name
-
setName
-
description
-
getDescription
The registry description- Returns:
- description
-
setDescription
-
type
-
getType
The type of the registry client.- Returns:
- type
-
setType
-
bundle
-
getBundle
Get bundle- Returns:
- bundle
-
setBundle
-
properties
-
putPropertiesItem
-
getProperties
The properties of the registry client.- Returns:
- properties
-
setProperties
-
descriptors
-
putDescriptorsItem
-
getDescriptors
The descriptors for the registry client properties.- Returns:
- descriptors
-
setDescriptors
-
sensitiveDynamicPropertyNames
public FlowRegistryClientDTO sensitiveDynamicPropertyNames(List<String> sensitiveDynamicPropertyNames) -
addSensitiveDynamicPropertyNamesItem
public FlowRegistryClientDTO addSensitiveDynamicPropertyNamesItem(String sensitiveDynamicPropertyNamesItem) -
getSensitiveDynamicPropertyNames
Set of sensitive dynamic property names- Returns:
- sensitiveDynamicPropertyNames
-
setSensitiveDynamicPropertyNames
-
supportsSensitiveDynamicProperties
public FlowRegistryClientDTO supportsSensitiveDynamicProperties(Boolean supportsSensitiveDynamicProperties) -
isSupportsSensitiveDynamicProperties
Whether the registry client supports sensitive dynamic properties.- Returns:
- supportsSensitiveDynamicProperties
-
setSupportsSensitiveDynamicProperties
-
restricted
-
isRestricted
Whether the registry client requires elevated privileges.- Returns:
- restricted
-
setRestricted
-
deprecated
-
isDeprecated
Whether the registry client has been deprecated.- Returns:
- deprecated
-
setDeprecated
-
validationErrors
-
addValidationErrorsItem
-
getValidationErrors
Gets the validation errors from the registry client. These validation errors represent the problems with the registry client that must be resolved before it can be used for interacting with the flow registry.- Returns:
- validationErrors
-
setValidationErrors
-
getValidationStatus
Indicates whether the Registry Client is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the Registry Client is valid)- Returns:
- validationStatus
-
annotationData
-
getAnnotationData
The annotation data for the registry client. This is how the custom UI relays configuration to the registry client.- Returns:
- annotationData
-
setAnnotationData
-
multipleVersionsAvailable
-
isMultipleVersionsAvailable
Whether the flow registry client has multiple versions available.- Returns:
- multipleVersionsAvailable
-
setMultipleVersionsAvailable
-
extensionMissing
-
isExtensionMissing
Whether the underlying extension is missing.- Returns:
- extensionMissing
-
setExtensionMissing
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-