nifiapi

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2023 License: MIT Imports: 20 Imported by: 0

README ¶

Go API client for nifiapi

The Rest API provides programmatic access to command and control a NiFi instance in real time. Start and stop processors, monitor queues, query provenance data, and more. Each endpoint below includes a description, definitions of the expected input and output, potential response codes, and the authorizations required to invoke each service.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 2.0.0
  • Package version: 2.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://nifi.apache.org

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import nifiapi "github.com/GIT_USER_ID/GIT_REPO_ID"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), nifiapi.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), nifiapi.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), nifiapi.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), nifiapi.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://localhost/nifi-api

Class Method HTTP request Description
AccessAPI CreateAccessToken Post /access/token Creates a token for accessing the REST API via username/password
AccessAPI CreateAccessTokenFromTicket Post /access/kerberos Creates a token for accessing the REST API via Kerberos ticket exchange / SPNEGO negotiation
AccessAPI GetAccessStatus Get /access Gets the status the client's access
AccessAPI GetAccessTokenExpiration Get /access/token/expiration Get expiration for current Access Token
AccessAPI GetLoginConfig Get /access/config Retrieves the access configuration for this NiFi
AccessAPI KnoxCallback Get /access/knox/callback Redirect/callback URI for processing the result of the Apache Knox login sequence.
AccessAPI KnoxLogout Get /access/knox/logout Performs a logout in the Apache Knox.
AccessAPI KnoxRequest Get /access/knox/request Initiates a request to authenticate through Apache Knox.
AccessAPI LogOut Delete /access/logout Performs a logout for other providers that have been issued a JWT.
AccessAPI LogOutComplete Get /access/logout/complete Completes the logout sequence by removing the cached Logout Request and Cookie if they existed and redirects to /nifi/login.
ConnectionsAPI DeleteConnection Delete /connections/{id} Deletes a connection
ConnectionsAPI GetConnection Get /connections/{id} Gets a connection
ConnectionsAPI UpdateConnection Put /connections/{id} Updates a connection
ControllerAPI CreateBulletin Post /controller/bulletin Creates a new bulletin
ControllerAPI CreateControllerService Post /controller/controller-services Creates a new controller service
ControllerAPI CreateFlowRegistryClient Post /controller/registry-clients Creates a new flow registry client
ControllerAPI CreateParameterProvider Post /controller/parameter-providers Creates a new parameter provider
ControllerAPI CreateReportingTask Post /controller/reporting-tasks Creates a new reporting task
ControllerAPI DeleteFlowRegistryClient Delete /controller/registry-clients/{id} Deletes a flow registry client
ControllerAPI DeleteHistory Delete /controller/history Purges history
ControllerAPI DeleteNode Delete /controller/cluster/nodes/{id} Removes a node from the cluster
ControllerAPI GetCluster Get /controller/cluster Gets the contents of the cluster
ControllerAPI GetControllerConfig Get /controller/config Retrieves the configuration for this NiFi Controller
ControllerAPI GetFlowRegistryClient Get /controller/registry-clients/{id} Gets a flow registry client
ControllerAPI GetFlowRegistryClients Get /controller/registry-clients Gets the listing of available flow registry clients
ControllerAPI GetNode Get /controller/cluster/nodes/{id} Gets a node in the cluster
ControllerAPI GetNodeStatusHistory Get /controller/status/history Gets status history for the node
ControllerAPI GetPropertyDescriptor Get /controller/registry-clients/{id}/descriptors Gets a flow registry client property descriptor
ControllerAPI GetRegistryClientTypes Get /controller/registry-types Retrieves the types of flow that this NiFi supports
ControllerAPI UpdateControllerConfig Put /controller/config Retrieves the configuration for this NiFi
ControllerAPI UpdateFlowRegistryClient Put /controller/registry-clients/{id} Updates a flow registry client
ControllerAPI UpdateNode Put /controller/cluster/nodes/{id} Updates a node in the cluster
ControllerServicesAPI AnalyzeConfiguration Post /controller-services/{id}/config/analysis Performs analysis of the component's configuration, providing information about which attributes are referenced.
ControllerServicesAPI ClearState Post /controller-services/{id}/state/clear-requests Clears the state for a controller service
ControllerServicesAPI DeleteVerificationRequest Delete /controller-services/{id}/config/verification-requests/{requestId} Deletes the Verification Request with the given ID
ControllerServicesAPI GetControllerService Get /controller-services/{id} Gets a controller service
ControllerServicesAPI GetControllerServiceReferences Get /controller-services/{id}/references Gets a controller service
ControllerServicesAPI GetPropertyDescriptor Get /controller-services/{id}/descriptors Gets a controller service property descriptor
ControllerServicesAPI GetState Get /controller-services/{id}/state Gets the state for a controller service
ControllerServicesAPI GetVerificationRequest Get /controller-services/{id}/config/verification-requests/{requestId} Returns the Verification Request with the given ID
ControllerServicesAPI RemoveControllerService Delete /controller-services/{id} Deletes a controller service
ControllerServicesAPI SubmitConfigVerificationRequest Post /controller-services/{id}/config/verification-requests Performs verification of the Controller Service's configuration
ControllerServicesAPI UpdateControllerService Put /controller-services/{id} Updates a controller service
ControllerServicesAPI UpdateControllerServiceReferences Put /controller-services/{id}/references Updates a controller services references
ControllerServicesAPI UpdateRunStatus Put /controller-services/{id}/run-status Updates run status of a controller service
CountersAPI GetCounters Get /counters Gets the current counters for this NiFi
CountersAPI UpdateCounter Put /counters/{id} Updates the specified counter. This will reset the counter value to 0
DataTransferAPI CommitInputPortTransaction Delete /data-transfer/input-ports/{portId}/transactions/{transactionId} Commit or cancel the specified transaction
DataTransferAPI CommitOutputPortTransaction Delete /data-transfer/output-ports/{portId}/transactions/{transactionId} Commit or cancel the specified transaction
DataTransferAPI CreatePortTransaction Post /data-transfer/{portType}/{portId}/transactions Create a transaction to the specified output port or input port
DataTransferAPI ExtendInputPortTransactionTTL Put /data-transfer/input-ports/{portId}/transactions/{transactionId} Extend transaction TTL
DataTransferAPI ExtendOutputPortTransactionTTL Put /data-transfer/output-ports/{portId}/transactions/{transactionId} Extend transaction TTL
DataTransferAPI ReceiveFlowFiles Post /data-transfer/input-ports/{portId}/transactions/{transactionId}/flow-files Transfer flow files to the input port
DataTransferAPI TransferFlowFiles Get /data-transfer/output-ports/{portId}/transactions/{transactionId}/flow-files Transfer flow files from the output port
FlowAPI ActivateControllerServices Put /flow/process-groups/{id}/controller-services Enable or disable Controller Services in the specified Process Group.
FlowAPI GenerateClientId Get /flow/client-id Generates a client id.
FlowAPI GetAboutInfo Get /flow/about Retrieves details about this NiFi to put in the About dialog
FlowAPI GetAction Get /flow/history/{id} Gets an action
FlowAPI GetBanners Get /flow/banners Retrieves the banners for this NiFi
FlowAPI GetBuckets Get /flow/registries/{id}/buckets Gets the buckets from the specified registry for the current user
FlowAPI GetBulletinBoard Get /flow/bulletin-board Gets current bulletins
FlowAPI GetBulletins Get /flow/controller/bulletins Retrieves Controller level bulletins
FlowAPI GetClusterSummary Get /flow/cluster/summary The cluster summary for this NiFi
FlowAPI GetComponentHistory Get /flow/history/components/{componentId} Gets configuration history for a component
FlowAPI GetConnectionStatistics Get /flow/connections/{id}/statistics Gets statistics for a connection
FlowAPI GetConnectionStatus Get /flow/connections/{id}/status Gets status for a connection
FlowAPI GetConnectionStatusHistory Get /flow/connections/{id}/status/history Gets the status history for a connection
FlowAPI GetControllerServiceTypes Get /flow/controller-service-types Retrieves the types of controller services that this NiFi supports
FlowAPI GetControllerServicesFromController Get /flow/controller/controller-services Gets controller services for reporting tasks
FlowAPI GetControllerServicesFromGroup Get /flow/process-groups/{id}/controller-services Gets all controller services
FlowAPI GetControllerStatus Get /flow/status Gets the current status of this NiFi
FlowAPI GetCurrentUser Get /flow/current-user Retrieves the user identity of the user making the request
FlowAPI GetDetails Get /flow/registries/{registry-id}/buckets/{bucket-id}/flows/{flow-id}/details Gets the details of a flow from the specified registry and bucket for the specified flow for the current user
FlowAPI GetFlow Get /flow/process-groups/{id} Gets a process group
FlowAPI GetFlowConfig Get /flow/config Retrieves the configuration for this NiFi flow
FlowAPI GetFlowMetrics Get /flow/metrics/{producer} Gets all metrics for the flow from a particular node
FlowAPI GetFlows Get /flow/registries/{registry-id}/buckets/{bucket-id}/flows Gets the flows from the specified registry and bucket for the current user
FlowAPI GetInputPortStatus Get /flow/input-ports/{id}/status Gets status for an input port
FlowAPI GetOutputPortStatus Get /flow/output-ports/{id}/status Gets status for an output port
FlowAPI GetParameterContexts Get /flow/parameter-contexts Gets all Parameter Contexts
FlowAPI GetParameterProviderTypes Get /flow/parameter-provider-types Retrieves the types of parameter providers that this NiFi supports
FlowAPI GetParameterProviders Get /flow/parameter-providers Gets all parameter providers
FlowAPI GetPrioritizers Get /flow/prioritizers Retrieves the types of prioritizers that this NiFi supports
FlowAPI GetProcessGroupStatus Get /flow/process-groups/{id}/status Gets the status for a process group
FlowAPI GetProcessGroupStatusHistory Get /flow/process-groups/{id}/status/history Gets status history for a remote process group
FlowAPI GetProcessorStatus Get /flow/processors/{id}/status Gets status for a processor
FlowAPI GetProcessorStatusHistory Get /flow/processors/{id}/status/history Gets status history for a processor
FlowAPI GetProcessorTypes Get /flow/processor-types Retrieves the types of processors that this NiFi supports
FlowAPI GetRegistryClients Get /flow/registries Gets the listing of available flow registry clients
FlowAPI GetRemoteProcessGroupStatus Get /flow/remote-process-groups/{id}/status Gets status for a remote process group
FlowAPI GetRemoteProcessGroupStatusHistory Get /flow/remote-process-groups/{id}/status/history Gets the status history
FlowAPI GetReportingTaskTypes Get /flow/reporting-task-types Retrieves the types of reporting tasks that this NiFi supports
FlowAPI GetReportingTasks Get /flow/reporting-tasks Gets all reporting tasks
FlowAPI GetRuntimeManifest Get /flow/runtime-manifest Retrieves the runtime manifest for this NiFi instance.
FlowAPI GetTemplates Get /flow/templates Gets all templates
FlowAPI GetVersions Get /flow/registries/{registry-id}/buckets/{bucket-id}/flows/{flow-id}/versions Gets the flow versions from the specified registry and bucket for the specified flow for the current user
FlowAPI QueryHistory Get /flow/history Gets configuration history
FlowAPI ScheduleComponents Put /flow/process-groups/{id} Schedule or unschedule components in the specified Process Group.
FlowAPI SearchCluster Get /flow/cluster/search-results Searches the cluster for a node with the specified address
FlowAPI SearchFlow Get /flow/search-results Performs a search against this NiFi using the specified search term
FlowfileQueuesAPI CreateDropRequest Post /flowfile-queues/{id}/drop-requests Creates a request to drop the contents of the queue in this connection.
FlowfileQueuesAPI CreateFlowFileListing Post /flowfile-queues/{id}/listing-requests Lists the contents of the queue in this connection.
FlowfileQueuesAPI DeleteListingRequest Delete /flowfile-queues/{id}/listing-requests/{listing-request-id} Cancels and/or removes a request to list the contents of this connection.
FlowfileQueuesAPI DownloadFlowFileContent Get /flowfile-queues/{id}/flowfiles/{flowfile-uuid}/content Gets the content for a FlowFile in a Connection.
FlowfileQueuesAPI GetDropRequest Get /flowfile-queues/{id}/drop-requests/{drop-request-id} Gets the current status of a drop request for the specified connection.
FlowfileQueuesAPI GetFlowFile Get /flowfile-queues/{id}/flowfiles/{flowfile-uuid} Gets a FlowFile from a Connection.
FlowfileQueuesAPI GetListingRequest Get /flowfile-queues/{id}/listing-requests/{listing-request-id} Gets the current status of a listing request for the specified connection.
FlowfileQueuesAPI RemoveDropRequest Delete /flowfile-queues/{id}/drop-requests/{drop-request-id} Cancels and/or removes a request to drop the contents of this connection.
FunnelAPI GetFunnel Get /funnels/{id} Gets a funnel
FunnelAPI RemoveFunnel Delete /funnels/{id} Deletes a funnel
FunnelAPI UpdateFunnel Put /funnels/{id} Updates a funnel
InputPortsAPI GetInputPort Get /input-ports/{id} Gets an input port
InputPortsAPI RemoveInputPort Delete /input-ports/{id} Deletes an input port
InputPortsAPI UpdateInputPort Put /input-ports/{id} Updates an input port
InputPortsAPI UpdateRunStatus Put /input-ports/{id}/run-status Updates run status of an input-port
LabelsAPI GetLabel Get /labels/{id} Gets a label
LabelsAPI RemoveLabel Delete /labels/{id} Deletes a label
LabelsAPI UpdateLabel Put /labels/{id} Updates a label
OutputPortsAPI GetOutputPort Get /output-ports/{id} Gets an output port
OutputPortsAPI RemoveOutputPort Delete /output-ports/{id} Deletes an output port
OutputPortsAPI UpdateOutputPort Put /output-ports/{id} Updates an output port
OutputPortsAPI UpdateRunStatus Put /output-ports/{id}/run-status Updates run status of an output-port
ParameterContextsAPI CreateParameterContext Post /parameter-contexts Create a Parameter Context
ParameterContextsAPI DeleteParameterContext Delete /parameter-contexts/{id} Deletes the Parameter Context with the given ID
ParameterContextsAPI DeleteUpdateRequest Delete /parameter-contexts/{contextId}/update-requests/{requestId} Deletes the Update Request with the given ID
ParameterContextsAPI DeleteValidationRequest Delete /parameter-contexts/{contextId}/validation-requests/{id} Deletes the Validation Request with the given ID
ParameterContextsAPI GetParameterContext Get /parameter-contexts/{id} Returns the Parameter Context with the given ID
ParameterContextsAPI GetParameterContextUpdate Get /parameter-contexts/{contextId}/update-requests/{requestId} Returns the Update Request with the given ID
ParameterContextsAPI GetValidationRequest Get /parameter-contexts/{contextId}/validation-requests/{id} Returns the Validation Request with the given ID
ParameterContextsAPI SubmitParameterContextUpdate Post /parameter-contexts/{contextId}/update-requests Initiate the Update Request of a Parameter Context
ParameterContextsAPI SubmitValidationRequest Post /parameter-contexts/{contextId}/validation-requests Initiate a Validation Request to determine how the validity of components will change if a Parameter Context were to be updated
ParameterContextsAPI UpdateParameterContext Put /parameter-contexts/{id} Modifies a Parameter Context
ParameterProvidersAPI AnalyzeConfiguration Post /parameter-providers/{id}/config/analysis Performs analysis of the component's configuration, providing information about which attributes are referenced.
ParameterProvidersAPI ClearState Post /parameter-providers/{id}/state/clear-requests Clears the state for a parameter provider
ParameterProvidersAPI DeleteApplyParametersRequest Delete /parameter-providers/{providerId}/apply-parameters-requests/{requestId} Deletes the Apply Parameters Request with the given ID
ParameterProvidersAPI DeleteVerificationRequest Delete /parameter-providers/{id}/config/verification-requests/{requestId} Deletes the Verification Request with the given ID
ParameterProvidersAPI FetchParameters Post /parameter-providers/{id}/parameters/fetch-requests Fetches and temporarily caches the parameters for a provider
ParameterProvidersAPI GetParameterProvider Get /parameter-providers/{id} Gets a parameter provider
ParameterProvidersAPI GetParameterProviderApplyParametersRequest Get /parameter-providers/{providerId}/apply-parameters-requests/{requestId} Returns the Apply Parameters Request with the given ID
ParameterProvidersAPI GetParameterProviderReferences Get /parameter-providers/{id}/references Gets all references to a parameter provider
ParameterProvidersAPI GetPropertyDescriptor Get /parameter-providers/{id}/descriptors Gets a parameter provider property descriptor
ParameterProvidersAPI GetState Get /parameter-providers/{id}/state Gets the state for a parameter provider
ParameterProvidersAPI GetVerificationRequest Get /parameter-providers/{id}/config/verification-requests/{requestId} Returns the Verification Request with the given ID
ParameterProvidersAPI RemoveParameterProvider Delete /parameter-providers/{id} Deletes a parameter provider
ParameterProvidersAPI SubmitApplyParameters Post /parameter-providers/{providerId}/apply-parameters-requests Initiate a request to apply the fetched parameters of a Parameter Provider
ParameterProvidersAPI SubmitConfigVerificationRequest Post /parameter-providers/{id}/config/verification-requests Performs verification of the Parameter Provider's configuration
ParameterProvidersAPI UpdateParameterProvider Put /parameter-providers/{id} Updates a parameter provider
PoliciesAPI CreateAccessPolicy Post /policies Creates an access policy
PoliciesAPI GetAccessPolicy Get /policies/{id} Gets an access policy
PoliciesAPI GetAccessPolicyForResource Get /policies/{action}/{resource} Gets an access policy for the specified action and resource
PoliciesAPI RemoveAccessPolicy Delete /policies/{id} Deletes an access policy
PoliciesAPI UpdateAccessPolicy Put /policies/{id} Updates a access policy
ProcessGroupsAPI CopySnippet Post /process-groups/{id}/snippet-instance Copies a snippet and discards it.
ProcessGroupsAPI CreateConnection Post /process-groups/{id}/connections Creates a connection
ProcessGroupsAPI CreateControllerService Post /process-groups/{id}/controller-services Creates a new controller service
ProcessGroupsAPI CreateEmptyAllConnectionsRequest Post /process-groups/{id}/empty-all-connections-requests Creates a request to drop all flowfiles of all connection queues in this process group.
ProcessGroupsAPI CreateFunnel Post /process-groups/{id}/funnels Creates a funnel
ProcessGroupsAPI CreateInputPort Post /process-groups/{id}/input-ports Creates an input port
ProcessGroupsAPI CreateLabel Post /process-groups/{id}/labels Creates a label
ProcessGroupsAPI CreateOutputPort Post /process-groups/{id}/output-ports Creates an output port
ProcessGroupsAPI CreateProcessGroup Post /process-groups/{id}/process-groups Creates a process group
ProcessGroupsAPI CreateProcessor Post /process-groups/{id}/processors Creates a new processor
ProcessGroupsAPI CreateRemoteProcessGroup Post /process-groups/{id}/remote-process-groups Creates a new process group
ProcessGroupsAPI CreateTemplate Post /process-groups/{id}/templates Creates a template and discards the specified snippet.
ProcessGroupsAPI DeleteReplaceProcessGroupRequest Delete /process-groups/replace-requests/{id} Deletes the Replace Request with the given ID
ProcessGroupsAPI DeleteVariableRegistryUpdateRequest Delete /process-groups/{groupId}/variable-registry/update-requests/{updateId} Deletes an update request for a process group's variable registry. If the request is not yet complete, it will automatically be cancelled.
ProcessGroupsAPI ExportProcessGroup Get /process-groups/{id}/download Gets a process group for download
ProcessGroupsAPI GetConnections Get /process-groups/{id}/connections Gets all connections
ProcessGroupsAPI GetDropAllFlowfilesRequest Get /process-groups/{id}/empty-all-connections-requests/{drop-request-id} Gets the current status of a drop all flowfiles request.
ProcessGroupsAPI GetFunnels Get /process-groups/{id}/funnels Gets all funnels
ProcessGroupsAPI GetInputPorts Get /process-groups/{id}/input-ports Gets all input ports
ProcessGroupsAPI GetLabels Get /process-groups/{id}/labels Gets all labels
ProcessGroupsAPI GetLocalModifications Get /process-groups/{id}/local-modifications Gets a list of local modifications to the Process Group since it was last synchronized with the Flow Registry
ProcessGroupsAPI GetOutputPorts Get /process-groups/{id}/output-ports Gets all output ports
ProcessGroupsAPI GetProcessGroup Get /process-groups/{id} Gets a process group
ProcessGroupsAPI GetProcessGroups Get /process-groups/{id}/process-groups Gets all process groups
ProcessGroupsAPI GetProcessors Get /process-groups/{id}/processors Gets all processors
ProcessGroupsAPI GetRemoteProcessGroups Get /process-groups/{id}/remote-process-groups Gets all remote process groups
ProcessGroupsAPI GetReplaceProcessGroupRequest Get /process-groups/replace-requests/{id} Returns the Replace Request with the given ID
ProcessGroupsAPI GetVariableRegistry Get /process-groups/{id}/variable-registry Gets a process group's variable registry
ProcessGroupsAPI GetVariableRegistryUpdateRequest Get /process-groups/{groupId}/variable-registry/update-requests/{updateId} Gets a process group's variable registry
ProcessGroupsAPI ImportProcessGroup Post /process-groups/{id}/process-groups/import Imports a specified process group
ProcessGroupsAPI ImportTemplate Post /process-groups/{id}/templates/import Imports a template
ProcessGroupsAPI InitiateReplaceProcessGroup Post /process-groups/{id}/replace-requests Initiate the Replace Request of a Process Group with the given ID
ProcessGroupsAPI InstantiateTemplate Post /process-groups/{id}/template-instance Instantiates a template
ProcessGroupsAPI RemoveDropRequest Delete /process-groups/{id}/empty-all-connections-requests/{drop-request-id} Cancels and/or removes a request to drop all flowfiles.
ProcessGroupsAPI RemoveProcessGroup Delete /process-groups/{id} Deletes a process group
ProcessGroupsAPI ReplaceProcessGroup Put /process-groups/{id}/flow-contents Replace Process Group contents with the given ID with the specified Process Group contents
ProcessGroupsAPI SubmitUpdateVariableRegistryRequest Post /process-groups/{id}/variable-registry/update-requests Submits a request to update a process group's variable registry
ProcessGroupsAPI UpdateProcessGroup Put /process-groups/{id} Updates a process group
ProcessGroupsAPI UpdateVariableRegistry Put /process-groups/{id}/variable-registry Updates the contents of a Process Group's variable Registry
ProcessGroupsAPI UploadProcessGroup Post /process-groups/{id}/process-groups/upload Uploads a versioned flow definition and creates a process group
ProcessGroupsAPI UploadTemplate Post /process-groups/{id}/templates/upload Uploads a template
ProcessorsAPI AnalyzeConfiguration Post /processors/{id}/config/analysis Performs analysis of the component's configuration, providing information about which attributes are referenced.
ProcessorsAPI ClearState Post /processors/{id}/state/clear-requests Clears the state for a processor
ProcessorsAPI DeleteProcessor Delete /processors/{id} Deletes a processor
ProcessorsAPI DeleteVerificationRequest Delete /processors/{id}/config/verification-requests/{requestId} Deletes the Verification Request with the given ID
ProcessorsAPI GetProcessor Get /processors/{id} Gets a processor
ProcessorsAPI GetProcessorDiagnostics Get /processors/{id}/diagnostics Gets diagnostics information about a processor
ProcessorsAPI GetProcessorRunStatusDetails Post /processors/run-status-details/queries Submits a query to retrieve the run status details of all processors that are in the given list of Processor IDs
ProcessorsAPI GetPropertyDescriptor Get /processors/{id}/descriptors Gets the descriptor for a processor property
ProcessorsAPI GetState Get /processors/{id}/state Gets the state for a processor
ProcessorsAPI GetVerificationRequest Get /processors/{id}/config/verification-requests/{requestId} Returns the Verification Request with the given ID
ProcessorsAPI SubmitProcessorVerificationRequest Post /processors/{id}/config/verification-requests Performs verification of the Processor's configuration
ProcessorsAPI TerminateProcessor Delete /processors/{id}/threads Terminates a processor, essentially "deleting" its threads and any active tasks
ProcessorsAPI UpdateProcessor Put /processors/{id} Updates a processor
ProcessorsAPI UpdateRunStatus Put /processors/{id}/run-status Updates run status of a processor
ProvenanceAPI DeleteLineage Delete /provenance/lineage/{id} Deletes a lineage query
ProvenanceAPI DeleteProvenance Delete /provenance/{id} Deletes a provenance query
ProvenanceAPI GetLineage Get /provenance/lineage/{id} Gets a lineage query
ProvenanceAPI GetProvenance Get /provenance/{id} Gets a provenance query
ProvenanceAPI GetSearchOptions Get /provenance/search-options Gets the searchable attributes for provenance events
ProvenanceAPI SubmitLineageRequest Post /provenance/lineage Submits a lineage query
ProvenanceAPI SubmitProvenanceRequest Post /provenance Submits a provenance query
ProvenanceEventsAPI GetInputContent Get /provenance-events/{id}/content/input Gets the input content for a provenance event
ProvenanceEventsAPI GetOutputContent Get /provenance-events/{id}/content/output Gets the output content for a provenance event
ProvenanceEventsAPI GetProvenanceEvent Get /provenance-events/{id} Gets a provenance event
ProvenanceEventsAPI SubmitReplay Post /provenance-events/replays Replays content from a provenance event
ProvenanceEventsAPI SubmitReplayLatestEvent Post /provenance-events/latest/replays Replays content from a provenance event
RemoteProcessGroupsAPI GetRemoteProcessGroup Get /remote-process-groups/{id} Gets a remote process group
RemoteProcessGroupsAPI GetState Get /remote-process-groups/{id}/state Gets the state for a RemoteProcessGroup
RemoteProcessGroupsAPI RemoveRemoteProcessGroup Delete /remote-process-groups/{id} Deletes a remote process group
RemoteProcessGroupsAPI UpdateRemoteProcessGroup Put /remote-process-groups/{id} Updates a remote process group
RemoteProcessGroupsAPI UpdateRemoteProcessGroupInputPort Put /remote-process-groups/{id}/input-ports/{port-id} Updates a remote port
RemoteProcessGroupsAPI UpdateRemoteProcessGroupInputPortRunStatus Put /remote-process-groups/{id}/input-ports/{port-id}/run-status Updates run status of a remote port
RemoteProcessGroupsAPI UpdateRemoteProcessGroupOutputPort Put /remote-process-groups/{id}/output-ports/{port-id} Updates a remote port
RemoteProcessGroupsAPI UpdateRemoteProcessGroupOutputPortRunStatus Put /remote-process-groups/{id}/output-ports/{port-id}/run-status Updates run status of a remote port
RemoteProcessGroupsAPI UpdateRemoteProcessGroupRunStatus Put /remote-process-groups/{id}/run-status Updates run status of a remote process group
RemoteProcessGroupsAPI UpdateRemoteProcessGroupRunStatuses Put /remote-process-groups/process-group/{id}/run-status Updates run status of all remote process groups in a process group (recursively)
ReportingTasksAPI AnalyzeConfiguration Post /reporting-tasks/{id}/config/analysis Performs analysis of the component's configuration, providing information about which attributes are referenced.
ReportingTasksAPI ClearState Post /reporting-tasks/{id}/state/clear-requests Clears the state for a reporting task
ReportingTasksAPI DeleteVerificationRequest Delete /reporting-tasks/{id}/config/verification-requests/{requestId} Deletes the Verification Request with the given ID
ReportingTasksAPI GetPropertyDescriptor Get /reporting-tasks/{id}/descriptors Gets a reporting task property descriptor
ReportingTasksAPI GetReportingTask Get /reporting-tasks/{id} Gets a reporting task
ReportingTasksAPI GetState Get /reporting-tasks/{id}/state Gets the state for a reporting task
ReportingTasksAPI GetVerificationRequest Get /reporting-tasks/{id}/config/verification-requests/{requestId} Returns the Verification Request with the given ID
ReportingTasksAPI RemoveReportingTask Delete /reporting-tasks/{id} Deletes a reporting task
ReportingTasksAPI SubmitConfigVerificationRequest Post /reporting-tasks/{id}/config/verification-requests Performs verification of the Reporting Task's configuration
ReportingTasksAPI UpdateReportingTask Put /reporting-tasks/{id} Updates a reporting task
ReportingTasksAPI UpdateRunStatus Put /reporting-tasks/{id}/run-status Updates run status of a reporting task
ResourcesAPI GetResources Get /resources Gets the available resources that support access/authorization policies
SiteToSiteAPI GetPeers Get /site-to-site/peers Returns the available Peers and its status of this NiFi
SiteToSiteAPI GetSiteToSiteDetails Get /site-to-site Returns the details about this NiFi necessary to communicate via site to site
SnippetsAPI CreateSnippet Post /snippets Creates a snippet. The snippet will be automatically discarded if not used in a subsequent request after 1 minute.
SnippetsAPI DeleteSnippet Delete /snippets/{id} Deletes the components in a snippet and discards the snippet
SnippetsAPI UpdateSnippet Put /snippets/{id} Move's the components in this Snippet into a new Process Group and discards the snippet
SystemDiagnosticsAPI GetJmxMetrics Get /system-diagnostics/jmx-metrics Retrieve available JMX metrics
SystemDiagnosticsAPI GetSystemDiagnostics Get /system-diagnostics Gets the diagnostics for the system NiFi is running on
TemplatesAPI ExportTemplate Get /templates/{id}/download Exports a template
TemplatesAPI RemoveTemplate Delete /templates/{id} Deletes a template
TenantsAPI CreateUser Post /tenants/users Creates a user
TenantsAPI CreateUserGroup Post /tenants/user-groups Creates a user group
TenantsAPI GetUser Get /tenants/users/{id} Gets a user
TenantsAPI GetUserGroup Get /tenants/user-groups/{id} Gets a user group
TenantsAPI GetUserGroups Get /tenants/user-groups Gets all user groups
TenantsAPI GetUsers Get /tenants/users Gets all users
TenantsAPI RemoveUser Delete /tenants/users/{id} Deletes a user
TenantsAPI RemoveUserGroup Delete /tenants/user-groups/{id} Deletes a user group
TenantsAPI SearchTenants Get /tenants/search-results Searches for a tenant with the specified identity
TenantsAPI UpdateUser Put /tenants/users/{id} Updates a user
TenantsAPI UpdateUserGroup Put /tenants/user-groups/{id} Updates a user group
VersionsAPI CreateVersionControlRequest Post /versions/active-requests Create a version control request
VersionsAPI DeleteRevertRequest Delete /versions/revert-requests/{id} Deletes the Revert Request with the given ID
VersionsAPI DeleteUpdateRequest Delete /versions/update-requests/{id} Deletes the Update Request with the given ID
VersionsAPI DeleteVersionControlRequest Delete /versions/active-requests/{id} Deletes the version control request with the given ID
VersionsAPI ExportFlowVersion Get /versions/process-groups/{id}/download Gets the latest version of a Process Group for download
VersionsAPI GetRevertRequest Get /versions/revert-requests/{id} Returns the Revert Request with the given ID
VersionsAPI GetUpdateRequest Get /versions/update-requests/{id} Returns the Update Request with the given ID
VersionsAPI GetVersionInformation Get /versions/process-groups/{id} Gets the Version Control information for a process group
VersionsAPI InitiateRevertFlowVersion Post /versions/revert-requests/process-groups/{id} Initiate the Revert Request of a Process Group with the given ID
VersionsAPI InitiateVersionControlUpdate Post /versions/update-requests/process-groups/{id} Initiate the Update Request of a Process Group with the given ID
VersionsAPI SaveToFlowRegistry Post /versions/process-groups/{id} Save the Process Group with the given ID
VersionsAPI StopVersionControl Delete /versions/process-groups/{id} Stops version controlling the Process Group with the given ID
VersionsAPI UpdateFlowVersion Put /versions/process-groups/{id} Update the version of a Process Group with the given ID
VersionsAPI UpdateVersionControlRequest Put /versions/active-requests/{id} Updates the request with the given ID

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

BearerAuth
  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), sw.ContextAccessToken, "BEARER_TOKEN_STRING")
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

dev@nifi.apache.org

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)

Functions ¶

func CacheExpires ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func IsNil ¶

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types ¶

type APIClient ¶

type APIClient struct {
	AccessAPI *AccessAPIService

	ConnectionsAPI *ConnectionsAPIService

	ControllerAPI *ControllerAPIService

	ControllerServicesAPI *ControllerServicesAPIService

	CountersAPI *CountersAPIService

	DataTransferAPI *DataTransferAPIService

	FlowAPI *FlowAPIService

	FlowfileQueuesAPI *FlowfileQueuesAPIService

	FunnelAPI *FunnelAPIService

	InputPortsAPI *InputPortsAPIService

	LabelsAPI *LabelsAPIService

	OutputPortsAPI *OutputPortsAPIService

	ParameterContextsAPI *ParameterContextsAPIService

	ParameterProvidersAPI *ParameterProvidersAPIService

	PoliciesAPI *PoliciesAPIService

	ProcessGroupsAPI *ProcessGroupsAPIService

	ProcessorsAPI *ProcessorsAPIService

	ProvenanceAPI *ProvenanceAPIService

	ProvenanceEventsAPI *ProvenanceEventsAPIService

	RemoteProcessGroupsAPI *RemoteProcessGroupsAPIService

	ReportingTasksAPI *ReportingTasksAPIService

	ResourcesAPI *ResourcesAPIService

	SiteToSiteAPI *SiteToSiteAPIService

	SnippetsAPI *SnippetsAPIService

	SystemDiagnosticsAPI *SystemDiagnosticsAPIService

	TemplatesAPI *TemplatesAPIService

	TenantsAPI *TenantsAPIService

	VersionsAPI *VersionsAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the NiFi Rest API API v2.0.0 In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AboutDTO ¶

type AboutDTO struct {
	// The title to be used on the page and in the about dialog.
	Title *string `json:"title,omitempty"`
	// The version of this NiFi.
	Version *string `json:"version,omitempty"`
	// The URI for the NiFi.
	Uri *string `json:"uri,omitempty"`
	// The URL for the content viewer if configured.
	ContentViewerUrl *string `json:"contentViewerUrl,omitempty"`
	// The timezone of the NiFi instance.
	Timezone *string `json:"timezone,omitempty"`
	// Build tag
	BuildTag *string `json:"buildTag,omitempty"`
	// Build revision or commit hash
	BuildRevision *string `json:"buildRevision,omitempty"`
	// Build branch
	BuildBranch *string `json:"buildBranch,omitempty"`
	// Build timestamp
	BuildTimestamp *string `json:"buildTimestamp,omitempty"`
}

AboutDTO struct for AboutDTO

func NewAboutDTO ¶

func NewAboutDTO() *AboutDTO

NewAboutDTO instantiates a new AboutDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAboutDTOWithDefaults ¶

func NewAboutDTOWithDefaults() *AboutDTO

NewAboutDTOWithDefaults instantiates a new AboutDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AboutDTO) GetBuildBranch ¶

func (o *AboutDTO) GetBuildBranch() string

GetBuildBranch returns the BuildBranch field value if set, zero value otherwise.

func (*AboutDTO) GetBuildBranchOk ¶

func (o *AboutDTO) GetBuildBranchOk() (*string, bool)

GetBuildBranchOk returns a tuple with the BuildBranch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AboutDTO) GetBuildRevision ¶

func (o *AboutDTO) GetBuildRevision() string

GetBuildRevision returns the BuildRevision field value if set, zero value otherwise.

func (*AboutDTO) GetBuildRevisionOk ¶

func (o *AboutDTO) GetBuildRevisionOk() (*string, bool)

GetBuildRevisionOk returns a tuple with the BuildRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AboutDTO) GetBuildTag ¶

func (o *AboutDTO) GetBuildTag() string

GetBuildTag returns the BuildTag field value if set, zero value otherwise.

func (*AboutDTO) GetBuildTagOk ¶

func (o *AboutDTO) GetBuildTagOk() (*string, bool)

GetBuildTagOk returns a tuple with the BuildTag field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AboutDTO) GetBuildTimestamp ¶

func (o *AboutDTO) GetBuildTimestamp() string

GetBuildTimestamp returns the BuildTimestamp field value if set, zero value otherwise.

func (*AboutDTO) GetBuildTimestampOk ¶

func (o *AboutDTO) GetBuildTimestampOk() (*string, bool)

GetBuildTimestampOk returns a tuple with the BuildTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AboutDTO) GetContentViewerUrl ¶

func (o *AboutDTO) GetContentViewerUrl() string

GetContentViewerUrl returns the ContentViewerUrl field value if set, zero value otherwise.

func (*AboutDTO) GetContentViewerUrlOk ¶

func (o *AboutDTO) GetContentViewerUrlOk() (*string, bool)

GetContentViewerUrlOk returns a tuple with the ContentViewerUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AboutDTO) GetTimezone ¶

func (o *AboutDTO) GetTimezone() string

GetTimezone returns the Timezone field value if set, zero value otherwise.

func (*AboutDTO) GetTimezoneOk ¶

func (o *AboutDTO) GetTimezoneOk() (*string, bool)

GetTimezoneOk returns a tuple with the Timezone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AboutDTO) GetTitle ¶

func (o *AboutDTO) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise.

func (*AboutDTO) GetTitleOk ¶

func (o *AboutDTO) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AboutDTO) GetUri ¶

func (o *AboutDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*AboutDTO) GetUriOk ¶

func (o *AboutDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AboutDTO) GetVersion ¶

func (o *AboutDTO) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*AboutDTO) GetVersionOk ¶

func (o *AboutDTO) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AboutDTO) HasBuildBranch ¶

func (o *AboutDTO) HasBuildBranch() bool

HasBuildBranch returns a boolean if a field has been set.

func (*AboutDTO) HasBuildRevision ¶

func (o *AboutDTO) HasBuildRevision() bool

HasBuildRevision returns a boolean if a field has been set.

func (*AboutDTO) HasBuildTag ¶

func (o *AboutDTO) HasBuildTag() bool

HasBuildTag returns a boolean if a field has been set.

func (*AboutDTO) HasBuildTimestamp ¶

func (o *AboutDTO) HasBuildTimestamp() bool

HasBuildTimestamp returns a boolean if a field has been set.

func (*AboutDTO) HasContentViewerUrl ¶

func (o *AboutDTO) HasContentViewerUrl() bool

HasContentViewerUrl returns a boolean if a field has been set.

func (*AboutDTO) HasTimezone ¶

func (o *AboutDTO) HasTimezone() bool

HasTimezone returns a boolean if a field has been set.

func (*AboutDTO) HasTitle ¶

func (o *AboutDTO) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (*AboutDTO) HasUri ¶

func (o *AboutDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (*AboutDTO) HasVersion ¶

func (o *AboutDTO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (AboutDTO) MarshalJSON ¶

func (o AboutDTO) MarshalJSON() ([]byte, error)

func (*AboutDTO) SetBuildBranch ¶

func (o *AboutDTO) SetBuildBranch(v string)

SetBuildBranch gets a reference to the given string and assigns it to the BuildBranch field.

func (*AboutDTO) SetBuildRevision ¶

func (o *AboutDTO) SetBuildRevision(v string)

SetBuildRevision gets a reference to the given string and assigns it to the BuildRevision field.

func (*AboutDTO) SetBuildTag ¶

func (o *AboutDTO) SetBuildTag(v string)

SetBuildTag gets a reference to the given string and assigns it to the BuildTag field.

func (*AboutDTO) SetBuildTimestamp ¶

func (o *AboutDTO) SetBuildTimestamp(v string)

SetBuildTimestamp gets a reference to the given string and assigns it to the BuildTimestamp field.

func (*AboutDTO) SetContentViewerUrl ¶

func (o *AboutDTO) SetContentViewerUrl(v string)

SetContentViewerUrl gets a reference to the given string and assigns it to the ContentViewerUrl field.

func (*AboutDTO) SetTimezone ¶

func (o *AboutDTO) SetTimezone(v string)

SetTimezone gets a reference to the given string and assigns it to the Timezone field.

func (*AboutDTO) SetTitle ¶

func (o *AboutDTO) SetTitle(v string)

SetTitle gets a reference to the given string and assigns it to the Title field.

func (*AboutDTO) SetUri ¶

func (o *AboutDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (*AboutDTO) SetVersion ¶

func (o *AboutDTO) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (AboutDTO) ToMap ¶

func (o AboutDTO) ToMap() (map[string]interface{}, error)

type AboutEntity ¶

type AboutEntity struct {
	About *AboutDTO `json:"about,omitempty"`
}

AboutEntity struct for AboutEntity

func NewAboutEntity ¶

func NewAboutEntity() *AboutEntity

NewAboutEntity instantiates a new AboutEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAboutEntityWithDefaults ¶

func NewAboutEntityWithDefaults() *AboutEntity

NewAboutEntityWithDefaults instantiates a new AboutEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AboutEntity) GetAbout ¶

func (o *AboutEntity) GetAbout() AboutDTO

GetAbout returns the About field value if set, zero value otherwise.

func (*AboutEntity) GetAboutOk ¶

func (o *AboutEntity) GetAboutOk() (*AboutDTO, bool)

GetAboutOk returns a tuple with the About field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AboutEntity) HasAbout ¶

func (o *AboutEntity) HasAbout() bool

HasAbout returns a boolean if a field has been set.

func (AboutEntity) MarshalJSON ¶

func (o AboutEntity) MarshalJSON() ([]byte, error)

func (*AboutEntity) SetAbout ¶

func (o *AboutEntity) SetAbout(v AboutDTO)

SetAbout gets a reference to the given AboutDTO and assigns it to the About field.

func (AboutEntity) ToMap ¶

func (o AboutEntity) ToMap() (map[string]interface{}, error)

type AccessAPICreateAccessTokenFromTicketRequest ¶

type AccessAPICreateAccessTokenFromTicketRequest struct {
	ApiService *AccessAPIService
	// contains filtered or unexported fields
}

func (AccessAPICreateAccessTokenFromTicketRequest) Execute ¶

type AccessAPICreateAccessTokenRequest ¶

type AccessAPICreateAccessTokenRequest struct {
	ApiService *AccessAPIService
	// contains filtered or unexported fields
}

func (AccessAPICreateAccessTokenRequest) Execute ¶

func (AccessAPICreateAccessTokenRequest) Password ¶

func (AccessAPICreateAccessTokenRequest) Username ¶

type AccessAPIGetAccessStatusRequest ¶

type AccessAPIGetAccessStatusRequest struct {
	ApiService *AccessAPIService
	// contains filtered or unexported fields
}

func (AccessAPIGetAccessStatusRequest) Execute ¶

type AccessAPIGetAccessTokenExpirationRequest ¶

type AccessAPIGetAccessTokenExpirationRequest struct {
	ApiService *AccessAPIService
	// contains filtered or unexported fields
}

func (AccessAPIGetAccessTokenExpirationRequest) Execute ¶

type AccessAPIGetLoginConfigRequest ¶

type AccessAPIGetLoginConfigRequest struct {
	ApiService *AccessAPIService
	// contains filtered or unexported fields
}

func (AccessAPIGetLoginConfigRequest) Execute ¶

type AccessAPIKnoxCallbackRequest ¶

type AccessAPIKnoxCallbackRequest struct {
	ApiService *AccessAPIService
	// contains filtered or unexported fields
}

func (AccessAPIKnoxCallbackRequest) Execute ¶

type AccessAPIKnoxLogoutRequest ¶

type AccessAPIKnoxLogoutRequest struct {
	ApiService *AccessAPIService
	// contains filtered or unexported fields
}

func (AccessAPIKnoxLogoutRequest) Execute ¶

type AccessAPIKnoxRequestRequest ¶

type AccessAPIKnoxRequestRequest struct {
	ApiService *AccessAPIService
	// contains filtered or unexported fields
}

func (AccessAPIKnoxRequestRequest) Execute ¶

type AccessAPILogOutCompleteRequest ¶

type AccessAPILogOutCompleteRequest struct {
	ApiService *AccessAPIService
	// contains filtered or unexported fields
}

func (AccessAPILogOutCompleteRequest) Execute ¶

type AccessAPILogOutRequest ¶

type AccessAPILogOutRequest struct {
	ApiService *AccessAPIService
	// contains filtered or unexported fields
}

func (AccessAPILogOutRequest) Execute ¶

func (r AccessAPILogOutRequest) Execute() (*http.Response, error)

type AccessAPIService ¶

type AccessAPIService service

AccessAPIService AccessAPI service

func (*AccessAPIService) CreateAccessToken ¶

CreateAccessToken Creates a token for accessing the REST API via username/password

The token returned is formatted as a JSON Web Token (JWT). The token is base64 encoded and comprised of three parts. The header, the body, and the signature. The expiration of the token is a contained within the body. It is stored in the browser as a cookie, but also returned inthe response body to be stored/used by third party client scripts.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccessAPICreateAccessTokenRequest

func (*AccessAPIService) CreateAccessTokenExecute ¶

func (a *AccessAPIService) CreateAccessTokenExecute(r AccessAPICreateAccessTokenRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*AccessAPIService) CreateAccessTokenFromTicket ¶

CreateAccessTokenFromTicket Creates a token for accessing the REST API via Kerberos ticket exchange / SPNEGO negotiation

The token returned is formatted as a JSON Web Token (JWT). The token is base64 encoded and comprised of three parts. The header, the body, and the signature. The expiration of the token is a contained within the body. The token can be used in the Authorization header in the format 'Authorization: Bearer <token>'. It is also stored in the browser as a cookie.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccessAPICreateAccessTokenFromTicketRequest

func (*AccessAPIService) CreateAccessTokenFromTicketExecute ¶

func (a *AccessAPIService) CreateAccessTokenFromTicketExecute(r AccessAPICreateAccessTokenFromTicketRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*AccessAPIService) GetAccessStatus ¶

GetAccessStatus Gets the status the client's access

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccessAPIGetAccessStatusRequest

func (*AccessAPIService) GetAccessStatusExecute ¶

Execute executes the request

@return AccessStatusEntity

func (*AccessAPIService) GetAccessTokenExpiration ¶

GetAccessTokenExpiration Get expiration for current Access Token

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccessAPIGetAccessTokenExpirationRequest

func (*AccessAPIService) GetAccessTokenExpirationExecute ¶

Execute executes the request

@return AccessTokenExpirationEntity

func (*AccessAPIService) GetLoginConfig ¶

GetLoginConfig Retrieves the access configuration for this NiFi

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccessAPIGetLoginConfigRequest

func (*AccessAPIService) GetLoginConfigExecute ¶

Execute executes the request

@return AccessConfigurationEntity

func (*AccessAPIService) KnoxCallback ¶

KnoxCallback Redirect/callback URI for processing the result of the Apache Knox login sequence.

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccessAPIKnoxCallbackRequest

func (*AccessAPIService) KnoxCallbackExecute ¶

func (a *AccessAPIService) KnoxCallbackExecute(r AccessAPIKnoxCallbackRequest) (*http.Response, error)

Execute executes the request

func (*AccessAPIService) KnoxLogout ¶

KnoxLogout Performs a logout in the Apache Knox.

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccessAPIKnoxLogoutRequest

func (*AccessAPIService) KnoxLogoutExecute ¶

func (a *AccessAPIService) KnoxLogoutExecute(r AccessAPIKnoxLogoutRequest) (*http.Response, error)

Execute executes the request

func (*AccessAPIService) KnoxRequest ¶

KnoxRequest Initiates a request to authenticate through Apache Knox.

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccessAPIKnoxRequestRequest

func (*AccessAPIService) KnoxRequestExecute ¶

func (a *AccessAPIService) KnoxRequestExecute(r AccessAPIKnoxRequestRequest) (*http.Response, error)

Execute executes the request

func (*AccessAPIService) LogOut ¶

LogOut Performs a logout for other providers that have been issued a JWT.

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccessAPILogOutRequest

func (*AccessAPIService) LogOutComplete ¶

LogOutComplete Completes the logout sequence by removing the cached Logout Request and Cookie if they existed and redirects to /nifi/login.

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return AccessAPILogOutCompleteRequest

func (*AccessAPIService) LogOutCompleteExecute ¶

func (a *AccessAPIService) LogOutCompleteExecute(r AccessAPILogOutCompleteRequest) (*http.Response, error)

Execute executes the request

func (*AccessAPIService) LogOutExecute ¶

func (a *AccessAPIService) LogOutExecute(r AccessAPILogOutRequest) (*http.Response, error)

Execute executes the request

type AccessConfigurationDTO ¶

type AccessConfigurationDTO struct {
	// Indicates whether or not this NiFi supports user login.
	SupportsLogin *bool `json:"supportsLogin,omitempty"`
}

AccessConfigurationDTO struct for AccessConfigurationDTO

func NewAccessConfigurationDTO ¶

func NewAccessConfigurationDTO() *AccessConfigurationDTO

NewAccessConfigurationDTO instantiates a new AccessConfigurationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessConfigurationDTOWithDefaults ¶

func NewAccessConfigurationDTOWithDefaults() *AccessConfigurationDTO

NewAccessConfigurationDTOWithDefaults instantiates a new AccessConfigurationDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessConfigurationDTO) GetSupportsLogin ¶

func (o *AccessConfigurationDTO) GetSupportsLogin() bool

GetSupportsLogin returns the SupportsLogin field value if set, zero value otherwise.

func (*AccessConfigurationDTO) GetSupportsLoginOk ¶

func (o *AccessConfigurationDTO) GetSupportsLoginOk() (*bool, bool)

GetSupportsLoginOk returns a tuple with the SupportsLogin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessConfigurationDTO) HasSupportsLogin ¶

func (o *AccessConfigurationDTO) HasSupportsLogin() bool

HasSupportsLogin returns a boolean if a field has been set.

func (AccessConfigurationDTO) MarshalJSON ¶

func (o AccessConfigurationDTO) MarshalJSON() ([]byte, error)

func (*AccessConfigurationDTO) SetSupportsLogin ¶

func (o *AccessConfigurationDTO) SetSupportsLogin(v bool)

SetSupportsLogin gets a reference to the given bool and assigns it to the SupportsLogin field.

func (AccessConfigurationDTO) ToMap ¶

func (o AccessConfigurationDTO) ToMap() (map[string]interface{}, error)

type AccessConfigurationEntity ¶

type AccessConfigurationEntity struct {
	Config *AccessConfigurationDTO `json:"config,omitempty"`
}

AccessConfigurationEntity struct for AccessConfigurationEntity

func NewAccessConfigurationEntity ¶

func NewAccessConfigurationEntity() *AccessConfigurationEntity

NewAccessConfigurationEntity instantiates a new AccessConfigurationEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessConfigurationEntityWithDefaults ¶

func NewAccessConfigurationEntityWithDefaults() *AccessConfigurationEntity

NewAccessConfigurationEntityWithDefaults instantiates a new AccessConfigurationEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessConfigurationEntity) GetConfig ¶

GetConfig returns the Config field value if set, zero value otherwise.

func (*AccessConfigurationEntity) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessConfigurationEntity) HasConfig ¶

func (o *AccessConfigurationEntity) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (AccessConfigurationEntity) MarshalJSON ¶

func (o AccessConfigurationEntity) MarshalJSON() ([]byte, error)

func (*AccessConfigurationEntity) SetConfig ¶

SetConfig gets a reference to the given AccessConfigurationDTO and assigns it to the Config field.

func (AccessConfigurationEntity) ToMap ¶

func (o AccessConfigurationEntity) ToMap() (map[string]interface{}, error)

type AccessPolicyDTO ¶

type AccessPolicyDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The resource for this access policy.
	Resource *string `json:"resource,omitempty"`
	// The action associated with this access policy.
	Action             *string                   `json:"action,omitempty"`
	ComponentReference *ComponentReferenceEntity `json:"componentReference,omitempty"`
	// Whether this policy is configurable.
	Configurable *bool `json:"configurable,omitempty"`
	// The set of user IDs associated with this access policy.
	Users []TenantEntity `json:"users,omitempty"`
	// The set of user group IDs associated with this access policy.
	UserGroups []TenantEntity `json:"userGroups,omitempty"`
}

AccessPolicyDTO struct for AccessPolicyDTO

func NewAccessPolicyDTO ¶

func NewAccessPolicyDTO() *AccessPolicyDTO

NewAccessPolicyDTO instantiates a new AccessPolicyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessPolicyDTOWithDefaults ¶

func NewAccessPolicyDTOWithDefaults() *AccessPolicyDTO

NewAccessPolicyDTOWithDefaults instantiates a new AccessPolicyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessPolicyDTO) GetAction ¶

func (o *AccessPolicyDTO) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*AccessPolicyDTO) GetActionOk ¶

func (o *AccessPolicyDTO) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyDTO) GetComponentReference ¶

func (o *AccessPolicyDTO) GetComponentReference() ComponentReferenceEntity

GetComponentReference returns the ComponentReference field value if set, zero value otherwise.

func (*AccessPolicyDTO) GetComponentReferenceOk ¶

func (o *AccessPolicyDTO) GetComponentReferenceOk() (*ComponentReferenceEntity, bool)

GetComponentReferenceOk returns a tuple with the ComponentReference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyDTO) GetConfigurable ¶

func (o *AccessPolicyDTO) GetConfigurable() bool

GetConfigurable returns the Configurable field value if set, zero value otherwise.

func (*AccessPolicyDTO) GetConfigurableOk ¶

func (o *AccessPolicyDTO) GetConfigurableOk() (*bool, bool)

GetConfigurableOk returns a tuple with the Configurable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyDTO) GetId ¶

func (o *AccessPolicyDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AccessPolicyDTO) GetIdOk ¶

func (o *AccessPolicyDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyDTO) GetParentGroupId ¶

func (o *AccessPolicyDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*AccessPolicyDTO) GetParentGroupIdOk ¶

func (o *AccessPolicyDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyDTO) GetPosition ¶

func (o *AccessPolicyDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*AccessPolicyDTO) GetPositionOk ¶

func (o *AccessPolicyDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyDTO) GetResource ¶

func (o *AccessPolicyDTO) GetResource() string

GetResource returns the Resource field value if set, zero value otherwise.

func (*AccessPolicyDTO) GetResourceOk ¶

func (o *AccessPolicyDTO) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyDTO) GetUserGroups ¶

func (o *AccessPolicyDTO) GetUserGroups() []TenantEntity

GetUserGroups returns the UserGroups field value if set, zero value otherwise.

func (*AccessPolicyDTO) GetUserGroupsOk ¶

func (o *AccessPolicyDTO) GetUserGroupsOk() ([]TenantEntity, bool)

GetUserGroupsOk returns a tuple with the UserGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyDTO) GetUsers ¶

func (o *AccessPolicyDTO) GetUsers() []TenantEntity

GetUsers returns the Users field value if set, zero value otherwise.

func (*AccessPolicyDTO) GetUsersOk ¶

func (o *AccessPolicyDTO) GetUsersOk() ([]TenantEntity, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyDTO) GetVersionedComponentId ¶

func (o *AccessPolicyDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*AccessPolicyDTO) GetVersionedComponentIdOk ¶

func (o *AccessPolicyDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyDTO) HasAction ¶

func (o *AccessPolicyDTO) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*AccessPolicyDTO) HasComponentReference ¶

func (o *AccessPolicyDTO) HasComponentReference() bool

HasComponentReference returns a boolean if a field has been set.

func (*AccessPolicyDTO) HasConfigurable ¶

func (o *AccessPolicyDTO) HasConfigurable() bool

HasConfigurable returns a boolean if a field has been set.

func (*AccessPolicyDTO) HasId ¶

func (o *AccessPolicyDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AccessPolicyDTO) HasParentGroupId ¶

func (o *AccessPolicyDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*AccessPolicyDTO) HasPosition ¶

func (o *AccessPolicyDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*AccessPolicyDTO) HasResource ¶

func (o *AccessPolicyDTO) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*AccessPolicyDTO) HasUserGroups ¶

func (o *AccessPolicyDTO) HasUserGroups() bool

HasUserGroups returns a boolean if a field has been set.

func (*AccessPolicyDTO) HasUsers ¶

func (o *AccessPolicyDTO) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (*AccessPolicyDTO) HasVersionedComponentId ¶

func (o *AccessPolicyDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (AccessPolicyDTO) MarshalJSON ¶

func (o AccessPolicyDTO) MarshalJSON() ([]byte, error)

func (*AccessPolicyDTO) SetAction ¶

func (o *AccessPolicyDTO) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*AccessPolicyDTO) SetComponentReference ¶

func (o *AccessPolicyDTO) SetComponentReference(v ComponentReferenceEntity)

SetComponentReference gets a reference to the given ComponentReferenceEntity and assigns it to the ComponentReference field.

func (*AccessPolicyDTO) SetConfigurable ¶

func (o *AccessPolicyDTO) SetConfigurable(v bool)

SetConfigurable gets a reference to the given bool and assigns it to the Configurable field.

func (*AccessPolicyDTO) SetId ¶

func (o *AccessPolicyDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AccessPolicyDTO) SetParentGroupId ¶

func (o *AccessPolicyDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*AccessPolicyDTO) SetPosition ¶

func (o *AccessPolicyDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*AccessPolicyDTO) SetResource ¶

func (o *AccessPolicyDTO) SetResource(v string)

SetResource gets a reference to the given string and assigns it to the Resource field.

func (*AccessPolicyDTO) SetUserGroups ¶

func (o *AccessPolicyDTO) SetUserGroups(v []TenantEntity)

SetUserGroups gets a reference to the given []TenantEntity and assigns it to the UserGroups field.

func (*AccessPolicyDTO) SetUsers ¶

func (o *AccessPolicyDTO) SetUsers(v []TenantEntity)

SetUsers gets a reference to the given []TenantEntity and assigns it to the Users field.

func (*AccessPolicyDTO) SetVersionedComponentId ¶

func (o *AccessPolicyDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (AccessPolicyDTO) ToMap ¶

func (o AccessPolicyDTO) ToMap() (map[string]interface{}, error)

type AccessPolicyEntity ¶

type AccessPolicyEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
	// When this content was generated.
	Generated *string          `json:"generated,omitempty"`
	Component *AccessPolicyDTO `json:"component,omitempty"`
}

AccessPolicyEntity struct for AccessPolicyEntity

func NewAccessPolicyEntity ¶

func NewAccessPolicyEntity() *AccessPolicyEntity

NewAccessPolicyEntity instantiates a new AccessPolicyEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessPolicyEntityWithDefaults ¶

func NewAccessPolicyEntityWithDefaults() *AccessPolicyEntity

NewAccessPolicyEntityWithDefaults instantiates a new AccessPolicyEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessPolicyEntity) GetBulletins ¶

func (o *AccessPolicyEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*AccessPolicyEntity) GetBulletinsOk ¶

func (o *AccessPolicyEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyEntity) GetComponent ¶

func (o *AccessPolicyEntity) GetComponent() AccessPolicyDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*AccessPolicyEntity) GetComponentOk ¶

func (o *AccessPolicyEntity) GetComponentOk() (*AccessPolicyDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyEntity) GetDisconnectedNodeAcknowledged ¶

func (o *AccessPolicyEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*AccessPolicyEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *AccessPolicyEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyEntity) GetGenerated ¶

func (o *AccessPolicyEntity) GetGenerated() string

GetGenerated returns the Generated field value if set, zero value otherwise.

func (*AccessPolicyEntity) GetGeneratedOk ¶

func (o *AccessPolicyEntity) GetGeneratedOk() (*string, bool)

GetGeneratedOk returns a tuple with the Generated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyEntity) GetId ¶

func (o *AccessPolicyEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AccessPolicyEntity) GetIdOk ¶

func (o *AccessPolicyEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyEntity) GetPermissions ¶

func (o *AccessPolicyEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*AccessPolicyEntity) GetPermissionsOk ¶

func (o *AccessPolicyEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyEntity) GetPosition ¶

func (o *AccessPolicyEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*AccessPolicyEntity) GetPositionOk ¶

func (o *AccessPolicyEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyEntity) GetRevision ¶

func (o *AccessPolicyEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*AccessPolicyEntity) GetRevisionOk ¶

func (o *AccessPolicyEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyEntity) GetUri ¶

func (o *AccessPolicyEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*AccessPolicyEntity) GetUriOk ¶

func (o *AccessPolicyEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicyEntity) HasBulletins ¶

func (o *AccessPolicyEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*AccessPolicyEntity) HasComponent ¶

func (o *AccessPolicyEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*AccessPolicyEntity) HasDisconnectedNodeAcknowledged ¶

func (o *AccessPolicyEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*AccessPolicyEntity) HasGenerated ¶

func (o *AccessPolicyEntity) HasGenerated() bool

HasGenerated returns a boolean if a field has been set.

func (*AccessPolicyEntity) HasId ¶

func (o *AccessPolicyEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*AccessPolicyEntity) HasPermissions ¶

func (o *AccessPolicyEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*AccessPolicyEntity) HasPosition ¶

func (o *AccessPolicyEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*AccessPolicyEntity) HasRevision ¶

func (o *AccessPolicyEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*AccessPolicyEntity) HasUri ¶

func (o *AccessPolicyEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (AccessPolicyEntity) MarshalJSON ¶

func (o AccessPolicyEntity) MarshalJSON() ([]byte, error)

func (*AccessPolicyEntity) SetBulletins ¶

func (o *AccessPolicyEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*AccessPolicyEntity) SetComponent ¶

func (o *AccessPolicyEntity) SetComponent(v AccessPolicyDTO)

SetComponent gets a reference to the given AccessPolicyDTO and assigns it to the Component field.

func (*AccessPolicyEntity) SetDisconnectedNodeAcknowledged ¶

func (o *AccessPolicyEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*AccessPolicyEntity) SetGenerated ¶

func (o *AccessPolicyEntity) SetGenerated(v string)

SetGenerated gets a reference to the given string and assigns it to the Generated field.

func (*AccessPolicyEntity) SetId ¶

func (o *AccessPolicyEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AccessPolicyEntity) SetPermissions ¶

func (o *AccessPolicyEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*AccessPolicyEntity) SetPosition ¶

func (o *AccessPolicyEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*AccessPolicyEntity) SetRevision ¶

func (o *AccessPolicyEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*AccessPolicyEntity) SetUri ¶

func (o *AccessPolicyEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (AccessPolicyEntity) ToMap ¶

func (o AccessPolicyEntity) ToMap() (map[string]interface{}, error)

type AccessPolicySummaryDTO ¶

type AccessPolicySummaryDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The resource for this access policy.
	Resource *string `json:"resource,omitempty"`
	// The action associated with this access policy.
	Action             *string                   `json:"action,omitempty"`
	ComponentReference *ComponentReferenceEntity `json:"componentReference,omitempty"`
	// Whether this policy is configurable.
	Configurable *bool `json:"configurable,omitempty"`
}

AccessPolicySummaryDTO struct for AccessPolicySummaryDTO

func NewAccessPolicySummaryDTO ¶

func NewAccessPolicySummaryDTO() *AccessPolicySummaryDTO

NewAccessPolicySummaryDTO instantiates a new AccessPolicySummaryDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessPolicySummaryDTOWithDefaults ¶

func NewAccessPolicySummaryDTOWithDefaults() *AccessPolicySummaryDTO

NewAccessPolicySummaryDTOWithDefaults instantiates a new AccessPolicySummaryDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessPolicySummaryDTO) GetAction ¶

func (o *AccessPolicySummaryDTO) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*AccessPolicySummaryDTO) GetActionOk ¶

func (o *AccessPolicySummaryDTO) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryDTO) GetComponentReference ¶

func (o *AccessPolicySummaryDTO) GetComponentReference() ComponentReferenceEntity

GetComponentReference returns the ComponentReference field value if set, zero value otherwise.

func (*AccessPolicySummaryDTO) GetComponentReferenceOk ¶

func (o *AccessPolicySummaryDTO) GetComponentReferenceOk() (*ComponentReferenceEntity, bool)

GetComponentReferenceOk returns a tuple with the ComponentReference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryDTO) GetConfigurable ¶

func (o *AccessPolicySummaryDTO) GetConfigurable() bool

GetConfigurable returns the Configurable field value if set, zero value otherwise.

func (*AccessPolicySummaryDTO) GetConfigurableOk ¶

func (o *AccessPolicySummaryDTO) GetConfigurableOk() (*bool, bool)

GetConfigurableOk returns a tuple with the Configurable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryDTO) GetId ¶

func (o *AccessPolicySummaryDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AccessPolicySummaryDTO) GetIdOk ¶

func (o *AccessPolicySummaryDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryDTO) GetParentGroupId ¶

func (o *AccessPolicySummaryDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*AccessPolicySummaryDTO) GetParentGroupIdOk ¶

func (o *AccessPolicySummaryDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryDTO) GetPosition ¶

func (o *AccessPolicySummaryDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*AccessPolicySummaryDTO) GetPositionOk ¶

func (o *AccessPolicySummaryDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryDTO) GetResource ¶

func (o *AccessPolicySummaryDTO) GetResource() string

GetResource returns the Resource field value if set, zero value otherwise.

func (*AccessPolicySummaryDTO) GetResourceOk ¶

func (o *AccessPolicySummaryDTO) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryDTO) GetVersionedComponentId ¶

func (o *AccessPolicySummaryDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*AccessPolicySummaryDTO) GetVersionedComponentIdOk ¶

func (o *AccessPolicySummaryDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryDTO) HasAction ¶

func (o *AccessPolicySummaryDTO) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*AccessPolicySummaryDTO) HasComponentReference ¶

func (o *AccessPolicySummaryDTO) HasComponentReference() bool

HasComponentReference returns a boolean if a field has been set.

func (*AccessPolicySummaryDTO) HasConfigurable ¶

func (o *AccessPolicySummaryDTO) HasConfigurable() bool

HasConfigurable returns a boolean if a field has been set.

func (*AccessPolicySummaryDTO) HasId ¶

func (o *AccessPolicySummaryDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AccessPolicySummaryDTO) HasParentGroupId ¶

func (o *AccessPolicySummaryDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*AccessPolicySummaryDTO) HasPosition ¶

func (o *AccessPolicySummaryDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*AccessPolicySummaryDTO) HasResource ¶

func (o *AccessPolicySummaryDTO) HasResource() bool

HasResource returns a boolean if a field has been set.

func (*AccessPolicySummaryDTO) HasVersionedComponentId ¶

func (o *AccessPolicySummaryDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (AccessPolicySummaryDTO) MarshalJSON ¶

func (o AccessPolicySummaryDTO) MarshalJSON() ([]byte, error)

func (*AccessPolicySummaryDTO) SetAction ¶

func (o *AccessPolicySummaryDTO) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*AccessPolicySummaryDTO) SetComponentReference ¶

func (o *AccessPolicySummaryDTO) SetComponentReference(v ComponentReferenceEntity)

SetComponentReference gets a reference to the given ComponentReferenceEntity and assigns it to the ComponentReference field.

func (*AccessPolicySummaryDTO) SetConfigurable ¶

func (o *AccessPolicySummaryDTO) SetConfigurable(v bool)

SetConfigurable gets a reference to the given bool and assigns it to the Configurable field.

func (*AccessPolicySummaryDTO) SetId ¶

func (o *AccessPolicySummaryDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AccessPolicySummaryDTO) SetParentGroupId ¶

func (o *AccessPolicySummaryDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*AccessPolicySummaryDTO) SetPosition ¶

func (o *AccessPolicySummaryDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*AccessPolicySummaryDTO) SetResource ¶

func (o *AccessPolicySummaryDTO) SetResource(v string)

SetResource gets a reference to the given string and assigns it to the Resource field.

func (*AccessPolicySummaryDTO) SetVersionedComponentId ¶

func (o *AccessPolicySummaryDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (AccessPolicySummaryDTO) ToMap ¶

func (o AccessPolicySummaryDTO) ToMap() (map[string]interface{}, error)

type AccessPolicySummaryEntity ¶

type AccessPolicySummaryEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                   `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *AccessPolicySummaryDTO `json:"component,omitempty"`
}

AccessPolicySummaryEntity struct for AccessPolicySummaryEntity

func NewAccessPolicySummaryEntity ¶

func NewAccessPolicySummaryEntity() *AccessPolicySummaryEntity

NewAccessPolicySummaryEntity instantiates a new AccessPolicySummaryEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessPolicySummaryEntityWithDefaults ¶

func NewAccessPolicySummaryEntityWithDefaults() *AccessPolicySummaryEntity

NewAccessPolicySummaryEntityWithDefaults instantiates a new AccessPolicySummaryEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessPolicySummaryEntity) GetBulletins ¶

func (o *AccessPolicySummaryEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*AccessPolicySummaryEntity) GetBulletinsOk ¶

func (o *AccessPolicySummaryEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*AccessPolicySummaryEntity) GetComponentOk ¶

func (o *AccessPolicySummaryEntity) GetComponentOk() (*AccessPolicySummaryDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryEntity) GetDisconnectedNodeAcknowledged ¶

func (o *AccessPolicySummaryEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*AccessPolicySummaryEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *AccessPolicySummaryEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryEntity) GetId ¶

func (o *AccessPolicySummaryEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AccessPolicySummaryEntity) GetIdOk ¶

func (o *AccessPolicySummaryEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryEntity) GetPermissions ¶

func (o *AccessPolicySummaryEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*AccessPolicySummaryEntity) GetPermissionsOk ¶

func (o *AccessPolicySummaryEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryEntity) GetPosition ¶

func (o *AccessPolicySummaryEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*AccessPolicySummaryEntity) GetPositionOk ¶

func (o *AccessPolicySummaryEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryEntity) GetRevision ¶

func (o *AccessPolicySummaryEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*AccessPolicySummaryEntity) GetRevisionOk ¶

func (o *AccessPolicySummaryEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryEntity) GetUri ¶

func (o *AccessPolicySummaryEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*AccessPolicySummaryEntity) GetUriOk ¶

func (o *AccessPolicySummaryEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessPolicySummaryEntity) HasBulletins ¶

func (o *AccessPolicySummaryEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*AccessPolicySummaryEntity) HasComponent ¶

func (o *AccessPolicySummaryEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*AccessPolicySummaryEntity) HasDisconnectedNodeAcknowledged ¶

func (o *AccessPolicySummaryEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*AccessPolicySummaryEntity) HasId ¶

func (o *AccessPolicySummaryEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*AccessPolicySummaryEntity) HasPermissions ¶

func (o *AccessPolicySummaryEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*AccessPolicySummaryEntity) HasPosition ¶

func (o *AccessPolicySummaryEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*AccessPolicySummaryEntity) HasRevision ¶

func (o *AccessPolicySummaryEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*AccessPolicySummaryEntity) HasUri ¶

func (o *AccessPolicySummaryEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (AccessPolicySummaryEntity) MarshalJSON ¶

func (o AccessPolicySummaryEntity) MarshalJSON() ([]byte, error)

func (*AccessPolicySummaryEntity) SetBulletins ¶

func (o *AccessPolicySummaryEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*AccessPolicySummaryEntity) SetComponent ¶

SetComponent gets a reference to the given AccessPolicySummaryDTO and assigns it to the Component field.

func (*AccessPolicySummaryEntity) SetDisconnectedNodeAcknowledged ¶

func (o *AccessPolicySummaryEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*AccessPolicySummaryEntity) SetId ¶

func (o *AccessPolicySummaryEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AccessPolicySummaryEntity) SetPermissions ¶

func (o *AccessPolicySummaryEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*AccessPolicySummaryEntity) SetPosition ¶

func (o *AccessPolicySummaryEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*AccessPolicySummaryEntity) SetRevision ¶

func (o *AccessPolicySummaryEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*AccessPolicySummaryEntity) SetUri ¶

func (o *AccessPolicySummaryEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (AccessPolicySummaryEntity) ToMap ¶

func (o AccessPolicySummaryEntity) ToMap() (map[string]interface{}, error)

type AccessStatusDTO ¶

type AccessStatusDTO struct {
	// The user identity.
	Identity *string `json:"identity,omitempty"`
	// The user access status.
	Status *string `json:"status,omitempty"`
	// Additional details about the user access status.
	Message *string `json:"message,omitempty"`
}

AccessStatusDTO struct for AccessStatusDTO

func NewAccessStatusDTO ¶

func NewAccessStatusDTO() *AccessStatusDTO

NewAccessStatusDTO instantiates a new AccessStatusDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessStatusDTOWithDefaults ¶

func NewAccessStatusDTOWithDefaults() *AccessStatusDTO

NewAccessStatusDTOWithDefaults instantiates a new AccessStatusDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessStatusDTO) GetIdentity ¶

func (o *AccessStatusDTO) GetIdentity() string

GetIdentity returns the Identity field value if set, zero value otherwise.

func (*AccessStatusDTO) GetIdentityOk ¶

func (o *AccessStatusDTO) GetIdentityOk() (*string, bool)

GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessStatusDTO) GetMessage ¶

func (o *AccessStatusDTO) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*AccessStatusDTO) GetMessageOk ¶

func (o *AccessStatusDTO) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessStatusDTO) GetStatus ¶

func (o *AccessStatusDTO) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*AccessStatusDTO) GetStatusOk ¶

func (o *AccessStatusDTO) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessStatusDTO) HasIdentity ¶

func (o *AccessStatusDTO) HasIdentity() bool

HasIdentity returns a boolean if a field has been set.

func (*AccessStatusDTO) HasMessage ¶

func (o *AccessStatusDTO) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*AccessStatusDTO) HasStatus ¶

func (o *AccessStatusDTO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (AccessStatusDTO) MarshalJSON ¶

func (o AccessStatusDTO) MarshalJSON() ([]byte, error)

func (*AccessStatusDTO) SetIdentity ¶

func (o *AccessStatusDTO) SetIdentity(v string)

SetIdentity gets a reference to the given string and assigns it to the Identity field.

func (*AccessStatusDTO) SetMessage ¶

func (o *AccessStatusDTO) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*AccessStatusDTO) SetStatus ¶

func (o *AccessStatusDTO) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (AccessStatusDTO) ToMap ¶

func (o AccessStatusDTO) ToMap() (map[string]interface{}, error)

type AccessStatusEntity ¶

type AccessStatusEntity struct {
	AccessStatus *AccessStatusDTO `json:"accessStatus,omitempty"`
}

AccessStatusEntity struct for AccessStatusEntity

func NewAccessStatusEntity ¶

func NewAccessStatusEntity() *AccessStatusEntity

NewAccessStatusEntity instantiates a new AccessStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessStatusEntityWithDefaults ¶

func NewAccessStatusEntityWithDefaults() *AccessStatusEntity

NewAccessStatusEntityWithDefaults instantiates a new AccessStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessStatusEntity) GetAccessStatus ¶

func (o *AccessStatusEntity) GetAccessStatus() AccessStatusDTO

GetAccessStatus returns the AccessStatus field value if set, zero value otherwise.

func (*AccessStatusEntity) GetAccessStatusOk ¶

func (o *AccessStatusEntity) GetAccessStatusOk() (*AccessStatusDTO, bool)

GetAccessStatusOk returns a tuple with the AccessStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessStatusEntity) HasAccessStatus ¶

func (o *AccessStatusEntity) HasAccessStatus() bool

HasAccessStatus returns a boolean if a field has been set.

func (AccessStatusEntity) MarshalJSON ¶

func (o AccessStatusEntity) MarshalJSON() ([]byte, error)

func (*AccessStatusEntity) SetAccessStatus ¶

func (o *AccessStatusEntity) SetAccessStatus(v AccessStatusDTO)

SetAccessStatus gets a reference to the given AccessStatusDTO and assigns it to the AccessStatus field.

func (AccessStatusEntity) ToMap ¶

func (o AccessStatusEntity) ToMap() (map[string]interface{}, error)

type AccessTokenExpirationDTO ¶

type AccessTokenExpirationDTO struct {
	// Token Expiration
	Expiration *string `json:"expiration,omitempty"`
}

AccessTokenExpirationDTO struct for AccessTokenExpirationDTO

func NewAccessTokenExpirationDTO ¶

func NewAccessTokenExpirationDTO() *AccessTokenExpirationDTO

NewAccessTokenExpirationDTO instantiates a new AccessTokenExpirationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessTokenExpirationDTOWithDefaults ¶

func NewAccessTokenExpirationDTOWithDefaults() *AccessTokenExpirationDTO

NewAccessTokenExpirationDTOWithDefaults instantiates a new AccessTokenExpirationDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessTokenExpirationDTO) GetExpiration ¶

func (o *AccessTokenExpirationDTO) GetExpiration() string

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*AccessTokenExpirationDTO) GetExpirationOk ¶

func (o *AccessTokenExpirationDTO) GetExpirationOk() (*string, bool)

GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenExpirationDTO) HasExpiration ¶

func (o *AccessTokenExpirationDTO) HasExpiration() bool

HasExpiration returns a boolean if a field has been set.

func (AccessTokenExpirationDTO) MarshalJSON ¶

func (o AccessTokenExpirationDTO) MarshalJSON() ([]byte, error)

func (*AccessTokenExpirationDTO) SetExpiration ¶

func (o *AccessTokenExpirationDTO) SetExpiration(v string)

SetExpiration gets a reference to the given string and assigns it to the Expiration field.

func (AccessTokenExpirationDTO) ToMap ¶

func (o AccessTokenExpirationDTO) ToMap() (map[string]interface{}, error)

type AccessTokenExpirationEntity ¶

type AccessTokenExpirationEntity struct {
	AccessTokenExpiration *AccessTokenExpirationDTO `json:"accessTokenExpiration,omitempty"`
}

AccessTokenExpirationEntity struct for AccessTokenExpirationEntity

func NewAccessTokenExpirationEntity ¶

func NewAccessTokenExpirationEntity() *AccessTokenExpirationEntity

NewAccessTokenExpirationEntity instantiates a new AccessTokenExpirationEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAccessTokenExpirationEntityWithDefaults ¶

func NewAccessTokenExpirationEntityWithDefaults() *AccessTokenExpirationEntity

NewAccessTokenExpirationEntityWithDefaults instantiates a new AccessTokenExpirationEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AccessTokenExpirationEntity) GetAccessTokenExpiration ¶

func (o *AccessTokenExpirationEntity) GetAccessTokenExpiration() AccessTokenExpirationDTO

GetAccessTokenExpiration returns the AccessTokenExpiration field value if set, zero value otherwise.

func (*AccessTokenExpirationEntity) GetAccessTokenExpirationOk ¶

func (o *AccessTokenExpirationEntity) GetAccessTokenExpirationOk() (*AccessTokenExpirationDTO, bool)

GetAccessTokenExpirationOk returns a tuple with the AccessTokenExpiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AccessTokenExpirationEntity) HasAccessTokenExpiration ¶

func (o *AccessTokenExpirationEntity) HasAccessTokenExpiration() bool

HasAccessTokenExpiration returns a boolean if a field has been set.

func (AccessTokenExpirationEntity) MarshalJSON ¶

func (o AccessTokenExpirationEntity) MarshalJSON() ([]byte, error)

func (*AccessTokenExpirationEntity) SetAccessTokenExpiration ¶

func (o *AccessTokenExpirationEntity) SetAccessTokenExpiration(v AccessTokenExpirationDTO)

SetAccessTokenExpiration gets a reference to the given AccessTokenExpirationDTO and assigns it to the AccessTokenExpiration field.

func (AccessTokenExpirationEntity) ToMap ¶

func (o AccessTokenExpirationEntity) ToMap() (map[string]interface{}, error)

type ActionDTO ¶

type ActionDTO struct {
	// The action id.
	Id *int32 `json:"id,omitempty"`
	// The identity of the user that performed the action.
	UserIdentity *string `json:"userIdentity,omitempty"`
	// The timestamp of the action.
	Timestamp *string `json:"timestamp,omitempty"`
	// The id of the source component.
	SourceId *string `json:"sourceId,omitempty"`
	// The name of the source component.
	SourceName *string `json:"sourceName,omitempty"`
	// The type of the source component.
	SourceType       *string                `json:"sourceType,omitempty"`
	ComponentDetails map[string]interface{} `json:"componentDetails,omitempty"`
	// The operation that was performed.
	Operation     *string                `json:"operation,omitempty"`
	ActionDetails map[string]interface{} `json:"actionDetails,omitempty"`
}

ActionDTO struct for ActionDTO

func NewActionDTO ¶

func NewActionDTO() *ActionDTO

NewActionDTO instantiates a new ActionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewActionDTOWithDefaults ¶

func NewActionDTOWithDefaults() *ActionDTO

NewActionDTOWithDefaults instantiates a new ActionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ActionDTO) GetActionDetails ¶

func (o *ActionDTO) GetActionDetails() map[string]interface{}

GetActionDetails returns the ActionDetails field value if set, zero value otherwise.

func (*ActionDTO) GetActionDetailsOk ¶

func (o *ActionDTO) GetActionDetailsOk() (map[string]interface{}, bool)

GetActionDetailsOk returns a tuple with the ActionDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionDTO) GetComponentDetails ¶

func (o *ActionDTO) GetComponentDetails() map[string]interface{}

GetComponentDetails returns the ComponentDetails field value if set, zero value otherwise.

func (*ActionDTO) GetComponentDetailsOk ¶

func (o *ActionDTO) GetComponentDetailsOk() (map[string]interface{}, bool)

GetComponentDetailsOk returns a tuple with the ComponentDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionDTO) GetId ¶

func (o *ActionDTO) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ActionDTO) GetIdOk ¶

func (o *ActionDTO) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionDTO) GetOperation ¶

func (o *ActionDTO) GetOperation() string

GetOperation returns the Operation field value if set, zero value otherwise.

func (*ActionDTO) GetOperationOk ¶

func (o *ActionDTO) GetOperationOk() (*string, bool)

GetOperationOk returns a tuple with the Operation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionDTO) GetSourceId ¶

func (o *ActionDTO) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*ActionDTO) GetSourceIdOk ¶

func (o *ActionDTO) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionDTO) GetSourceName ¶

func (o *ActionDTO) GetSourceName() string

GetSourceName returns the SourceName field value if set, zero value otherwise.

func (*ActionDTO) GetSourceNameOk ¶

func (o *ActionDTO) GetSourceNameOk() (*string, bool)

GetSourceNameOk returns a tuple with the SourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionDTO) GetSourceType ¶

func (o *ActionDTO) GetSourceType() string

GetSourceType returns the SourceType field value if set, zero value otherwise.

func (*ActionDTO) GetSourceTypeOk ¶

func (o *ActionDTO) GetSourceTypeOk() (*string, bool)

GetSourceTypeOk returns a tuple with the SourceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionDTO) GetTimestamp ¶

func (o *ActionDTO) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*ActionDTO) GetTimestampOk ¶

func (o *ActionDTO) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionDTO) GetUserIdentity ¶

func (o *ActionDTO) GetUserIdentity() string

GetUserIdentity returns the UserIdentity field value if set, zero value otherwise.

func (*ActionDTO) GetUserIdentityOk ¶

func (o *ActionDTO) GetUserIdentityOk() (*string, bool)

GetUserIdentityOk returns a tuple with the UserIdentity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionDTO) HasActionDetails ¶

func (o *ActionDTO) HasActionDetails() bool

HasActionDetails returns a boolean if a field has been set.

func (*ActionDTO) HasComponentDetails ¶

func (o *ActionDTO) HasComponentDetails() bool

HasComponentDetails returns a boolean if a field has been set.

func (*ActionDTO) HasId ¶

func (o *ActionDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ActionDTO) HasOperation ¶

func (o *ActionDTO) HasOperation() bool

HasOperation returns a boolean if a field has been set.

func (*ActionDTO) HasSourceId ¶

func (o *ActionDTO) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*ActionDTO) HasSourceName ¶

func (o *ActionDTO) HasSourceName() bool

HasSourceName returns a boolean if a field has been set.

func (*ActionDTO) HasSourceType ¶

func (o *ActionDTO) HasSourceType() bool

HasSourceType returns a boolean if a field has been set.

func (*ActionDTO) HasTimestamp ¶

func (o *ActionDTO) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*ActionDTO) HasUserIdentity ¶

func (o *ActionDTO) HasUserIdentity() bool

HasUserIdentity returns a boolean if a field has been set.

func (ActionDTO) MarshalJSON ¶

func (o ActionDTO) MarshalJSON() ([]byte, error)

func (*ActionDTO) SetActionDetails ¶

func (o *ActionDTO) SetActionDetails(v map[string]interface{})

SetActionDetails gets a reference to the given map[string]interface{} and assigns it to the ActionDetails field.

func (*ActionDTO) SetComponentDetails ¶

func (o *ActionDTO) SetComponentDetails(v map[string]interface{})

SetComponentDetails gets a reference to the given map[string]interface{} and assigns it to the ComponentDetails field.

func (*ActionDTO) SetId ¶

func (o *ActionDTO) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ActionDTO) SetOperation ¶

func (o *ActionDTO) SetOperation(v string)

SetOperation gets a reference to the given string and assigns it to the Operation field.

func (*ActionDTO) SetSourceId ¶

func (o *ActionDTO) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*ActionDTO) SetSourceName ¶

func (o *ActionDTO) SetSourceName(v string)

SetSourceName gets a reference to the given string and assigns it to the SourceName field.

func (*ActionDTO) SetSourceType ¶

func (o *ActionDTO) SetSourceType(v string)

SetSourceType gets a reference to the given string and assigns it to the SourceType field.

func (*ActionDTO) SetTimestamp ¶

func (o *ActionDTO) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (*ActionDTO) SetUserIdentity ¶

func (o *ActionDTO) SetUserIdentity(v string)

SetUserIdentity gets a reference to the given string and assigns it to the UserIdentity field.

func (ActionDTO) ToMap ¶

func (o ActionDTO) ToMap() (map[string]interface{}, error)

type ActionEntity ¶

type ActionEntity struct {
	Id *int32 `json:"id,omitempty"`
	// The timestamp of the action.
	Timestamp *string `json:"timestamp,omitempty"`
	SourceId  *string `json:"sourceId,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool      `json:"canRead,omitempty"`
	Action  *ActionDTO `json:"action,omitempty"`
}

ActionEntity struct for ActionEntity

func NewActionEntity ¶

func NewActionEntity() *ActionEntity

NewActionEntity instantiates a new ActionEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewActionEntityWithDefaults ¶

func NewActionEntityWithDefaults() *ActionEntity

NewActionEntityWithDefaults instantiates a new ActionEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ActionEntity) GetAction ¶

func (o *ActionEntity) GetAction() ActionDTO

GetAction returns the Action field value if set, zero value otherwise.

func (*ActionEntity) GetActionOk ¶

func (o *ActionEntity) GetActionOk() (*ActionDTO, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionEntity) GetCanRead ¶

func (o *ActionEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*ActionEntity) GetCanReadOk ¶

func (o *ActionEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionEntity) GetId ¶

func (o *ActionEntity) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ActionEntity) GetIdOk ¶

func (o *ActionEntity) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionEntity) GetSourceId ¶

func (o *ActionEntity) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*ActionEntity) GetSourceIdOk ¶

func (o *ActionEntity) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionEntity) GetTimestamp ¶

func (o *ActionEntity) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*ActionEntity) GetTimestampOk ¶

func (o *ActionEntity) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActionEntity) HasAction ¶

func (o *ActionEntity) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*ActionEntity) HasCanRead ¶

func (o *ActionEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*ActionEntity) HasId ¶

func (o *ActionEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ActionEntity) HasSourceId ¶

func (o *ActionEntity) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*ActionEntity) HasTimestamp ¶

func (o *ActionEntity) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (ActionEntity) MarshalJSON ¶

func (o ActionEntity) MarshalJSON() ([]byte, error)

func (*ActionEntity) SetAction ¶

func (o *ActionEntity) SetAction(v ActionDTO)

SetAction gets a reference to the given ActionDTO and assigns it to the Action field.

func (*ActionEntity) SetCanRead ¶

func (o *ActionEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*ActionEntity) SetId ¶

func (o *ActionEntity) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ActionEntity) SetSourceId ¶

func (o *ActionEntity) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*ActionEntity) SetTimestamp ¶

func (o *ActionEntity) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (ActionEntity) ToMap ¶

func (o ActionEntity) ToMap() (map[string]interface{}, error)

type ActivateControllerServicesEntity ¶

type ActivateControllerServicesEntity struct {
	// The id of the ProcessGroup
	Id *string `json:"id,omitempty"`
	// The desired state of the descendant components
	State *string `json:"state,omitempty"`
	// Optional services to schedule. If not specified, all authorized descendant controller services will be used.
	Components *map[string]RevisionDTO `json:"components,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

ActivateControllerServicesEntity struct for ActivateControllerServicesEntity

func NewActivateControllerServicesEntity ¶

func NewActivateControllerServicesEntity() *ActivateControllerServicesEntity

NewActivateControllerServicesEntity instantiates a new ActivateControllerServicesEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewActivateControllerServicesEntityWithDefaults ¶

func NewActivateControllerServicesEntityWithDefaults() *ActivateControllerServicesEntity

NewActivateControllerServicesEntityWithDefaults instantiates a new ActivateControllerServicesEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ActivateControllerServicesEntity) GetComponents ¶

func (o *ActivateControllerServicesEntity) GetComponents() map[string]RevisionDTO

GetComponents returns the Components field value if set, zero value otherwise.

func (*ActivateControllerServicesEntity) GetComponentsOk ¶

func (o *ActivateControllerServicesEntity) GetComponentsOk() (*map[string]RevisionDTO, bool)

GetComponentsOk returns a tuple with the Components field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateControllerServicesEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ActivateControllerServicesEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ActivateControllerServicesEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ActivateControllerServicesEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateControllerServicesEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ActivateControllerServicesEntity) GetIdOk ¶

func (o *ActivateControllerServicesEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateControllerServicesEntity) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*ActivateControllerServicesEntity) GetStateOk ¶

func (o *ActivateControllerServicesEntity) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ActivateControllerServicesEntity) HasComponents ¶

func (o *ActivateControllerServicesEntity) HasComponents() bool

HasComponents returns a boolean if a field has been set.

func (*ActivateControllerServicesEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ActivateControllerServicesEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ActivateControllerServicesEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*ActivateControllerServicesEntity) HasState ¶

func (o *ActivateControllerServicesEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (ActivateControllerServicesEntity) MarshalJSON ¶

func (o ActivateControllerServicesEntity) MarshalJSON() ([]byte, error)

func (*ActivateControllerServicesEntity) SetComponents ¶

func (o *ActivateControllerServicesEntity) SetComponents(v map[string]RevisionDTO)

SetComponents gets a reference to the given map[string]RevisionDTO and assigns it to the Components field.

func (*ActivateControllerServicesEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ActivateControllerServicesEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ActivateControllerServicesEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ActivateControllerServicesEntity) SetState ¶

SetState gets a reference to the given string and assigns it to the State field.

func (ActivateControllerServicesEntity) ToMap ¶

func (o ActivateControllerServicesEntity) ToMap() (map[string]interface{}, error)

type AffectedComponentDTO ¶

type AffectedComponentDTO struct {
	// The UUID of the Process Group that this component is in
	ProcessGroupId *string `json:"processGroupId,omitempty"`
	// The UUID of this component
	Id *string `json:"id,omitempty"`
	// The type of this component
	ReferenceType *string `json:"referenceType,omitempty"`
	// The name of this component.
	Name *string `json:"name,omitempty"`
	// The scheduled state of a processor or reporting task referencing a controller service. If this component is another controller service, this field represents the controller service state.
	State *string `json:"state,omitempty"`
	// The number of active threads for the referencing component.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
	// The validation errors for the component.
	ValidationErrors []string `json:"validationErrors,omitempty"`
}

AffectedComponentDTO struct for AffectedComponentDTO

func NewAffectedComponentDTO ¶

func NewAffectedComponentDTO() *AffectedComponentDTO

NewAffectedComponentDTO instantiates a new AffectedComponentDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAffectedComponentDTOWithDefaults ¶

func NewAffectedComponentDTOWithDefaults() *AffectedComponentDTO

NewAffectedComponentDTOWithDefaults instantiates a new AffectedComponentDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AffectedComponentDTO) GetActiveThreadCount ¶

func (o *AffectedComponentDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*AffectedComponentDTO) GetActiveThreadCountOk ¶

func (o *AffectedComponentDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentDTO) GetId ¶

func (o *AffectedComponentDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AffectedComponentDTO) GetIdOk ¶

func (o *AffectedComponentDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentDTO) GetName ¶

func (o *AffectedComponentDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AffectedComponentDTO) GetNameOk ¶

func (o *AffectedComponentDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentDTO) GetProcessGroupId ¶

func (o *AffectedComponentDTO) GetProcessGroupId() string

GetProcessGroupId returns the ProcessGroupId field value if set, zero value otherwise.

func (*AffectedComponentDTO) GetProcessGroupIdOk ¶

func (o *AffectedComponentDTO) GetProcessGroupIdOk() (*string, bool)

GetProcessGroupIdOk returns a tuple with the ProcessGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentDTO) GetReferenceType ¶

func (o *AffectedComponentDTO) GetReferenceType() string

GetReferenceType returns the ReferenceType field value if set, zero value otherwise.

func (*AffectedComponentDTO) GetReferenceTypeOk ¶

func (o *AffectedComponentDTO) GetReferenceTypeOk() (*string, bool)

GetReferenceTypeOk returns a tuple with the ReferenceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentDTO) GetState ¶

func (o *AffectedComponentDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*AffectedComponentDTO) GetStateOk ¶

func (o *AffectedComponentDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentDTO) GetValidationErrors ¶

func (o *AffectedComponentDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*AffectedComponentDTO) GetValidationErrorsOk ¶

func (o *AffectedComponentDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentDTO) HasActiveThreadCount ¶

func (o *AffectedComponentDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*AffectedComponentDTO) HasId ¶

func (o *AffectedComponentDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*AffectedComponentDTO) HasName ¶

func (o *AffectedComponentDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*AffectedComponentDTO) HasProcessGroupId ¶

func (o *AffectedComponentDTO) HasProcessGroupId() bool

HasProcessGroupId returns a boolean if a field has been set.

func (*AffectedComponentDTO) HasReferenceType ¶

func (o *AffectedComponentDTO) HasReferenceType() bool

HasReferenceType returns a boolean if a field has been set.

func (*AffectedComponentDTO) HasState ¶

func (o *AffectedComponentDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*AffectedComponentDTO) HasValidationErrors ¶

func (o *AffectedComponentDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (AffectedComponentDTO) MarshalJSON ¶

func (o AffectedComponentDTO) MarshalJSON() ([]byte, error)

func (*AffectedComponentDTO) SetActiveThreadCount ¶

func (o *AffectedComponentDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*AffectedComponentDTO) SetId ¶

func (o *AffectedComponentDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AffectedComponentDTO) SetName ¶

func (o *AffectedComponentDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AffectedComponentDTO) SetProcessGroupId ¶

func (o *AffectedComponentDTO) SetProcessGroupId(v string)

SetProcessGroupId gets a reference to the given string and assigns it to the ProcessGroupId field.

func (*AffectedComponentDTO) SetReferenceType ¶

func (o *AffectedComponentDTO) SetReferenceType(v string)

SetReferenceType gets a reference to the given string and assigns it to the ReferenceType field.

func (*AffectedComponentDTO) SetState ¶

func (o *AffectedComponentDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*AffectedComponentDTO) SetValidationErrors ¶

func (o *AffectedComponentDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (AffectedComponentDTO) ToMap ¶

func (o AffectedComponentDTO) ToMap() (map[string]interface{}, error)

type AffectedComponentEntity ¶

type AffectedComponentEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                 `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *AffectedComponentDTO `json:"component,omitempty"`
	ProcessGroup                 *ProcessGroupNameDTO  `json:"processGroup,omitempty"`
	// The type of component referenced
	ReferenceType *string `json:"referenceType,omitempty"`
}

AffectedComponentEntity struct for AffectedComponentEntity

func NewAffectedComponentEntity ¶

func NewAffectedComponentEntity() *AffectedComponentEntity

NewAffectedComponentEntity instantiates a new AffectedComponentEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAffectedComponentEntityWithDefaults ¶

func NewAffectedComponentEntityWithDefaults() *AffectedComponentEntity

NewAffectedComponentEntityWithDefaults instantiates a new AffectedComponentEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AffectedComponentEntity) GetBulletins ¶

func (o *AffectedComponentEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*AffectedComponentEntity) GetBulletinsOk ¶

func (o *AffectedComponentEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*AffectedComponentEntity) GetComponentOk ¶

func (o *AffectedComponentEntity) GetComponentOk() (*AffectedComponentDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentEntity) GetDisconnectedNodeAcknowledged ¶

func (o *AffectedComponentEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*AffectedComponentEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *AffectedComponentEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentEntity) GetId ¶

func (o *AffectedComponentEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*AffectedComponentEntity) GetIdOk ¶

func (o *AffectedComponentEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentEntity) GetPermissions ¶

func (o *AffectedComponentEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*AffectedComponentEntity) GetPermissionsOk ¶

func (o *AffectedComponentEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentEntity) GetPosition ¶

func (o *AffectedComponentEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*AffectedComponentEntity) GetPositionOk ¶

func (o *AffectedComponentEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentEntity) GetProcessGroup ¶

func (o *AffectedComponentEntity) GetProcessGroup() ProcessGroupNameDTO

GetProcessGroup returns the ProcessGroup field value if set, zero value otherwise.

func (*AffectedComponentEntity) GetProcessGroupOk ¶

func (o *AffectedComponentEntity) GetProcessGroupOk() (*ProcessGroupNameDTO, bool)

GetProcessGroupOk returns a tuple with the ProcessGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentEntity) GetReferenceType ¶

func (o *AffectedComponentEntity) GetReferenceType() string

GetReferenceType returns the ReferenceType field value if set, zero value otherwise.

func (*AffectedComponentEntity) GetReferenceTypeOk ¶

func (o *AffectedComponentEntity) GetReferenceTypeOk() (*string, bool)

GetReferenceTypeOk returns a tuple with the ReferenceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentEntity) GetRevision ¶

func (o *AffectedComponentEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*AffectedComponentEntity) GetRevisionOk ¶

func (o *AffectedComponentEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentEntity) GetUri ¶

func (o *AffectedComponentEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*AffectedComponentEntity) GetUriOk ¶

func (o *AffectedComponentEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AffectedComponentEntity) HasBulletins ¶

func (o *AffectedComponentEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*AffectedComponentEntity) HasComponent ¶

func (o *AffectedComponentEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*AffectedComponentEntity) HasDisconnectedNodeAcknowledged ¶

func (o *AffectedComponentEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*AffectedComponentEntity) HasId ¶

func (o *AffectedComponentEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*AffectedComponentEntity) HasPermissions ¶

func (o *AffectedComponentEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*AffectedComponentEntity) HasPosition ¶

func (o *AffectedComponentEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*AffectedComponentEntity) HasProcessGroup ¶

func (o *AffectedComponentEntity) HasProcessGroup() bool

HasProcessGroup returns a boolean if a field has been set.

func (*AffectedComponentEntity) HasReferenceType ¶

func (o *AffectedComponentEntity) HasReferenceType() bool

HasReferenceType returns a boolean if a field has been set.

func (*AffectedComponentEntity) HasRevision ¶

func (o *AffectedComponentEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*AffectedComponentEntity) HasUri ¶

func (o *AffectedComponentEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (AffectedComponentEntity) MarshalJSON ¶

func (o AffectedComponentEntity) MarshalJSON() ([]byte, error)

func (*AffectedComponentEntity) SetBulletins ¶

func (o *AffectedComponentEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*AffectedComponentEntity) SetComponent ¶

func (o *AffectedComponentEntity) SetComponent(v AffectedComponentDTO)

SetComponent gets a reference to the given AffectedComponentDTO and assigns it to the Component field.

func (*AffectedComponentEntity) SetDisconnectedNodeAcknowledged ¶

func (o *AffectedComponentEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*AffectedComponentEntity) SetId ¶

func (o *AffectedComponentEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*AffectedComponentEntity) SetPermissions ¶

func (o *AffectedComponentEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*AffectedComponentEntity) SetPosition ¶

func (o *AffectedComponentEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*AffectedComponentEntity) SetProcessGroup ¶

func (o *AffectedComponentEntity) SetProcessGroup(v ProcessGroupNameDTO)

SetProcessGroup gets a reference to the given ProcessGroupNameDTO and assigns it to the ProcessGroup field.

func (*AffectedComponentEntity) SetReferenceType ¶

func (o *AffectedComponentEntity) SetReferenceType(v string)

SetReferenceType gets a reference to the given string and assigns it to the ReferenceType field.

func (*AffectedComponentEntity) SetRevision ¶

func (o *AffectedComponentEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*AffectedComponentEntity) SetUri ¶

func (o *AffectedComponentEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (AffectedComponentEntity) ToMap ¶

func (o AffectedComponentEntity) ToMap() (map[string]interface{}, error)

type AllowableValueDTO ¶

type AllowableValueDTO struct {
	// A human readable value that is allowed for the property descriptor.
	DisplayName *string `json:"displayName,omitempty"`
	// A value that is allowed for the property descriptor.
	Value *string `json:"value,omitempty"`
	// A description for this allowable value.
	Description *string `json:"description,omitempty"`
}

AllowableValueDTO struct for AllowableValueDTO

func NewAllowableValueDTO ¶

func NewAllowableValueDTO() *AllowableValueDTO

NewAllowableValueDTO instantiates a new AllowableValueDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAllowableValueDTOWithDefaults ¶

func NewAllowableValueDTOWithDefaults() *AllowableValueDTO

NewAllowableValueDTOWithDefaults instantiates a new AllowableValueDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AllowableValueDTO) GetDescription ¶

func (o *AllowableValueDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*AllowableValueDTO) GetDescriptionOk ¶

func (o *AllowableValueDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AllowableValueDTO) GetDisplayName ¶

func (o *AllowableValueDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*AllowableValueDTO) GetDisplayNameOk ¶

func (o *AllowableValueDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AllowableValueDTO) GetValue ¶

func (o *AllowableValueDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*AllowableValueDTO) GetValueOk ¶

func (o *AllowableValueDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AllowableValueDTO) HasDescription ¶

func (o *AllowableValueDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*AllowableValueDTO) HasDisplayName ¶

func (o *AllowableValueDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AllowableValueDTO) HasValue ¶

func (o *AllowableValueDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (AllowableValueDTO) MarshalJSON ¶

func (o AllowableValueDTO) MarshalJSON() ([]byte, error)

func (*AllowableValueDTO) SetDescription ¶

func (o *AllowableValueDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*AllowableValueDTO) SetDisplayName ¶

func (o *AllowableValueDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*AllowableValueDTO) SetValue ¶

func (o *AllowableValueDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (AllowableValueDTO) ToMap ¶

func (o AllowableValueDTO) ToMap() (map[string]interface{}, error)

type AllowableValueEntity ¶

type AllowableValueEntity struct {
	AllowableValue *AllowableValueDTO `json:"allowableValue,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

AllowableValueEntity struct for AllowableValueEntity

func NewAllowableValueEntity ¶

func NewAllowableValueEntity() *AllowableValueEntity

NewAllowableValueEntity instantiates a new AllowableValueEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAllowableValueEntityWithDefaults ¶

func NewAllowableValueEntityWithDefaults() *AllowableValueEntity

NewAllowableValueEntityWithDefaults instantiates a new AllowableValueEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AllowableValueEntity) GetAllowableValue ¶

func (o *AllowableValueEntity) GetAllowableValue() AllowableValueDTO

GetAllowableValue returns the AllowableValue field value if set, zero value otherwise.

func (*AllowableValueEntity) GetAllowableValueOk ¶

func (o *AllowableValueEntity) GetAllowableValueOk() (*AllowableValueDTO, bool)

GetAllowableValueOk returns a tuple with the AllowableValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AllowableValueEntity) GetCanRead ¶

func (o *AllowableValueEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*AllowableValueEntity) GetCanReadOk ¶

func (o *AllowableValueEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AllowableValueEntity) HasAllowableValue ¶

func (o *AllowableValueEntity) HasAllowableValue() bool

HasAllowableValue returns a boolean if a field has been set.

func (*AllowableValueEntity) HasCanRead ¶

func (o *AllowableValueEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (AllowableValueEntity) MarshalJSON ¶

func (o AllowableValueEntity) MarshalJSON() ([]byte, error)

func (*AllowableValueEntity) SetAllowableValue ¶

func (o *AllowableValueEntity) SetAllowableValue(v AllowableValueDTO)

SetAllowableValue gets a reference to the given AllowableValueDTO and assigns it to the AllowableValue field.

func (*AllowableValueEntity) SetCanRead ¶

func (o *AllowableValueEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (AllowableValueEntity) ToMap ¶

func (o AllowableValueEntity) ToMap() (map[string]interface{}, error)

type Attribute ¶

type Attribute struct {
	// The name of the attribute
	Name *string `json:"name,omitempty"`
	// The description of the attribute
	Description *string `json:"description,omitempty"`
}

Attribute struct for Attribute

func NewAttribute ¶

func NewAttribute() *Attribute

NewAttribute instantiates a new Attribute object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAttributeWithDefaults ¶

func NewAttributeWithDefaults() *Attribute

NewAttributeWithDefaults instantiates a new Attribute object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Attribute) GetDescription ¶

func (o *Attribute) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Attribute) GetDescriptionOk ¶

func (o *Attribute) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attribute) GetName ¶

func (o *Attribute) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Attribute) GetNameOk ¶

func (o *Attribute) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Attribute) HasDescription ¶

func (o *Attribute) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Attribute) HasName ¶

func (o *Attribute) HasName() bool

HasName returns a boolean if a field has been set.

func (Attribute) MarshalJSON ¶

func (o Attribute) MarshalJSON() ([]byte, error)

func (*Attribute) SetDescription ¶

func (o *Attribute) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Attribute) SetName ¶

func (o *Attribute) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (Attribute) ToMap ¶

func (o Attribute) ToMap() (map[string]interface{}, error)

type AttributeDTO ¶

type AttributeDTO struct {
	// The attribute name.
	Name *string `json:"name,omitempty"`
	// The attribute value.
	Value *string `json:"value,omitempty"`
	// The value of the attribute before the event took place.
	PreviousValue *string `json:"previousValue,omitempty"`
}

AttributeDTO struct for AttributeDTO

func NewAttributeDTO ¶

func NewAttributeDTO() *AttributeDTO

NewAttributeDTO instantiates a new AttributeDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAttributeDTOWithDefaults ¶

func NewAttributeDTOWithDefaults() *AttributeDTO

NewAttributeDTOWithDefaults instantiates a new AttributeDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AttributeDTO) GetName ¶

func (o *AttributeDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*AttributeDTO) GetNameOk ¶

func (o *AttributeDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeDTO) GetPreviousValue ¶

func (o *AttributeDTO) GetPreviousValue() string

GetPreviousValue returns the PreviousValue field value if set, zero value otherwise.

func (*AttributeDTO) GetPreviousValueOk ¶

func (o *AttributeDTO) GetPreviousValueOk() (*string, bool)

GetPreviousValueOk returns a tuple with the PreviousValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeDTO) GetValue ¶

func (o *AttributeDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*AttributeDTO) GetValueOk ¶

func (o *AttributeDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AttributeDTO) HasName ¶

func (o *AttributeDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*AttributeDTO) HasPreviousValue ¶

func (o *AttributeDTO) HasPreviousValue() bool

HasPreviousValue returns a boolean if a field has been set.

func (*AttributeDTO) HasValue ¶

func (o *AttributeDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (AttributeDTO) MarshalJSON ¶

func (o AttributeDTO) MarshalJSON() ([]byte, error)

func (*AttributeDTO) SetName ¶

func (o *AttributeDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*AttributeDTO) SetPreviousValue ¶

func (o *AttributeDTO) SetPreviousValue(v string)

SetPreviousValue gets a reference to the given string and assigns it to the PreviousValue field.

func (*AttributeDTO) SetValue ¶

func (o *AttributeDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (AttributeDTO) ToMap ¶

func (o AttributeDTO) ToMap() (map[string]interface{}, error)

type BannerDTO ¶

type BannerDTO struct {
	// The header text.
	HeaderText *string `json:"headerText,omitempty"`
	// The footer text.
	FooterText *string `json:"footerText,omitempty"`
}

BannerDTO struct for BannerDTO

func NewBannerDTO ¶

func NewBannerDTO() *BannerDTO

NewBannerDTO instantiates a new BannerDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBannerDTOWithDefaults ¶

func NewBannerDTOWithDefaults() *BannerDTO

NewBannerDTOWithDefaults instantiates a new BannerDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BannerDTO) GetFooterText ¶

func (o *BannerDTO) GetFooterText() string

GetFooterText returns the FooterText field value if set, zero value otherwise.

func (*BannerDTO) GetFooterTextOk ¶

func (o *BannerDTO) GetFooterTextOk() (*string, bool)

GetFooterTextOk returns a tuple with the FooterText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BannerDTO) GetHeaderText ¶

func (o *BannerDTO) GetHeaderText() string

GetHeaderText returns the HeaderText field value if set, zero value otherwise.

func (*BannerDTO) GetHeaderTextOk ¶

func (o *BannerDTO) GetHeaderTextOk() (*string, bool)

GetHeaderTextOk returns a tuple with the HeaderText field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BannerDTO) HasFooterText ¶

func (o *BannerDTO) HasFooterText() bool

HasFooterText returns a boolean if a field has been set.

func (*BannerDTO) HasHeaderText ¶

func (o *BannerDTO) HasHeaderText() bool

HasHeaderText returns a boolean if a field has been set.

func (BannerDTO) MarshalJSON ¶

func (o BannerDTO) MarshalJSON() ([]byte, error)

func (*BannerDTO) SetFooterText ¶

func (o *BannerDTO) SetFooterText(v string)

SetFooterText gets a reference to the given string and assigns it to the FooterText field.

func (*BannerDTO) SetHeaderText ¶

func (o *BannerDTO) SetHeaderText(v string)

SetHeaderText gets a reference to the given string and assigns it to the HeaderText field.

func (BannerDTO) ToMap ¶

func (o BannerDTO) ToMap() (map[string]interface{}, error)

type BannerEntity ¶

type BannerEntity struct {
	Banners *BannerDTO `json:"banners,omitempty"`
}

BannerEntity struct for BannerEntity

func NewBannerEntity ¶

func NewBannerEntity() *BannerEntity

NewBannerEntity instantiates a new BannerEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBannerEntityWithDefaults ¶

func NewBannerEntityWithDefaults() *BannerEntity

NewBannerEntityWithDefaults instantiates a new BannerEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BannerEntity) GetBanners ¶

func (o *BannerEntity) GetBanners() BannerDTO

GetBanners returns the Banners field value if set, zero value otherwise.

func (*BannerEntity) GetBannersOk ¶

func (o *BannerEntity) GetBannersOk() (*BannerDTO, bool)

GetBannersOk returns a tuple with the Banners field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BannerEntity) HasBanners ¶

func (o *BannerEntity) HasBanners() bool

HasBanners returns a boolean if a field has been set.

func (BannerEntity) MarshalJSON ¶

func (o BannerEntity) MarshalJSON() ([]byte, error)

func (*BannerEntity) SetBanners ¶

func (o *BannerEntity) SetBanners(v BannerDTO)

SetBanners gets a reference to the given BannerDTO and assigns it to the Banners field.

func (BannerEntity) ToMap ¶

func (o BannerEntity) ToMap() (map[string]interface{}, error)

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type BatchSettingsDTO ¶

type BatchSettingsDTO struct {
	// Preferred number of flow files to include in a transaction.
	Count *int32 `json:"count,omitempty"`
	// Preferred number of bytes to include in a transaction.
	Size *string `json:"size,omitempty"`
	// Preferred amount of time that a transaction should span.
	Duration *string `json:"duration,omitempty"`
}

BatchSettingsDTO struct for BatchSettingsDTO

func NewBatchSettingsDTO ¶

func NewBatchSettingsDTO() *BatchSettingsDTO

NewBatchSettingsDTO instantiates a new BatchSettingsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBatchSettingsDTOWithDefaults ¶

func NewBatchSettingsDTOWithDefaults() *BatchSettingsDTO

NewBatchSettingsDTOWithDefaults instantiates a new BatchSettingsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BatchSettingsDTO) GetCount ¶

func (o *BatchSettingsDTO) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*BatchSettingsDTO) GetCountOk ¶

func (o *BatchSettingsDTO) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatchSettingsDTO) GetDuration ¶

func (o *BatchSettingsDTO) GetDuration() string

GetDuration returns the Duration field value if set, zero value otherwise.

func (*BatchSettingsDTO) GetDurationOk ¶

func (o *BatchSettingsDTO) GetDurationOk() (*string, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatchSettingsDTO) GetSize ¶

func (o *BatchSettingsDTO) GetSize() string

GetSize returns the Size field value if set, zero value otherwise.

func (*BatchSettingsDTO) GetSizeOk ¶

func (o *BatchSettingsDTO) GetSizeOk() (*string, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatchSettingsDTO) HasCount ¶

func (o *BatchSettingsDTO) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*BatchSettingsDTO) HasDuration ¶

func (o *BatchSettingsDTO) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*BatchSettingsDTO) HasSize ¶

func (o *BatchSettingsDTO) HasSize() bool

HasSize returns a boolean if a field has been set.

func (BatchSettingsDTO) MarshalJSON ¶

func (o BatchSettingsDTO) MarshalJSON() ([]byte, error)

func (*BatchSettingsDTO) SetCount ¶

func (o *BatchSettingsDTO) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*BatchSettingsDTO) SetDuration ¶

func (o *BatchSettingsDTO) SetDuration(v string)

SetDuration gets a reference to the given string and assigns it to the Duration field.

func (*BatchSettingsDTO) SetSize ¶

func (o *BatchSettingsDTO) SetSize(v string)

SetSize gets a reference to the given string and assigns it to the Size field.

func (BatchSettingsDTO) ToMap ¶

func (o BatchSettingsDTO) ToMap() (map[string]interface{}, error)

type BatchSize ¶

type BatchSize struct {
	// Preferred number of flow files to include in a transaction.
	Count *int32 `json:"count,omitempty"`
	// Preferred number of bytes to include in a transaction.
	Size *string `json:"size,omitempty"`
	// Preferred amount of time that a transaction should span.
	Duration *string `json:"duration,omitempty"`
}

BatchSize struct for BatchSize

func NewBatchSize ¶

func NewBatchSize() *BatchSize

NewBatchSize instantiates a new BatchSize object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBatchSizeWithDefaults ¶

func NewBatchSizeWithDefaults() *BatchSize

NewBatchSizeWithDefaults instantiates a new BatchSize object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BatchSize) GetCount ¶

func (o *BatchSize) GetCount() int32

GetCount returns the Count field value if set, zero value otherwise.

func (*BatchSize) GetCountOk ¶

func (o *BatchSize) GetCountOk() (*int32, bool)

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatchSize) GetDuration ¶

func (o *BatchSize) GetDuration() string

GetDuration returns the Duration field value if set, zero value otherwise.

func (*BatchSize) GetDurationOk ¶

func (o *BatchSize) GetDurationOk() (*string, bool)

GetDurationOk returns a tuple with the Duration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatchSize) GetSize ¶

func (o *BatchSize) GetSize() string

GetSize returns the Size field value if set, zero value otherwise.

func (*BatchSize) GetSizeOk ¶

func (o *BatchSize) GetSizeOk() (*string, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BatchSize) HasCount ¶

func (o *BatchSize) HasCount() bool

HasCount returns a boolean if a field has been set.

func (*BatchSize) HasDuration ¶

func (o *BatchSize) HasDuration() bool

HasDuration returns a boolean if a field has been set.

func (*BatchSize) HasSize ¶

func (o *BatchSize) HasSize() bool

HasSize returns a boolean if a field has been set.

func (BatchSize) MarshalJSON ¶

func (o BatchSize) MarshalJSON() ([]byte, error)

func (*BatchSize) SetCount ¶

func (o *BatchSize) SetCount(v int32)

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*BatchSize) SetDuration ¶

func (o *BatchSize) SetDuration(v string)

SetDuration gets a reference to the given string and assigns it to the Duration field.

func (*BatchSize) SetSize ¶

func (o *BatchSize) SetSize(v string)

SetSize gets a reference to the given string and assigns it to the Size field.

func (BatchSize) ToMap ¶

func (o BatchSize) ToMap() (map[string]interface{}, error)

type BuildInfo ¶

type BuildInfo struct {
	// The version number of the built component.
	Version *string `json:"version,omitempty"`
	// The SCM revision id of the source code used for this build.
	Revision *string `json:"revision,omitempty"`
	// The timestamp (milliseconds since Epoch) of the build.
	Timestamp *int64 `json:"timestamp,omitempty"`
	// The target architecture of the built component.
	TargetArch *string `json:"targetArch,omitempty"`
	// The compiler used for the build
	Compiler *string `json:"compiler,omitempty"`
	// The compiler flags used for the build.
	CompilerFlags *string `json:"compilerFlags,omitempty"`
}

BuildInfo struct for BuildInfo

func NewBuildInfo ¶

func NewBuildInfo() *BuildInfo

NewBuildInfo instantiates a new BuildInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBuildInfoWithDefaults ¶

func NewBuildInfoWithDefaults() *BuildInfo

NewBuildInfoWithDefaults instantiates a new BuildInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BuildInfo) GetCompiler ¶

func (o *BuildInfo) GetCompiler() string

GetCompiler returns the Compiler field value if set, zero value otherwise.

func (*BuildInfo) GetCompilerFlags ¶

func (o *BuildInfo) GetCompilerFlags() string

GetCompilerFlags returns the CompilerFlags field value if set, zero value otherwise.

func (*BuildInfo) GetCompilerFlagsOk ¶

func (o *BuildInfo) GetCompilerFlagsOk() (*string, bool)

GetCompilerFlagsOk returns a tuple with the CompilerFlags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BuildInfo) GetCompilerOk ¶

func (o *BuildInfo) GetCompilerOk() (*string, bool)

GetCompilerOk returns a tuple with the Compiler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BuildInfo) GetRevision ¶

func (o *BuildInfo) GetRevision() string

GetRevision returns the Revision field value if set, zero value otherwise.

func (*BuildInfo) GetRevisionOk ¶

func (o *BuildInfo) GetRevisionOk() (*string, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BuildInfo) GetTargetArch ¶

func (o *BuildInfo) GetTargetArch() string

GetTargetArch returns the TargetArch field value if set, zero value otherwise.

func (*BuildInfo) GetTargetArchOk ¶

func (o *BuildInfo) GetTargetArchOk() (*string, bool)

GetTargetArchOk returns a tuple with the TargetArch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BuildInfo) GetTimestamp ¶

func (o *BuildInfo) GetTimestamp() int64

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*BuildInfo) GetTimestampOk ¶

func (o *BuildInfo) GetTimestampOk() (*int64, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BuildInfo) GetVersion ¶

func (o *BuildInfo) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*BuildInfo) GetVersionOk ¶

func (o *BuildInfo) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BuildInfo) HasCompiler ¶

func (o *BuildInfo) HasCompiler() bool

HasCompiler returns a boolean if a field has been set.

func (*BuildInfo) HasCompilerFlags ¶

func (o *BuildInfo) HasCompilerFlags() bool

HasCompilerFlags returns a boolean if a field has been set.

func (*BuildInfo) HasRevision ¶

func (o *BuildInfo) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*BuildInfo) HasTargetArch ¶

func (o *BuildInfo) HasTargetArch() bool

HasTargetArch returns a boolean if a field has been set.

func (*BuildInfo) HasTimestamp ¶

func (o *BuildInfo) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*BuildInfo) HasVersion ¶

func (o *BuildInfo) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (BuildInfo) MarshalJSON ¶

func (o BuildInfo) MarshalJSON() ([]byte, error)

func (*BuildInfo) SetCompiler ¶

func (o *BuildInfo) SetCompiler(v string)

SetCompiler gets a reference to the given string and assigns it to the Compiler field.

func (*BuildInfo) SetCompilerFlags ¶

func (o *BuildInfo) SetCompilerFlags(v string)

SetCompilerFlags gets a reference to the given string and assigns it to the CompilerFlags field.

func (*BuildInfo) SetRevision ¶

func (o *BuildInfo) SetRevision(v string)

SetRevision gets a reference to the given string and assigns it to the Revision field.

func (*BuildInfo) SetTargetArch ¶

func (o *BuildInfo) SetTargetArch(v string)

SetTargetArch gets a reference to the given string and assigns it to the TargetArch field.

func (*BuildInfo) SetTimestamp ¶

func (o *BuildInfo) SetTimestamp(v int64)

SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.

func (*BuildInfo) SetVersion ¶

func (o *BuildInfo) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (BuildInfo) ToMap ¶

func (o BuildInfo) ToMap() (map[string]interface{}, error)

type BulletinBoardDTO ¶

type BulletinBoardDTO struct {
	// The bulletins in the bulletin board, that matches the supplied request.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// The timestamp when this report was generated.
	Generated *string `json:"generated,omitempty"`
}

BulletinBoardDTO struct for BulletinBoardDTO

func NewBulletinBoardDTO ¶

func NewBulletinBoardDTO() *BulletinBoardDTO

NewBulletinBoardDTO instantiates a new BulletinBoardDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBulletinBoardDTOWithDefaults ¶

func NewBulletinBoardDTOWithDefaults() *BulletinBoardDTO

NewBulletinBoardDTOWithDefaults instantiates a new BulletinBoardDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BulletinBoardDTO) GetBulletins ¶

func (o *BulletinBoardDTO) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*BulletinBoardDTO) GetBulletinsOk ¶

func (o *BulletinBoardDTO) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinBoardDTO) GetGenerated ¶

func (o *BulletinBoardDTO) GetGenerated() string

GetGenerated returns the Generated field value if set, zero value otherwise.

func (*BulletinBoardDTO) GetGeneratedOk ¶

func (o *BulletinBoardDTO) GetGeneratedOk() (*string, bool)

GetGeneratedOk returns a tuple with the Generated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinBoardDTO) HasBulletins ¶

func (o *BulletinBoardDTO) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*BulletinBoardDTO) HasGenerated ¶

func (o *BulletinBoardDTO) HasGenerated() bool

HasGenerated returns a boolean if a field has been set.

func (BulletinBoardDTO) MarshalJSON ¶

func (o BulletinBoardDTO) MarshalJSON() ([]byte, error)

func (*BulletinBoardDTO) SetBulletins ¶

func (o *BulletinBoardDTO) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*BulletinBoardDTO) SetGenerated ¶

func (o *BulletinBoardDTO) SetGenerated(v string)

SetGenerated gets a reference to the given string and assigns it to the Generated field.

func (BulletinBoardDTO) ToMap ¶

func (o BulletinBoardDTO) ToMap() (map[string]interface{}, error)

type BulletinBoardEntity ¶

type BulletinBoardEntity struct {
	BulletinBoard *BulletinBoardDTO `json:"bulletinBoard,omitempty"`
}

BulletinBoardEntity struct for BulletinBoardEntity

func NewBulletinBoardEntity ¶

func NewBulletinBoardEntity() *BulletinBoardEntity

NewBulletinBoardEntity instantiates a new BulletinBoardEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBulletinBoardEntityWithDefaults ¶

func NewBulletinBoardEntityWithDefaults() *BulletinBoardEntity

NewBulletinBoardEntityWithDefaults instantiates a new BulletinBoardEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BulletinBoardEntity) GetBulletinBoard ¶

func (o *BulletinBoardEntity) GetBulletinBoard() BulletinBoardDTO

GetBulletinBoard returns the BulletinBoard field value if set, zero value otherwise.

func (*BulletinBoardEntity) GetBulletinBoardOk ¶

func (o *BulletinBoardEntity) GetBulletinBoardOk() (*BulletinBoardDTO, bool)

GetBulletinBoardOk returns a tuple with the BulletinBoard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinBoardEntity) HasBulletinBoard ¶

func (o *BulletinBoardEntity) HasBulletinBoard() bool

HasBulletinBoard returns a boolean if a field has been set.

func (BulletinBoardEntity) MarshalJSON ¶

func (o BulletinBoardEntity) MarshalJSON() ([]byte, error)

func (*BulletinBoardEntity) SetBulletinBoard ¶

func (o *BulletinBoardEntity) SetBulletinBoard(v BulletinBoardDTO)

SetBulletinBoard gets a reference to the given BulletinBoardDTO and assigns it to the BulletinBoard field.

func (BulletinBoardEntity) ToMap ¶

func (o BulletinBoardEntity) ToMap() (map[string]interface{}, error)

type BulletinDTO ¶

type BulletinDTO struct {
	// The id of the bulletin.
	Id *int64 `json:"id,omitempty"`
	// If clustered, the address of the node from which the bulletin originated.
	NodeAddress *string `json:"nodeAddress,omitempty"`
	// The category of this bulletin.
	Category *string `json:"category,omitempty"`
	// The group id of the source component.
	GroupId *string `json:"groupId,omitempty"`
	// The id of the source component.
	SourceId *string `json:"sourceId,omitempty"`
	// The name of the source component.
	SourceName *string `json:"sourceName,omitempty"`
	// The level of the bulletin.
	Level *string `json:"level,omitempty"`
	// The bulletin message.
	Message *string `json:"message,omitempty"`
	// When this bulletin was generated.
	Timestamp *string `json:"timestamp,omitempty"`
}

BulletinDTO struct for BulletinDTO

func NewBulletinDTO ¶

func NewBulletinDTO() *BulletinDTO

NewBulletinDTO instantiates a new BulletinDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBulletinDTOWithDefaults ¶

func NewBulletinDTOWithDefaults() *BulletinDTO

NewBulletinDTOWithDefaults instantiates a new BulletinDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BulletinDTO) GetCategory ¶

func (o *BulletinDTO) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*BulletinDTO) GetCategoryOk ¶

func (o *BulletinDTO) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinDTO) GetGroupId ¶

func (o *BulletinDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*BulletinDTO) GetGroupIdOk ¶

func (o *BulletinDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinDTO) GetId ¶

func (o *BulletinDTO) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*BulletinDTO) GetIdOk ¶

func (o *BulletinDTO) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinDTO) GetLevel ¶

func (o *BulletinDTO) GetLevel() string

GetLevel returns the Level field value if set, zero value otherwise.

func (*BulletinDTO) GetLevelOk ¶

func (o *BulletinDTO) GetLevelOk() (*string, bool)

GetLevelOk returns a tuple with the Level field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinDTO) GetMessage ¶

func (o *BulletinDTO) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*BulletinDTO) GetMessageOk ¶

func (o *BulletinDTO) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinDTO) GetNodeAddress ¶

func (o *BulletinDTO) GetNodeAddress() string

GetNodeAddress returns the NodeAddress field value if set, zero value otherwise.

func (*BulletinDTO) GetNodeAddressOk ¶

func (o *BulletinDTO) GetNodeAddressOk() (*string, bool)

GetNodeAddressOk returns a tuple with the NodeAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinDTO) GetSourceId ¶

func (o *BulletinDTO) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*BulletinDTO) GetSourceIdOk ¶

func (o *BulletinDTO) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinDTO) GetSourceName ¶

func (o *BulletinDTO) GetSourceName() string

GetSourceName returns the SourceName field value if set, zero value otherwise.

func (*BulletinDTO) GetSourceNameOk ¶

func (o *BulletinDTO) GetSourceNameOk() (*string, bool)

GetSourceNameOk returns a tuple with the SourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinDTO) GetTimestamp ¶

func (o *BulletinDTO) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*BulletinDTO) GetTimestampOk ¶

func (o *BulletinDTO) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinDTO) HasCategory ¶

func (o *BulletinDTO) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*BulletinDTO) HasGroupId ¶

func (o *BulletinDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*BulletinDTO) HasId ¶

func (o *BulletinDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*BulletinDTO) HasLevel ¶

func (o *BulletinDTO) HasLevel() bool

HasLevel returns a boolean if a field has been set.

func (*BulletinDTO) HasMessage ¶

func (o *BulletinDTO) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*BulletinDTO) HasNodeAddress ¶

func (o *BulletinDTO) HasNodeAddress() bool

HasNodeAddress returns a boolean if a field has been set.

func (*BulletinDTO) HasSourceId ¶

func (o *BulletinDTO) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*BulletinDTO) HasSourceName ¶

func (o *BulletinDTO) HasSourceName() bool

HasSourceName returns a boolean if a field has been set.

func (*BulletinDTO) HasTimestamp ¶

func (o *BulletinDTO) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (BulletinDTO) MarshalJSON ¶

func (o BulletinDTO) MarshalJSON() ([]byte, error)

func (*BulletinDTO) SetCategory ¶

func (o *BulletinDTO) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*BulletinDTO) SetGroupId ¶

func (o *BulletinDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*BulletinDTO) SetId ¶

func (o *BulletinDTO) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*BulletinDTO) SetLevel ¶

func (o *BulletinDTO) SetLevel(v string)

SetLevel gets a reference to the given string and assigns it to the Level field.

func (*BulletinDTO) SetMessage ¶

func (o *BulletinDTO) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*BulletinDTO) SetNodeAddress ¶

func (o *BulletinDTO) SetNodeAddress(v string)

SetNodeAddress gets a reference to the given string and assigns it to the NodeAddress field.

func (*BulletinDTO) SetSourceId ¶

func (o *BulletinDTO) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*BulletinDTO) SetSourceName ¶

func (o *BulletinDTO) SetSourceName(v string)

SetSourceName gets a reference to the given string and assigns it to the SourceName field.

func (*BulletinDTO) SetTimestamp ¶

func (o *BulletinDTO) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (BulletinDTO) ToMap ¶

func (o BulletinDTO) ToMap() (map[string]interface{}, error)

type BulletinEntity ¶

type BulletinEntity struct {
	Id       *int64  `json:"id,omitempty"`
	GroupId  *string `json:"groupId,omitempty"`
	SourceId *string `json:"sourceId,omitempty"`
	// When this bulletin was generated.
	Timestamp   *string `json:"timestamp,omitempty"`
	NodeAddress *string `json:"nodeAddress,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead  *bool        `json:"canRead,omitempty"`
	Bulletin *BulletinDTO `json:"bulletin,omitempty"`
}

BulletinEntity struct for BulletinEntity

func NewBulletinEntity ¶

func NewBulletinEntity() *BulletinEntity

NewBulletinEntity instantiates a new BulletinEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBulletinEntityWithDefaults ¶

func NewBulletinEntityWithDefaults() *BulletinEntity

NewBulletinEntityWithDefaults instantiates a new BulletinEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BulletinEntity) GetBulletin ¶

func (o *BulletinEntity) GetBulletin() BulletinDTO

GetBulletin returns the Bulletin field value if set, zero value otherwise.

func (*BulletinEntity) GetBulletinOk ¶

func (o *BulletinEntity) GetBulletinOk() (*BulletinDTO, bool)

GetBulletinOk returns a tuple with the Bulletin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinEntity) GetCanRead ¶

func (o *BulletinEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*BulletinEntity) GetCanReadOk ¶

func (o *BulletinEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinEntity) GetGroupId ¶

func (o *BulletinEntity) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*BulletinEntity) GetGroupIdOk ¶

func (o *BulletinEntity) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinEntity) GetId ¶

func (o *BulletinEntity) GetId() int64

GetId returns the Id field value if set, zero value otherwise.

func (*BulletinEntity) GetIdOk ¶

func (o *BulletinEntity) GetIdOk() (*int64, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinEntity) GetNodeAddress ¶

func (o *BulletinEntity) GetNodeAddress() string

GetNodeAddress returns the NodeAddress field value if set, zero value otherwise.

func (*BulletinEntity) GetNodeAddressOk ¶

func (o *BulletinEntity) GetNodeAddressOk() (*string, bool)

GetNodeAddressOk returns a tuple with the NodeAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinEntity) GetSourceId ¶

func (o *BulletinEntity) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*BulletinEntity) GetSourceIdOk ¶

func (o *BulletinEntity) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinEntity) GetTimestamp ¶

func (o *BulletinEntity) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*BulletinEntity) GetTimestampOk ¶

func (o *BulletinEntity) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BulletinEntity) HasBulletin ¶

func (o *BulletinEntity) HasBulletin() bool

HasBulletin returns a boolean if a field has been set.

func (*BulletinEntity) HasCanRead ¶

func (o *BulletinEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*BulletinEntity) HasGroupId ¶

func (o *BulletinEntity) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*BulletinEntity) HasId ¶

func (o *BulletinEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*BulletinEntity) HasNodeAddress ¶

func (o *BulletinEntity) HasNodeAddress() bool

HasNodeAddress returns a boolean if a field has been set.

func (*BulletinEntity) HasSourceId ¶

func (o *BulletinEntity) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*BulletinEntity) HasTimestamp ¶

func (o *BulletinEntity) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (BulletinEntity) MarshalJSON ¶

func (o BulletinEntity) MarshalJSON() ([]byte, error)

func (*BulletinEntity) SetBulletin ¶

func (o *BulletinEntity) SetBulletin(v BulletinDTO)

SetBulletin gets a reference to the given BulletinDTO and assigns it to the Bulletin field.

func (*BulletinEntity) SetCanRead ¶

func (o *BulletinEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*BulletinEntity) SetGroupId ¶

func (o *BulletinEntity) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*BulletinEntity) SetId ¶

func (o *BulletinEntity) SetId(v int64)

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*BulletinEntity) SetNodeAddress ¶

func (o *BulletinEntity) SetNodeAddress(v string)

SetNodeAddress gets a reference to the given string and assigns it to the NodeAddress field.

func (*BulletinEntity) SetSourceId ¶

func (o *BulletinEntity) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*BulletinEntity) SetTimestamp ¶

func (o *BulletinEntity) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (BulletinEntity) ToMap ¶

func (o BulletinEntity) ToMap() (map[string]interface{}, error)

type Bundle ¶

type Bundle struct {
	// The group of the bundle
	Group *string `json:"group,omitempty"`
	// The artifact of the bundle
	Artifact *string `json:"artifact,omitempty"`
	// The version of the bundle
	Version *string `json:"version,omitempty"`
}

Bundle struct for Bundle

func NewBundle ¶

func NewBundle() *Bundle

NewBundle instantiates a new Bundle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBundleWithDefaults ¶

func NewBundleWithDefaults() *Bundle

NewBundleWithDefaults instantiates a new Bundle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Bundle) GetArtifact ¶

func (o *Bundle) GetArtifact() string

GetArtifact returns the Artifact field value if set, zero value otherwise.

func (*Bundle) GetArtifactOk ¶

func (o *Bundle) GetArtifactOk() (*string, bool)

GetArtifactOk returns a tuple with the Artifact field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Bundle) GetGroup ¶

func (o *Bundle) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*Bundle) GetGroupOk ¶

func (o *Bundle) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Bundle) GetVersion ¶

func (o *Bundle) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*Bundle) GetVersionOk ¶

func (o *Bundle) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Bundle) HasArtifact ¶

func (o *Bundle) HasArtifact() bool

HasArtifact returns a boolean if a field has been set.

func (*Bundle) HasGroup ¶

func (o *Bundle) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*Bundle) HasVersion ¶

func (o *Bundle) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (Bundle) MarshalJSON ¶

func (o Bundle) MarshalJSON() ([]byte, error)

func (*Bundle) SetArtifact ¶

func (o *Bundle) SetArtifact(v string)

SetArtifact gets a reference to the given string and assigns it to the Artifact field.

func (*Bundle) SetGroup ¶

func (o *Bundle) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*Bundle) SetVersion ¶

func (o *Bundle) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (Bundle) ToMap ¶

func (o Bundle) ToMap() (map[string]interface{}, error)

type BundleDTO ¶

type BundleDTO struct {
	// The group of the bundle.
	Group *string `json:"group,omitempty"`
	// The artifact of the bundle.
	Artifact *string `json:"artifact,omitempty"`
	// The version of the bundle.
	Version *string `json:"version,omitempty"`
}

BundleDTO struct for BundleDTO

func NewBundleDTO ¶

func NewBundleDTO() *BundleDTO

NewBundleDTO instantiates a new BundleDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewBundleDTOWithDefaults ¶

func NewBundleDTOWithDefaults() *BundleDTO

NewBundleDTOWithDefaults instantiates a new BundleDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*BundleDTO) GetArtifact ¶

func (o *BundleDTO) GetArtifact() string

GetArtifact returns the Artifact field value if set, zero value otherwise.

func (*BundleDTO) GetArtifactOk ¶

func (o *BundleDTO) GetArtifactOk() (*string, bool)

GetArtifactOk returns a tuple with the Artifact field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDTO) GetGroup ¶

func (o *BundleDTO) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*BundleDTO) GetGroupOk ¶

func (o *BundleDTO) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDTO) GetVersion ¶

func (o *BundleDTO) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*BundleDTO) GetVersionOk ¶

func (o *BundleDTO) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*BundleDTO) HasArtifact ¶

func (o *BundleDTO) HasArtifact() bool

HasArtifact returns a boolean if a field has been set.

func (*BundleDTO) HasGroup ¶

func (o *BundleDTO) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*BundleDTO) HasVersion ¶

func (o *BundleDTO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (BundleDTO) MarshalJSON ¶

func (o BundleDTO) MarshalJSON() ([]byte, error)

func (*BundleDTO) SetArtifact ¶

func (o *BundleDTO) SetArtifact(v string)

SetArtifact gets a reference to the given string and assigns it to the Artifact field.

func (*BundleDTO) SetGroup ¶

func (o *BundleDTO) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*BundleDTO) SetVersion ¶

func (o *BundleDTO) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (BundleDTO) ToMap ¶

func (o BundleDTO) ToMap() (map[string]interface{}, error)

type ClassLoaderDiagnosticsDTO ¶

type ClassLoaderDiagnosticsDTO struct {
	Bundle            *BundleDTO                 `json:"bundle,omitempty"`
	ParentClassLoader *ClassLoaderDiagnosticsDTO `json:"parentClassLoader,omitempty"`
}

ClassLoaderDiagnosticsDTO struct for ClassLoaderDiagnosticsDTO

func NewClassLoaderDiagnosticsDTO ¶

func NewClassLoaderDiagnosticsDTO() *ClassLoaderDiagnosticsDTO

NewClassLoaderDiagnosticsDTO instantiates a new ClassLoaderDiagnosticsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewClassLoaderDiagnosticsDTOWithDefaults ¶

func NewClassLoaderDiagnosticsDTOWithDefaults() *ClassLoaderDiagnosticsDTO

NewClassLoaderDiagnosticsDTOWithDefaults instantiates a new ClassLoaderDiagnosticsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ClassLoaderDiagnosticsDTO) GetBundle ¶

func (o *ClassLoaderDiagnosticsDTO) GetBundle() BundleDTO

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*ClassLoaderDiagnosticsDTO) GetBundleOk ¶

func (o *ClassLoaderDiagnosticsDTO) GetBundleOk() (*BundleDTO, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClassLoaderDiagnosticsDTO) GetParentClassLoader ¶

func (o *ClassLoaderDiagnosticsDTO) GetParentClassLoader() ClassLoaderDiagnosticsDTO

GetParentClassLoader returns the ParentClassLoader field value if set, zero value otherwise.

func (*ClassLoaderDiagnosticsDTO) GetParentClassLoaderOk ¶

func (o *ClassLoaderDiagnosticsDTO) GetParentClassLoaderOk() (*ClassLoaderDiagnosticsDTO, bool)

GetParentClassLoaderOk returns a tuple with the ParentClassLoader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClassLoaderDiagnosticsDTO) HasBundle ¶

func (o *ClassLoaderDiagnosticsDTO) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*ClassLoaderDiagnosticsDTO) HasParentClassLoader ¶

func (o *ClassLoaderDiagnosticsDTO) HasParentClassLoader() bool

HasParentClassLoader returns a boolean if a field has been set.

func (ClassLoaderDiagnosticsDTO) MarshalJSON ¶

func (o ClassLoaderDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*ClassLoaderDiagnosticsDTO) SetBundle ¶

func (o *ClassLoaderDiagnosticsDTO) SetBundle(v BundleDTO)

SetBundle gets a reference to the given BundleDTO and assigns it to the Bundle field.

func (*ClassLoaderDiagnosticsDTO) SetParentClassLoader ¶

func (o *ClassLoaderDiagnosticsDTO) SetParentClassLoader(v ClassLoaderDiagnosticsDTO)

SetParentClassLoader gets a reference to the given ClassLoaderDiagnosticsDTO and assigns it to the ParentClassLoader field.

func (ClassLoaderDiagnosticsDTO) ToMap ¶

func (o ClassLoaderDiagnosticsDTO) ToMap() (map[string]interface{}, error)

type ClusteSummaryEntity ¶

type ClusteSummaryEntity struct {
	ClusterSummary *ClusterSummaryDTO `json:"clusterSummary,omitempty"`
}

ClusteSummaryEntity struct for ClusteSummaryEntity

func NewClusteSummaryEntity ¶

func NewClusteSummaryEntity() *ClusteSummaryEntity

NewClusteSummaryEntity instantiates a new ClusteSummaryEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewClusteSummaryEntityWithDefaults ¶

func NewClusteSummaryEntityWithDefaults() *ClusteSummaryEntity

NewClusteSummaryEntityWithDefaults instantiates a new ClusteSummaryEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ClusteSummaryEntity) GetClusterSummary ¶

func (o *ClusteSummaryEntity) GetClusterSummary() ClusterSummaryDTO

GetClusterSummary returns the ClusterSummary field value if set, zero value otherwise.

func (*ClusteSummaryEntity) GetClusterSummaryOk ¶

func (o *ClusteSummaryEntity) GetClusterSummaryOk() (*ClusterSummaryDTO, bool)

GetClusterSummaryOk returns a tuple with the ClusterSummary field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusteSummaryEntity) HasClusterSummary ¶

func (o *ClusteSummaryEntity) HasClusterSummary() bool

HasClusterSummary returns a boolean if a field has been set.

func (ClusteSummaryEntity) MarshalJSON ¶

func (o ClusteSummaryEntity) MarshalJSON() ([]byte, error)

func (*ClusteSummaryEntity) SetClusterSummary ¶

func (o *ClusteSummaryEntity) SetClusterSummary(v ClusterSummaryDTO)

SetClusterSummary gets a reference to the given ClusterSummaryDTO and assigns it to the ClusterSummary field.

func (ClusteSummaryEntity) ToMap ¶

func (o ClusteSummaryEntity) ToMap() (map[string]interface{}, error)

type ClusterDTO ¶

type ClusterDTO struct {
	// The collection of nodes that are part of the cluster.
	Nodes []NodeDTO `json:"nodes,omitempty"`
	// The timestamp the report was generated.
	Generated *string `json:"generated,omitempty"`
}

ClusterDTO struct for ClusterDTO

func NewClusterDTO ¶

func NewClusterDTO() *ClusterDTO

NewClusterDTO instantiates a new ClusterDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewClusterDTOWithDefaults ¶

func NewClusterDTOWithDefaults() *ClusterDTO

NewClusterDTOWithDefaults instantiates a new ClusterDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ClusterDTO) GetGenerated ¶

func (o *ClusterDTO) GetGenerated() string

GetGenerated returns the Generated field value if set, zero value otherwise.

func (*ClusterDTO) GetGeneratedOk ¶

func (o *ClusterDTO) GetGeneratedOk() (*string, bool)

GetGeneratedOk returns a tuple with the Generated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterDTO) GetNodes ¶

func (o *ClusterDTO) GetNodes() []NodeDTO

GetNodes returns the Nodes field value if set, zero value otherwise.

func (*ClusterDTO) GetNodesOk ¶

func (o *ClusterDTO) GetNodesOk() ([]NodeDTO, bool)

GetNodesOk returns a tuple with the Nodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterDTO) HasGenerated ¶

func (o *ClusterDTO) HasGenerated() bool

HasGenerated returns a boolean if a field has been set.

func (*ClusterDTO) HasNodes ¶

func (o *ClusterDTO) HasNodes() bool

HasNodes returns a boolean if a field has been set.

func (ClusterDTO) MarshalJSON ¶

func (o ClusterDTO) MarshalJSON() ([]byte, error)

func (*ClusterDTO) SetGenerated ¶

func (o *ClusterDTO) SetGenerated(v string)

SetGenerated gets a reference to the given string and assigns it to the Generated field.

func (*ClusterDTO) SetNodes ¶

func (o *ClusterDTO) SetNodes(v []NodeDTO)

SetNodes gets a reference to the given []NodeDTO and assigns it to the Nodes field.

func (ClusterDTO) ToMap ¶

func (o ClusterDTO) ToMap() (map[string]interface{}, error)

type ClusterEntity ¶

type ClusterEntity struct {
	Cluster *ClusterDTO `json:"cluster,omitempty"`
}

ClusterEntity struct for ClusterEntity

func NewClusterEntity ¶

func NewClusterEntity() *ClusterEntity

NewClusterEntity instantiates a new ClusterEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewClusterEntityWithDefaults ¶

func NewClusterEntityWithDefaults() *ClusterEntity

NewClusterEntityWithDefaults instantiates a new ClusterEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ClusterEntity) GetCluster ¶

func (o *ClusterEntity) GetCluster() ClusterDTO

GetCluster returns the Cluster field value if set, zero value otherwise.

func (*ClusterEntity) GetClusterOk ¶

func (o *ClusterEntity) GetClusterOk() (*ClusterDTO, bool)

GetClusterOk returns a tuple with the Cluster field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterEntity) HasCluster ¶

func (o *ClusterEntity) HasCluster() bool

HasCluster returns a boolean if a field has been set.

func (ClusterEntity) MarshalJSON ¶

func (o ClusterEntity) MarshalJSON() ([]byte, error)

func (*ClusterEntity) SetCluster ¶

func (o *ClusterEntity) SetCluster(v ClusterDTO)

SetCluster gets a reference to the given ClusterDTO and assigns it to the Cluster field.

func (ClusterEntity) ToMap ¶

func (o ClusterEntity) ToMap() (map[string]interface{}, error)

type ClusterSearchResultsEntity ¶

type ClusterSearchResultsEntity struct {
	NodeResults []NodeSearchResultDTO `json:"nodeResults,omitempty"`
}

ClusterSearchResultsEntity struct for ClusterSearchResultsEntity

func NewClusterSearchResultsEntity ¶

func NewClusterSearchResultsEntity() *ClusterSearchResultsEntity

NewClusterSearchResultsEntity instantiates a new ClusterSearchResultsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewClusterSearchResultsEntityWithDefaults ¶

func NewClusterSearchResultsEntityWithDefaults() *ClusterSearchResultsEntity

NewClusterSearchResultsEntityWithDefaults instantiates a new ClusterSearchResultsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ClusterSearchResultsEntity) GetNodeResults ¶

func (o *ClusterSearchResultsEntity) GetNodeResults() []NodeSearchResultDTO

GetNodeResults returns the NodeResults field value if set, zero value otherwise.

func (*ClusterSearchResultsEntity) GetNodeResultsOk ¶

func (o *ClusterSearchResultsEntity) GetNodeResultsOk() ([]NodeSearchResultDTO, bool)

GetNodeResultsOk returns a tuple with the NodeResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterSearchResultsEntity) HasNodeResults ¶

func (o *ClusterSearchResultsEntity) HasNodeResults() bool

HasNodeResults returns a boolean if a field has been set.

func (ClusterSearchResultsEntity) MarshalJSON ¶

func (o ClusterSearchResultsEntity) MarshalJSON() ([]byte, error)

func (*ClusterSearchResultsEntity) SetNodeResults ¶

func (o *ClusterSearchResultsEntity) SetNodeResults(v []NodeSearchResultDTO)

SetNodeResults gets a reference to the given []NodeSearchResultDTO and assigns it to the NodeResults field.

func (ClusterSearchResultsEntity) ToMap ¶

func (o ClusterSearchResultsEntity) ToMap() (map[string]interface{}, error)

type ClusterSummaryDTO ¶

type ClusterSummaryDTO struct {
	// When clustered, reports the number of nodes connected vs the number of nodes in the cluster.
	ConnectedNodes *string `json:"connectedNodes,omitempty"`
	// The number of nodes that are currently connected to the cluster
	ConnectedNodeCount *int32 `json:"connectedNodeCount,omitempty"`
	// The number of nodes in the cluster, regardless of whether or not they are connected
	TotalNodeCount *int32 `json:"totalNodeCount,omitempty"`
	// Whether this NiFi instance is clustered.
	Clustered *bool `json:"clustered,omitempty"`
	// Whether this NiFi instance is connected to a cluster.
	ConnectedToCluster *bool `json:"connectedToCluster,omitempty"`
}

ClusterSummaryDTO struct for ClusterSummaryDTO

func NewClusterSummaryDTO ¶

func NewClusterSummaryDTO() *ClusterSummaryDTO

NewClusterSummaryDTO instantiates a new ClusterSummaryDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewClusterSummaryDTOWithDefaults ¶

func NewClusterSummaryDTOWithDefaults() *ClusterSummaryDTO

NewClusterSummaryDTOWithDefaults instantiates a new ClusterSummaryDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ClusterSummaryDTO) GetClustered ¶

func (o *ClusterSummaryDTO) GetClustered() bool

GetClustered returns the Clustered field value if set, zero value otherwise.

func (*ClusterSummaryDTO) GetClusteredOk ¶

func (o *ClusterSummaryDTO) GetClusteredOk() (*bool, bool)

GetClusteredOk returns a tuple with the Clustered field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterSummaryDTO) GetConnectedNodeCount ¶

func (o *ClusterSummaryDTO) GetConnectedNodeCount() int32

GetConnectedNodeCount returns the ConnectedNodeCount field value if set, zero value otherwise.

func (*ClusterSummaryDTO) GetConnectedNodeCountOk ¶

func (o *ClusterSummaryDTO) GetConnectedNodeCountOk() (*int32, bool)

GetConnectedNodeCountOk returns a tuple with the ConnectedNodeCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterSummaryDTO) GetConnectedNodes ¶

func (o *ClusterSummaryDTO) GetConnectedNodes() string

GetConnectedNodes returns the ConnectedNodes field value if set, zero value otherwise.

func (*ClusterSummaryDTO) GetConnectedNodesOk ¶

func (o *ClusterSummaryDTO) GetConnectedNodesOk() (*string, bool)

GetConnectedNodesOk returns a tuple with the ConnectedNodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterSummaryDTO) GetConnectedToCluster ¶

func (o *ClusterSummaryDTO) GetConnectedToCluster() bool

GetConnectedToCluster returns the ConnectedToCluster field value if set, zero value otherwise.

func (*ClusterSummaryDTO) GetConnectedToClusterOk ¶

func (o *ClusterSummaryDTO) GetConnectedToClusterOk() (*bool, bool)

GetConnectedToClusterOk returns a tuple with the ConnectedToCluster field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterSummaryDTO) GetTotalNodeCount ¶

func (o *ClusterSummaryDTO) GetTotalNodeCount() int32

GetTotalNodeCount returns the TotalNodeCount field value if set, zero value otherwise.

func (*ClusterSummaryDTO) GetTotalNodeCountOk ¶

func (o *ClusterSummaryDTO) GetTotalNodeCountOk() (*int32, bool)

GetTotalNodeCountOk returns a tuple with the TotalNodeCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ClusterSummaryDTO) HasClustered ¶

func (o *ClusterSummaryDTO) HasClustered() bool

HasClustered returns a boolean if a field has been set.

func (*ClusterSummaryDTO) HasConnectedNodeCount ¶

func (o *ClusterSummaryDTO) HasConnectedNodeCount() bool

HasConnectedNodeCount returns a boolean if a field has been set.

func (*ClusterSummaryDTO) HasConnectedNodes ¶

func (o *ClusterSummaryDTO) HasConnectedNodes() bool

HasConnectedNodes returns a boolean if a field has been set.

func (*ClusterSummaryDTO) HasConnectedToCluster ¶

func (o *ClusterSummaryDTO) HasConnectedToCluster() bool

HasConnectedToCluster returns a boolean if a field has been set.

func (*ClusterSummaryDTO) HasTotalNodeCount ¶

func (o *ClusterSummaryDTO) HasTotalNodeCount() bool

HasTotalNodeCount returns a boolean if a field has been set.

func (ClusterSummaryDTO) MarshalJSON ¶

func (o ClusterSummaryDTO) MarshalJSON() ([]byte, error)

func (*ClusterSummaryDTO) SetClustered ¶

func (o *ClusterSummaryDTO) SetClustered(v bool)

SetClustered gets a reference to the given bool and assigns it to the Clustered field.

func (*ClusterSummaryDTO) SetConnectedNodeCount ¶

func (o *ClusterSummaryDTO) SetConnectedNodeCount(v int32)

SetConnectedNodeCount gets a reference to the given int32 and assigns it to the ConnectedNodeCount field.

func (*ClusterSummaryDTO) SetConnectedNodes ¶

func (o *ClusterSummaryDTO) SetConnectedNodes(v string)

SetConnectedNodes gets a reference to the given string and assigns it to the ConnectedNodes field.

func (*ClusterSummaryDTO) SetConnectedToCluster ¶

func (o *ClusterSummaryDTO) SetConnectedToCluster(v bool)

SetConnectedToCluster gets a reference to the given bool and assigns it to the ConnectedToCluster field.

func (*ClusterSummaryDTO) SetTotalNodeCount ¶

func (o *ClusterSummaryDTO) SetTotalNodeCount(v int32)

SetTotalNodeCount gets a reference to the given int32 and assigns it to the TotalNodeCount field.

func (ClusterSummaryDTO) ToMap ¶

func (o ClusterSummaryDTO) ToMap() (map[string]interface{}, error)

type ComponentDifferenceDTO ¶

type ComponentDifferenceDTO struct {
	// The type of component
	ComponentType *string `json:"componentType,omitempty"`
	// The ID of the component
	ComponentId *string `json:"componentId,omitempty"`
	// The name of the component
	ComponentName *string `json:"componentName,omitempty"`
	// The ID of the Process Group that the component belongs to
	ProcessGroupId *string `json:"processGroupId,omitempty"`
	// The differences in the component between the two flows
	Differences []DifferenceDTO `json:"differences,omitempty"`
}

ComponentDifferenceDTO struct for ComponentDifferenceDTO

func NewComponentDifferenceDTO ¶

func NewComponentDifferenceDTO() *ComponentDifferenceDTO

NewComponentDifferenceDTO instantiates a new ComponentDifferenceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentDifferenceDTOWithDefaults ¶

func NewComponentDifferenceDTOWithDefaults() *ComponentDifferenceDTO

NewComponentDifferenceDTOWithDefaults instantiates a new ComponentDifferenceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentDifferenceDTO) GetComponentId ¶

func (o *ComponentDifferenceDTO) GetComponentId() string

GetComponentId returns the ComponentId field value if set, zero value otherwise.

func (*ComponentDifferenceDTO) GetComponentIdOk ¶

func (o *ComponentDifferenceDTO) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentDifferenceDTO) GetComponentName ¶

func (o *ComponentDifferenceDTO) GetComponentName() string

GetComponentName returns the ComponentName field value if set, zero value otherwise.

func (*ComponentDifferenceDTO) GetComponentNameOk ¶

func (o *ComponentDifferenceDTO) GetComponentNameOk() (*string, bool)

GetComponentNameOk returns a tuple with the ComponentName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentDifferenceDTO) GetComponentType ¶

func (o *ComponentDifferenceDTO) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*ComponentDifferenceDTO) GetComponentTypeOk ¶

func (o *ComponentDifferenceDTO) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentDifferenceDTO) GetDifferences ¶

func (o *ComponentDifferenceDTO) GetDifferences() []DifferenceDTO

GetDifferences returns the Differences field value if set, zero value otherwise.

func (*ComponentDifferenceDTO) GetDifferencesOk ¶

func (o *ComponentDifferenceDTO) GetDifferencesOk() ([]DifferenceDTO, bool)

GetDifferencesOk returns a tuple with the Differences field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentDifferenceDTO) GetProcessGroupId ¶

func (o *ComponentDifferenceDTO) GetProcessGroupId() string

GetProcessGroupId returns the ProcessGroupId field value if set, zero value otherwise.

func (*ComponentDifferenceDTO) GetProcessGroupIdOk ¶

func (o *ComponentDifferenceDTO) GetProcessGroupIdOk() (*string, bool)

GetProcessGroupIdOk returns a tuple with the ProcessGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentDifferenceDTO) HasComponentId ¶

func (o *ComponentDifferenceDTO) HasComponentId() bool

HasComponentId returns a boolean if a field has been set.

func (*ComponentDifferenceDTO) HasComponentName ¶

func (o *ComponentDifferenceDTO) HasComponentName() bool

HasComponentName returns a boolean if a field has been set.

func (*ComponentDifferenceDTO) HasComponentType ¶

func (o *ComponentDifferenceDTO) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*ComponentDifferenceDTO) HasDifferences ¶

func (o *ComponentDifferenceDTO) HasDifferences() bool

HasDifferences returns a boolean if a field has been set.

func (*ComponentDifferenceDTO) HasProcessGroupId ¶

func (o *ComponentDifferenceDTO) HasProcessGroupId() bool

HasProcessGroupId returns a boolean if a field has been set.

func (ComponentDifferenceDTO) MarshalJSON ¶

func (o ComponentDifferenceDTO) MarshalJSON() ([]byte, error)

func (*ComponentDifferenceDTO) SetComponentId ¶

func (o *ComponentDifferenceDTO) SetComponentId(v string)

SetComponentId gets a reference to the given string and assigns it to the ComponentId field.

func (*ComponentDifferenceDTO) SetComponentName ¶

func (o *ComponentDifferenceDTO) SetComponentName(v string)

SetComponentName gets a reference to the given string and assigns it to the ComponentName field.

func (*ComponentDifferenceDTO) SetComponentType ¶

func (o *ComponentDifferenceDTO) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*ComponentDifferenceDTO) SetDifferences ¶

func (o *ComponentDifferenceDTO) SetDifferences(v []DifferenceDTO)

SetDifferences gets a reference to the given []DifferenceDTO and assigns it to the Differences field.

func (*ComponentDifferenceDTO) SetProcessGroupId ¶

func (o *ComponentDifferenceDTO) SetProcessGroupId(v string)

SetProcessGroupId gets a reference to the given string and assigns it to the ProcessGroupId field.

func (ComponentDifferenceDTO) ToMap ¶

func (o ComponentDifferenceDTO) ToMap() (map[string]interface{}, error)

type ComponentHistoryDTO ¶

type ComponentHistoryDTO struct {
	// The component id.
	ComponentId *string `json:"componentId,omitempty"`
	// The history for the properties of the component.
	PropertyHistory *map[string]PropertyHistoryDTO `json:"propertyHistory,omitempty"`
}

ComponentHistoryDTO struct for ComponentHistoryDTO

func NewComponentHistoryDTO ¶

func NewComponentHistoryDTO() *ComponentHistoryDTO

NewComponentHistoryDTO instantiates a new ComponentHistoryDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentHistoryDTOWithDefaults ¶

func NewComponentHistoryDTOWithDefaults() *ComponentHistoryDTO

NewComponentHistoryDTOWithDefaults instantiates a new ComponentHistoryDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentHistoryDTO) GetComponentId ¶

func (o *ComponentHistoryDTO) GetComponentId() string

GetComponentId returns the ComponentId field value if set, zero value otherwise.

func (*ComponentHistoryDTO) GetComponentIdOk ¶

func (o *ComponentHistoryDTO) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentHistoryDTO) GetPropertyHistory ¶

func (o *ComponentHistoryDTO) GetPropertyHistory() map[string]PropertyHistoryDTO

GetPropertyHistory returns the PropertyHistory field value if set, zero value otherwise.

func (*ComponentHistoryDTO) GetPropertyHistoryOk ¶

func (o *ComponentHistoryDTO) GetPropertyHistoryOk() (*map[string]PropertyHistoryDTO, bool)

GetPropertyHistoryOk returns a tuple with the PropertyHistory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentHistoryDTO) HasComponentId ¶

func (o *ComponentHistoryDTO) HasComponentId() bool

HasComponentId returns a boolean if a field has been set.

func (*ComponentHistoryDTO) HasPropertyHistory ¶

func (o *ComponentHistoryDTO) HasPropertyHistory() bool

HasPropertyHistory returns a boolean if a field has been set.

func (ComponentHistoryDTO) MarshalJSON ¶

func (o ComponentHistoryDTO) MarshalJSON() ([]byte, error)

func (*ComponentHistoryDTO) SetComponentId ¶

func (o *ComponentHistoryDTO) SetComponentId(v string)

SetComponentId gets a reference to the given string and assigns it to the ComponentId field.

func (*ComponentHistoryDTO) SetPropertyHistory ¶

func (o *ComponentHistoryDTO) SetPropertyHistory(v map[string]PropertyHistoryDTO)

SetPropertyHistory gets a reference to the given map[string]PropertyHistoryDTO and assigns it to the PropertyHistory field.

func (ComponentHistoryDTO) ToMap ¶

func (o ComponentHistoryDTO) ToMap() (map[string]interface{}, error)

type ComponentHistoryEntity ¶

type ComponentHistoryEntity struct {
	ComponentHistory *ComponentHistoryDTO `json:"componentHistory,omitempty"`
}

ComponentHistoryEntity struct for ComponentHistoryEntity

func NewComponentHistoryEntity ¶

func NewComponentHistoryEntity() *ComponentHistoryEntity

NewComponentHistoryEntity instantiates a new ComponentHistoryEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentHistoryEntityWithDefaults ¶

func NewComponentHistoryEntityWithDefaults() *ComponentHistoryEntity

NewComponentHistoryEntityWithDefaults instantiates a new ComponentHistoryEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentHistoryEntity) GetComponentHistory ¶

func (o *ComponentHistoryEntity) GetComponentHistory() ComponentHistoryDTO

GetComponentHistory returns the ComponentHistory field value if set, zero value otherwise.

func (*ComponentHistoryEntity) GetComponentHistoryOk ¶

func (o *ComponentHistoryEntity) GetComponentHistoryOk() (*ComponentHistoryDTO, bool)

GetComponentHistoryOk returns a tuple with the ComponentHistory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentHistoryEntity) HasComponentHistory ¶

func (o *ComponentHistoryEntity) HasComponentHistory() bool

HasComponentHistory returns a boolean if a field has been set.

func (ComponentHistoryEntity) MarshalJSON ¶

func (o ComponentHistoryEntity) MarshalJSON() ([]byte, error)

func (*ComponentHistoryEntity) SetComponentHistory ¶

func (o *ComponentHistoryEntity) SetComponentHistory(v ComponentHistoryDTO)

SetComponentHistory gets a reference to the given ComponentHistoryDTO and assigns it to the ComponentHistory field.

func (ComponentHistoryEntity) ToMap ¶

func (o ComponentHistoryEntity) ToMap() (map[string]interface{}, error)

type ComponentManifest ¶

type ComponentManifest struct {
	// Public interfaces defined in this bundle
	Apis []DefinedType `json:"apis,omitempty"`
	// Controller Services provided in this bundle
	ControllerServices []ControllerServiceDefinition `json:"controllerServices,omitempty"`
	// Processors provided in this bundle
	Processors []ProcessorDefinition `json:"processors,omitempty"`
	// Reporting Tasks provided in this bundle
	ReportingTasks []ReportingTaskDefinition `json:"reportingTasks,omitempty"`
}

ComponentManifest struct for ComponentManifest

func NewComponentManifest ¶

func NewComponentManifest() *ComponentManifest

NewComponentManifest instantiates a new ComponentManifest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentManifestWithDefaults ¶

func NewComponentManifestWithDefaults() *ComponentManifest

NewComponentManifestWithDefaults instantiates a new ComponentManifest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentManifest) GetApis ¶

func (o *ComponentManifest) GetApis() []DefinedType

GetApis returns the Apis field value if set, zero value otherwise.

func (*ComponentManifest) GetApisOk ¶

func (o *ComponentManifest) GetApisOk() ([]DefinedType, bool)

GetApisOk returns a tuple with the Apis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentManifest) GetControllerServices ¶

func (o *ComponentManifest) GetControllerServices() []ControllerServiceDefinition

GetControllerServices returns the ControllerServices field value if set, zero value otherwise.

func (*ComponentManifest) GetControllerServicesOk ¶

func (o *ComponentManifest) GetControllerServicesOk() ([]ControllerServiceDefinition, bool)

GetControllerServicesOk returns a tuple with the ControllerServices field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentManifest) GetProcessors ¶

func (o *ComponentManifest) GetProcessors() []ProcessorDefinition

GetProcessors returns the Processors field value if set, zero value otherwise.

func (*ComponentManifest) GetProcessorsOk ¶

func (o *ComponentManifest) GetProcessorsOk() ([]ProcessorDefinition, bool)

GetProcessorsOk returns a tuple with the Processors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentManifest) GetReportingTasks ¶

func (o *ComponentManifest) GetReportingTasks() []ReportingTaskDefinition

GetReportingTasks returns the ReportingTasks field value if set, zero value otherwise.

func (*ComponentManifest) GetReportingTasksOk ¶

func (o *ComponentManifest) GetReportingTasksOk() ([]ReportingTaskDefinition, bool)

GetReportingTasksOk returns a tuple with the ReportingTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentManifest) HasApis ¶

func (o *ComponentManifest) HasApis() bool

HasApis returns a boolean if a field has been set.

func (*ComponentManifest) HasControllerServices ¶

func (o *ComponentManifest) HasControllerServices() bool

HasControllerServices returns a boolean if a field has been set.

func (*ComponentManifest) HasProcessors ¶

func (o *ComponentManifest) HasProcessors() bool

HasProcessors returns a boolean if a field has been set.

func (*ComponentManifest) HasReportingTasks ¶

func (o *ComponentManifest) HasReportingTasks() bool

HasReportingTasks returns a boolean if a field has been set.

func (ComponentManifest) MarshalJSON ¶

func (o ComponentManifest) MarshalJSON() ([]byte, error)

func (*ComponentManifest) SetApis ¶

func (o *ComponentManifest) SetApis(v []DefinedType)

SetApis gets a reference to the given []DefinedType and assigns it to the Apis field.

func (*ComponentManifest) SetControllerServices ¶

func (o *ComponentManifest) SetControllerServices(v []ControllerServiceDefinition)

SetControllerServices gets a reference to the given []ControllerServiceDefinition and assigns it to the ControllerServices field.

func (*ComponentManifest) SetProcessors ¶

func (o *ComponentManifest) SetProcessors(v []ProcessorDefinition)

SetProcessors gets a reference to the given []ProcessorDefinition and assigns it to the Processors field.

func (*ComponentManifest) SetReportingTasks ¶

func (o *ComponentManifest) SetReportingTasks(v []ReportingTaskDefinition)

SetReportingTasks gets a reference to the given []ReportingTaskDefinition and assigns it to the ReportingTasks field.

func (ComponentManifest) ToMap ¶

func (o ComponentManifest) ToMap() (map[string]interface{}, error)

type ComponentReferenceDTO ¶

type ComponentReferenceDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The name of the component.
	Name *string `json:"name,omitempty"`
}

ComponentReferenceDTO struct for ComponentReferenceDTO

func NewComponentReferenceDTO ¶

func NewComponentReferenceDTO() *ComponentReferenceDTO

NewComponentReferenceDTO instantiates a new ComponentReferenceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentReferenceDTOWithDefaults ¶

func NewComponentReferenceDTOWithDefaults() *ComponentReferenceDTO

NewComponentReferenceDTOWithDefaults instantiates a new ComponentReferenceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentReferenceDTO) GetId ¶

func (o *ComponentReferenceDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ComponentReferenceDTO) GetIdOk ¶

func (o *ComponentReferenceDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceDTO) GetName ¶

func (o *ComponentReferenceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ComponentReferenceDTO) GetNameOk ¶

func (o *ComponentReferenceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceDTO) GetParentGroupId ¶

func (o *ComponentReferenceDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*ComponentReferenceDTO) GetParentGroupIdOk ¶

func (o *ComponentReferenceDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceDTO) GetPosition ¶

func (o *ComponentReferenceDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ComponentReferenceDTO) GetPositionOk ¶

func (o *ComponentReferenceDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceDTO) GetVersionedComponentId ¶

func (o *ComponentReferenceDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*ComponentReferenceDTO) GetVersionedComponentIdOk ¶

func (o *ComponentReferenceDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceDTO) HasId ¶

func (o *ComponentReferenceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ComponentReferenceDTO) HasName ¶

func (o *ComponentReferenceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ComponentReferenceDTO) HasParentGroupId ¶

func (o *ComponentReferenceDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*ComponentReferenceDTO) HasPosition ¶

func (o *ComponentReferenceDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ComponentReferenceDTO) HasVersionedComponentId ¶

func (o *ComponentReferenceDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (ComponentReferenceDTO) MarshalJSON ¶

func (o ComponentReferenceDTO) MarshalJSON() ([]byte, error)

func (*ComponentReferenceDTO) SetId ¶

func (o *ComponentReferenceDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ComponentReferenceDTO) SetName ¶

func (o *ComponentReferenceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ComponentReferenceDTO) SetParentGroupId ¶

func (o *ComponentReferenceDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*ComponentReferenceDTO) SetPosition ¶

func (o *ComponentReferenceDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ComponentReferenceDTO) SetVersionedComponentId ¶

func (o *ComponentReferenceDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (ComponentReferenceDTO) ToMap ¶

func (o ComponentReferenceDTO) ToMap() (map[string]interface{}, error)

type ComponentReferenceEntity ¶

type ComponentReferenceEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string                `json:"parentGroupId,omitempty"`
	Component     *ComponentReferenceDTO `json:"component,omitempty"`
}

ComponentReferenceEntity struct for ComponentReferenceEntity

func NewComponentReferenceEntity ¶

func NewComponentReferenceEntity() *ComponentReferenceEntity

NewComponentReferenceEntity instantiates a new ComponentReferenceEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentReferenceEntityWithDefaults ¶

func NewComponentReferenceEntityWithDefaults() *ComponentReferenceEntity

NewComponentReferenceEntityWithDefaults instantiates a new ComponentReferenceEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentReferenceEntity) GetBulletins ¶

func (o *ComponentReferenceEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ComponentReferenceEntity) GetBulletinsOk ¶

func (o *ComponentReferenceEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*ComponentReferenceEntity) GetComponentOk ¶

func (o *ComponentReferenceEntity) GetComponentOk() (*ComponentReferenceDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ComponentReferenceEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ComponentReferenceEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ComponentReferenceEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceEntity) GetId ¶

func (o *ComponentReferenceEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ComponentReferenceEntity) GetIdOk ¶

func (o *ComponentReferenceEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceEntity) GetParentGroupId ¶

func (o *ComponentReferenceEntity) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*ComponentReferenceEntity) GetParentGroupIdOk ¶

func (o *ComponentReferenceEntity) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceEntity) GetPermissions ¶

func (o *ComponentReferenceEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ComponentReferenceEntity) GetPermissionsOk ¶

func (o *ComponentReferenceEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceEntity) GetPosition ¶

func (o *ComponentReferenceEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ComponentReferenceEntity) GetPositionOk ¶

func (o *ComponentReferenceEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceEntity) GetRevision ¶

func (o *ComponentReferenceEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ComponentReferenceEntity) GetRevisionOk ¶

func (o *ComponentReferenceEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceEntity) GetUri ¶

func (o *ComponentReferenceEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ComponentReferenceEntity) GetUriOk ¶

func (o *ComponentReferenceEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentReferenceEntity) HasBulletins ¶

func (o *ComponentReferenceEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ComponentReferenceEntity) HasComponent ¶

func (o *ComponentReferenceEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ComponentReferenceEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ComponentReferenceEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ComponentReferenceEntity) HasId ¶

func (o *ComponentReferenceEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ComponentReferenceEntity) HasParentGroupId ¶

func (o *ComponentReferenceEntity) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*ComponentReferenceEntity) HasPermissions ¶

func (o *ComponentReferenceEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ComponentReferenceEntity) HasPosition ¶

func (o *ComponentReferenceEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ComponentReferenceEntity) HasRevision ¶

func (o *ComponentReferenceEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ComponentReferenceEntity) HasUri ¶

func (o *ComponentReferenceEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ComponentReferenceEntity) MarshalJSON ¶

func (o ComponentReferenceEntity) MarshalJSON() ([]byte, error)

func (*ComponentReferenceEntity) SetBulletins ¶

func (o *ComponentReferenceEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ComponentReferenceEntity) SetComponent ¶

SetComponent gets a reference to the given ComponentReferenceDTO and assigns it to the Component field.

func (*ComponentReferenceEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ComponentReferenceEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ComponentReferenceEntity) SetId ¶

func (o *ComponentReferenceEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ComponentReferenceEntity) SetParentGroupId ¶

func (o *ComponentReferenceEntity) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*ComponentReferenceEntity) SetPermissions ¶

func (o *ComponentReferenceEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ComponentReferenceEntity) SetPosition ¶

func (o *ComponentReferenceEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ComponentReferenceEntity) SetRevision ¶

func (o *ComponentReferenceEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ComponentReferenceEntity) SetUri ¶

func (o *ComponentReferenceEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ComponentReferenceEntity) ToMap ¶

func (o ComponentReferenceEntity) ToMap() (map[string]interface{}, error)

type ComponentRestrictionPermissionDTO ¶

type ComponentRestrictionPermissionDTO struct {
	RequiredPermission *RequiredPermissionDTO `json:"requiredPermission,omitempty"`
	Permissions        *PermissionsDTO        `json:"permissions,omitempty"`
}

ComponentRestrictionPermissionDTO struct for ComponentRestrictionPermissionDTO

func NewComponentRestrictionPermissionDTO ¶

func NewComponentRestrictionPermissionDTO() *ComponentRestrictionPermissionDTO

NewComponentRestrictionPermissionDTO instantiates a new ComponentRestrictionPermissionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentRestrictionPermissionDTOWithDefaults ¶

func NewComponentRestrictionPermissionDTOWithDefaults() *ComponentRestrictionPermissionDTO

NewComponentRestrictionPermissionDTOWithDefaults instantiates a new ComponentRestrictionPermissionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentRestrictionPermissionDTO) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ComponentRestrictionPermissionDTO) GetPermissionsOk ¶

func (o *ComponentRestrictionPermissionDTO) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentRestrictionPermissionDTO) GetRequiredPermission ¶

func (o *ComponentRestrictionPermissionDTO) GetRequiredPermission() RequiredPermissionDTO

GetRequiredPermission returns the RequiredPermission field value if set, zero value otherwise.

func (*ComponentRestrictionPermissionDTO) GetRequiredPermissionOk ¶

func (o *ComponentRestrictionPermissionDTO) GetRequiredPermissionOk() (*RequiredPermissionDTO, bool)

GetRequiredPermissionOk returns a tuple with the RequiredPermission field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentRestrictionPermissionDTO) HasPermissions ¶

func (o *ComponentRestrictionPermissionDTO) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ComponentRestrictionPermissionDTO) HasRequiredPermission ¶

func (o *ComponentRestrictionPermissionDTO) HasRequiredPermission() bool

HasRequiredPermission returns a boolean if a field has been set.

func (ComponentRestrictionPermissionDTO) MarshalJSON ¶

func (o ComponentRestrictionPermissionDTO) MarshalJSON() ([]byte, error)

func (*ComponentRestrictionPermissionDTO) SetPermissions ¶

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ComponentRestrictionPermissionDTO) SetRequiredPermission ¶

func (o *ComponentRestrictionPermissionDTO) SetRequiredPermission(v RequiredPermissionDTO)

SetRequiredPermission gets a reference to the given RequiredPermissionDTO and assigns it to the RequiredPermission field.

func (ComponentRestrictionPermissionDTO) ToMap ¶

func (o ComponentRestrictionPermissionDTO) ToMap() (map[string]interface{}, error)

type ComponentSearchResultDTO ¶

type ComponentSearchResultDTO struct {
	// The id of the component that matched the search.
	Id *string `json:"id,omitempty"`
	// The group id of the component that matched the search.
	GroupId        *string               `json:"groupId,omitempty"`
	ParentGroup    *SearchResultGroupDTO `json:"parentGroup,omitempty"`
	VersionedGroup *SearchResultGroupDTO `json:"versionedGroup,omitempty"`
	// The name of the component that matched the search.
	Name *string `json:"name,omitempty"`
	// What matched the search from the component.
	Matches []string `json:"matches,omitempty"`
}

ComponentSearchResultDTO struct for ComponentSearchResultDTO

func NewComponentSearchResultDTO ¶

func NewComponentSearchResultDTO() *ComponentSearchResultDTO

NewComponentSearchResultDTO instantiates a new ComponentSearchResultDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentSearchResultDTOWithDefaults ¶

func NewComponentSearchResultDTOWithDefaults() *ComponentSearchResultDTO

NewComponentSearchResultDTOWithDefaults instantiates a new ComponentSearchResultDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentSearchResultDTO) GetGroupId ¶

func (o *ComponentSearchResultDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*ComponentSearchResultDTO) GetGroupIdOk ¶

func (o *ComponentSearchResultDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentSearchResultDTO) GetId ¶

func (o *ComponentSearchResultDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ComponentSearchResultDTO) GetIdOk ¶

func (o *ComponentSearchResultDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentSearchResultDTO) GetMatches ¶

func (o *ComponentSearchResultDTO) GetMatches() []string

GetMatches returns the Matches field value if set, zero value otherwise.

func (*ComponentSearchResultDTO) GetMatchesOk ¶

func (o *ComponentSearchResultDTO) GetMatchesOk() ([]string, bool)

GetMatchesOk returns a tuple with the Matches field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentSearchResultDTO) GetName ¶

func (o *ComponentSearchResultDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ComponentSearchResultDTO) GetNameOk ¶

func (o *ComponentSearchResultDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentSearchResultDTO) GetParentGroup ¶

func (o *ComponentSearchResultDTO) GetParentGroup() SearchResultGroupDTO

GetParentGroup returns the ParentGroup field value if set, zero value otherwise.

func (*ComponentSearchResultDTO) GetParentGroupOk ¶

func (o *ComponentSearchResultDTO) GetParentGroupOk() (*SearchResultGroupDTO, bool)

GetParentGroupOk returns a tuple with the ParentGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentSearchResultDTO) GetVersionedGroup ¶

func (o *ComponentSearchResultDTO) GetVersionedGroup() SearchResultGroupDTO

GetVersionedGroup returns the VersionedGroup field value if set, zero value otherwise.

func (*ComponentSearchResultDTO) GetVersionedGroupOk ¶

func (o *ComponentSearchResultDTO) GetVersionedGroupOk() (*SearchResultGroupDTO, bool)

GetVersionedGroupOk returns a tuple with the VersionedGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentSearchResultDTO) HasGroupId ¶

func (o *ComponentSearchResultDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*ComponentSearchResultDTO) HasId ¶

func (o *ComponentSearchResultDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ComponentSearchResultDTO) HasMatches ¶

func (o *ComponentSearchResultDTO) HasMatches() bool

HasMatches returns a boolean if a field has been set.

func (*ComponentSearchResultDTO) HasName ¶

func (o *ComponentSearchResultDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ComponentSearchResultDTO) HasParentGroup ¶

func (o *ComponentSearchResultDTO) HasParentGroup() bool

HasParentGroup returns a boolean if a field has been set.

func (*ComponentSearchResultDTO) HasVersionedGroup ¶

func (o *ComponentSearchResultDTO) HasVersionedGroup() bool

HasVersionedGroup returns a boolean if a field has been set.

func (ComponentSearchResultDTO) MarshalJSON ¶

func (o ComponentSearchResultDTO) MarshalJSON() ([]byte, error)

func (*ComponentSearchResultDTO) SetGroupId ¶

func (o *ComponentSearchResultDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*ComponentSearchResultDTO) SetId ¶

func (o *ComponentSearchResultDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ComponentSearchResultDTO) SetMatches ¶

func (o *ComponentSearchResultDTO) SetMatches(v []string)

SetMatches gets a reference to the given []string and assigns it to the Matches field.

func (*ComponentSearchResultDTO) SetName ¶

func (o *ComponentSearchResultDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ComponentSearchResultDTO) SetParentGroup ¶

func (o *ComponentSearchResultDTO) SetParentGroup(v SearchResultGroupDTO)

SetParentGroup gets a reference to the given SearchResultGroupDTO and assigns it to the ParentGroup field.

func (*ComponentSearchResultDTO) SetVersionedGroup ¶

func (o *ComponentSearchResultDTO) SetVersionedGroup(v SearchResultGroupDTO)

SetVersionedGroup gets a reference to the given SearchResultGroupDTO and assigns it to the VersionedGroup field.

func (ComponentSearchResultDTO) ToMap ¶

func (o ComponentSearchResultDTO) ToMap() (map[string]interface{}, error)

type ComponentStateDTO ¶

type ComponentStateDTO struct {
	// The component identifier.
	ComponentId *string `json:"componentId,omitempty"`
	// Description of the state this component persists.
	StateDescription *string      `json:"stateDescription,omitempty"`
	ClusterState     *StateMapDTO `json:"clusterState,omitempty"`
	LocalState       *StateMapDTO `json:"localState,omitempty"`
}

ComponentStateDTO struct for ComponentStateDTO

func NewComponentStateDTO ¶

func NewComponentStateDTO() *ComponentStateDTO

NewComponentStateDTO instantiates a new ComponentStateDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentStateDTOWithDefaults ¶

func NewComponentStateDTOWithDefaults() *ComponentStateDTO

NewComponentStateDTOWithDefaults instantiates a new ComponentStateDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentStateDTO) GetClusterState ¶

func (o *ComponentStateDTO) GetClusterState() StateMapDTO

GetClusterState returns the ClusterState field value if set, zero value otherwise.

func (*ComponentStateDTO) GetClusterStateOk ¶

func (o *ComponentStateDTO) GetClusterStateOk() (*StateMapDTO, bool)

GetClusterStateOk returns a tuple with the ClusterState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentStateDTO) GetComponentId ¶

func (o *ComponentStateDTO) GetComponentId() string

GetComponentId returns the ComponentId field value if set, zero value otherwise.

func (*ComponentStateDTO) GetComponentIdOk ¶

func (o *ComponentStateDTO) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentStateDTO) GetLocalState ¶

func (o *ComponentStateDTO) GetLocalState() StateMapDTO

GetLocalState returns the LocalState field value if set, zero value otherwise.

func (*ComponentStateDTO) GetLocalStateOk ¶

func (o *ComponentStateDTO) GetLocalStateOk() (*StateMapDTO, bool)

GetLocalStateOk returns a tuple with the LocalState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentStateDTO) GetStateDescription ¶

func (o *ComponentStateDTO) GetStateDescription() string

GetStateDescription returns the StateDescription field value if set, zero value otherwise.

func (*ComponentStateDTO) GetStateDescriptionOk ¶

func (o *ComponentStateDTO) GetStateDescriptionOk() (*string, bool)

GetStateDescriptionOk returns a tuple with the StateDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentStateDTO) HasClusterState ¶

func (o *ComponentStateDTO) HasClusterState() bool

HasClusterState returns a boolean if a field has been set.

func (*ComponentStateDTO) HasComponentId ¶

func (o *ComponentStateDTO) HasComponentId() bool

HasComponentId returns a boolean if a field has been set.

func (*ComponentStateDTO) HasLocalState ¶

func (o *ComponentStateDTO) HasLocalState() bool

HasLocalState returns a boolean if a field has been set.

func (*ComponentStateDTO) HasStateDescription ¶

func (o *ComponentStateDTO) HasStateDescription() bool

HasStateDescription returns a boolean if a field has been set.

func (ComponentStateDTO) MarshalJSON ¶

func (o ComponentStateDTO) MarshalJSON() ([]byte, error)

func (*ComponentStateDTO) SetClusterState ¶

func (o *ComponentStateDTO) SetClusterState(v StateMapDTO)

SetClusterState gets a reference to the given StateMapDTO and assigns it to the ClusterState field.

func (*ComponentStateDTO) SetComponentId ¶

func (o *ComponentStateDTO) SetComponentId(v string)

SetComponentId gets a reference to the given string and assigns it to the ComponentId field.

func (*ComponentStateDTO) SetLocalState ¶

func (o *ComponentStateDTO) SetLocalState(v StateMapDTO)

SetLocalState gets a reference to the given StateMapDTO and assigns it to the LocalState field.

func (*ComponentStateDTO) SetStateDescription ¶

func (o *ComponentStateDTO) SetStateDescription(v string)

SetStateDescription gets a reference to the given string and assigns it to the StateDescription field.

func (ComponentStateDTO) ToMap ¶

func (o ComponentStateDTO) ToMap() (map[string]interface{}, error)

type ComponentStateEntity ¶

type ComponentStateEntity struct {
	ComponentState *ComponentStateDTO `json:"componentState,omitempty"`
}

ComponentStateEntity struct for ComponentStateEntity

func NewComponentStateEntity ¶

func NewComponentStateEntity() *ComponentStateEntity

NewComponentStateEntity instantiates a new ComponentStateEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentStateEntityWithDefaults ¶

func NewComponentStateEntityWithDefaults() *ComponentStateEntity

NewComponentStateEntityWithDefaults instantiates a new ComponentStateEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentStateEntity) GetComponentState ¶

func (o *ComponentStateEntity) GetComponentState() ComponentStateDTO

GetComponentState returns the ComponentState field value if set, zero value otherwise.

func (*ComponentStateEntity) GetComponentStateOk ¶

func (o *ComponentStateEntity) GetComponentStateOk() (*ComponentStateDTO, bool)

GetComponentStateOk returns a tuple with the ComponentState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentStateEntity) HasComponentState ¶

func (o *ComponentStateEntity) HasComponentState() bool

HasComponentState returns a boolean if a field has been set.

func (ComponentStateEntity) MarshalJSON ¶

func (o ComponentStateEntity) MarshalJSON() ([]byte, error)

func (*ComponentStateEntity) SetComponentState ¶

func (o *ComponentStateEntity) SetComponentState(v ComponentStateDTO)

SetComponentState gets a reference to the given ComponentStateDTO and assigns it to the ComponentState field.

func (ComponentStateEntity) ToMap ¶

func (o ComponentStateEntity) ToMap() (map[string]interface{}, error)

type ComponentValidationResultDTO ¶

type ComponentValidationResultDTO struct {
	// The UUID of the Process Group that this component is in
	ProcessGroupId *string `json:"processGroupId,omitempty"`
	// The UUID of this component
	Id *string `json:"id,omitempty"`
	// The type of this component
	ReferenceType *string `json:"referenceType,omitempty"`
	// The name of this component.
	Name *string `json:"name,omitempty"`
	// The scheduled state of a processor or reporting task referencing a controller service. If this component is another controller service, this field represents the controller service state.
	State *string `json:"state,omitempty"`
	// The number of active threads for the referencing component.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
	// The validation errors for the component.
	ValidationErrors []string `json:"validationErrors,omitempty"`
	// Whether or not the component is currently valid
	CurrentlyValid *bool `json:"currentlyValid,omitempty"`
	// Whether or not the component will be valid if the Parameter Context is changed
	ResultsValid *bool `json:"resultsValid,omitempty"`
	// The validation errors that will apply to the component if the Parameter Context is changed
	ResultantValidationErrors []string `json:"resultantValidationErrors,omitempty"`
}

ComponentValidationResultDTO struct for ComponentValidationResultDTO

func NewComponentValidationResultDTO ¶

func NewComponentValidationResultDTO() *ComponentValidationResultDTO

NewComponentValidationResultDTO instantiates a new ComponentValidationResultDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentValidationResultDTOWithDefaults ¶

func NewComponentValidationResultDTOWithDefaults() *ComponentValidationResultDTO

NewComponentValidationResultDTOWithDefaults instantiates a new ComponentValidationResultDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentValidationResultDTO) GetActiveThreadCount ¶

func (o *ComponentValidationResultDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*ComponentValidationResultDTO) GetActiveThreadCountOk ¶

func (o *ComponentValidationResultDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultDTO) GetCurrentlyValid ¶

func (o *ComponentValidationResultDTO) GetCurrentlyValid() bool

GetCurrentlyValid returns the CurrentlyValid field value if set, zero value otherwise.

func (*ComponentValidationResultDTO) GetCurrentlyValidOk ¶

func (o *ComponentValidationResultDTO) GetCurrentlyValidOk() (*bool, bool)

GetCurrentlyValidOk returns a tuple with the CurrentlyValid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ComponentValidationResultDTO) GetIdOk ¶

func (o *ComponentValidationResultDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultDTO) GetName ¶

func (o *ComponentValidationResultDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ComponentValidationResultDTO) GetNameOk ¶

func (o *ComponentValidationResultDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultDTO) GetProcessGroupId ¶

func (o *ComponentValidationResultDTO) GetProcessGroupId() string

GetProcessGroupId returns the ProcessGroupId field value if set, zero value otherwise.

func (*ComponentValidationResultDTO) GetProcessGroupIdOk ¶

func (o *ComponentValidationResultDTO) GetProcessGroupIdOk() (*string, bool)

GetProcessGroupIdOk returns a tuple with the ProcessGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultDTO) GetReferenceType ¶

func (o *ComponentValidationResultDTO) GetReferenceType() string

GetReferenceType returns the ReferenceType field value if set, zero value otherwise.

func (*ComponentValidationResultDTO) GetReferenceTypeOk ¶

func (o *ComponentValidationResultDTO) GetReferenceTypeOk() (*string, bool)

GetReferenceTypeOk returns a tuple with the ReferenceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultDTO) GetResultantValidationErrors ¶

func (o *ComponentValidationResultDTO) GetResultantValidationErrors() []string

GetResultantValidationErrors returns the ResultantValidationErrors field value if set, zero value otherwise.

func (*ComponentValidationResultDTO) GetResultantValidationErrorsOk ¶

func (o *ComponentValidationResultDTO) GetResultantValidationErrorsOk() ([]string, bool)

GetResultantValidationErrorsOk returns a tuple with the ResultantValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultDTO) GetResultsValid ¶

func (o *ComponentValidationResultDTO) GetResultsValid() bool

GetResultsValid returns the ResultsValid field value if set, zero value otherwise.

func (*ComponentValidationResultDTO) GetResultsValidOk ¶

func (o *ComponentValidationResultDTO) GetResultsValidOk() (*bool, bool)

GetResultsValidOk returns a tuple with the ResultsValid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultDTO) GetState ¶

func (o *ComponentValidationResultDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ComponentValidationResultDTO) GetStateOk ¶

func (o *ComponentValidationResultDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultDTO) GetValidationErrors ¶

func (o *ComponentValidationResultDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ComponentValidationResultDTO) GetValidationErrorsOk ¶

func (o *ComponentValidationResultDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultDTO) HasActiveThreadCount ¶

func (o *ComponentValidationResultDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*ComponentValidationResultDTO) HasCurrentlyValid ¶

func (o *ComponentValidationResultDTO) HasCurrentlyValid() bool

HasCurrentlyValid returns a boolean if a field has been set.

func (*ComponentValidationResultDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*ComponentValidationResultDTO) HasName ¶

func (o *ComponentValidationResultDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ComponentValidationResultDTO) HasProcessGroupId ¶

func (o *ComponentValidationResultDTO) HasProcessGroupId() bool

HasProcessGroupId returns a boolean if a field has been set.

func (*ComponentValidationResultDTO) HasReferenceType ¶

func (o *ComponentValidationResultDTO) HasReferenceType() bool

HasReferenceType returns a boolean if a field has been set.

func (*ComponentValidationResultDTO) HasResultantValidationErrors ¶

func (o *ComponentValidationResultDTO) HasResultantValidationErrors() bool

HasResultantValidationErrors returns a boolean if a field has been set.

func (*ComponentValidationResultDTO) HasResultsValid ¶

func (o *ComponentValidationResultDTO) HasResultsValid() bool

HasResultsValid returns a boolean if a field has been set.

func (*ComponentValidationResultDTO) HasState ¶

func (o *ComponentValidationResultDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*ComponentValidationResultDTO) HasValidationErrors ¶

func (o *ComponentValidationResultDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (ComponentValidationResultDTO) MarshalJSON ¶

func (o ComponentValidationResultDTO) MarshalJSON() ([]byte, error)

func (*ComponentValidationResultDTO) SetActiveThreadCount ¶

func (o *ComponentValidationResultDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*ComponentValidationResultDTO) SetCurrentlyValid ¶

func (o *ComponentValidationResultDTO) SetCurrentlyValid(v bool)

SetCurrentlyValid gets a reference to the given bool and assigns it to the CurrentlyValid field.

func (*ComponentValidationResultDTO) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ComponentValidationResultDTO) SetName ¶

func (o *ComponentValidationResultDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ComponentValidationResultDTO) SetProcessGroupId ¶

func (o *ComponentValidationResultDTO) SetProcessGroupId(v string)

SetProcessGroupId gets a reference to the given string and assigns it to the ProcessGroupId field.

func (*ComponentValidationResultDTO) SetReferenceType ¶

func (o *ComponentValidationResultDTO) SetReferenceType(v string)

SetReferenceType gets a reference to the given string and assigns it to the ReferenceType field.

func (*ComponentValidationResultDTO) SetResultantValidationErrors ¶

func (o *ComponentValidationResultDTO) SetResultantValidationErrors(v []string)

SetResultantValidationErrors gets a reference to the given []string and assigns it to the ResultantValidationErrors field.

func (*ComponentValidationResultDTO) SetResultsValid ¶

func (o *ComponentValidationResultDTO) SetResultsValid(v bool)

SetResultsValid gets a reference to the given bool and assigns it to the ResultsValid field.

func (*ComponentValidationResultDTO) SetState ¶

func (o *ComponentValidationResultDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*ComponentValidationResultDTO) SetValidationErrors ¶

func (o *ComponentValidationResultDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (ComponentValidationResultDTO) ToMap ¶

func (o ComponentValidationResultDTO) ToMap() (map[string]interface{}, error)

type ComponentValidationResultEntity ¶

type ComponentValidationResultEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                         `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ComponentValidationResultDTO `json:"component,omitempty"`
}

ComponentValidationResultEntity struct for ComponentValidationResultEntity

func NewComponentValidationResultEntity ¶

func NewComponentValidationResultEntity() *ComponentValidationResultEntity

NewComponentValidationResultEntity instantiates a new ComponentValidationResultEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentValidationResultEntityWithDefaults ¶

func NewComponentValidationResultEntityWithDefaults() *ComponentValidationResultEntity

NewComponentValidationResultEntityWithDefaults instantiates a new ComponentValidationResultEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentValidationResultEntity) GetBulletins ¶

func (o *ComponentValidationResultEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ComponentValidationResultEntity) GetBulletinsOk ¶

func (o *ComponentValidationResultEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*ComponentValidationResultEntity) GetComponentOk ¶

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ComponentValidationResultEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ComponentValidationResultEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ComponentValidationResultEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ComponentValidationResultEntity) GetIdOk ¶

func (o *ComponentValidationResultEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultEntity) GetPermissions ¶

func (o *ComponentValidationResultEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ComponentValidationResultEntity) GetPermissionsOk ¶

func (o *ComponentValidationResultEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultEntity) GetPosition ¶

GetPosition returns the Position field value if set, zero value otherwise.

func (*ComponentValidationResultEntity) GetPositionOk ¶

func (o *ComponentValidationResultEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultEntity) GetRevision ¶

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ComponentValidationResultEntity) GetRevisionOk ¶

func (o *ComponentValidationResultEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultEntity) GetUri ¶

GetUri returns the Uri field value if set, zero value otherwise.

func (*ComponentValidationResultEntity) GetUriOk ¶

func (o *ComponentValidationResultEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultEntity) HasBulletins ¶

func (o *ComponentValidationResultEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ComponentValidationResultEntity) HasComponent ¶

func (o *ComponentValidationResultEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ComponentValidationResultEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ComponentValidationResultEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ComponentValidationResultEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*ComponentValidationResultEntity) HasPermissions ¶

func (o *ComponentValidationResultEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ComponentValidationResultEntity) HasPosition ¶

func (o *ComponentValidationResultEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ComponentValidationResultEntity) HasRevision ¶

func (o *ComponentValidationResultEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ComponentValidationResultEntity) HasUri ¶

HasUri returns a boolean if a field has been set.

func (ComponentValidationResultEntity) MarshalJSON ¶

func (o ComponentValidationResultEntity) MarshalJSON() ([]byte, error)

func (*ComponentValidationResultEntity) SetBulletins ¶

func (o *ComponentValidationResultEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ComponentValidationResultEntity) SetComponent ¶

SetComponent gets a reference to the given ComponentValidationResultDTO and assigns it to the Component field.

func (*ComponentValidationResultEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ComponentValidationResultEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ComponentValidationResultEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ComponentValidationResultEntity) SetPermissions ¶

func (o *ComponentValidationResultEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ComponentValidationResultEntity) SetPosition ¶

func (o *ComponentValidationResultEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ComponentValidationResultEntity) SetRevision ¶

func (o *ComponentValidationResultEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ComponentValidationResultEntity) SetUri ¶

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ComponentValidationResultEntity) ToMap ¶

func (o ComponentValidationResultEntity) ToMap() (map[string]interface{}, error)

type ComponentValidationResultsEntity ¶

type ComponentValidationResultsEntity struct {
	// A List of ComponentValidationResultEntity, one for each component that is validated
	ValidationResults []ComponentValidationResultEntity `json:"validationResults,omitempty"`
}

ComponentValidationResultsEntity struct for ComponentValidationResultsEntity

func NewComponentValidationResultsEntity ¶

func NewComponentValidationResultsEntity() *ComponentValidationResultsEntity

NewComponentValidationResultsEntity instantiates a new ComponentValidationResultsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewComponentValidationResultsEntityWithDefaults ¶

func NewComponentValidationResultsEntityWithDefaults() *ComponentValidationResultsEntity

NewComponentValidationResultsEntityWithDefaults instantiates a new ComponentValidationResultsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ComponentValidationResultsEntity) GetValidationResults ¶

GetValidationResults returns the ValidationResults field value if set, zero value otherwise.

func (*ComponentValidationResultsEntity) GetValidationResultsOk ¶

GetValidationResultsOk returns a tuple with the ValidationResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentValidationResultsEntity) HasValidationResults ¶

func (o *ComponentValidationResultsEntity) HasValidationResults() bool

HasValidationResults returns a boolean if a field has been set.

func (ComponentValidationResultsEntity) MarshalJSON ¶

func (o ComponentValidationResultsEntity) MarshalJSON() ([]byte, error)

func (*ComponentValidationResultsEntity) SetValidationResults ¶

SetValidationResults gets a reference to the given []ComponentValidationResultEntity and assigns it to the ValidationResults field.

func (ComponentValidationResultsEntity) ToMap ¶

func (o ComponentValidationResultsEntity) ToMap() (map[string]interface{}, error)

type ConfigVerificationResultDTO ¶

type ConfigVerificationResultDTO struct {
	// The outcome of the verification
	Outcome *string `json:"outcome,omitempty"`
	// The name of the verification step
	VerificationStepName *string `json:"verificationStepName,omitempty"`
	// An explanation of why the step was or was not successful
	Explanation *string `json:"explanation,omitempty"`
}

ConfigVerificationResultDTO struct for ConfigVerificationResultDTO

func NewConfigVerificationResultDTO ¶

func NewConfigVerificationResultDTO() *ConfigVerificationResultDTO

NewConfigVerificationResultDTO instantiates a new ConfigVerificationResultDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigVerificationResultDTOWithDefaults ¶

func NewConfigVerificationResultDTOWithDefaults() *ConfigVerificationResultDTO

NewConfigVerificationResultDTOWithDefaults instantiates a new ConfigVerificationResultDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConfigVerificationResultDTO) GetExplanation ¶

func (o *ConfigVerificationResultDTO) GetExplanation() string

GetExplanation returns the Explanation field value if set, zero value otherwise.

func (*ConfigVerificationResultDTO) GetExplanationOk ¶

func (o *ConfigVerificationResultDTO) GetExplanationOk() (*string, bool)

GetExplanationOk returns a tuple with the Explanation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigVerificationResultDTO) GetOutcome ¶

func (o *ConfigVerificationResultDTO) GetOutcome() string

GetOutcome returns the Outcome field value if set, zero value otherwise.

func (*ConfigVerificationResultDTO) GetOutcomeOk ¶

func (o *ConfigVerificationResultDTO) GetOutcomeOk() (*string, bool)

GetOutcomeOk returns a tuple with the Outcome field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigVerificationResultDTO) GetVerificationStepName ¶

func (o *ConfigVerificationResultDTO) GetVerificationStepName() string

GetVerificationStepName returns the VerificationStepName field value if set, zero value otherwise.

func (*ConfigVerificationResultDTO) GetVerificationStepNameOk ¶

func (o *ConfigVerificationResultDTO) GetVerificationStepNameOk() (*string, bool)

GetVerificationStepNameOk returns a tuple with the VerificationStepName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigVerificationResultDTO) HasExplanation ¶

func (o *ConfigVerificationResultDTO) HasExplanation() bool

HasExplanation returns a boolean if a field has been set.

func (*ConfigVerificationResultDTO) HasOutcome ¶

func (o *ConfigVerificationResultDTO) HasOutcome() bool

HasOutcome returns a boolean if a field has been set.

func (*ConfigVerificationResultDTO) HasVerificationStepName ¶

func (o *ConfigVerificationResultDTO) HasVerificationStepName() bool

HasVerificationStepName returns a boolean if a field has been set.

func (ConfigVerificationResultDTO) MarshalJSON ¶

func (o ConfigVerificationResultDTO) MarshalJSON() ([]byte, error)

func (*ConfigVerificationResultDTO) SetExplanation ¶

func (o *ConfigVerificationResultDTO) SetExplanation(v string)

SetExplanation gets a reference to the given string and assigns it to the Explanation field.

func (*ConfigVerificationResultDTO) SetOutcome ¶

func (o *ConfigVerificationResultDTO) SetOutcome(v string)

SetOutcome gets a reference to the given string and assigns it to the Outcome field.

func (*ConfigVerificationResultDTO) SetVerificationStepName ¶

func (o *ConfigVerificationResultDTO) SetVerificationStepName(v string)

SetVerificationStepName gets a reference to the given string and assigns it to the VerificationStepName field.

func (ConfigVerificationResultDTO) ToMap ¶

func (o ConfigVerificationResultDTO) ToMap() (map[string]interface{}, error)

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ConfigurationAnalysisDTO ¶

type ConfigurationAnalysisDTO struct {
	// The ID of the component
	ComponentId *string `json:"componentId,omitempty"`
	// The configured properties for the component
	Properties *map[string]string `json:"properties,omitempty"`
	// The attributes that are referenced by the properties, mapped to recently used values
	ReferencedAttributes *map[string]string `json:"referencedAttributes,omitempty"`
	// Whether or not the component supports verification
	SupportsVerification *bool `json:"supportsVerification,omitempty"`
}

ConfigurationAnalysisDTO struct for ConfigurationAnalysisDTO

func NewConfigurationAnalysisDTO ¶

func NewConfigurationAnalysisDTO() *ConfigurationAnalysisDTO

NewConfigurationAnalysisDTO instantiates a new ConfigurationAnalysisDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurationAnalysisDTOWithDefaults ¶

func NewConfigurationAnalysisDTOWithDefaults() *ConfigurationAnalysisDTO

NewConfigurationAnalysisDTOWithDefaults instantiates a new ConfigurationAnalysisDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConfigurationAnalysisDTO) GetComponentId ¶

func (o *ConfigurationAnalysisDTO) GetComponentId() string

GetComponentId returns the ComponentId field value if set, zero value otherwise.

func (*ConfigurationAnalysisDTO) GetComponentIdOk ¶

func (o *ConfigurationAnalysisDTO) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationAnalysisDTO) GetProperties ¶

func (o *ConfigurationAnalysisDTO) GetProperties() map[string]string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*ConfigurationAnalysisDTO) GetPropertiesOk ¶

func (o *ConfigurationAnalysisDTO) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationAnalysisDTO) GetReferencedAttributes ¶

func (o *ConfigurationAnalysisDTO) GetReferencedAttributes() map[string]string

GetReferencedAttributes returns the ReferencedAttributes field value if set, zero value otherwise.

func (*ConfigurationAnalysisDTO) GetReferencedAttributesOk ¶

func (o *ConfigurationAnalysisDTO) GetReferencedAttributesOk() (*map[string]string, bool)

GetReferencedAttributesOk returns a tuple with the ReferencedAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationAnalysisDTO) GetSupportsVerification ¶

func (o *ConfigurationAnalysisDTO) GetSupportsVerification() bool

GetSupportsVerification returns the SupportsVerification field value if set, zero value otherwise.

func (*ConfigurationAnalysisDTO) GetSupportsVerificationOk ¶

func (o *ConfigurationAnalysisDTO) GetSupportsVerificationOk() (*bool, bool)

GetSupportsVerificationOk returns a tuple with the SupportsVerification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationAnalysisDTO) HasComponentId ¶

func (o *ConfigurationAnalysisDTO) HasComponentId() bool

HasComponentId returns a boolean if a field has been set.

func (*ConfigurationAnalysisDTO) HasProperties ¶

func (o *ConfigurationAnalysisDTO) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*ConfigurationAnalysisDTO) HasReferencedAttributes ¶

func (o *ConfigurationAnalysisDTO) HasReferencedAttributes() bool

HasReferencedAttributes returns a boolean if a field has been set.

func (*ConfigurationAnalysisDTO) HasSupportsVerification ¶

func (o *ConfigurationAnalysisDTO) HasSupportsVerification() bool

HasSupportsVerification returns a boolean if a field has been set.

func (ConfigurationAnalysisDTO) MarshalJSON ¶

func (o ConfigurationAnalysisDTO) MarshalJSON() ([]byte, error)

func (*ConfigurationAnalysisDTO) SetComponentId ¶

func (o *ConfigurationAnalysisDTO) SetComponentId(v string)

SetComponentId gets a reference to the given string and assigns it to the ComponentId field.

func (*ConfigurationAnalysisDTO) SetProperties ¶

func (o *ConfigurationAnalysisDTO) SetProperties(v map[string]string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*ConfigurationAnalysisDTO) SetReferencedAttributes ¶

func (o *ConfigurationAnalysisDTO) SetReferencedAttributes(v map[string]string)

SetReferencedAttributes gets a reference to the given map[string]string and assigns it to the ReferencedAttributes field.

func (*ConfigurationAnalysisDTO) SetSupportsVerification ¶

func (o *ConfigurationAnalysisDTO) SetSupportsVerification(v bool)

SetSupportsVerification gets a reference to the given bool and assigns it to the SupportsVerification field.

func (ConfigurationAnalysisDTO) ToMap ¶

func (o ConfigurationAnalysisDTO) ToMap() (map[string]interface{}, error)

type ConfigurationAnalysisEntity ¶

type ConfigurationAnalysisEntity struct {
	ConfigurationAnalysis *ConfigurationAnalysisDTO `json:"configurationAnalysis,omitempty"`
}

ConfigurationAnalysisEntity struct for ConfigurationAnalysisEntity

func NewConfigurationAnalysisEntity ¶

func NewConfigurationAnalysisEntity() *ConfigurationAnalysisEntity

NewConfigurationAnalysisEntity instantiates a new ConfigurationAnalysisEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConfigurationAnalysisEntityWithDefaults ¶

func NewConfigurationAnalysisEntityWithDefaults() *ConfigurationAnalysisEntity

NewConfigurationAnalysisEntityWithDefaults instantiates a new ConfigurationAnalysisEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConfigurationAnalysisEntity) GetConfigurationAnalysis ¶

func (o *ConfigurationAnalysisEntity) GetConfigurationAnalysis() ConfigurationAnalysisDTO

GetConfigurationAnalysis returns the ConfigurationAnalysis field value if set, zero value otherwise.

func (*ConfigurationAnalysisEntity) GetConfigurationAnalysisOk ¶

func (o *ConfigurationAnalysisEntity) GetConfigurationAnalysisOk() (*ConfigurationAnalysisDTO, bool)

GetConfigurationAnalysisOk returns a tuple with the ConfigurationAnalysis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConfigurationAnalysisEntity) HasConfigurationAnalysis ¶

func (o *ConfigurationAnalysisEntity) HasConfigurationAnalysis() bool

HasConfigurationAnalysis returns a boolean if a field has been set.

func (ConfigurationAnalysisEntity) MarshalJSON ¶

func (o ConfigurationAnalysisEntity) MarshalJSON() ([]byte, error)

func (*ConfigurationAnalysisEntity) SetConfigurationAnalysis ¶

func (o *ConfigurationAnalysisEntity) SetConfigurationAnalysis(v ConfigurationAnalysisDTO)

SetConfigurationAnalysis gets a reference to the given ConfigurationAnalysisDTO and assigns it to the ConfigurationAnalysis field.

func (ConfigurationAnalysisEntity) ToMap ¶

func (o ConfigurationAnalysisEntity) ToMap() (map[string]interface{}, error)

type ConnectableComponent ¶

type ConnectableComponent struct {
	// The id of the connectable component.
	Id string `json:"id"`
	// The type of component the connectable is.
	Type string `json:"type"`
	// The id of the group that the connectable component resides in
	GroupId string `json:"groupId"`
	// The name of the connectable component
	Name *string `json:"name,omitempty"`
	// The comments for the connectable component.
	Comments *string `json:"comments,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
}

ConnectableComponent struct for ConnectableComponent

func NewConnectableComponent ¶

func NewConnectableComponent(id string, type_ string, groupId string) *ConnectableComponent

NewConnectableComponent instantiates a new ConnectableComponent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectableComponentWithDefaults ¶

func NewConnectableComponentWithDefaults() *ConnectableComponent

NewConnectableComponentWithDefaults instantiates a new ConnectableComponent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectableComponent) GetComments ¶

func (o *ConnectableComponent) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*ConnectableComponent) GetCommentsOk ¶

func (o *ConnectableComponent) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectableComponent) GetGroupId ¶

func (o *ConnectableComponent) GetGroupId() string

GetGroupId returns the GroupId field value

func (*ConnectableComponent) GetGroupIdOk ¶

func (o *ConnectableComponent) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value and a boolean to check if the value has been set.

func (*ConnectableComponent) GetId ¶

func (o *ConnectableComponent) GetId() string

GetId returns the Id field value

func (*ConnectableComponent) GetIdOk ¶

func (o *ConnectableComponent) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ConnectableComponent) GetInstanceIdentifier ¶

func (o *ConnectableComponent) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*ConnectableComponent) GetInstanceIdentifierOk ¶

func (o *ConnectableComponent) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectableComponent) GetName ¶

func (o *ConnectableComponent) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ConnectableComponent) GetNameOk ¶

func (o *ConnectableComponent) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectableComponent) GetType ¶

func (o *ConnectableComponent) GetType() string

GetType returns the Type field value

func (*ConnectableComponent) GetTypeOk ¶

func (o *ConnectableComponent) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ConnectableComponent) HasComments ¶

func (o *ConnectableComponent) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*ConnectableComponent) HasInstanceIdentifier ¶

func (o *ConnectableComponent) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*ConnectableComponent) HasName ¶

func (o *ConnectableComponent) HasName() bool

HasName returns a boolean if a field has been set.

func (ConnectableComponent) MarshalJSON ¶

func (o ConnectableComponent) MarshalJSON() ([]byte, error)

func (*ConnectableComponent) SetComments ¶

func (o *ConnectableComponent) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*ConnectableComponent) SetGroupId ¶

func (o *ConnectableComponent) SetGroupId(v string)

SetGroupId sets field value

func (*ConnectableComponent) SetId ¶

func (o *ConnectableComponent) SetId(v string)

SetId sets field value

func (*ConnectableComponent) SetInstanceIdentifier ¶

func (o *ConnectableComponent) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*ConnectableComponent) SetName ¶

func (o *ConnectableComponent) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ConnectableComponent) SetType ¶

func (o *ConnectableComponent) SetType(v string)

SetType sets field value

func (ConnectableComponent) ToMap ¶

func (o ConnectableComponent) ToMap() (map[string]interface{}, error)

type ConnectableDTO ¶

type ConnectableDTO struct {
	// The id of the connectable component.
	Id string `json:"id"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The type of component the connectable is.
	Type string `json:"type"`
	// The id of the group that the connectable component resides in
	GroupId string `json:"groupId"`
	// The name of the connectable component
	Name *string `json:"name,omitempty"`
	// Reflects the current state of the connectable component.
	Running *bool `json:"running,omitempty"`
	// If the connectable component represents a remote port, indicates if the target is configured to transmit.
	Transmitting *bool `json:"transmitting,omitempty"`
	// If the connectable component represents a remote port, indicates if the target exists.
	Exists *bool `json:"exists,omitempty"`
	// The comments for the connectable component.
	Comments *string `json:"comments,omitempty"`
}

ConnectableDTO struct for ConnectableDTO

func NewConnectableDTO ¶

func NewConnectableDTO(id string, type_ string, groupId string) *ConnectableDTO

NewConnectableDTO instantiates a new ConnectableDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectableDTOWithDefaults ¶

func NewConnectableDTOWithDefaults() *ConnectableDTO

NewConnectableDTOWithDefaults instantiates a new ConnectableDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectableDTO) GetComments ¶

func (o *ConnectableDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*ConnectableDTO) GetCommentsOk ¶

func (o *ConnectableDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectableDTO) GetExists ¶

func (o *ConnectableDTO) GetExists() bool

GetExists returns the Exists field value if set, zero value otherwise.

func (*ConnectableDTO) GetExistsOk ¶

func (o *ConnectableDTO) GetExistsOk() (*bool, bool)

GetExistsOk returns a tuple with the Exists field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectableDTO) GetGroupId ¶

func (o *ConnectableDTO) GetGroupId() string

GetGroupId returns the GroupId field value

func (*ConnectableDTO) GetGroupIdOk ¶

func (o *ConnectableDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value and a boolean to check if the value has been set.

func (*ConnectableDTO) GetId ¶

func (o *ConnectableDTO) GetId() string

GetId returns the Id field value

func (*ConnectableDTO) GetIdOk ¶

func (o *ConnectableDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ConnectableDTO) GetName ¶

func (o *ConnectableDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ConnectableDTO) GetNameOk ¶

func (o *ConnectableDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectableDTO) GetRunning ¶

func (o *ConnectableDTO) GetRunning() bool

GetRunning returns the Running field value if set, zero value otherwise.

func (*ConnectableDTO) GetRunningOk ¶

func (o *ConnectableDTO) GetRunningOk() (*bool, bool)

GetRunningOk returns a tuple with the Running field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectableDTO) GetTransmitting ¶

func (o *ConnectableDTO) GetTransmitting() bool

GetTransmitting returns the Transmitting field value if set, zero value otherwise.

func (*ConnectableDTO) GetTransmittingOk ¶

func (o *ConnectableDTO) GetTransmittingOk() (*bool, bool)

GetTransmittingOk returns a tuple with the Transmitting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectableDTO) GetType ¶

func (o *ConnectableDTO) GetType() string

GetType returns the Type field value

func (*ConnectableDTO) GetTypeOk ¶

func (o *ConnectableDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ConnectableDTO) GetVersionedComponentId ¶

func (o *ConnectableDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*ConnectableDTO) GetVersionedComponentIdOk ¶

func (o *ConnectableDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectableDTO) HasComments ¶

func (o *ConnectableDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*ConnectableDTO) HasExists ¶

func (o *ConnectableDTO) HasExists() bool

HasExists returns a boolean if a field has been set.

func (*ConnectableDTO) HasName ¶

func (o *ConnectableDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ConnectableDTO) HasRunning ¶

func (o *ConnectableDTO) HasRunning() bool

HasRunning returns a boolean if a field has been set.

func (*ConnectableDTO) HasTransmitting ¶

func (o *ConnectableDTO) HasTransmitting() bool

HasTransmitting returns a boolean if a field has been set.

func (*ConnectableDTO) HasVersionedComponentId ¶

func (o *ConnectableDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (ConnectableDTO) MarshalJSON ¶

func (o ConnectableDTO) MarshalJSON() ([]byte, error)

func (*ConnectableDTO) SetComments ¶

func (o *ConnectableDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*ConnectableDTO) SetExists ¶

func (o *ConnectableDTO) SetExists(v bool)

SetExists gets a reference to the given bool and assigns it to the Exists field.

func (*ConnectableDTO) SetGroupId ¶

func (o *ConnectableDTO) SetGroupId(v string)

SetGroupId sets field value

func (*ConnectableDTO) SetId ¶

func (o *ConnectableDTO) SetId(v string)

SetId sets field value

func (*ConnectableDTO) SetName ¶

func (o *ConnectableDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ConnectableDTO) SetRunning ¶

func (o *ConnectableDTO) SetRunning(v bool)

SetRunning gets a reference to the given bool and assigns it to the Running field.

func (*ConnectableDTO) SetTransmitting ¶

func (o *ConnectableDTO) SetTransmitting(v bool)

SetTransmitting gets a reference to the given bool and assigns it to the Transmitting field.

func (*ConnectableDTO) SetType ¶

func (o *ConnectableDTO) SetType(v string)

SetType sets field value

func (*ConnectableDTO) SetVersionedComponentId ¶

func (o *ConnectableDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (ConnectableDTO) ToMap ¶

func (o ConnectableDTO) ToMap() (map[string]interface{}, error)

type ConnectionDTO ¶

type ConnectionDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string         `json:"parentGroupId,omitempty"`
	Position      *PositionDTO    `json:"position,omitempty"`
	Source        *ConnectableDTO `json:"source,omitempty"`
	Destination   *ConnectableDTO `json:"destination,omitempty"`
	// The name of the connection.
	Name *string `json:"name,omitempty"`
	// The index of the bend point where to place the connection label.
	LabelIndex *int32 `json:"labelIndex,omitempty"`
	// The z index of the connection.
	GetzIndex *int64 `json:"getzIndex,omitempty"`
	// The selected relationship that comprise the connection.
	SelectedRelationships []string `json:"selectedRelationships,omitempty"`
	// The relationships that the source of the connection currently supports.
	AvailableRelationships []string `json:"availableRelationships,omitempty"`
	// The object count threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are affected but it does help feeder processors to stop pushing too much into this work queue.
	BackPressureObjectThreshold *int64 `json:"backPressureObjectThreshold,omitempty"`
	// The object data size threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are affected but it does help feeder processors to stop pushing too much into this work queue.
	BackPressureDataSizeThreshold *string `json:"backPressureDataSizeThreshold,omitempty"`
	// The amount of time a flow file may be in the flow before it will be automatically aged out of the flow. Once a flow file reaches this age it will be terminated from the flow the next time a processor attempts to start work on it.
	FlowFileExpiration *string `json:"flowFileExpiration,omitempty"`
	// The comparators used to prioritize the queue.
	Prioritizers []string `json:"prioritizers,omitempty"`
	// The bend points on the connection.
	Bends []PositionDTO `json:"bends,omitempty"`
	// How to load balance the data in this Connection across the nodes in the cluster.
	LoadBalanceStrategy *string `json:"loadBalanceStrategy,omitempty"`
	// The FlowFile Attribute to use for determining which node a FlowFile will go to if the Load Balancing Strategy is set to PARTITION_BY_ATTRIBUTE
	LoadBalancePartitionAttribute *string `json:"loadBalancePartitionAttribute,omitempty"`
	// Whether or not data should be compressed when being transferred between nodes in the cluster.
	LoadBalanceCompression *string `json:"loadBalanceCompression,omitempty"`
	// The current status of the Connection's Load Balancing Activities. Status can indicate that Load Balancing is not configured for the connection, that Load Balancing is configured but inactive (not currently transferring data to another node), or that Load Balancing is configured and actively transferring data to another node.
	LoadBalanceStatus *string `json:"loadBalanceStatus,omitempty"`
}

ConnectionDTO struct for ConnectionDTO

func NewConnectionDTO ¶

func NewConnectionDTO() *ConnectionDTO

NewConnectionDTO instantiates a new ConnectionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionDTOWithDefaults ¶

func NewConnectionDTOWithDefaults() *ConnectionDTO

NewConnectionDTOWithDefaults instantiates a new ConnectionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionDTO) GetAvailableRelationships ¶

func (o *ConnectionDTO) GetAvailableRelationships() []string

GetAvailableRelationships returns the AvailableRelationships field value if set, zero value otherwise.

func (*ConnectionDTO) GetAvailableRelationshipsOk ¶

func (o *ConnectionDTO) GetAvailableRelationshipsOk() ([]string, bool)

GetAvailableRelationshipsOk returns a tuple with the AvailableRelationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetBackPressureDataSizeThreshold ¶

func (o *ConnectionDTO) GetBackPressureDataSizeThreshold() string

GetBackPressureDataSizeThreshold returns the BackPressureDataSizeThreshold field value if set, zero value otherwise.

func (*ConnectionDTO) GetBackPressureDataSizeThresholdOk ¶

func (o *ConnectionDTO) GetBackPressureDataSizeThresholdOk() (*string, bool)

GetBackPressureDataSizeThresholdOk returns a tuple with the BackPressureDataSizeThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetBackPressureObjectThreshold ¶

func (o *ConnectionDTO) GetBackPressureObjectThreshold() int64

GetBackPressureObjectThreshold returns the BackPressureObjectThreshold field value if set, zero value otherwise.

func (*ConnectionDTO) GetBackPressureObjectThresholdOk ¶

func (o *ConnectionDTO) GetBackPressureObjectThresholdOk() (*int64, bool)

GetBackPressureObjectThresholdOk returns a tuple with the BackPressureObjectThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetBends ¶

func (o *ConnectionDTO) GetBends() []PositionDTO

GetBends returns the Bends field value if set, zero value otherwise.

func (*ConnectionDTO) GetBendsOk ¶

func (o *ConnectionDTO) GetBendsOk() ([]PositionDTO, bool)

GetBendsOk returns a tuple with the Bends field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetDestination ¶

func (o *ConnectionDTO) GetDestination() ConnectableDTO

GetDestination returns the Destination field value if set, zero value otherwise.

func (*ConnectionDTO) GetDestinationOk ¶

func (o *ConnectionDTO) GetDestinationOk() (*ConnectableDTO, bool)

GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetFlowFileExpiration ¶

func (o *ConnectionDTO) GetFlowFileExpiration() string

GetFlowFileExpiration returns the FlowFileExpiration field value if set, zero value otherwise.

func (*ConnectionDTO) GetFlowFileExpirationOk ¶

func (o *ConnectionDTO) GetFlowFileExpirationOk() (*string, bool)

GetFlowFileExpirationOk returns a tuple with the FlowFileExpiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetGetzIndex ¶

func (o *ConnectionDTO) GetGetzIndex() int64

GetGetzIndex returns the GetzIndex field value if set, zero value otherwise.

func (*ConnectionDTO) GetGetzIndexOk ¶

func (o *ConnectionDTO) GetGetzIndexOk() (*int64, bool)

GetGetzIndexOk returns a tuple with the GetzIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetId ¶

func (o *ConnectionDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ConnectionDTO) GetIdOk ¶

func (o *ConnectionDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetLabelIndex ¶

func (o *ConnectionDTO) GetLabelIndex() int32

GetLabelIndex returns the LabelIndex field value if set, zero value otherwise.

func (*ConnectionDTO) GetLabelIndexOk ¶

func (o *ConnectionDTO) GetLabelIndexOk() (*int32, bool)

GetLabelIndexOk returns a tuple with the LabelIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetLoadBalanceCompression ¶

func (o *ConnectionDTO) GetLoadBalanceCompression() string

GetLoadBalanceCompression returns the LoadBalanceCompression field value if set, zero value otherwise.

func (*ConnectionDTO) GetLoadBalanceCompressionOk ¶

func (o *ConnectionDTO) GetLoadBalanceCompressionOk() (*string, bool)

GetLoadBalanceCompressionOk returns a tuple with the LoadBalanceCompression field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetLoadBalancePartitionAttribute ¶

func (o *ConnectionDTO) GetLoadBalancePartitionAttribute() string

GetLoadBalancePartitionAttribute returns the LoadBalancePartitionAttribute field value if set, zero value otherwise.

func (*ConnectionDTO) GetLoadBalancePartitionAttributeOk ¶

func (o *ConnectionDTO) GetLoadBalancePartitionAttributeOk() (*string, bool)

GetLoadBalancePartitionAttributeOk returns a tuple with the LoadBalancePartitionAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetLoadBalanceStatus ¶

func (o *ConnectionDTO) GetLoadBalanceStatus() string

GetLoadBalanceStatus returns the LoadBalanceStatus field value if set, zero value otherwise.

func (*ConnectionDTO) GetLoadBalanceStatusOk ¶

func (o *ConnectionDTO) GetLoadBalanceStatusOk() (*string, bool)

GetLoadBalanceStatusOk returns a tuple with the LoadBalanceStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetLoadBalanceStrategy ¶

func (o *ConnectionDTO) GetLoadBalanceStrategy() string

GetLoadBalanceStrategy returns the LoadBalanceStrategy field value if set, zero value otherwise.

func (*ConnectionDTO) GetLoadBalanceStrategyOk ¶

func (o *ConnectionDTO) GetLoadBalanceStrategyOk() (*string, bool)

GetLoadBalanceStrategyOk returns a tuple with the LoadBalanceStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetName ¶

func (o *ConnectionDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ConnectionDTO) GetNameOk ¶

func (o *ConnectionDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetParentGroupId ¶

func (o *ConnectionDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*ConnectionDTO) GetParentGroupIdOk ¶

func (o *ConnectionDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetPosition ¶

func (o *ConnectionDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ConnectionDTO) GetPositionOk ¶

func (o *ConnectionDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetPrioritizers ¶

func (o *ConnectionDTO) GetPrioritizers() []string

GetPrioritizers returns the Prioritizers field value if set, zero value otherwise.

func (*ConnectionDTO) GetPrioritizersOk ¶

func (o *ConnectionDTO) GetPrioritizersOk() ([]string, bool)

GetPrioritizersOk returns a tuple with the Prioritizers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetSelectedRelationships ¶

func (o *ConnectionDTO) GetSelectedRelationships() []string

GetSelectedRelationships returns the SelectedRelationships field value if set, zero value otherwise.

func (*ConnectionDTO) GetSelectedRelationshipsOk ¶

func (o *ConnectionDTO) GetSelectedRelationshipsOk() ([]string, bool)

GetSelectedRelationshipsOk returns a tuple with the SelectedRelationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetSource ¶

func (o *ConnectionDTO) GetSource() ConnectableDTO

GetSource returns the Source field value if set, zero value otherwise.

func (*ConnectionDTO) GetSourceOk ¶

func (o *ConnectionDTO) GetSourceOk() (*ConnectableDTO, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) GetVersionedComponentId ¶

func (o *ConnectionDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*ConnectionDTO) GetVersionedComponentIdOk ¶

func (o *ConnectionDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDTO) HasAvailableRelationships ¶

func (o *ConnectionDTO) HasAvailableRelationships() bool

HasAvailableRelationships returns a boolean if a field has been set.

func (*ConnectionDTO) HasBackPressureDataSizeThreshold ¶

func (o *ConnectionDTO) HasBackPressureDataSizeThreshold() bool

HasBackPressureDataSizeThreshold returns a boolean if a field has been set.

func (*ConnectionDTO) HasBackPressureObjectThreshold ¶

func (o *ConnectionDTO) HasBackPressureObjectThreshold() bool

HasBackPressureObjectThreshold returns a boolean if a field has been set.

func (*ConnectionDTO) HasBends ¶

func (o *ConnectionDTO) HasBends() bool

HasBends returns a boolean if a field has been set.

func (*ConnectionDTO) HasDestination ¶

func (o *ConnectionDTO) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*ConnectionDTO) HasFlowFileExpiration ¶

func (o *ConnectionDTO) HasFlowFileExpiration() bool

HasFlowFileExpiration returns a boolean if a field has been set.

func (*ConnectionDTO) HasGetzIndex ¶

func (o *ConnectionDTO) HasGetzIndex() bool

HasGetzIndex returns a boolean if a field has been set.

func (*ConnectionDTO) HasId ¶

func (o *ConnectionDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConnectionDTO) HasLabelIndex ¶

func (o *ConnectionDTO) HasLabelIndex() bool

HasLabelIndex returns a boolean if a field has been set.

func (*ConnectionDTO) HasLoadBalanceCompression ¶

func (o *ConnectionDTO) HasLoadBalanceCompression() bool

HasLoadBalanceCompression returns a boolean if a field has been set.

func (*ConnectionDTO) HasLoadBalancePartitionAttribute ¶

func (o *ConnectionDTO) HasLoadBalancePartitionAttribute() bool

HasLoadBalancePartitionAttribute returns a boolean if a field has been set.

func (*ConnectionDTO) HasLoadBalanceStatus ¶

func (o *ConnectionDTO) HasLoadBalanceStatus() bool

HasLoadBalanceStatus returns a boolean if a field has been set.

func (*ConnectionDTO) HasLoadBalanceStrategy ¶

func (o *ConnectionDTO) HasLoadBalanceStrategy() bool

HasLoadBalanceStrategy returns a boolean if a field has been set.

func (*ConnectionDTO) HasName ¶

func (o *ConnectionDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ConnectionDTO) HasParentGroupId ¶

func (o *ConnectionDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*ConnectionDTO) HasPosition ¶

func (o *ConnectionDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ConnectionDTO) HasPrioritizers ¶

func (o *ConnectionDTO) HasPrioritizers() bool

HasPrioritizers returns a boolean if a field has been set.

func (*ConnectionDTO) HasSelectedRelationships ¶

func (o *ConnectionDTO) HasSelectedRelationships() bool

HasSelectedRelationships returns a boolean if a field has been set.

func (*ConnectionDTO) HasSource ¶

func (o *ConnectionDTO) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*ConnectionDTO) HasVersionedComponentId ¶

func (o *ConnectionDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (ConnectionDTO) MarshalJSON ¶

func (o ConnectionDTO) MarshalJSON() ([]byte, error)

func (*ConnectionDTO) SetAvailableRelationships ¶

func (o *ConnectionDTO) SetAvailableRelationships(v []string)

SetAvailableRelationships gets a reference to the given []string and assigns it to the AvailableRelationships field.

func (*ConnectionDTO) SetBackPressureDataSizeThreshold ¶

func (o *ConnectionDTO) SetBackPressureDataSizeThreshold(v string)

SetBackPressureDataSizeThreshold gets a reference to the given string and assigns it to the BackPressureDataSizeThreshold field.

func (*ConnectionDTO) SetBackPressureObjectThreshold ¶

func (o *ConnectionDTO) SetBackPressureObjectThreshold(v int64)

SetBackPressureObjectThreshold gets a reference to the given int64 and assigns it to the BackPressureObjectThreshold field.

func (*ConnectionDTO) SetBends ¶

func (o *ConnectionDTO) SetBends(v []PositionDTO)

SetBends gets a reference to the given []PositionDTO and assigns it to the Bends field.

func (*ConnectionDTO) SetDestination ¶

func (o *ConnectionDTO) SetDestination(v ConnectableDTO)

SetDestination gets a reference to the given ConnectableDTO and assigns it to the Destination field.

func (*ConnectionDTO) SetFlowFileExpiration ¶

func (o *ConnectionDTO) SetFlowFileExpiration(v string)

SetFlowFileExpiration gets a reference to the given string and assigns it to the FlowFileExpiration field.

func (*ConnectionDTO) SetGetzIndex ¶

func (o *ConnectionDTO) SetGetzIndex(v int64)

SetGetzIndex gets a reference to the given int64 and assigns it to the GetzIndex field.

func (*ConnectionDTO) SetId ¶

func (o *ConnectionDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConnectionDTO) SetLabelIndex ¶

func (o *ConnectionDTO) SetLabelIndex(v int32)

SetLabelIndex gets a reference to the given int32 and assigns it to the LabelIndex field.

func (*ConnectionDTO) SetLoadBalanceCompression ¶

func (o *ConnectionDTO) SetLoadBalanceCompression(v string)

SetLoadBalanceCompression gets a reference to the given string and assigns it to the LoadBalanceCompression field.

func (*ConnectionDTO) SetLoadBalancePartitionAttribute ¶

func (o *ConnectionDTO) SetLoadBalancePartitionAttribute(v string)

SetLoadBalancePartitionAttribute gets a reference to the given string and assigns it to the LoadBalancePartitionAttribute field.

func (*ConnectionDTO) SetLoadBalanceStatus ¶

func (o *ConnectionDTO) SetLoadBalanceStatus(v string)

SetLoadBalanceStatus gets a reference to the given string and assigns it to the LoadBalanceStatus field.

func (*ConnectionDTO) SetLoadBalanceStrategy ¶

func (o *ConnectionDTO) SetLoadBalanceStrategy(v string)

SetLoadBalanceStrategy gets a reference to the given string and assigns it to the LoadBalanceStrategy field.

func (*ConnectionDTO) SetName ¶

func (o *ConnectionDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ConnectionDTO) SetParentGroupId ¶

func (o *ConnectionDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*ConnectionDTO) SetPosition ¶

func (o *ConnectionDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ConnectionDTO) SetPrioritizers ¶

func (o *ConnectionDTO) SetPrioritizers(v []string)

SetPrioritizers gets a reference to the given []string and assigns it to the Prioritizers field.

func (*ConnectionDTO) SetSelectedRelationships ¶

func (o *ConnectionDTO) SetSelectedRelationships(v []string)

SetSelectedRelationships gets a reference to the given []string and assigns it to the SelectedRelationships field.

func (*ConnectionDTO) SetSource ¶

func (o *ConnectionDTO) SetSource(v ConnectableDTO)

SetSource gets a reference to the given ConnectableDTO and assigns it to the Source field.

func (*ConnectionDTO) SetVersionedComponentId ¶

func (o *ConnectionDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (ConnectionDTO) ToMap ¶

func (o ConnectionDTO) ToMap() (map[string]interface{}, error)

type ConnectionDiagnosticsDTO ¶

type ConnectionDiagnosticsDTO struct {
	Connection        *ConnectionDTO                    `json:"connection,omitempty"`
	AggregateSnapshot *ConnectionDiagnosticsSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// A list of values for each node in the cluster, if clustered.
	NodeSnapshots []ConnectionDiagnosticsSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

ConnectionDiagnosticsDTO struct for ConnectionDiagnosticsDTO

func NewConnectionDiagnosticsDTO ¶

func NewConnectionDiagnosticsDTO() *ConnectionDiagnosticsDTO

NewConnectionDiagnosticsDTO instantiates a new ConnectionDiagnosticsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionDiagnosticsDTOWithDefaults ¶

func NewConnectionDiagnosticsDTOWithDefaults() *ConnectionDiagnosticsDTO

NewConnectionDiagnosticsDTOWithDefaults instantiates a new ConnectionDiagnosticsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionDiagnosticsDTO) GetAggregateSnapshot ¶

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*ConnectionDiagnosticsDTO) GetAggregateSnapshotOk ¶

func (o *ConnectionDiagnosticsDTO) GetAggregateSnapshotOk() (*ConnectionDiagnosticsSnapshotDTO, bool)

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDiagnosticsDTO) GetConnection ¶

func (o *ConnectionDiagnosticsDTO) GetConnection() ConnectionDTO

GetConnection returns the Connection field value if set, zero value otherwise.

func (*ConnectionDiagnosticsDTO) GetConnectionOk ¶

func (o *ConnectionDiagnosticsDTO) GetConnectionOk() (*ConnectionDTO, bool)

GetConnectionOk returns a tuple with the Connection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDiagnosticsDTO) GetNodeSnapshots ¶

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*ConnectionDiagnosticsDTO) GetNodeSnapshotsOk ¶

func (o *ConnectionDiagnosticsDTO) GetNodeSnapshotsOk() ([]ConnectionDiagnosticsSnapshotDTO, bool)

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDiagnosticsDTO) HasAggregateSnapshot ¶

func (o *ConnectionDiagnosticsDTO) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*ConnectionDiagnosticsDTO) HasConnection ¶

func (o *ConnectionDiagnosticsDTO) HasConnection() bool

HasConnection returns a boolean if a field has been set.

func (*ConnectionDiagnosticsDTO) HasNodeSnapshots ¶

func (o *ConnectionDiagnosticsDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (ConnectionDiagnosticsDTO) MarshalJSON ¶

func (o ConnectionDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*ConnectionDiagnosticsDTO) SetAggregateSnapshot ¶

SetAggregateSnapshot gets a reference to the given ConnectionDiagnosticsSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*ConnectionDiagnosticsDTO) SetConnection ¶

func (o *ConnectionDiagnosticsDTO) SetConnection(v ConnectionDTO)

SetConnection gets a reference to the given ConnectionDTO and assigns it to the Connection field.

func (*ConnectionDiagnosticsDTO) SetNodeSnapshots ¶

SetNodeSnapshots gets a reference to the given []ConnectionDiagnosticsSnapshotDTO and assigns it to the NodeSnapshots field.

func (ConnectionDiagnosticsDTO) ToMap ¶

func (o ConnectionDiagnosticsDTO) ToMap() (map[string]interface{}, error)

type ConnectionDiagnosticsSnapshotDTO ¶

type ConnectionDiagnosticsSnapshotDTO struct {
	// Total number of FlowFiles owned by the Connection
	TotalFlowFileCount *int32 `json:"totalFlowFileCount,omitempty"`
	// Total number of bytes that make up the content for the FlowFiles owned by this Connection
	TotalByteCount *int64 `json:"totalByteCount,omitempty"`
	// The Node Identifier that this information pertains to
	NodeIdentifier        *string                   `json:"nodeIdentifier,omitempty"`
	LocalQueuePartition   *LocalQueuePartitionDTO   `json:"localQueuePartition,omitempty"`
	RemoteQueuePartitions []RemoteQueuePartitionDTO `json:"remoteQueuePartitions,omitempty"`
}

ConnectionDiagnosticsSnapshotDTO struct for ConnectionDiagnosticsSnapshotDTO

func NewConnectionDiagnosticsSnapshotDTO ¶

func NewConnectionDiagnosticsSnapshotDTO() *ConnectionDiagnosticsSnapshotDTO

NewConnectionDiagnosticsSnapshotDTO instantiates a new ConnectionDiagnosticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionDiagnosticsSnapshotDTOWithDefaults ¶

func NewConnectionDiagnosticsSnapshotDTOWithDefaults() *ConnectionDiagnosticsSnapshotDTO

NewConnectionDiagnosticsSnapshotDTOWithDefaults instantiates a new ConnectionDiagnosticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionDiagnosticsSnapshotDTO) GetLocalQueuePartition ¶

func (o *ConnectionDiagnosticsSnapshotDTO) GetLocalQueuePartition() LocalQueuePartitionDTO

GetLocalQueuePartition returns the LocalQueuePartition field value if set, zero value otherwise.

func (*ConnectionDiagnosticsSnapshotDTO) GetLocalQueuePartitionOk ¶

func (o *ConnectionDiagnosticsSnapshotDTO) GetLocalQueuePartitionOk() (*LocalQueuePartitionDTO, bool)

GetLocalQueuePartitionOk returns a tuple with the LocalQueuePartition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDiagnosticsSnapshotDTO) GetNodeIdentifier ¶

func (o *ConnectionDiagnosticsSnapshotDTO) GetNodeIdentifier() string

GetNodeIdentifier returns the NodeIdentifier field value if set, zero value otherwise.

func (*ConnectionDiagnosticsSnapshotDTO) GetNodeIdentifierOk ¶

func (o *ConnectionDiagnosticsSnapshotDTO) GetNodeIdentifierOk() (*string, bool)

GetNodeIdentifierOk returns a tuple with the NodeIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDiagnosticsSnapshotDTO) GetRemoteQueuePartitions ¶

func (o *ConnectionDiagnosticsSnapshotDTO) GetRemoteQueuePartitions() []RemoteQueuePartitionDTO

GetRemoteQueuePartitions returns the RemoteQueuePartitions field value if set, zero value otherwise.

func (*ConnectionDiagnosticsSnapshotDTO) GetRemoteQueuePartitionsOk ¶

func (o *ConnectionDiagnosticsSnapshotDTO) GetRemoteQueuePartitionsOk() ([]RemoteQueuePartitionDTO, bool)

GetRemoteQueuePartitionsOk returns a tuple with the RemoteQueuePartitions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDiagnosticsSnapshotDTO) GetTotalByteCount ¶

func (o *ConnectionDiagnosticsSnapshotDTO) GetTotalByteCount() int64

GetTotalByteCount returns the TotalByteCount field value if set, zero value otherwise.

func (*ConnectionDiagnosticsSnapshotDTO) GetTotalByteCountOk ¶

func (o *ConnectionDiagnosticsSnapshotDTO) GetTotalByteCountOk() (*int64, bool)

GetTotalByteCountOk returns a tuple with the TotalByteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDiagnosticsSnapshotDTO) GetTotalFlowFileCount ¶

func (o *ConnectionDiagnosticsSnapshotDTO) GetTotalFlowFileCount() int32

GetTotalFlowFileCount returns the TotalFlowFileCount field value if set, zero value otherwise.

func (*ConnectionDiagnosticsSnapshotDTO) GetTotalFlowFileCountOk ¶

func (o *ConnectionDiagnosticsSnapshotDTO) GetTotalFlowFileCountOk() (*int32, bool)

GetTotalFlowFileCountOk returns a tuple with the TotalFlowFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionDiagnosticsSnapshotDTO) HasLocalQueuePartition ¶

func (o *ConnectionDiagnosticsSnapshotDTO) HasLocalQueuePartition() bool

HasLocalQueuePartition returns a boolean if a field has been set.

func (*ConnectionDiagnosticsSnapshotDTO) HasNodeIdentifier ¶

func (o *ConnectionDiagnosticsSnapshotDTO) HasNodeIdentifier() bool

HasNodeIdentifier returns a boolean if a field has been set.

func (*ConnectionDiagnosticsSnapshotDTO) HasRemoteQueuePartitions ¶

func (o *ConnectionDiagnosticsSnapshotDTO) HasRemoteQueuePartitions() bool

HasRemoteQueuePartitions returns a boolean if a field has been set.

func (*ConnectionDiagnosticsSnapshotDTO) HasTotalByteCount ¶

func (o *ConnectionDiagnosticsSnapshotDTO) HasTotalByteCount() bool

HasTotalByteCount returns a boolean if a field has been set.

func (*ConnectionDiagnosticsSnapshotDTO) HasTotalFlowFileCount ¶

func (o *ConnectionDiagnosticsSnapshotDTO) HasTotalFlowFileCount() bool

HasTotalFlowFileCount returns a boolean if a field has been set.

func (ConnectionDiagnosticsSnapshotDTO) MarshalJSON ¶

func (o ConnectionDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*ConnectionDiagnosticsSnapshotDTO) SetLocalQueuePartition ¶

func (o *ConnectionDiagnosticsSnapshotDTO) SetLocalQueuePartition(v LocalQueuePartitionDTO)

SetLocalQueuePartition gets a reference to the given LocalQueuePartitionDTO and assigns it to the LocalQueuePartition field.

func (*ConnectionDiagnosticsSnapshotDTO) SetNodeIdentifier ¶

func (o *ConnectionDiagnosticsSnapshotDTO) SetNodeIdentifier(v string)

SetNodeIdentifier gets a reference to the given string and assigns it to the NodeIdentifier field.

func (*ConnectionDiagnosticsSnapshotDTO) SetRemoteQueuePartitions ¶

func (o *ConnectionDiagnosticsSnapshotDTO) SetRemoteQueuePartitions(v []RemoteQueuePartitionDTO)

SetRemoteQueuePartitions gets a reference to the given []RemoteQueuePartitionDTO and assigns it to the RemoteQueuePartitions field.

func (*ConnectionDiagnosticsSnapshotDTO) SetTotalByteCount ¶

func (o *ConnectionDiagnosticsSnapshotDTO) SetTotalByteCount(v int64)

SetTotalByteCount gets a reference to the given int64 and assigns it to the TotalByteCount field.

func (*ConnectionDiagnosticsSnapshotDTO) SetTotalFlowFileCount ¶

func (o *ConnectionDiagnosticsSnapshotDTO) SetTotalFlowFileCount(v int32)

SetTotalFlowFileCount gets a reference to the given int32 and assigns it to the TotalFlowFileCount field.

func (ConnectionDiagnosticsSnapshotDTO) ToMap ¶

func (o ConnectionDiagnosticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type ConnectionEntity ¶

type ConnectionEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ConnectionDTO       `json:"component,omitempty"`
	Status                       *ConnectionStatusDTO `json:"status,omitempty"`
	// The bend points on the connection.
	Bends []PositionDTO `json:"bends,omitempty"`
	// The index of the bend point where to place the connection label.
	LabelIndex *int32 `json:"labelIndex,omitempty"`
	// The z index of the connection.
	GetzIndex *int64 `json:"getzIndex,omitempty"`
	// The identifier of the source of this connection.
	SourceId *string `json:"sourceId,omitempty"`
	// The identifier of the group of the source of this connection.
	SourceGroupId *string `json:"sourceGroupId,omitempty"`
	// The type of component the source connectable is.
	SourceType string `json:"sourceType"`
	// The identifier of the destination of this connection.
	DestinationId *string `json:"destinationId,omitempty"`
	// The identifier of the group of the destination of this connection.
	DestinationGroupId *string `json:"destinationGroupId,omitempty"`
	// The type of component the destination connectable is.
	DestinationType string `json:"destinationType"`
}

ConnectionEntity struct for ConnectionEntity

func NewConnectionEntity ¶

func NewConnectionEntity(sourceType string, destinationType string) *ConnectionEntity

NewConnectionEntity instantiates a new ConnectionEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionEntityWithDefaults ¶

func NewConnectionEntityWithDefaults() *ConnectionEntity

NewConnectionEntityWithDefaults instantiates a new ConnectionEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionEntity) GetBends ¶

func (o *ConnectionEntity) GetBends() []PositionDTO

GetBends returns the Bends field value if set, zero value otherwise.

func (*ConnectionEntity) GetBendsOk ¶

func (o *ConnectionEntity) GetBendsOk() ([]PositionDTO, bool)

GetBendsOk returns a tuple with the Bends field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetBulletins ¶

func (o *ConnectionEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ConnectionEntity) GetBulletinsOk ¶

func (o *ConnectionEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetComponent ¶

func (o *ConnectionEntity) GetComponent() ConnectionDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*ConnectionEntity) GetComponentOk ¶

func (o *ConnectionEntity) GetComponentOk() (*ConnectionDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetDestinationGroupId ¶

func (o *ConnectionEntity) GetDestinationGroupId() string

GetDestinationGroupId returns the DestinationGroupId field value if set, zero value otherwise.

func (*ConnectionEntity) GetDestinationGroupIdOk ¶

func (o *ConnectionEntity) GetDestinationGroupIdOk() (*string, bool)

GetDestinationGroupIdOk returns a tuple with the DestinationGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetDestinationId ¶

func (o *ConnectionEntity) GetDestinationId() string

GetDestinationId returns the DestinationId field value if set, zero value otherwise.

func (*ConnectionEntity) GetDestinationIdOk ¶

func (o *ConnectionEntity) GetDestinationIdOk() (*string, bool)

GetDestinationIdOk returns a tuple with the DestinationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetDestinationType ¶

func (o *ConnectionEntity) GetDestinationType() string

GetDestinationType returns the DestinationType field value

func (*ConnectionEntity) GetDestinationTypeOk ¶

func (o *ConnectionEntity) GetDestinationTypeOk() (*string, bool)

GetDestinationTypeOk returns a tuple with the DestinationType field value and a boolean to check if the value has been set.

func (*ConnectionEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ConnectionEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ConnectionEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ConnectionEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetGetzIndex ¶

func (o *ConnectionEntity) GetGetzIndex() int64

GetGetzIndex returns the GetzIndex field value if set, zero value otherwise.

func (*ConnectionEntity) GetGetzIndexOk ¶

func (o *ConnectionEntity) GetGetzIndexOk() (*int64, bool)

GetGetzIndexOk returns a tuple with the GetzIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetId ¶

func (o *ConnectionEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ConnectionEntity) GetIdOk ¶

func (o *ConnectionEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetLabelIndex ¶

func (o *ConnectionEntity) GetLabelIndex() int32

GetLabelIndex returns the LabelIndex field value if set, zero value otherwise.

func (*ConnectionEntity) GetLabelIndexOk ¶

func (o *ConnectionEntity) GetLabelIndexOk() (*int32, bool)

GetLabelIndexOk returns a tuple with the LabelIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetPermissions ¶

func (o *ConnectionEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ConnectionEntity) GetPermissionsOk ¶

func (o *ConnectionEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetPosition ¶

func (o *ConnectionEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ConnectionEntity) GetPositionOk ¶

func (o *ConnectionEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetRevision ¶

func (o *ConnectionEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ConnectionEntity) GetRevisionOk ¶

func (o *ConnectionEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetSourceGroupId ¶

func (o *ConnectionEntity) GetSourceGroupId() string

GetSourceGroupId returns the SourceGroupId field value if set, zero value otherwise.

func (*ConnectionEntity) GetSourceGroupIdOk ¶

func (o *ConnectionEntity) GetSourceGroupIdOk() (*string, bool)

GetSourceGroupIdOk returns a tuple with the SourceGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetSourceId ¶

func (o *ConnectionEntity) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*ConnectionEntity) GetSourceIdOk ¶

func (o *ConnectionEntity) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetSourceType ¶

func (o *ConnectionEntity) GetSourceType() string

GetSourceType returns the SourceType field value

func (*ConnectionEntity) GetSourceTypeOk ¶

func (o *ConnectionEntity) GetSourceTypeOk() (*string, bool)

GetSourceTypeOk returns a tuple with the SourceType field value and a boolean to check if the value has been set.

func (*ConnectionEntity) GetStatus ¶

func (o *ConnectionEntity) GetStatus() ConnectionStatusDTO

GetStatus returns the Status field value if set, zero value otherwise.

func (*ConnectionEntity) GetStatusOk ¶

func (o *ConnectionEntity) GetStatusOk() (*ConnectionStatusDTO, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) GetUri ¶

func (o *ConnectionEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ConnectionEntity) GetUriOk ¶

func (o *ConnectionEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionEntity) HasBends ¶

func (o *ConnectionEntity) HasBends() bool

HasBends returns a boolean if a field has been set.

func (*ConnectionEntity) HasBulletins ¶

func (o *ConnectionEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ConnectionEntity) HasComponent ¶

func (o *ConnectionEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ConnectionEntity) HasDestinationGroupId ¶

func (o *ConnectionEntity) HasDestinationGroupId() bool

HasDestinationGroupId returns a boolean if a field has been set.

func (*ConnectionEntity) HasDestinationId ¶

func (o *ConnectionEntity) HasDestinationId() bool

HasDestinationId returns a boolean if a field has been set.

func (*ConnectionEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ConnectionEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ConnectionEntity) HasGetzIndex ¶

func (o *ConnectionEntity) HasGetzIndex() bool

HasGetzIndex returns a boolean if a field has been set.

func (*ConnectionEntity) HasId ¶

func (o *ConnectionEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConnectionEntity) HasLabelIndex ¶

func (o *ConnectionEntity) HasLabelIndex() bool

HasLabelIndex returns a boolean if a field has been set.

func (*ConnectionEntity) HasPermissions ¶

func (o *ConnectionEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ConnectionEntity) HasPosition ¶

func (o *ConnectionEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ConnectionEntity) HasRevision ¶

func (o *ConnectionEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ConnectionEntity) HasSourceGroupId ¶

func (o *ConnectionEntity) HasSourceGroupId() bool

HasSourceGroupId returns a boolean if a field has been set.

func (*ConnectionEntity) HasSourceId ¶

func (o *ConnectionEntity) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*ConnectionEntity) HasStatus ¶

func (o *ConnectionEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ConnectionEntity) HasUri ¶

func (o *ConnectionEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ConnectionEntity) MarshalJSON ¶

func (o ConnectionEntity) MarshalJSON() ([]byte, error)

func (*ConnectionEntity) SetBends ¶

func (o *ConnectionEntity) SetBends(v []PositionDTO)

SetBends gets a reference to the given []PositionDTO and assigns it to the Bends field.

func (*ConnectionEntity) SetBulletins ¶

func (o *ConnectionEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ConnectionEntity) SetComponent ¶

func (o *ConnectionEntity) SetComponent(v ConnectionDTO)

SetComponent gets a reference to the given ConnectionDTO and assigns it to the Component field.

func (*ConnectionEntity) SetDestinationGroupId ¶

func (o *ConnectionEntity) SetDestinationGroupId(v string)

SetDestinationGroupId gets a reference to the given string and assigns it to the DestinationGroupId field.

func (*ConnectionEntity) SetDestinationId ¶

func (o *ConnectionEntity) SetDestinationId(v string)

SetDestinationId gets a reference to the given string and assigns it to the DestinationId field.

func (*ConnectionEntity) SetDestinationType ¶

func (o *ConnectionEntity) SetDestinationType(v string)

SetDestinationType sets field value

func (*ConnectionEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ConnectionEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ConnectionEntity) SetGetzIndex ¶

func (o *ConnectionEntity) SetGetzIndex(v int64)

SetGetzIndex gets a reference to the given int64 and assigns it to the GetzIndex field.

func (*ConnectionEntity) SetId ¶

func (o *ConnectionEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConnectionEntity) SetLabelIndex ¶

func (o *ConnectionEntity) SetLabelIndex(v int32)

SetLabelIndex gets a reference to the given int32 and assigns it to the LabelIndex field.

func (*ConnectionEntity) SetPermissions ¶

func (o *ConnectionEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ConnectionEntity) SetPosition ¶

func (o *ConnectionEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ConnectionEntity) SetRevision ¶

func (o *ConnectionEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ConnectionEntity) SetSourceGroupId ¶

func (o *ConnectionEntity) SetSourceGroupId(v string)

SetSourceGroupId gets a reference to the given string and assigns it to the SourceGroupId field.

func (*ConnectionEntity) SetSourceId ¶

func (o *ConnectionEntity) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*ConnectionEntity) SetSourceType ¶

func (o *ConnectionEntity) SetSourceType(v string)

SetSourceType sets field value

func (*ConnectionEntity) SetStatus ¶

func (o *ConnectionEntity) SetStatus(v ConnectionStatusDTO)

SetStatus gets a reference to the given ConnectionStatusDTO and assigns it to the Status field.

func (*ConnectionEntity) SetUri ¶

func (o *ConnectionEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ConnectionEntity) ToMap ¶

func (o ConnectionEntity) ToMap() (map[string]interface{}, error)

type ConnectionStatisticsDTO ¶

type ConnectionStatisticsDTO struct {
	// The ID of the connection
	Id *string `json:"id,omitempty"`
	// The timestamp of when the stats were last refreshed
	StatsLastRefreshed *string                          `json:"statsLastRefreshed,omitempty"`
	AggregateSnapshot  *ConnectionStatisticsSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// A list of status snapshots for each node
	NodeSnapshots []NodeConnectionStatisticsSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

ConnectionStatisticsDTO struct for ConnectionStatisticsDTO

func NewConnectionStatisticsDTO ¶

func NewConnectionStatisticsDTO() *ConnectionStatisticsDTO

NewConnectionStatisticsDTO instantiates a new ConnectionStatisticsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionStatisticsDTOWithDefaults ¶

func NewConnectionStatisticsDTOWithDefaults() *ConnectionStatisticsDTO

NewConnectionStatisticsDTOWithDefaults instantiates a new ConnectionStatisticsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionStatisticsDTO) GetAggregateSnapshot ¶

func (o *ConnectionStatisticsDTO) GetAggregateSnapshot() ConnectionStatisticsSnapshotDTO

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*ConnectionStatisticsDTO) GetAggregateSnapshotOk ¶

func (o *ConnectionStatisticsDTO) GetAggregateSnapshotOk() (*ConnectionStatisticsSnapshotDTO, bool)

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsDTO) GetId ¶

func (o *ConnectionStatisticsDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ConnectionStatisticsDTO) GetIdOk ¶

func (o *ConnectionStatisticsDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsDTO) GetNodeSnapshots ¶

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*ConnectionStatisticsDTO) GetNodeSnapshotsOk ¶

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsDTO) GetStatsLastRefreshed ¶

func (o *ConnectionStatisticsDTO) GetStatsLastRefreshed() string

GetStatsLastRefreshed returns the StatsLastRefreshed field value if set, zero value otherwise.

func (*ConnectionStatisticsDTO) GetStatsLastRefreshedOk ¶

func (o *ConnectionStatisticsDTO) GetStatsLastRefreshedOk() (*string, bool)

GetStatsLastRefreshedOk returns a tuple with the StatsLastRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsDTO) HasAggregateSnapshot ¶

func (o *ConnectionStatisticsDTO) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*ConnectionStatisticsDTO) HasId ¶

func (o *ConnectionStatisticsDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConnectionStatisticsDTO) HasNodeSnapshots ¶

func (o *ConnectionStatisticsDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (*ConnectionStatisticsDTO) HasStatsLastRefreshed ¶

func (o *ConnectionStatisticsDTO) HasStatsLastRefreshed() bool

HasStatsLastRefreshed returns a boolean if a field has been set.

func (ConnectionStatisticsDTO) MarshalJSON ¶

func (o ConnectionStatisticsDTO) MarshalJSON() ([]byte, error)

func (*ConnectionStatisticsDTO) SetAggregateSnapshot ¶

func (o *ConnectionStatisticsDTO) SetAggregateSnapshot(v ConnectionStatisticsSnapshotDTO)

SetAggregateSnapshot gets a reference to the given ConnectionStatisticsSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*ConnectionStatisticsDTO) SetId ¶

func (o *ConnectionStatisticsDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConnectionStatisticsDTO) SetNodeSnapshots ¶

SetNodeSnapshots gets a reference to the given []NodeConnectionStatisticsSnapshotDTO and assigns it to the NodeSnapshots field.

func (*ConnectionStatisticsDTO) SetStatsLastRefreshed ¶

func (o *ConnectionStatisticsDTO) SetStatsLastRefreshed(v string)

SetStatsLastRefreshed gets a reference to the given string and assigns it to the StatsLastRefreshed field.

func (ConnectionStatisticsDTO) ToMap ¶

func (o ConnectionStatisticsDTO) ToMap() (map[string]interface{}, error)

type ConnectionStatisticsEntity ¶

type ConnectionStatisticsEntity struct {
	ConnectionStatistics *ConnectionStatisticsDTO `json:"connectionStatistics,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

ConnectionStatisticsEntity struct for ConnectionStatisticsEntity

func NewConnectionStatisticsEntity ¶

func NewConnectionStatisticsEntity() *ConnectionStatisticsEntity

NewConnectionStatisticsEntity instantiates a new ConnectionStatisticsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionStatisticsEntityWithDefaults ¶

func NewConnectionStatisticsEntityWithDefaults() *ConnectionStatisticsEntity

NewConnectionStatisticsEntityWithDefaults instantiates a new ConnectionStatisticsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionStatisticsEntity) GetCanRead ¶

func (o *ConnectionStatisticsEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*ConnectionStatisticsEntity) GetCanReadOk ¶

func (o *ConnectionStatisticsEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsEntity) GetConnectionStatistics ¶

func (o *ConnectionStatisticsEntity) GetConnectionStatistics() ConnectionStatisticsDTO

GetConnectionStatistics returns the ConnectionStatistics field value if set, zero value otherwise.

func (*ConnectionStatisticsEntity) GetConnectionStatisticsOk ¶

func (o *ConnectionStatisticsEntity) GetConnectionStatisticsOk() (*ConnectionStatisticsDTO, bool)

GetConnectionStatisticsOk returns a tuple with the ConnectionStatistics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsEntity) HasCanRead ¶

func (o *ConnectionStatisticsEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*ConnectionStatisticsEntity) HasConnectionStatistics ¶

func (o *ConnectionStatisticsEntity) HasConnectionStatistics() bool

HasConnectionStatistics returns a boolean if a field has been set.

func (ConnectionStatisticsEntity) MarshalJSON ¶

func (o ConnectionStatisticsEntity) MarshalJSON() ([]byte, error)

func (*ConnectionStatisticsEntity) SetCanRead ¶

func (o *ConnectionStatisticsEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*ConnectionStatisticsEntity) SetConnectionStatistics ¶

func (o *ConnectionStatisticsEntity) SetConnectionStatistics(v ConnectionStatisticsDTO)

SetConnectionStatistics gets a reference to the given ConnectionStatisticsDTO and assigns it to the ConnectionStatistics field.

func (ConnectionStatisticsEntity) ToMap ¶

func (o ConnectionStatisticsEntity) ToMap() (map[string]interface{}, error)

type ConnectionStatisticsSnapshotDTO ¶

type ConnectionStatisticsSnapshotDTO struct {
	// The id of the connection.
	Id *string `json:"id,omitempty"`
	// The predicted number of milliseconds before the connection will have backpressure applied, based on the queued count.
	PredictedMillisUntilCountBackpressure *int64 `json:"predictedMillisUntilCountBackpressure,omitempty"`
	// The predicted number of milliseconds before the connection will have backpressure applied, based on the total number of bytes in the queue.
	PredictedMillisUntilBytesBackpressure *int64 `json:"predictedMillisUntilBytesBackpressure,omitempty"`
	// The predicted number of queued objects at the next configured interval.
	PredictedCountAtNextInterval *int32 `json:"predictedCountAtNextInterval,omitempty"`
	// The predicted total number of bytes in the queue at the next configured interval.
	PredictedBytesAtNextInterval *int64 `json:"predictedBytesAtNextInterval,omitempty"`
	// The predicted percentage of queued objects at the next configured interval.
	PredictedPercentCount *int32 `json:"predictedPercentCount,omitempty"`
	// The predicted percentage of bytes in the queue against current threshold at the next configured interval.
	PredictedPercentBytes *int32 `json:"predictedPercentBytes,omitempty"`
	// The prediction interval in seconds
	PredictionIntervalMillis *int64 `json:"predictionIntervalMillis,omitempty"`
}

ConnectionStatisticsSnapshotDTO struct for ConnectionStatisticsSnapshotDTO

func NewConnectionStatisticsSnapshotDTO ¶

func NewConnectionStatisticsSnapshotDTO() *ConnectionStatisticsSnapshotDTO

NewConnectionStatisticsSnapshotDTO instantiates a new ConnectionStatisticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionStatisticsSnapshotDTOWithDefaults ¶

func NewConnectionStatisticsSnapshotDTOWithDefaults() *ConnectionStatisticsSnapshotDTO

NewConnectionStatisticsSnapshotDTOWithDefaults instantiates a new ConnectionStatisticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionStatisticsSnapshotDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ConnectionStatisticsSnapshotDTO) GetIdOk ¶

func (o *ConnectionStatisticsSnapshotDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedBytesAtNextInterval ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedBytesAtNextInterval() int64

GetPredictedBytesAtNextInterval returns the PredictedBytesAtNextInterval field value if set, zero value otherwise.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedBytesAtNextIntervalOk ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedBytesAtNextIntervalOk() (*int64, bool)

GetPredictedBytesAtNextIntervalOk returns a tuple with the PredictedBytesAtNextInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedCountAtNextInterval ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedCountAtNextInterval() int32

GetPredictedCountAtNextInterval returns the PredictedCountAtNextInterval field value if set, zero value otherwise.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedCountAtNextIntervalOk ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedCountAtNextIntervalOk() (*int32, bool)

GetPredictedCountAtNextIntervalOk returns a tuple with the PredictedCountAtNextInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedMillisUntilBytesBackpressure ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedMillisUntilBytesBackpressure() int64

GetPredictedMillisUntilBytesBackpressure returns the PredictedMillisUntilBytesBackpressure field value if set, zero value otherwise.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedMillisUntilBytesBackpressureOk ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedMillisUntilBytesBackpressureOk() (*int64, bool)

GetPredictedMillisUntilBytesBackpressureOk returns a tuple with the PredictedMillisUntilBytesBackpressure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedMillisUntilCountBackpressure ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedMillisUntilCountBackpressure() int64

GetPredictedMillisUntilCountBackpressure returns the PredictedMillisUntilCountBackpressure field value if set, zero value otherwise.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedMillisUntilCountBackpressureOk ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedMillisUntilCountBackpressureOk() (*int64, bool)

GetPredictedMillisUntilCountBackpressureOk returns a tuple with the PredictedMillisUntilCountBackpressure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedPercentBytes ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedPercentBytes() int32

GetPredictedPercentBytes returns the PredictedPercentBytes field value if set, zero value otherwise.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedPercentBytesOk ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedPercentBytesOk() (*int32, bool)

GetPredictedPercentBytesOk returns a tuple with the PredictedPercentBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedPercentCount ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedPercentCount() int32

GetPredictedPercentCount returns the PredictedPercentCount field value if set, zero value otherwise.

func (*ConnectionStatisticsSnapshotDTO) GetPredictedPercentCountOk ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictedPercentCountOk() (*int32, bool)

GetPredictedPercentCountOk returns a tuple with the PredictedPercentCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsSnapshotDTO) GetPredictionIntervalMillis ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictionIntervalMillis() int64

GetPredictionIntervalMillis returns the PredictionIntervalMillis field value if set, zero value otherwise.

func (*ConnectionStatisticsSnapshotDTO) GetPredictionIntervalMillisOk ¶

func (o *ConnectionStatisticsSnapshotDTO) GetPredictionIntervalMillisOk() (*int64, bool)

GetPredictionIntervalMillisOk returns a tuple with the PredictionIntervalMillis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatisticsSnapshotDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*ConnectionStatisticsSnapshotDTO) HasPredictedBytesAtNextInterval ¶

func (o *ConnectionStatisticsSnapshotDTO) HasPredictedBytesAtNextInterval() bool

HasPredictedBytesAtNextInterval returns a boolean if a field has been set.

func (*ConnectionStatisticsSnapshotDTO) HasPredictedCountAtNextInterval ¶

func (o *ConnectionStatisticsSnapshotDTO) HasPredictedCountAtNextInterval() bool

HasPredictedCountAtNextInterval returns a boolean if a field has been set.

func (*ConnectionStatisticsSnapshotDTO) HasPredictedMillisUntilBytesBackpressure ¶

func (o *ConnectionStatisticsSnapshotDTO) HasPredictedMillisUntilBytesBackpressure() bool

HasPredictedMillisUntilBytesBackpressure returns a boolean if a field has been set.

func (*ConnectionStatisticsSnapshotDTO) HasPredictedMillisUntilCountBackpressure ¶

func (o *ConnectionStatisticsSnapshotDTO) HasPredictedMillisUntilCountBackpressure() bool

HasPredictedMillisUntilCountBackpressure returns a boolean if a field has been set.

func (*ConnectionStatisticsSnapshotDTO) HasPredictedPercentBytes ¶

func (o *ConnectionStatisticsSnapshotDTO) HasPredictedPercentBytes() bool

HasPredictedPercentBytes returns a boolean if a field has been set.

func (*ConnectionStatisticsSnapshotDTO) HasPredictedPercentCount ¶

func (o *ConnectionStatisticsSnapshotDTO) HasPredictedPercentCount() bool

HasPredictedPercentCount returns a boolean if a field has been set.

func (*ConnectionStatisticsSnapshotDTO) HasPredictionIntervalMillis ¶

func (o *ConnectionStatisticsSnapshotDTO) HasPredictionIntervalMillis() bool

HasPredictionIntervalMillis returns a boolean if a field has been set.

func (ConnectionStatisticsSnapshotDTO) MarshalJSON ¶

func (o ConnectionStatisticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*ConnectionStatisticsSnapshotDTO) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConnectionStatisticsSnapshotDTO) SetPredictedBytesAtNextInterval ¶

func (o *ConnectionStatisticsSnapshotDTO) SetPredictedBytesAtNextInterval(v int64)

SetPredictedBytesAtNextInterval gets a reference to the given int64 and assigns it to the PredictedBytesAtNextInterval field.

func (*ConnectionStatisticsSnapshotDTO) SetPredictedCountAtNextInterval ¶

func (o *ConnectionStatisticsSnapshotDTO) SetPredictedCountAtNextInterval(v int32)

SetPredictedCountAtNextInterval gets a reference to the given int32 and assigns it to the PredictedCountAtNextInterval field.

func (*ConnectionStatisticsSnapshotDTO) SetPredictedMillisUntilBytesBackpressure ¶

func (o *ConnectionStatisticsSnapshotDTO) SetPredictedMillisUntilBytesBackpressure(v int64)

SetPredictedMillisUntilBytesBackpressure gets a reference to the given int64 and assigns it to the PredictedMillisUntilBytesBackpressure field.

func (*ConnectionStatisticsSnapshotDTO) SetPredictedMillisUntilCountBackpressure ¶

func (o *ConnectionStatisticsSnapshotDTO) SetPredictedMillisUntilCountBackpressure(v int64)

SetPredictedMillisUntilCountBackpressure gets a reference to the given int64 and assigns it to the PredictedMillisUntilCountBackpressure field.

func (*ConnectionStatisticsSnapshotDTO) SetPredictedPercentBytes ¶

func (o *ConnectionStatisticsSnapshotDTO) SetPredictedPercentBytes(v int32)

SetPredictedPercentBytes gets a reference to the given int32 and assigns it to the PredictedPercentBytes field.

func (*ConnectionStatisticsSnapshotDTO) SetPredictedPercentCount ¶

func (o *ConnectionStatisticsSnapshotDTO) SetPredictedPercentCount(v int32)

SetPredictedPercentCount gets a reference to the given int32 and assigns it to the PredictedPercentCount field.

func (*ConnectionStatisticsSnapshotDTO) SetPredictionIntervalMillis ¶

func (o *ConnectionStatisticsSnapshotDTO) SetPredictionIntervalMillis(v int64)

SetPredictionIntervalMillis gets a reference to the given int64 and assigns it to the PredictionIntervalMillis field.

func (ConnectionStatisticsSnapshotDTO) ToMap ¶

func (o ConnectionStatisticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type ConnectionStatusDTO ¶

type ConnectionStatusDTO struct {
	// The ID of the connection
	Id *string `json:"id,omitempty"`
	// The ID of the Process Group that the connection belongs to
	GroupId *string `json:"groupId,omitempty"`
	// The name of the connection
	Name *string `json:"name,omitempty"`
	// The timestamp of when the stats were last refreshed
	StatsLastRefreshed *string `json:"statsLastRefreshed,omitempty"`
	// The ID of the source component
	SourceId *string `json:"sourceId,omitempty"`
	// The name of the source component
	SourceName *string `json:"sourceName,omitempty"`
	// The ID of the destination component
	DestinationId *string `json:"destinationId,omitempty"`
	// The name of the destination component
	DestinationName   *string                      `json:"destinationName,omitempty"`
	AggregateSnapshot *ConnectionStatusSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// A list of status snapshots for each node
	NodeSnapshots []NodeConnectionStatusSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

ConnectionStatusDTO struct for ConnectionStatusDTO

func NewConnectionStatusDTO ¶

func NewConnectionStatusDTO() *ConnectionStatusDTO

NewConnectionStatusDTO instantiates a new ConnectionStatusDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionStatusDTOWithDefaults ¶

func NewConnectionStatusDTOWithDefaults() *ConnectionStatusDTO

NewConnectionStatusDTOWithDefaults instantiates a new ConnectionStatusDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionStatusDTO) GetAggregateSnapshot ¶

func (o *ConnectionStatusDTO) GetAggregateSnapshot() ConnectionStatusSnapshotDTO

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*ConnectionStatusDTO) GetAggregateSnapshotOk ¶

func (o *ConnectionStatusDTO) GetAggregateSnapshotOk() (*ConnectionStatusSnapshotDTO, bool)

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusDTO) GetDestinationId ¶

func (o *ConnectionStatusDTO) GetDestinationId() string

GetDestinationId returns the DestinationId field value if set, zero value otherwise.

func (*ConnectionStatusDTO) GetDestinationIdOk ¶

func (o *ConnectionStatusDTO) GetDestinationIdOk() (*string, bool)

GetDestinationIdOk returns a tuple with the DestinationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusDTO) GetDestinationName ¶

func (o *ConnectionStatusDTO) GetDestinationName() string

GetDestinationName returns the DestinationName field value if set, zero value otherwise.

func (*ConnectionStatusDTO) GetDestinationNameOk ¶

func (o *ConnectionStatusDTO) GetDestinationNameOk() (*string, bool)

GetDestinationNameOk returns a tuple with the DestinationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusDTO) GetGroupId ¶

func (o *ConnectionStatusDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*ConnectionStatusDTO) GetGroupIdOk ¶

func (o *ConnectionStatusDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusDTO) GetId ¶

func (o *ConnectionStatusDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ConnectionStatusDTO) GetIdOk ¶

func (o *ConnectionStatusDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusDTO) GetName ¶

func (o *ConnectionStatusDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ConnectionStatusDTO) GetNameOk ¶

func (o *ConnectionStatusDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusDTO) GetNodeSnapshots ¶

func (o *ConnectionStatusDTO) GetNodeSnapshots() []NodeConnectionStatusSnapshotDTO

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*ConnectionStatusDTO) GetNodeSnapshotsOk ¶

func (o *ConnectionStatusDTO) GetNodeSnapshotsOk() ([]NodeConnectionStatusSnapshotDTO, bool)

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusDTO) GetSourceId ¶

func (o *ConnectionStatusDTO) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*ConnectionStatusDTO) GetSourceIdOk ¶

func (o *ConnectionStatusDTO) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusDTO) GetSourceName ¶

func (o *ConnectionStatusDTO) GetSourceName() string

GetSourceName returns the SourceName field value if set, zero value otherwise.

func (*ConnectionStatusDTO) GetSourceNameOk ¶

func (o *ConnectionStatusDTO) GetSourceNameOk() (*string, bool)

GetSourceNameOk returns a tuple with the SourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusDTO) GetStatsLastRefreshed ¶

func (o *ConnectionStatusDTO) GetStatsLastRefreshed() string

GetStatsLastRefreshed returns the StatsLastRefreshed field value if set, zero value otherwise.

func (*ConnectionStatusDTO) GetStatsLastRefreshedOk ¶

func (o *ConnectionStatusDTO) GetStatsLastRefreshedOk() (*string, bool)

GetStatsLastRefreshedOk returns a tuple with the StatsLastRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusDTO) HasAggregateSnapshot ¶

func (o *ConnectionStatusDTO) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*ConnectionStatusDTO) HasDestinationId ¶

func (o *ConnectionStatusDTO) HasDestinationId() bool

HasDestinationId returns a boolean if a field has been set.

func (*ConnectionStatusDTO) HasDestinationName ¶

func (o *ConnectionStatusDTO) HasDestinationName() bool

HasDestinationName returns a boolean if a field has been set.

func (*ConnectionStatusDTO) HasGroupId ¶

func (o *ConnectionStatusDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*ConnectionStatusDTO) HasId ¶

func (o *ConnectionStatusDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConnectionStatusDTO) HasName ¶

func (o *ConnectionStatusDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ConnectionStatusDTO) HasNodeSnapshots ¶

func (o *ConnectionStatusDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (*ConnectionStatusDTO) HasSourceId ¶

func (o *ConnectionStatusDTO) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*ConnectionStatusDTO) HasSourceName ¶

func (o *ConnectionStatusDTO) HasSourceName() bool

HasSourceName returns a boolean if a field has been set.

func (*ConnectionStatusDTO) HasStatsLastRefreshed ¶

func (o *ConnectionStatusDTO) HasStatsLastRefreshed() bool

HasStatsLastRefreshed returns a boolean if a field has been set.

func (ConnectionStatusDTO) MarshalJSON ¶

func (o ConnectionStatusDTO) MarshalJSON() ([]byte, error)

func (*ConnectionStatusDTO) SetAggregateSnapshot ¶

func (o *ConnectionStatusDTO) SetAggregateSnapshot(v ConnectionStatusSnapshotDTO)

SetAggregateSnapshot gets a reference to the given ConnectionStatusSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*ConnectionStatusDTO) SetDestinationId ¶

func (o *ConnectionStatusDTO) SetDestinationId(v string)

SetDestinationId gets a reference to the given string and assigns it to the DestinationId field.

func (*ConnectionStatusDTO) SetDestinationName ¶

func (o *ConnectionStatusDTO) SetDestinationName(v string)

SetDestinationName gets a reference to the given string and assigns it to the DestinationName field.

func (*ConnectionStatusDTO) SetGroupId ¶

func (o *ConnectionStatusDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*ConnectionStatusDTO) SetId ¶

func (o *ConnectionStatusDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConnectionStatusDTO) SetName ¶

func (o *ConnectionStatusDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ConnectionStatusDTO) SetNodeSnapshots ¶

func (o *ConnectionStatusDTO) SetNodeSnapshots(v []NodeConnectionStatusSnapshotDTO)

SetNodeSnapshots gets a reference to the given []NodeConnectionStatusSnapshotDTO and assigns it to the NodeSnapshots field.

func (*ConnectionStatusDTO) SetSourceId ¶

func (o *ConnectionStatusDTO) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*ConnectionStatusDTO) SetSourceName ¶

func (o *ConnectionStatusDTO) SetSourceName(v string)

SetSourceName gets a reference to the given string and assigns it to the SourceName field.

func (*ConnectionStatusDTO) SetStatsLastRefreshed ¶

func (o *ConnectionStatusDTO) SetStatsLastRefreshed(v string)

SetStatsLastRefreshed gets a reference to the given string and assigns it to the StatsLastRefreshed field.

func (ConnectionStatusDTO) ToMap ¶

func (o ConnectionStatusDTO) ToMap() (map[string]interface{}, error)

type ConnectionStatusEntity ¶

type ConnectionStatusEntity struct {
	ConnectionStatus *ConnectionStatusDTO `json:"connectionStatus,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

ConnectionStatusEntity struct for ConnectionStatusEntity

func NewConnectionStatusEntity ¶

func NewConnectionStatusEntity() *ConnectionStatusEntity

NewConnectionStatusEntity instantiates a new ConnectionStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionStatusEntityWithDefaults ¶

func NewConnectionStatusEntityWithDefaults() *ConnectionStatusEntity

NewConnectionStatusEntityWithDefaults instantiates a new ConnectionStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionStatusEntity) GetCanRead ¶

func (o *ConnectionStatusEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*ConnectionStatusEntity) GetCanReadOk ¶

func (o *ConnectionStatusEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusEntity) GetConnectionStatus ¶

func (o *ConnectionStatusEntity) GetConnectionStatus() ConnectionStatusDTO

GetConnectionStatus returns the ConnectionStatus field value if set, zero value otherwise.

func (*ConnectionStatusEntity) GetConnectionStatusOk ¶

func (o *ConnectionStatusEntity) GetConnectionStatusOk() (*ConnectionStatusDTO, bool)

GetConnectionStatusOk returns a tuple with the ConnectionStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusEntity) HasCanRead ¶

func (o *ConnectionStatusEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*ConnectionStatusEntity) HasConnectionStatus ¶

func (o *ConnectionStatusEntity) HasConnectionStatus() bool

HasConnectionStatus returns a boolean if a field has been set.

func (ConnectionStatusEntity) MarshalJSON ¶

func (o ConnectionStatusEntity) MarshalJSON() ([]byte, error)

func (*ConnectionStatusEntity) SetCanRead ¶

func (o *ConnectionStatusEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*ConnectionStatusEntity) SetConnectionStatus ¶

func (o *ConnectionStatusEntity) SetConnectionStatus(v ConnectionStatusDTO)

SetConnectionStatus gets a reference to the given ConnectionStatusDTO and assigns it to the ConnectionStatus field.

func (ConnectionStatusEntity) ToMap ¶

func (o ConnectionStatusEntity) ToMap() (map[string]interface{}, error)

type ConnectionStatusPredictionsSnapshotDTO ¶

type ConnectionStatusPredictionsSnapshotDTO struct {
	// The predicted number of milliseconds before the connection will have backpressure applied, based on the queued count.
	PredictedMillisUntilCountBackpressure *int64 `json:"predictedMillisUntilCountBackpressure,omitempty"`
	// The predicted number of milliseconds before the connection will have backpressure applied, based on the total number of bytes in the queue.
	PredictedMillisUntilBytesBackpressure *int64 `json:"predictedMillisUntilBytesBackpressure,omitempty"`
	// The configured interval (in seconds) for predicting connection queue count and size (and percent usage).
	PredictionIntervalSeconds *int32 `json:"predictionIntervalSeconds,omitempty"`
	// The predicted number of queued objects at the next configured interval.
	PredictedCountAtNextInterval *int32 `json:"predictedCountAtNextInterval,omitempty"`
	// The predicted total number of bytes in the queue at the next configured interval.
	PredictedBytesAtNextInterval *int64 `json:"predictedBytesAtNextInterval,omitempty"`
	// Predicted connection percent use regarding queued flow files count and backpressure threshold if configured.
	PredictedPercentCount *int32 `json:"predictedPercentCount,omitempty"`
	// Predicted connection percent use regarding queued flow files size and backpressure threshold if configured.
	PredictedPercentBytes *int32 `json:"predictedPercentBytes,omitempty"`
}

ConnectionStatusPredictionsSnapshotDTO struct for ConnectionStatusPredictionsSnapshotDTO

func NewConnectionStatusPredictionsSnapshotDTO ¶

func NewConnectionStatusPredictionsSnapshotDTO() *ConnectionStatusPredictionsSnapshotDTO

NewConnectionStatusPredictionsSnapshotDTO instantiates a new ConnectionStatusPredictionsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionStatusPredictionsSnapshotDTOWithDefaults ¶

func NewConnectionStatusPredictionsSnapshotDTOWithDefaults() *ConnectionStatusPredictionsSnapshotDTO

NewConnectionStatusPredictionsSnapshotDTOWithDefaults instantiates a new ConnectionStatusPredictionsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedBytesAtNextInterval ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedBytesAtNextInterval() int64

GetPredictedBytesAtNextInterval returns the PredictedBytesAtNextInterval field value if set, zero value otherwise.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedBytesAtNextIntervalOk ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedBytesAtNextIntervalOk() (*int64, bool)

GetPredictedBytesAtNextIntervalOk returns a tuple with the PredictedBytesAtNextInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedCountAtNextInterval ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedCountAtNextInterval() int32

GetPredictedCountAtNextInterval returns the PredictedCountAtNextInterval field value if set, zero value otherwise.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedCountAtNextIntervalOk ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedCountAtNextIntervalOk() (*int32, bool)

GetPredictedCountAtNextIntervalOk returns a tuple with the PredictedCountAtNextInterval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedMillisUntilBytesBackpressure ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedMillisUntilBytesBackpressure() int64

GetPredictedMillisUntilBytesBackpressure returns the PredictedMillisUntilBytesBackpressure field value if set, zero value otherwise.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedMillisUntilBytesBackpressureOk ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedMillisUntilBytesBackpressureOk() (*int64, bool)

GetPredictedMillisUntilBytesBackpressureOk returns a tuple with the PredictedMillisUntilBytesBackpressure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedMillisUntilCountBackpressure ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedMillisUntilCountBackpressure() int64

GetPredictedMillisUntilCountBackpressure returns the PredictedMillisUntilCountBackpressure field value if set, zero value otherwise.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedMillisUntilCountBackpressureOk ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedMillisUntilCountBackpressureOk() (*int64, bool)

GetPredictedMillisUntilCountBackpressureOk returns a tuple with the PredictedMillisUntilCountBackpressure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedPercentBytes ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedPercentBytes() int32

GetPredictedPercentBytes returns the PredictedPercentBytes field value if set, zero value otherwise.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedPercentBytesOk ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedPercentBytesOk() (*int32, bool)

GetPredictedPercentBytesOk returns a tuple with the PredictedPercentBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedPercentCount ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedPercentCount() int32

GetPredictedPercentCount returns the PredictedPercentCount field value if set, zero value otherwise.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictedPercentCountOk ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictedPercentCountOk() (*int32, bool)

GetPredictedPercentCountOk returns a tuple with the PredictedPercentCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictionIntervalSeconds ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictionIntervalSeconds() int32

GetPredictionIntervalSeconds returns the PredictionIntervalSeconds field value if set, zero value otherwise.

func (*ConnectionStatusPredictionsSnapshotDTO) GetPredictionIntervalSecondsOk ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) GetPredictionIntervalSecondsOk() (*int32, bool)

GetPredictionIntervalSecondsOk returns a tuple with the PredictionIntervalSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) HasPredictedBytesAtNextInterval ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) HasPredictedBytesAtNextInterval() bool

HasPredictedBytesAtNextInterval returns a boolean if a field has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) HasPredictedCountAtNextInterval ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) HasPredictedCountAtNextInterval() bool

HasPredictedCountAtNextInterval returns a boolean if a field has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) HasPredictedMillisUntilBytesBackpressure ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) HasPredictedMillisUntilBytesBackpressure() bool

HasPredictedMillisUntilBytesBackpressure returns a boolean if a field has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) HasPredictedMillisUntilCountBackpressure ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) HasPredictedMillisUntilCountBackpressure() bool

HasPredictedMillisUntilCountBackpressure returns a boolean if a field has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) HasPredictedPercentBytes ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) HasPredictedPercentBytes() bool

HasPredictedPercentBytes returns a boolean if a field has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) HasPredictedPercentCount ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) HasPredictedPercentCount() bool

HasPredictedPercentCount returns a boolean if a field has been set.

func (*ConnectionStatusPredictionsSnapshotDTO) HasPredictionIntervalSeconds ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) HasPredictionIntervalSeconds() bool

HasPredictionIntervalSeconds returns a boolean if a field has been set.

func (ConnectionStatusPredictionsSnapshotDTO) MarshalJSON ¶

func (o ConnectionStatusPredictionsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*ConnectionStatusPredictionsSnapshotDTO) SetPredictedBytesAtNextInterval ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) SetPredictedBytesAtNextInterval(v int64)

SetPredictedBytesAtNextInterval gets a reference to the given int64 and assigns it to the PredictedBytesAtNextInterval field.

func (*ConnectionStatusPredictionsSnapshotDTO) SetPredictedCountAtNextInterval ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) SetPredictedCountAtNextInterval(v int32)

SetPredictedCountAtNextInterval gets a reference to the given int32 and assigns it to the PredictedCountAtNextInterval field.

func (*ConnectionStatusPredictionsSnapshotDTO) SetPredictedMillisUntilBytesBackpressure ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) SetPredictedMillisUntilBytesBackpressure(v int64)

SetPredictedMillisUntilBytesBackpressure gets a reference to the given int64 and assigns it to the PredictedMillisUntilBytesBackpressure field.

func (*ConnectionStatusPredictionsSnapshotDTO) SetPredictedMillisUntilCountBackpressure ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) SetPredictedMillisUntilCountBackpressure(v int64)

SetPredictedMillisUntilCountBackpressure gets a reference to the given int64 and assigns it to the PredictedMillisUntilCountBackpressure field.

func (*ConnectionStatusPredictionsSnapshotDTO) SetPredictedPercentBytes ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) SetPredictedPercentBytes(v int32)

SetPredictedPercentBytes gets a reference to the given int32 and assigns it to the PredictedPercentBytes field.

func (*ConnectionStatusPredictionsSnapshotDTO) SetPredictedPercentCount ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) SetPredictedPercentCount(v int32)

SetPredictedPercentCount gets a reference to the given int32 and assigns it to the PredictedPercentCount field.

func (*ConnectionStatusPredictionsSnapshotDTO) SetPredictionIntervalSeconds ¶

func (o *ConnectionStatusPredictionsSnapshotDTO) SetPredictionIntervalSeconds(v int32)

SetPredictionIntervalSeconds gets a reference to the given int32 and assigns it to the PredictionIntervalSeconds field.

func (ConnectionStatusPredictionsSnapshotDTO) ToMap ¶

func (o ConnectionStatusPredictionsSnapshotDTO) ToMap() (map[string]interface{}, error)

type ConnectionStatusSnapshotDTO ¶

type ConnectionStatusSnapshotDTO struct {
	// The id of the connection.
	Id *string `json:"id,omitempty"`
	// The id of the process group the connection belongs to.
	GroupId *string `json:"groupId,omitempty"`
	// The name of the connection.
	Name *string `json:"name,omitempty"`
	// The id of the source of the connection.
	SourceId *string `json:"sourceId,omitempty"`
	// The name of the source of the connection.
	SourceName *string `json:"sourceName,omitempty"`
	// The id of the destination of the connection.
	DestinationId *string `json:"destinationId,omitempty"`
	// The name of the destination of the connection.
	DestinationName *string                                 `json:"destinationName,omitempty"`
	Predictions     *ConnectionStatusPredictionsSnapshotDTO `json:"predictions,omitempty"`
	// The number of FlowFiles that have come into the connection in the last 5 minutes.
	FlowFilesIn *int32 `json:"flowFilesIn,omitempty"`
	// The size of the FlowFiles that have come into the connection in the last 5 minutes.
	BytesIn *int64 `json:"bytesIn,omitempty"`
	// The input count/size for the connection in the last 5 minutes, pretty printed.
	Input *string `json:"input,omitempty"`
	// The number of FlowFiles that have left the connection in the last 5 minutes.
	FlowFilesOut *int32 `json:"flowFilesOut,omitempty"`
	// The number of bytes that have left the connection in the last 5 minutes.
	BytesOut *int64 `json:"bytesOut,omitempty"`
	// The output count/sie for the connection in the last 5 minutes, pretty printed.
	Output *string `json:"output,omitempty"`
	// The number of FlowFiles that are currently queued in the connection.
	FlowFilesQueued *int32 `json:"flowFilesQueued,omitempty"`
	// The size of the FlowFiles that are currently queued in the connection.
	BytesQueued *int64 `json:"bytesQueued,omitempty"`
	// The total count and size of queued flowfiles formatted.
	Queued *string `json:"queued,omitempty"`
	// The total size of flowfiles that are queued formatted.
	QueuedSize *string `json:"queuedSize,omitempty"`
	// The number of flowfiles that are queued, pretty printed.
	QueuedCount *string `json:"queuedCount,omitempty"`
	// Connection percent use regarding queued flow files count and backpressure threshold if configured.
	PercentUseCount *int32 `json:"percentUseCount,omitempty"`
	// Connection percent use regarding queued flow files size and backpressure threshold if configured.
	PercentUseBytes *int32 `json:"percentUseBytes,omitempty"`
	// The availability of FlowFiles in this connection
	FlowFileAvailability *string `json:"flowFileAvailability,omitempty"`
}

ConnectionStatusSnapshotDTO struct for ConnectionStatusSnapshotDTO

func NewConnectionStatusSnapshotDTO ¶

func NewConnectionStatusSnapshotDTO() *ConnectionStatusSnapshotDTO

NewConnectionStatusSnapshotDTO instantiates a new ConnectionStatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionStatusSnapshotDTOWithDefaults ¶

func NewConnectionStatusSnapshotDTOWithDefaults() *ConnectionStatusSnapshotDTO

NewConnectionStatusSnapshotDTOWithDefaults instantiates a new ConnectionStatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionStatusSnapshotDTO) GetBytesIn ¶

func (o *ConnectionStatusSnapshotDTO) GetBytesIn() int64

GetBytesIn returns the BytesIn field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetBytesInOk ¶

func (o *ConnectionStatusSnapshotDTO) GetBytesInOk() (*int64, bool)

GetBytesInOk returns a tuple with the BytesIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetBytesOut ¶

func (o *ConnectionStatusSnapshotDTO) GetBytesOut() int64

GetBytesOut returns the BytesOut field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetBytesOutOk ¶

func (o *ConnectionStatusSnapshotDTO) GetBytesOutOk() (*int64, bool)

GetBytesOutOk returns a tuple with the BytesOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetBytesQueued ¶

func (o *ConnectionStatusSnapshotDTO) GetBytesQueued() int64

GetBytesQueued returns the BytesQueued field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetBytesQueuedOk ¶

func (o *ConnectionStatusSnapshotDTO) GetBytesQueuedOk() (*int64, bool)

GetBytesQueuedOk returns a tuple with the BytesQueued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetDestinationId ¶

func (o *ConnectionStatusSnapshotDTO) GetDestinationId() string

GetDestinationId returns the DestinationId field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetDestinationIdOk ¶

func (o *ConnectionStatusSnapshotDTO) GetDestinationIdOk() (*string, bool)

GetDestinationIdOk returns a tuple with the DestinationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetDestinationName ¶

func (o *ConnectionStatusSnapshotDTO) GetDestinationName() string

GetDestinationName returns the DestinationName field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetDestinationNameOk ¶

func (o *ConnectionStatusSnapshotDTO) GetDestinationNameOk() (*string, bool)

GetDestinationNameOk returns a tuple with the DestinationName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetFlowFileAvailability ¶

func (o *ConnectionStatusSnapshotDTO) GetFlowFileAvailability() string

GetFlowFileAvailability returns the FlowFileAvailability field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetFlowFileAvailabilityOk ¶

func (o *ConnectionStatusSnapshotDTO) GetFlowFileAvailabilityOk() (*string, bool)

GetFlowFileAvailabilityOk returns a tuple with the FlowFileAvailability field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetFlowFilesIn ¶

func (o *ConnectionStatusSnapshotDTO) GetFlowFilesIn() int32

GetFlowFilesIn returns the FlowFilesIn field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetFlowFilesInOk ¶

func (o *ConnectionStatusSnapshotDTO) GetFlowFilesInOk() (*int32, bool)

GetFlowFilesInOk returns a tuple with the FlowFilesIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetFlowFilesOut ¶

func (o *ConnectionStatusSnapshotDTO) GetFlowFilesOut() int32

GetFlowFilesOut returns the FlowFilesOut field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetFlowFilesOutOk ¶

func (o *ConnectionStatusSnapshotDTO) GetFlowFilesOutOk() (*int32, bool)

GetFlowFilesOutOk returns a tuple with the FlowFilesOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetFlowFilesQueued ¶

func (o *ConnectionStatusSnapshotDTO) GetFlowFilesQueued() int32

GetFlowFilesQueued returns the FlowFilesQueued field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetFlowFilesQueuedOk ¶

func (o *ConnectionStatusSnapshotDTO) GetFlowFilesQueuedOk() (*int32, bool)

GetFlowFilesQueuedOk returns a tuple with the FlowFilesQueued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetGroupId ¶

func (o *ConnectionStatusSnapshotDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetGroupIdOk ¶

func (o *ConnectionStatusSnapshotDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetIdOk ¶

func (o *ConnectionStatusSnapshotDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetInput ¶

func (o *ConnectionStatusSnapshotDTO) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetInputOk ¶

func (o *ConnectionStatusSnapshotDTO) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetName ¶

func (o *ConnectionStatusSnapshotDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetNameOk ¶

func (o *ConnectionStatusSnapshotDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetOutput ¶

func (o *ConnectionStatusSnapshotDTO) GetOutput() string

GetOutput returns the Output field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetOutputOk ¶

func (o *ConnectionStatusSnapshotDTO) GetOutputOk() (*string, bool)

GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetPercentUseBytes ¶

func (o *ConnectionStatusSnapshotDTO) GetPercentUseBytes() int32

GetPercentUseBytes returns the PercentUseBytes field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetPercentUseBytesOk ¶

func (o *ConnectionStatusSnapshotDTO) GetPercentUseBytesOk() (*int32, bool)

GetPercentUseBytesOk returns a tuple with the PercentUseBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetPercentUseCount ¶

func (o *ConnectionStatusSnapshotDTO) GetPercentUseCount() int32

GetPercentUseCount returns the PercentUseCount field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetPercentUseCountOk ¶

func (o *ConnectionStatusSnapshotDTO) GetPercentUseCountOk() (*int32, bool)

GetPercentUseCountOk returns a tuple with the PercentUseCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetPredictions ¶

GetPredictions returns the Predictions field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetPredictionsOk ¶

GetPredictionsOk returns a tuple with the Predictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetQueued ¶

func (o *ConnectionStatusSnapshotDTO) GetQueued() string

GetQueued returns the Queued field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetQueuedCount ¶

func (o *ConnectionStatusSnapshotDTO) GetQueuedCount() string

GetQueuedCount returns the QueuedCount field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetQueuedCountOk ¶

func (o *ConnectionStatusSnapshotDTO) GetQueuedCountOk() (*string, bool)

GetQueuedCountOk returns a tuple with the QueuedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetQueuedOk ¶

func (o *ConnectionStatusSnapshotDTO) GetQueuedOk() (*string, bool)

GetQueuedOk returns a tuple with the Queued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetQueuedSize ¶

func (o *ConnectionStatusSnapshotDTO) GetQueuedSize() string

GetQueuedSize returns the QueuedSize field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetQueuedSizeOk ¶

func (o *ConnectionStatusSnapshotDTO) GetQueuedSizeOk() (*string, bool)

GetQueuedSizeOk returns a tuple with the QueuedSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetSourceId ¶

func (o *ConnectionStatusSnapshotDTO) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetSourceIdOk ¶

func (o *ConnectionStatusSnapshotDTO) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) GetSourceName ¶

func (o *ConnectionStatusSnapshotDTO) GetSourceName() string

GetSourceName returns the SourceName field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotDTO) GetSourceNameOk ¶

func (o *ConnectionStatusSnapshotDTO) GetSourceNameOk() (*string, bool)

GetSourceNameOk returns a tuple with the SourceName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotDTO) HasBytesIn ¶

func (o *ConnectionStatusSnapshotDTO) HasBytesIn() bool

HasBytesIn returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasBytesOut ¶

func (o *ConnectionStatusSnapshotDTO) HasBytesOut() bool

HasBytesOut returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasBytesQueued ¶

func (o *ConnectionStatusSnapshotDTO) HasBytesQueued() bool

HasBytesQueued returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasDestinationId ¶

func (o *ConnectionStatusSnapshotDTO) HasDestinationId() bool

HasDestinationId returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasDestinationName ¶

func (o *ConnectionStatusSnapshotDTO) HasDestinationName() bool

HasDestinationName returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasFlowFileAvailability ¶

func (o *ConnectionStatusSnapshotDTO) HasFlowFileAvailability() bool

HasFlowFileAvailability returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasFlowFilesIn ¶

func (o *ConnectionStatusSnapshotDTO) HasFlowFilesIn() bool

HasFlowFilesIn returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasFlowFilesOut ¶

func (o *ConnectionStatusSnapshotDTO) HasFlowFilesOut() bool

HasFlowFilesOut returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasFlowFilesQueued ¶

func (o *ConnectionStatusSnapshotDTO) HasFlowFilesQueued() bool

HasFlowFilesQueued returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasGroupId ¶

func (o *ConnectionStatusSnapshotDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasId ¶

func (o *ConnectionStatusSnapshotDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasInput ¶

func (o *ConnectionStatusSnapshotDTO) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasName ¶

func (o *ConnectionStatusSnapshotDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasOutput ¶

func (o *ConnectionStatusSnapshotDTO) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasPercentUseBytes ¶

func (o *ConnectionStatusSnapshotDTO) HasPercentUseBytes() bool

HasPercentUseBytes returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasPercentUseCount ¶

func (o *ConnectionStatusSnapshotDTO) HasPercentUseCount() bool

HasPercentUseCount returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasPredictions ¶

func (o *ConnectionStatusSnapshotDTO) HasPredictions() bool

HasPredictions returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasQueued ¶

func (o *ConnectionStatusSnapshotDTO) HasQueued() bool

HasQueued returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasQueuedCount ¶

func (o *ConnectionStatusSnapshotDTO) HasQueuedCount() bool

HasQueuedCount returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasQueuedSize ¶

func (o *ConnectionStatusSnapshotDTO) HasQueuedSize() bool

HasQueuedSize returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasSourceId ¶

func (o *ConnectionStatusSnapshotDTO) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotDTO) HasSourceName ¶

func (o *ConnectionStatusSnapshotDTO) HasSourceName() bool

HasSourceName returns a boolean if a field has been set.

func (ConnectionStatusSnapshotDTO) MarshalJSON ¶

func (o ConnectionStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*ConnectionStatusSnapshotDTO) SetBytesIn ¶

func (o *ConnectionStatusSnapshotDTO) SetBytesIn(v int64)

SetBytesIn gets a reference to the given int64 and assigns it to the BytesIn field.

func (*ConnectionStatusSnapshotDTO) SetBytesOut ¶

func (o *ConnectionStatusSnapshotDTO) SetBytesOut(v int64)

SetBytesOut gets a reference to the given int64 and assigns it to the BytesOut field.

func (*ConnectionStatusSnapshotDTO) SetBytesQueued ¶

func (o *ConnectionStatusSnapshotDTO) SetBytesQueued(v int64)

SetBytesQueued gets a reference to the given int64 and assigns it to the BytesQueued field.

func (*ConnectionStatusSnapshotDTO) SetDestinationId ¶

func (o *ConnectionStatusSnapshotDTO) SetDestinationId(v string)

SetDestinationId gets a reference to the given string and assigns it to the DestinationId field.

func (*ConnectionStatusSnapshotDTO) SetDestinationName ¶

func (o *ConnectionStatusSnapshotDTO) SetDestinationName(v string)

SetDestinationName gets a reference to the given string and assigns it to the DestinationName field.

func (*ConnectionStatusSnapshotDTO) SetFlowFileAvailability ¶

func (o *ConnectionStatusSnapshotDTO) SetFlowFileAvailability(v string)

SetFlowFileAvailability gets a reference to the given string and assigns it to the FlowFileAvailability field.

func (*ConnectionStatusSnapshotDTO) SetFlowFilesIn ¶

func (o *ConnectionStatusSnapshotDTO) SetFlowFilesIn(v int32)

SetFlowFilesIn gets a reference to the given int32 and assigns it to the FlowFilesIn field.

func (*ConnectionStatusSnapshotDTO) SetFlowFilesOut ¶

func (o *ConnectionStatusSnapshotDTO) SetFlowFilesOut(v int32)

SetFlowFilesOut gets a reference to the given int32 and assigns it to the FlowFilesOut field.

func (*ConnectionStatusSnapshotDTO) SetFlowFilesQueued ¶

func (o *ConnectionStatusSnapshotDTO) SetFlowFilesQueued(v int32)

SetFlowFilesQueued gets a reference to the given int32 and assigns it to the FlowFilesQueued field.

func (*ConnectionStatusSnapshotDTO) SetGroupId ¶

func (o *ConnectionStatusSnapshotDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*ConnectionStatusSnapshotDTO) SetId ¶

func (o *ConnectionStatusSnapshotDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ConnectionStatusSnapshotDTO) SetInput ¶

func (o *ConnectionStatusSnapshotDTO) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*ConnectionStatusSnapshotDTO) SetName ¶

func (o *ConnectionStatusSnapshotDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ConnectionStatusSnapshotDTO) SetOutput ¶

func (o *ConnectionStatusSnapshotDTO) SetOutput(v string)

SetOutput gets a reference to the given string and assigns it to the Output field.

func (*ConnectionStatusSnapshotDTO) SetPercentUseBytes ¶

func (o *ConnectionStatusSnapshotDTO) SetPercentUseBytes(v int32)

SetPercentUseBytes gets a reference to the given int32 and assigns it to the PercentUseBytes field.

func (*ConnectionStatusSnapshotDTO) SetPercentUseCount ¶

func (o *ConnectionStatusSnapshotDTO) SetPercentUseCount(v int32)

SetPercentUseCount gets a reference to the given int32 and assigns it to the PercentUseCount field.

func (*ConnectionStatusSnapshotDTO) SetPredictions ¶

SetPredictions gets a reference to the given ConnectionStatusPredictionsSnapshotDTO and assigns it to the Predictions field.

func (*ConnectionStatusSnapshotDTO) SetQueued ¶

func (o *ConnectionStatusSnapshotDTO) SetQueued(v string)

SetQueued gets a reference to the given string and assigns it to the Queued field.

func (*ConnectionStatusSnapshotDTO) SetQueuedCount ¶

func (o *ConnectionStatusSnapshotDTO) SetQueuedCount(v string)

SetQueuedCount gets a reference to the given string and assigns it to the QueuedCount field.

func (*ConnectionStatusSnapshotDTO) SetQueuedSize ¶

func (o *ConnectionStatusSnapshotDTO) SetQueuedSize(v string)

SetQueuedSize gets a reference to the given string and assigns it to the QueuedSize field.

func (*ConnectionStatusSnapshotDTO) SetSourceId ¶

func (o *ConnectionStatusSnapshotDTO) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*ConnectionStatusSnapshotDTO) SetSourceName ¶

func (o *ConnectionStatusSnapshotDTO) SetSourceName(v string)

SetSourceName gets a reference to the given string and assigns it to the SourceName field.

func (ConnectionStatusSnapshotDTO) ToMap ¶

func (o ConnectionStatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type ConnectionStatusSnapshotEntity ¶

type ConnectionStatusSnapshotEntity struct {
	// The id of the connection.
	Id                       *string                      `json:"id,omitempty"`
	ConnectionStatusSnapshot *ConnectionStatusSnapshotDTO `json:"connectionStatusSnapshot,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

ConnectionStatusSnapshotEntity struct for ConnectionStatusSnapshotEntity

func NewConnectionStatusSnapshotEntity ¶

func NewConnectionStatusSnapshotEntity() *ConnectionStatusSnapshotEntity

NewConnectionStatusSnapshotEntity instantiates a new ConnectionStatusSnapshotEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionStatusSnapshotEntityWithDefaults ¶

func NewConnectionStatusSnapshotEntityWithDefaults() *ConnectionStatusSnapshotEntity

NewConnectionStatusSnapshotEntityWithDefaults instantiates a new ConnectionStatusSnapshotEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionStatusSnapshotEntity) GetCanRead ¶

func (o *ConnectionStatusSnapshotEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotEntity) GetCanReadOk ¶

func (o *ConnectionStatusSnapshotEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotEntity) GetConnectionStatusSnapshot ¶

func (o *ConnectionStatusSnapshotEntity) GetConnectionStatusSnapshot() ConnectionStatusSnapshotDTO

GetConnectionStatusSnapshot returns the ConnectionStatusSnapshot field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotEntity) GetConnectionStatusSnapshotOk ¶

func (o *ConnectionStatusSnapshotEntity) GetConnectionStatusSnapshotOk() (*ConnectionStatusSnapshotDTO, bool)

GetConnectionStatusSnapshotOk returns a tuple with the ConnectionStatusSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ConnectionStatusSnapshotEntity) GetIdOk ¶

func (o *ConnectionStatusSnapshotEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionStatusSnapshotEntity) HasCanRead ¶

func (o *ConnectionStatusSnapshotEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotEntity) HasConnectionStatusSnapshot ¶

func (o *ConnectionStatusSnapshotEntity) HasConnectionStatusSnapshot() bool

HasConnectionStatusSnapshot returns a boolean if a field has been set.

func (*ConnectionStatusSnapshotEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (ConnectionStatusSnapshotEntity) MarshalJSON ¶

func (o ConnectionStatusSnapshotEntity) MarshalJSON() ([]byte, error)

func (*ConnectionStatusSnapshotEntity) SetCanRead ¶

func (o *ConnectionStatusSnapshotEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*ConnectionStatusSnapshotEntity) SetConnectionStatusSnapshot ¶

func (o *ConnectionStatusSnapshotEntity) SetConnectionStatusSnapshot(v ConnectionStatusSnapshotDTO)

SetConnectionStatusSnapshot gets a reference to the given ConnectionStatusSnapshotDTO and assigns it to the ConnectionStatusSnapshot field.

func (*ConnectionStatusSnapshotEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (ConnectionStatusSnapshotEntity) ToMap ¶

func (o ConnectionStatusSnapshotEntity) ToMap() (map[string]interface{}, error)

type ConnectionsAPIDeleteConnectionRequest ¶

type ConnectionsAPIDeleteConnectionRequest struct {
	ApiService *ConnectionsAPIService
	// contains filtered or unexported fields
}

func (ConnectionsAPIDeleteConnectionRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (ConnectionsAPIDeleteConnectionRequest) DisconnectedNodeAcknowledged ¶

func (r ConnectionsAPIDeleteConnectionRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ConnectionsAPIDeleteConnectionRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ConnectionsAPIDeleteConnectionRequest) Execute ¶

func (ConnectionsAPIDeleteConnectionRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type ConnectionsAPIGetConnectionRequest ¶

type ConnectionsAPIGetConnectionRequest struct {
	ApiService *ConnectionsAPIService
	// contains filtered or unexported fields
}

func (ConnectionsAPIGetConnectionRequest) Execute ¶

type ConnectionsAPIService ¶

type ConnectionsAPIService service

ConnectionsAPIService ConnectionsAPI service

func (*ConnectionsAPIService) DeleteConnection ¶

DeleteConnection Deletes a connection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@return ConnectionsAPIDeleteConnectionRequest

func (*ConnectionsAPIService) DeleteConnectionExecute ¶

Execute executes the request

@return ConnectionEntity

func (*ConnectionsAPIService) GetConnection ¶

GetConnection Gets a connection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@return ConnectionsAPIGetConnectionRequest

func (*ConnectionsAPIService) GetConnectionExecute ¶

Execute executes the request

@return ConnectionEntity

func (*ConnectionsAPIService) UpdateConnection ¶

UpdateConnection Updates a connection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@return ConnectionsAPIUpdateConnectionRequest

func (*ConnectionsAPIService) UpdateConnectionExecute ¶

Execute executes the request

@return ConnectionEntity

type ConnectionsAPIUpdateConnectionRequest ¶

type ConnectionsAPIUpdateConnectionRequest struct {
	ApiService *ConnectionsAPIService
	// contains filtered or unexported fields
}

func (ConnectionsAPIUpdateConnectionRequest) Body ¶

The connection configuration details.

func (ConnectionsAPIUpdateConnectionRequest) Execute ¶

type ConnectionsEntity ¶

type ConnectionsEntity struct {
	Connections []ConnectionEntity `json:"connections,omitempty"`
}

ConnectionsEntity struct for ConnectionsEntity

func NewConnectionsEntity ¶

func NewConnectionsEntity() *ConnectionsEntity

NewConnectionsEntity instantiates a new ConnectionsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewConnectionsEntityWithDefaults ¶

func NewConnectionsEntityWithDefaults() *ConnectionsEntity

NewConnectionsEntityWithDefaults instantiates a new ConnectionsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ConnectionsEntity) GetConnections ¶

func (o *ConnectionsEntity) GetConnections() []ConnectionEntity

GetConnections returns the Connections field value if set, zero value otherwise.

func (*ConnectionsEntity) GetConnectionsOk ¶

func (o *ConnectionsEntity) GetConnectionsOk() ([]ConnectionEntity, bool)

GetConnectionsOk returns a tuple with the Connections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ConnectionsEntity) HasConnections ¶

func (o *ConnectionsEntity) HasConnections() bool

HasConnections returns a boolean if a field has been set.

func (ConnectionsEntity) MarshalJSON ¶

func (o ConnectionsEntity) MarshalJSON() ([]byte, error)

func (*ConnectionsEntity) SetConnections ¶

func (o *ConnectionsEntity) SetConnections(v []ConnectionEntity)

SetConnections gets a reference to the given []ConnectionEntity and assigns it to the Connections field.

func (ConnectionsEntity) ToMap ¶

func (o ConnectionsEntity) ToMap() (map[string]interface{}, error)

type ControllerAPICreateBulletinRequest ¶

type ControllerAPICreateBulletinRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPICreateBulletinRequest) Body ¶

The reporting task configuration details.

func (ControllerAPICreateBulletinRequest) Execute ¶

type ControllerAPICreateControllerServiceRequest ¶

type ControllerAPICreateControllerServiceRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPICreateControllerServiceRequest) Body ¶

The controller service configuration details.

func (ControllerAPICreateControllerServiceRequest) Execute ¶

type ControllerAPICreateFlowRegistryClientRequest ¶

type ControllerAPICreateFlowRegistryClientRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPICreateFlowRegistryClientRequest) Body ¶

The flow registry client configuration details.

func (ControllerAPICreateFlowRegistryClientRequest) Execute ¶

type ControllerAPICreateParameterProviderRequest ¶

type ControllerAPICreateParameterProviderRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPICreateParameterProviderRequest) Body ¶

The parameter provider configuration details.

func (ControllerAPICreateParameterProviderRequest) Execute ¶

type ControllerAPICreateReportingTaskRequest ¶

type ControllerAPICreateReportingTaskRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPICreateReportingTaskRequest) Body ¶

The reporting task configuration details.

func (ControllerAPICreateReportingTaskRequest) Execute ¶

type ControllerAPIDeleteFlowRegistryClientRequest ¶

type ControllerAPIDeleteFlowRegistryClientRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIDeleteFlowRegistryClientRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (ControllerAPIDeleteFlowRegistryClientRequest) DisconnectedNodeAcknowledged ¶

func (r ControllerAPIDeleteFlowRegistryClientRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ControllerAPIDeleteFlowRegistryClientRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ControllerAPIDeleteFlowRegistryClientRequest) Execute ¶

func (ControllerAPIDeleteFlowRegistryClientRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type ControllerAPIDeleteHistoryRequest ¶

type ControllerAPIDeleteHistoryRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIDeleteHistoryRequest) EndDate ¶

Purge actions before this date/time.

func (ControllerAPIDeleteHistoryRequest) Execute ¶

type ControllerAPIDeleteNodeRequest ¶

type ControllerAPIDeleteNodeRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIDeleteNodeRequest) Execute ¶

type ControllerAPIGetClusterRequest ¶

type ControllerAPIGetClusterRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIGetClusterRequest) Execute ¶

type ControllerAPIGetControllerConfigRequest ¶

type ControllerAPIGetControllerConfigRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIGetControllerConfigRequest) Execute ¶

type ControllerAPIGetFlowRegistryClientRequest ¶

type ControllerAPIGetFlowRegistryClientRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIGetFlowRegistryClientRequest) Execute ¶

type ControllerAPIGetFlowRegistryClientsRequest ¶

type ControllerAPIGetFlowRegistryClientsRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIGetFlowRegistryClientsRequest) Execute ¶

type ControllerAPIGetNodeRequest ¶

type ControllerAPIGetNodeRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIGetNodeRequest) Execute ¶

type ControllerAPIGetNodeStatusHistoryRequest ¶

type ControllerAPIGetNodeStatusHistoryRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIGetNodeStatusHistoryRequest) Execute ¶

type ControllerAPIGetPropertyDescriptorRequest ¶

type ControllerAPIGetPropertyDescriptorRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIGetPropertyDescriptorRequest) Execute ¶

func (ControllerAPIGetPropertyDescriptorRequest) PropertyName ¶

The property name.

func (ControllerAPIGetPropertyDescriptorRequest) Sensitive ¶

Property Descriptor requested sensitive status

type ControllerAPIGetRegistryClientTypesRequest ¶

type ControllerAPIGetRegistryClientTypesRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIGetRegistryClientTypesRequest) Execute ¶

type ControllerAPIService ¶

type ControllerAPIService service

ControllerAPIService ControllerAPI service

func (*ControllerAPIService) CreateBulletin ¶

CreateBulletin Creates a new bulletin

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPICreateBulletinRequest

func (*ControllerAPIService) CreateBulletinExecute ¶

Execute executes the request

@return BulletinEntity

func (*ControllerAPIService) CreateControllerService ¶

CreateControllerService Creates a new controller service

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPICreateControllerServiceRequest

func (*ControllerAPIService) CreateControllerServiceExecute ¶

Execute executes the request

@return ControllerServiceEntity

func (*ControllerAPIService) CreateFlowRegistryClient ¶

CreateFlowRegistryClient Creates a new flow registry client

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPICreateFlowRegistryClientRequest

func (*ControllerAPIService) CreateFlowRegistryClientExecute ¶

Execute executes the request

@return FlowRegistryClientEntity

func (*ControllerAPIService) CreateParameterProvider ¶

CreateParameterProvider Creates a new parameter provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPICreateParameterProviderRequest

func (*ControllerAPIService) CreateParameterProviderExecute ¶

Execute executes the request

@return ParameterProviderEntity

func (*ControllerAPIService) CreateReportingTask ¶

CreateReportingTask Creates a new reporting task

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPICreateReportingTaskRequest

func (*ControllerAPIService) CreateReportingTaskExecute ¶

Execute executes the request

@return ReportingTaskEntity

func (*ControllerAPIService) DeleteFlowRegistryClient ¶

DeleteFlowRegistryClient Deletes a flow registry client

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The flow registry client id.
@return ControllerAPIDeleteFlowRegistryClientRequest

func (*ControllerAPIService) DeleteFlowRegistryClientExecute ¶

Execute executes the request

@return FlowRegistryClientEntity

func (*ControllerAPIService) DeleteHistory ¶

DeleteHistory Purges history

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPIDeleteHistoryRequest

func (*ControllerAPIService) DeleteHistoryExecute ¶

Execute executes the request

@return HistoryEntity

func (*ControllerAPIService) DeleteNode ¶

DeleteNode Removes a node from the cluster

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The node id.
@return ControllerAPIDeleteNodeRequest

func (*ControllerAPIService) DeleteNodeExecute ¶

Execute executes the request

@return NodeEntity

func (*ControllerAPIService) GetCluster ¶

GetCluster Gets the contents of the cluster

Returns the contents of the cluster including all nodes and their status.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPIGetClusterRequest

func (*ControllerAPIService) GetClusterExecute ¶

Execute executes the request

@return ClusterEntity

func (*ControllerAPIService) GetControllerConfig ¶

GetControllerConfig Retrieves the configuration for this NiFi Controller

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPIGetControllerConfigRequest

func (*ControllerAPIService) GetControllerConfigExecute ¶

Execute executes the request

@return ControllerConfigurationEntity

func (*ControllerAPIService) GetFlowRegistryClient ¶

GetFlowRegistryClient Gets a flow registry client

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The flow registry client id.
@return ControllerAPIGetFlowRegistryClientRequest

func (*ControllerAPIService) GetFlowRegistryClientExecute ¶

Execute executes the request

@return FlowRegistryClientEntity

func (*ControllerAPIService) GetFlowRegistryClients ¶

GetFlowRegistryClients Gets the listing of available flow registry clients

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPIGetFlowRegistryClientsRequest

func (*ControllerAPIService) GetFlowRegistryClientsExecute ¶

Execute executes the request

@return FlowRegistryClientsEntity

func (*ControllerAPIService) GetNode ¶

GetNode Gets a node in the cluster

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The node id.
@return ControllerAPIGetNodeRequest

func (*ControllerAPIService) GetNodeExecute ¶

Execute executes the request

@return NodeEntity

func (*ControllerAPIService) GetNodeStatusHistory ¶

GetNodeStatusHistory Gets status history for the node

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPIGetNodeStatusHistoryRequest

func (*ControllerAPIService) GetNodeStatusHistoryExecute ¶

Execute executes the request

@return ComponentHistoryEntity

func (*ControllerAPIService) GetPropertyDescriptor ¶

GetPropertyDescriptor Gets a flow registry client property descriptor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The flow registry client id.
@return ControllerAPIGetPropertyDescriptorRequest

func (*ControllerAPIService) GetPropertyDescriptorExecute ¶

Execute executes the request

@return PropertyDescriptorEntity

func (*ControllerAPIService) GetRegistryClientTypes ¶

GetRegistryClientTypes Retrieves the types of flow that this NiFi supports

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPIGetRegistryClientTypesRequest

func (*ControllerAPIService) GetRegistryClientTypesExecute ¶

Execute executes the request

@return FlowRegistryClientTypesEntity

func (*ControllerAPIService) UpdateControllerConfig ¶

UpdateControllerConfig Retrieves the configuration for this NiFi

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ControllerAPIUpdateControllerConfigRequest

func (*ControllerAPIService) UpdateControllerConfigExecute ¶

Execute executes the request

@return ControllerConfigurationEntity

func (*ControllerAPIService) UpdateFlowRegistryClient ¶

UpdateFlowRegistryClient Updates a flow registry client

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The flow registry client id.
@return ControllerAPIUpdateFlowRegistryClientRequest

func (*ControllerAPIService) UpdateFlowRegistryClientExecute ¶

Execute executes the request

@return FlowRegistryClientEntity

func (*ControllerAPIService) UpdateNode ¶

UpdateNode Updates a node in the cluster

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The node id.
@return ControllerAPIUpdateNodeRequest

func (*ControllerAPIService) UpdateNodeExecute ¶

Execute executes the request

@return NodeEntity

type ControllerAPIUpdateControllerConfigRequest ¶

type ControllerAPIUpdateControllerConfigRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIUpdateControllerConfigRequest) Body ¶

The controller configuration.

func (ControllerAPIUpdateControllerConfigRequest) Execute ¶

type ControllerAPIUpdateFlowRegistryClientRequest ¶

type ControllerAPIUpdateFlowRegistryClientRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIUpdateFlowRegistryClientRequest) Body ¶

The flow registry client configuration details.

func (ControllerAPIUpdateFlowRegistryClientRequest) Execute ¶

type ControllerAPIUpdateNodeRequest ¶

type ControllerAPIUpdateNodeRequest struct {
	ApiService *ControllerAPIService
	// contains filtered or unexported fields
}

func (ControllerAPIUpdateNodeRequest) Body ¶

The node configuration. The only configuration that will be honored at this endpoint is the status.

func (ControllerAPIUpdateNodeRequest) Execute ¶

type ControllerBulletinsEntity ¶

type ControllerBulletinsEntity struct {
	// System level bulletins to be reported to the user.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Controller service bulletins to be reported to the user.
	ControllerServiceBulletins []BulletinEntity `json:"controllerServiceBulletins,omitempty"`
	// Reporting task bulletins to be reported to the user.
	ReportingTaskBulletins []BulletinEntity `json:"reportingTaskBulletins,omitempty"`
	// Parameter provider bulletins to be reported to the user.
	ParameterProviderBulletins []BulletinEntity `json:"parameterProviderBulletins,omitempty"`
	// Flow registry client bulletins to be reported to the user.
	FlowRegistryClientBulletins []BulletinEntity `json:"flowRegistryClientBulletins,omitempty"`
}

ControllerBulletinsEntity struct for ControllerBulletinsEntity

func NewControllerBulletinsEntity ¶

func NewControllerBulletinsEntity() *ControllerBulletinsEntity

NewControllerBulletinsEntity instantiates a new ControllerBulletinsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerBulletinsEntityWithDefaults ¶

func NewControllerBulletinsEntityWithDefaults() *ControllerBulletinsEntity

NewControllerBulletinsEntityWithDefaults instantiates a new ControllerBulletinsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerBulletinsEntity) GetBulletins ¶

func (o *ControllerBulletinsEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ControllerBulletinsEntity) GetBulletinsOk ¶

func (o *ControllerBulletinsEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerBulletinsEntity) GetControllerServiceBulletins ¶

func (o *ControllerBulletinsEntity) GetControllerServiceBulletins() []BulletinEntity

GetControllerServiceBulletins returns the ControllerServiceBulletins field value if set, zero value otherwise.

func (*ControllerBulletinsEntity) GetControllerServiceBulletinsOk ¶

func (o *ControllerBulletinsEntity) GetControllerServiceBulletinsOk() ([]BulletinEntity, bool)

GetControllerServiceBulletinsOk returns a tuple with the ControllerServiceBulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerBulletinsEntity) GetFlowRegistryClientBulletins ¶

func (o *ControllerBulletinsEntity) GetFlowRegistryClientBulletins() []BulletinEntity

GetFlowRegistryClientBulletins returns the FlowRegistryClientBulletins field value if set, zero value otherwise.

func (*ControllerBulletinsEntity) GetFlowRegistryClientBulletinsOk ¶

func (o *ControllerBulletinsEntity) GetFlowRegistryClientBulletinsOk() ([]BulletinEntity, bool)

GetFlowRegistryClientBulletinsOk returns a tuple with the FlowRegistryClientBulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerBulletinsEntity) GetParameterProviderBulletins ¶

func (o *ControllerBulletinsEntity) GetParameterProviderBulletins() []BulletinEntity

GetParameterProviderBulletins returns the ParameterProviderBulletins field value if set, zero value otherwise.

func (*ControllerBulletinsEntity) GetParameterProviderBulletinsOk ¶

func (o *ControllerBulletinsEntity) GetParameterProviderBulletinsOk() ([]BulletinEntity, bool)

GetParameterProviderBulletinsOk returns a tuple with the ParameterProviderBulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerBulletinsEntity) GetReportingTaskBulletins ¶

func (o *ControllerBulletinsEntity) GetReportingTaskBulletins() []BulletinEntity

GetReportingTaskBulletins returns the ReportingTaskBulletins field value if set, zero value otherwise.

func (*ControllerBulletinsEntity) GetReportingTaskBulletinsOk ¶

func (o *ControllerBulletinsEntity) GetReportingTaskBulletinsOk() ([]BulletinEntity, bool)

GetReportingTaskBulletinsOk returns a tuple with the ReportingTaskBulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerBulletinsEntity) HasBulletins ¶

func (o *ControllerBulletinsEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ControllerBulletinsEntity) HasControllerServiceBulletins ¶

func (o *ControllerBulletinsEntity) HasControllerServiceBulletins() bool

HasControllerServiceBulletins returns a boolean if a field has been set.

func (*ControllerBulletinsEntity) HasFlowRegistryClientBulletins ¶

func (o *ControllerBulletinsEntity) HasFlowRegistryClientBulletins() bool

HasFlowRegistryClientBulletins returns a boolean if a field has been set.

func (*ControllerBulletinsEntity) HasParameterProviderBulletins ¶

func (o *ControllerBulletinsEntity) HasParameterProviderBulletins() bool

HasParameterProviderBulletins returns a boolean if a field has been set.

func (*ControllerBulletinsEntity) HasReportingTaskBulletins ¶

func (o *ControllerBulletinsEntity) HasReportingTaskBulletins() bool

HasReportingTaskBulletins returns a boolean if a field has been set.

func (ControllerBulletinsEntity) MarshalJSON ¶

func (o ControllerBulletinsEntity) MarshalJSON() ([]byte, error)

func (*ControllerBulletinsEntity) SetBulletins ¶

func (o *ControllerBulletinsEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ControllerBulletinsEntity) SetControllerServiceBulletins ¶

func (o *ControllerBulletinsEntity) SetControllerServiceBulletins(v []BulletinEntity)

SetControllerServiceBulletins gets a reference to the given []BulletinEntity and assigns it to the ControllerServiceBulletins field.

func (*ControllerBulletinsEntity) SetFlowRegistryClientBulletins ¶

func (o *ControllerBulletinsEntity) SetFlowRegistryClientBulletins(v []BulletinEntity)

SetFlowRegistryClientBulletins gets a reference to the given []BulletinEntity and assigns it to the FlowRegistryClientBulletins field.

func (*ControllerBulletinsEntity) SetParameterProviderBulletins ¶

func (o *ControllerBulletinsEntity) SetParameterProviderBulletins(v []BulletinEntity)

SetParameterProviderBulletins gets a reference to the given []BulletinEntity and assigns it to the ParameterProviderBulletins field.

func (*ControllerBulletinsEntity) SetReportingTaskBulletins ¶

func (o *ControllerBulletinsEntity) SetReportingTaskBulletins(v []BulletinEntity)

SetReportingTaskBulletins gets a reference to the given []BulletinEntity and assigns it to the ReportingTaskBulletins field.

func (ControllerBulletinsEntity) ToMap ¶

func (o ControllerBulletinsEntity) ToMap() (map[string]interface{}, error)

type ControllerConfigurationDTO ¶

type ControllerConfigurationDTO struct {
	// The maximum number of timer driven threads the NiFi has available.
	MaxTimerDrivenThreadCount *int32 `json:"maxTimerDrivenThreadCount,omitempty"`
	// The maximum number of event driven threads the NiFi has available.
	MaxEventDrivenThreadCount *int32 `json:"maxEventDrivenThreadCount,omitempty"`
}

ControllerConfigurationDTO struct for ControllerConfigurationDTO

func NewControllerConfigurationDTO ¶

func NewControllerConfigurationDTO() *ControllerConfigurationDTO

NewControllerConfigurationDTO instantiates a new ControllerConfigurationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerConfigurationDTOWithDefaults ¶

func NewControllerConfigurationDTOWithDefaults() *ControllerConfigurationDTO

NewControllerConfigurationDTOWithDefaults instantiates a new ControllerConfigurationDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerConfigurationDTO) GetMaxEventDrivenThreadCount ¶

func (o *ControllerConfigurationDTO) GetMaxEventDrivenThreadCount() int32

GetMaxEventDrivenThreadCount returns the MaxEventDrivenThreadCount field value if set, zero value otherwise.

func (*ControllerConfigurationDTO) GetMaxEventDrivenThreadCountOk ¶

func (o *ControllerConfigurationDTO) GetMaxEventDrivenThreadCountOk() (*int32, bool)

GetMaxEventDrivenThreadCountOk returns a tuple with the MaxEventDrivenThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerConfigurationDTO) GetMaxTimerDrivenThreadCount ¶

func (o *ControllerConfigurationDTO) GetMaxTimerDrivenThreadCount() int32

GetMaxTimerDrivenThreadCount returns the MaxTimerDrivenThreadCount field value if set, zero value otherwise.

func (*ControllerConfigurationDTO) GetMaxTimerDrivenThreadCountOk ¶

func (o *ControllerConfigurationDTO) GetMaxTimerDrivenThreadCountOk() (*int32, bool)

GetMaxTimerDrivenThreadCountOk returns a tuple with the MaxTimerDrivenThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerConfigurationDTO) HasMaxEventDrivenThreadCount ¶

func (o *ControllerConfigurationDTO) HasMaxEventDrivenThreadCount() bool

HasMaxEventDrivenThreadCount returns a boolean if a field has been set.

func (*ControllerConfigurationDTO) HasMaxTimerDrivenThreadCount ¶

func (o *ControllerConfigurationDTO) HasMaxTimerDrivenThreadCount() bool

HasMaxTimerDrivenThreadCount returns a boolean if a field has been set.

func (ControllerConfigurationDTO) MarshalJSON ¶

func (o ControllerConfigurationDTO) MarshalJSON() ([]byte, error)

func (*ControllerConfigurationDTO) SetMaxEventDrivenThreadCount ¶

func (o *ControllerConfigurationDTO) SetMaxEventDrivenThreadCount(v int32)

SetMaxEventDrivenThreadCount gets a reference to the given int32 and assigns it to the MaxEventDrivenThreadCount field.

func (*ControllerConfigurationDTO) SetMaxTimerDrivenThreadCount ¶

func (o *ControllerConfigurationDTO) SetMaxTimerDrivenThreadCount(v int32)

SetMaxTimerDrivenThreadCount gets a reference to the given int32 and assigns it to the MaxTimerDrivenThreadCount field.

func (ControllerConfigurationDTO) ToMap ¶

func (o ControllerConfigurationDTO) ToMap() (map[string]interface{}, error)

type ControllerConfigurationEntity ¶

type ControllerConfigurationEntity struct {
	Revision    *RevisionDTO    `json:"revision,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                       `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ControllerConfigurationDTO `json:"component,omitempty"`
}

ControllerConfigurationEntity struct for ControllerConfigurationEntity

func NewControllerConfigurationEntity ¶

func NewControllerConfigurationEntity() *ControllerConfigurationEntity

NewControllerConfigurationEntity instantiates a new ControllerConfigurationEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerConfigurationEntityWithDefaults ¶

func NewControllerConfigurationEntityWithDefaults() *ControllerConfigurationEntity

NewControllerConfigurationEntityWithDefaults instantiates a new ControllerConfigurationEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerConfigurationEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*ControllerConfigurationEntity) GetComponentOk ¶

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerConfigurationEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ControllerConfigurationEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ControllerConfigurationEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ControllerConfigurationEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerConfigurationEntity) GetPermissions ¶

func (o *ControllerConfigurationEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ControllerConfigurationEntity) GetPermissionsOk ¶

func (o *ControllerConfigurationEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerConfigurationEntity) GetRevision ¶

func (o *ControllerConfigurationEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ControllerConfigurationEntity) GetRevisionOk ¶

func (o *ControllerConfigurationEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerConfigurationEntity) HasComponent ¶

func (o *ControllerConfigurationEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ControllerConfigurationEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ControllerConfigurationEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ControllerConfigurationEntity) HasPermissions ¶

func (o *ControllerConfigurationEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ControllerConfigurationEntity) HasRevision ¶

func (o *ControllerConfigurationEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (ControllerConfigurationEntity) MarshalJSON ¶

func (o ControllerConfigurationEntity) MarshalJSON() ([]byte, error)

func (*ControllerConfigurationEntity) SetComponent ¶

SetComponent gets a reference to the given ControllerConfigurationDTO and assigns it to the Component field.

func (*ControllerConfigurationEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ControllerConfigurationEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ControllerConfigurationEntity) SetPermissions ¶

func (o *ControllerConfigurationEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ControllerConfigurationEntity) SetRevision ¶

func (o *ControllerConfigurationEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (ControllerConfigurationEntity) ToMap ¶

func (o ControllerConfigurationEntity) ToMap() (map[string]interface{}, error)

type ControllerDTO ¶

type ControllerDTO struct {
	// The id of the NiFi.
	Id *string `json:"id,omitempty"`
	// The name of the NiFi.
	Name *string `json:"name,omitempty"`
	// The comments for the NiFi.
	Comments *string `json:"comments,omitempty"`
	// The number of running components in the NiFi.
	RunningCount *int32 `json:"runningCount,omitempty"`
	// The number of stopped components in the NiFi.
	StoppedCount *int32 `json:"stoppedCount,omitempty"`
	// The number of invalid components in the NiFi.
	InvalidCount *int32 `json:"invalidCount,omitempty"`
	// The number of disabled components in the NiFi.
	DisabledCount *int32 `json:"disabledCount,omitempty"`
	// The number of active remote ports contained in the NiFi.
	ActiveRemotePortCount *int32 `json:"activeRemotePortCount,omitempty"`
	// The number of inactive remote ports contained in the NiFi.
	InactiveRemotePortCount *int32 `json:"inactiveRemotePortCount,omitempty"`
	// The number of input ports contained in the NiFi.
	InputPortCount *int32 `json:"inputPortCount,omitempty"`
	// The number of output ports in the NiFi.
	OutputPortCount *int32 `json:"outputPortCount,omitempty"`
	// The Socket Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null.
	RemoteSiteListeningPort *int32 `json:"remoteSiteListeningPort,omitempty"`
	// The HTTP(S) Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null.
	RemoteSiteHttpListeningPort *int32 `json:"remoteSiteHttpListeningPort,omitempty"`
	// Indicates whether or not Site-to-Site communications with this instance is secure (2-way authentication).
	SiteToSiteSecure *bool `json:"siteToSiteSecure,omitempty"`
	// If clustered, the id of the Cluster Manager, otherwise the id of the NiFi.
	InstanceId *string `json:"instanceId,omitempty"`
	// The input ports available to send data to for the NiFi.
	InputPorts []PortDTO `json:"inputPorts,omitempty"`
	// The output ports available to received data from the NiFi.
	OutputPorts []PortDTO `json:"outputPorts,omitempty"`
}

ControllerDTO struct for ControllerDTO

func NewControllerDTO ¶

func NewControllerDTO() *ControllerDTO

NewControllerDTO instantiates a new ControllerDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerDTOWithDefaults ¶

func NewControllerDTOWithDefaults() *ControllerDTO

NewControllerDTOWithDefaults instantiates a new ControllerDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerDTO) GetActiveRemotePortCount ¶

func (o *ControllerDTO) GetActiveRemotePortCount() int32

GetActiveRemotePortCount returns the ActiveRemotePortCount field value if set, zero value otherwise.

func (*ControllerDTO) GetActiveRemotePortCountOk ¶

func (o *ControllerDTO) GetActiveRemotePortCountOk() (*int32, bool)

GetActiveRemotePortCountOk returns a tuple with the ActiveRemotePortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetComments ¶

func (o *ControllerDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*ControllerDTO) GetCommentsOk ¶

func (o *ControllerDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetDisabledCount ¶

func (o *ControllerDTO) GetDisabledCount() int32

GetDisabledCount returns the DisabledCount field value if set, zero value otherwise.

func (*ControllerDTO) GetDisabledCountOk ¶

func (o *ControllerDTO) GetDisabledCountOk() (*int32, bool)

GetDisabledCountOk returns a tuple with the DisabledCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetId ¶

func (o *ControllerDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ControllerDTO) GetIdOk ¶

func (o *ControllerDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetInactiveRemotePortCount ¶

func (o *ControllerDTO) GetInactiveRemotePortCount() int32

GetInactiveRemotePortCount returns the InactiveRemotePortCount field value if set, zero value otherwise.

func (*ControllerDTO) GetInactiveRemotePortCountOk ¶

func (o *ControllerDTO) GetInactiveRemotePortCountOk() (*int32, bool)

GetInactiveRemotePortCountOk returns a tuple with the InactiveRemotePortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetInputPortCount ¶

func (o *ControllerDTO) GetInputPortCount() int32

GetInputPortCount returns the InputPortCount field value if set, zero value otherwise.

func (*ControllerDTO) GetInputPortCountOk ¶

func (o *ControllerDTO) GetInputPortCountOk() (*int32, bool)

GetInputPortCountOk returns a tuple with the InputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetInputPorts ¶

func (o *ControllerDTO) GetInputPorts() []PortDTO

GetInputPorts returns the InputPorts field value if set, zero value otherwise.

func (*ControllerDTO) GetInputPortsOk ¶

func (o *ControllerDTO) GetInputPortsOk() ([]PortDTO, bool)

GetInputPortsOk returns a tuple with the InputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetInstanceId ¶

func (o *ControllerDTO) GetInstanceId() string

GetInstanceId returns the InstanceId field value if set, zero value otherwise.

func (*ControllerDTO) GetInstanceIdOk ¶

func (o *ControllerDTO) GetInstanceIdOk() (*string, bool)

GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetInvalidCount ¶

func (o *ControllerDTO) GetInvalidCount() int32

GetInvalidCount returns the InvalidCount field value if set, zero value otherwise.

func (*ControllerDTO) GetInvalidCountOk ¶

func (o *ControllerDTO) GetInvalidCountOk() (*int32, bool)

GetInvalidCountOk returns a tuple with the InvalidCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetName ¶

func (o *ControllerDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ControllerDTO) GetNameOk ¶

func (o *ControllerDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetOutputPortCount ¶

func (o *ControllerDTO) GetOutputPortCount() int32

GetOutputPortCount returns the OutputPortCount field value if set, zero value otherwise.

func (*ControllerDTO) GetOutputPortCountOk ¶

func (o *ControllerDTO) GetOutputPortCountOk() (*int32, bool)

GetOutputPortCountOk returns a tuple with the OutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetOutputPorts ¶

func (o *ControllerDTO) GetOutputPorts() []PortDTO

GetOutputPorts returns the OutputPorts field value if set, zero value otherwise.

func (*ControllerDTO) GetOutputPortsOk ¶

func (o *ControllerDTO) GetOutputPortsOk() ([]PortDTO, bool)

GetOutputPortsOk returns a tuple with the OutputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetRemoteSiteHttpListeningPort ¶

func (o *ControllerDTO) GetRemoteSiteHttpListeningPort() int32

GetRemoteSiteHttpListeningPort returns the RemoteSiteHttpListeningPort field value if set, zero value otherwise.

func (*ControllerDTO) GetRemoteSiteHttpListeningPortOk ¶

func (o *ControllerDTO) GetRemoteSiteHttpListeningPortOk() (*int32, bool)

GetRemoteSiteHttpListeningPortOk returns a tuple with the RemoteSiteHttpListeningPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetRemoteSiteListeningPort ¶

func (o *ControllerDTO) GetRemoteSiteListeningPort() int32

GetRemoteSiteListeningPort returns the RemoteSiteListeningPort field value if set, zero value otherwise.

func (*ControllerDTO) GetRemoteSiteListeningPortOk ¶

func (o *ControllerDTO) GetRemoteSiteListeningPortOk() (*int32, bool)

GetRemoteSiteListeningPortOk returns a tuple with the RemoteSiteListeningPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetRunningCount ¶

func (o *ControllerDTO) GetRunningCount() int32

GetRunningCount returns the RunningCount field value if set, zero value otherwise.

func (*ControllerDTO) GetRunningCountOk ¶

func (o *ControllerDTO) GetRunningCountOk() (*int32, bool)

GetRunningCountOk returns a tuple with the RunningCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetSiteToSiteSecure ¶

func (o *ControllerDTO) GetSiteToSiteSecure() bool

GetSiteToSiteSecure returns the SiteToSiteSecure field value if set, zero value otherwise.

func (*ControllerDTO) GetSiteToSiteSecureOk ¶

func (o *ControllerDTO) GetSiteToSiteSecureOk() (*bool, bool)

GetSiteToSiteSecureOk returns a tuple with the SiteToSiteSecure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) GetStoppedCount ¶

func (o *ControllerDTO) GetStoppedCount() int32

GetStoppedCount returns the StoppedCount field value if set, zero value otherwise.

func (*ControllerDTO) GetStoppedCountOk ¶

func (o *ControllerDTO) GetStoppedCountOk() (*int32, bool)

GetStoppedCountOk returns a tuple with the StoppedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerDTO) HasActiveRemotePortCount ¶

func (o *ControllerDTO) HasActiveRemotePortCount() bool

HasActiveRemotePortCount returns a boolean if a field has been set.

func (*ControllerDTO) HasComments ¶

func (o *ControllerDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*ControllerDTO) HasDisabledCount ¶

func (o *ControllerDTO) HasDisabledCount() bool

HasDisabledCount returns a boolean if a field has been set.

func (*ControllerDTO) HasId ¶

func (o *ControllerDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ControllerDTO) HasInactiveRemotePortCount ¶

func (o *ControllerDTO) HasInactiveRemotePortCount() bool

HasInactiveRemotePortCount returns a boolean if a field has been set.

func (*ControllerDTO) HasInputPortCount ¶

func (o *ControllerDTO) HasInputPortCount() bool

HasInputPortCount returns a boolean if a field has been set.

func (*ControllerDTO) HasInputPorts ¶

func (o *ControllerDTO) HasInputPorts() bool

HasInputPorts returns a boolean if a field has been set.

func (*ControllerDTO) HasInstanceId ¶

func (o *ControllerDTO) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

func (*ControllerDTO) HasInvalidCount ¶

func (o *ControllerDTO) HasInvalidCount() bool

HasInvalidCount returns a boolean if a field has been set.

func (*ControllerDTO) HasName ¶

func (o *ControllerDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ControllerDTO) HasOutputPortCount ¶

func (o *ControllerDTO) HasOutputPortCount() bool

HasOutputPortCount returns a boolean if a field has been set.

func (*ControllerDTO) HasOutputPorts ¶

func (o *ControllerDTO) HasOutputPorts() bool

HasOutputPorts returns a boolean if a field has been set.

func (*ControllerDTO) HasRemoteSiteHttpListeningPort ¶

func (o *ControllerDTO) HasRemoteSiteHttpListeningPort() bool

HasRemoteSiteHttpListeningPort returns a boolean if a field has been set.

func (*ControllerDTO) HasRemoteSiteListeningPort ¶

func (o *ControllerDTO) HasRemoteSiteListeningPort() bool

HasRemoteSiteListeningPort returns a boolean if a field has been set.

func (*ControllerDTO) HasRunningCount ¶

func (o *ControllerDTO) HasRunningCount() bool

HasRunningCount returns a boolean if a field has been set.

func (*ControllerDTO) HasSiteToSiteSecure ¶

func (o *ControllerDTO) HasSiteToSiteSecure() bool

HasSiteToSiteSecure returns a boolean if a field has been set.

func (*ControllerDTO) HasStoppedCount ¶

func (o *ControllerDTO) HasStoppedCount() bool

HasStoppedCount returns a boolean if a field has been set.

func (ControllerDTO) MarshalJSON ¶

func (o ControllerDTO) MarshalJSON() ([]byte, error)

func (*ControllerDTO) SetActiveRemotePortCount ¶

func (o *ControllerDTO) SetActiveRemotePortCount(v int32)

SetActiveRemotePortCount gets a reference to the given int32 and assigns it to the ActiveRemotePortCount field.

func (*ControllerDTO) SetComments ¶

func (o *ControllerDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*ControllerDTO) SetDisabledCount ¶

func (o *ControllerDTO) SetDisabledCount(v int32)

SetDisabledCount gets a reference to the given int32 and assigns it to the DisabledCount field.

func (*ControllerDTO) SetId ¶

func (o *ControllerDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ControllerDTO) SetInactiveRemotePortCount ¶

func (o *ControllerDTO) SetInactiveRemotePortCount(v int32)

SetInactiveRemotePortCount gets a reference to the given int32 and assigns it to the InactiveRemotePortCount field.

func (*ControllerDTO) SetInputPortCount ¶

func (o *ControllerDTO) SetInputPortCount(v int32)

SetInputPortCount gets a reference to the given int32 and assigns it to the InputPortCount field.

func (*ControllerDTO) SetInputPorts ¶

func (o *ControllerDTO) SetInputPorts(v []PortDTO)

SetInputPorts gets a reference to the given []PortDTO and assigns it to the InputPorts field.

func (*ControllerDTO) SetInstanceId ¶

func (o *ControllerDTO) SetInstanceId(v string)

SetInstanceId gets a reference to the given string and assigns it to the InstanceId field.

func (*ControllerDTO) SetInvalidCount ¶

func (o *ControllerDTO) SetInvalidCount(v int32)

SetInvalidCount gets a reference to the given int32 and assigns it to the InvalidCount field.

func (*ControllerDTO) SetName ¶

func (o *ControllerDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ControllerDTO) SetOutputPortCount ¶

func (o *ControllerDTO) SetOutputPortCount(v int32)

SetOutputPortCount gets a reference to the given int32 and assigns it to the OutputPortCount field.

func (*ControllerDTO) SetOutputPorts ¶

func (o *ControllerDTO) SetOutputPorts(v []PortDTO)

SetOutputPorts gets a reference to the given []PortDTO and assigns it to the OutputPorts field.

func (*ControllerDTO) SetRemoteSiteHttpListeningPort ¶

func (o *ControllerDTO) SetRemoteSiteHttpListeningPort(v int32)

SetRemoteSiteHttpListeningPort gets a reference to the given int32 and assigns it to the RemoteSiteHttpListeningPort field.

func (*ControllerDTO) SetRemoteSiteListeningPort ¶

func (o *ControllerDTO) SetRemoteSiteListeningPort(v int32)

SetRemoteSiteListeningPort gets a reference to the given int32 and assigns it to the RemoteSiteListeningPort field.

func (*ControllerDTO) SetRunningCount ¶

func (o *ControllerDTO) SetRunningCount(v int32)

SetRunningCount gets a reference to the given int32 and assigns it to the RunningCount field.

func (*ControllerDTO) SetSiteToSiteSecure ¶

func (o *ControllerDTO) SetSiteToSiteSecure(v bool)

SetSiteToSiteSecure gets a reference to the given bool and assigns it to the SiteToSiteSecure field.

func (*ControllerDTO) SetStoppedCount ¶

func (o *ControllerDTO) SetStoppedCount(v int32)

SetStoppedCount gets a reference to the given int32 and assigns it to the StoppedCount field.

func (ControllerDTO) ToMap ¶

func (o ControllerDTO) ToMap() (map[string]interface{}, error)

type ControllerEntity ¶

type ControllerEntity struct {
	Controller *ControllerDTO `json:"controller,omitempty"`
}

ControllerEntity struct for ControllerEntity

func NewControllerEntity ¶

func NewControllerEntity() *ControllerEntity

NewControllerEntity instantiates a new ControllerEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerEntityWithDefaults ¶

func NewControllerEntityWithDefaults() *ControllerEntity

NewControllerEntityWithDefaults instantiates a new ControllerEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerEntity) GetController ¶

func (o *ControllerEntity) GetController() ControllerDTO

GetController returns the Controller field value if set, zero value otherwise.

func (*ControllerEntity) GetControllerOk ¶

func (o *ControllerEntity) GetControllerOk() (*ControllerDTO, bool)

GetControllerOk returns a tuple with the Controller field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerEntity) HasController ¶

func (o *ControllerEntity) HasController() bool

HasController returns a boolean if a field has been set.

func (ControllerEntity) MarshalJSON ¶

func (o ControllerEntity) MarshalJSON() ([]byte, error)

func (*ControllerEntity) SetController ¶

func (o *ControllerEntity) SetController(v ControllerDTO)

SetController gets a reference to the given ControllerDTO and assigns it to the Controller field.

func (ControllerEntity) ToMap ¶

func (o ControllerEntity) ToMap() (map[string]interface{}, error)

type ControllerServiceAPI ¶

type ControllerServiceAPI struct {
	// The fully qualified name of the service interface.
	Type   *string `json:"type,omitempty"`
	Bundle *Bundle `json:"bundle,omitempty"`
}

ControllerServiceAPI struct for ControllerServiceAPI

func NewControllerServiceAPI ¶

func NewControllerServiceAPI() *ControllerServiceAPI

NewControllerServiceAPI instantiates a new ControllerServiceAPI object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceAPIWithDefaults ¶

func NewControllerServiceAPIWithDefaults() *ControllerServiceAPI

NewControllerServiceAPIWithDefaults instantiates a new ControllerServiceAPI object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceAPI) GetBundle ¶

func (o *ControllerServiceAPI) GetBundle() Bundle

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*ControllerServiceAPI) GetBundleOk ¶

func (o *ControllerServiceAPI) GetBundleOk() (*Bundle, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceAPI) GetType ¶

func (o *ControllerServiceAPI) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ControllerServiceAPI) GetTypeOk ¶

func (o *ControllerServiceAPI) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceAPI) HasBundle ¶

func (o *ControllerServiceAPI) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*ControllerServiceAPI) HasType ¶

func (o *ControllerServiceAPI) HasType() bool

HasType returns a boolean if a field has been set.

func (ControllerServiceAPI) MarshalJSON ¶

func (o ControllerServiceAPI) MarshalJSON() ([]byte, error)

func (*ControllerServiceAPI) SetBundle ¶

func (o *ControllerServiceAPI) SetBundle(v Bundle)

SetBundle gets a reference to the given Bundle and assigns it to the Bundle field.

func (*ControllerServiceAPI) SetType ¶

func (o *ControllerServiceAPI) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ControllerServiceAPI) ToMap ¶

func (o ControllerServiceAPI) ToMap() (map[string]interface{}, error)

type ControllerServiceApiDTO ¶

type ControllerServiceApiDTO struct {
	// The fully qualified name of the service interface.
	Type   *string    `json:"type,omitempty"`
	Bundle *BundleDTO `json:"bundle,omitempty"`
}

ControllerServiceApiDTO struct for ControllerServiceApiDTO

func NewControllerServiceApiDTO ¶

func NewControllerServiceApiDTO() *ControllerServiceApiDTO

NewControllerServiceApiDTO instantiates a new ControllerServiceApiDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceApiDTOWithDefaults ¶

func NewControllerServiceApiDTOWithDefaults() *ControllerServiceApiDTO

NewControllerServiceApiDTOWithDefaults instantiates a new ControllerServiceApiDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceApiDTO) GetBundle ¶

func (o *ControllerServiceApiDTO) GetBundle() BundleDTO

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*ControllerServiceApiDTO) GetBundleOk ¶

func (o *ControllerServiceApiDTO) GetBundleOk() (*BundleDTO, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceApiDTO) GetType ¶

func (o *ControllerServiceApiDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ControllerServiceApiDTO) GetTypeOk ¶

func (o *ControllerServiceApiDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceApiDTO) HasBundle ¶

func (o *ControllerServiceApiDTO) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*ControllerServiceApiDTO) HasType ¶

func (o *ControllerServiceApiDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (ControllerServiceApiDTO) MarshalJSON ¶

func (o ControllerServiceApiDTO) MarshalJSON() ([]byte, error)

func (*ControllerServiceApiDTO) SetBundle ¶

func (o *ControllerServiceApiDTO) SetBundle(v BundleDTO)

SetBundle gets a reference to the given BundleDTO and assigns it to the Bundle field.

func (*ControllerServiceApiDTO) SetType ¶

func (o *ControllerServiceApiDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ControllerServiceApiDTO) ToMap ¶

func (o ControllerServiceApiDTO) ToMap() (map[string]interface{}, error)

type ControllerServiceDTO ¶

type ControllerServiceDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The name of the controller service.
	Name *string `json:"name,omitempty"`
	// The type of the controller service.
	Type   *string    `json:"type,omitempty"`
	Bundle *BundleDTO `json:"bundle,omitempty"`
	// Lists the APIs this Controller Service implements.
	ControllerServiceApis []ControllerServiceApiDTO `json:"controllerServiceApis,omitempty"`
	// The comments for the controller service.
	Comments *string `json:"comments,omitempty"`
	// The state of the controller service.
	State *string `json:"state,omitempty"`
	// Whether the controller service persists state.
	PersistsState *bool `json:"persistsState,omitempty"`
	// Whether the controller service requires elevated privileges.
	Restricted *bool `json:"restricted,omitempty"`
	// Whether the ontroller service has been deprecated.
	Deprecated *bool `json:"deprecated,omitempty"`
	// Whether the controller service has multiple versions available.
	MultipleVersionsAvailable *bool `json:"multipleVersionsAvailable,omitempty"`
	// Whether the controller service supports sensitive dynamic properties.
	SupportsSensitiveDynamicProperties *bool `json:"supportsSensitiveDynamicProperties,omitempty"`
	// The properties of the controller service.
	Properties *map[string]string `json:"properties,omitempty"`
	// The descriptors for the controller service properties.
	Descriptors *map[string]PropertyDescriptorDTO `json:"descriptors,omitempty"`
	// Set of sensitive dynamic property names
	SensitiveDynamicPropertyNames []string `json:"sensitiveDynamicPropertyNames,omitempty"`
	// The URL for the controller services custom configuration UI if applicable.
	CustomUiUrl *string `json:"customUiUrl,omitempty"`
	// The annotation for the controller service. This is how the custom UI relays configuration to the controller service.
	AnnotationData *string `json:"annotationData,omitempty"`
	// All components referencing this controller service.
	ReferencingComponents []ControllerServiceReferencingComponentEntity `json:"referencingComponents,omitempty"`
	// The validation errors from the controller service. These validation errors represent the problems with the controller service that must be resolved before it can be enabled.
	ValidationErrors []string `json:"validationErrors,omitempty"`
	// Indicates whether the ControllerService is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the ControllerService is valid)
	ValidationStatus *string `json:"validationStatus,omitempty"`
	// The level at which the controller service will report bulletins.
	BulletinLevel *string `json:"bulletinLevel,omitempty"`
	// Whether the underlying extension is missing.
	ExtensionMissing *bool `json:"extensionMissing,omitempty"`
}

ControllerServiceDTO struct for ControllerServiceDTO

func NewControllerServiceDTO ¶

func NewControllerServiceDTO() *ControllerServiceDTO

NewControllerServiceDTO instantiates a new ControllerServiceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceDTOWithDefaults ¶

func NewControllerServiceDTOWithDefaults() *ControllerServiceDTO

NewControllerServiceDTOWithDefaults instantiates a new ControllerServiceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceDTO) GetAnnotationData ¶

func (o *ControllerServiceDTO) GetAnnotationData() string

GetAnnotationData returns the AnnotationData field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetAnnotationDataOk ¶

func (o *ControllerServiceDTO) GetAnnotationDataOk() (*string, bool)

GetAnnotationDataOk returns a tuple with the AnnotationData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetBulletinLevel ¶

func (o *ControllerServiceDTO) GetBulletinLevel() string

GetBulletinLevel returns the BulletinLevel field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetBulletinLevelOk ¶

func (o *ControllerServiceDTO) GetBulletinLevelOk() (*string, bool)

GetBulletinLevelOk returns a tuple with the BulletinLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetBundle ¶

func (o *ControllerServiceDTO) GetBundle() BundleDTO

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetBundleOk ¶

func (o *ControllerServiceDTO) GetBundleOk() (*BundleDTO, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetComments ¶

func (o *ControllerServiceDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetCommentsOk ¶

func (o *ControllerServiceDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetControllerServiceApis ¶

func (o *ControllerServiceDTO) GetControllerServiceApis() []ControllerServiceApiDTO

GetControllerServiceApis returns the ControllerServiceApis field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetControllerServiceApisOk ¶

func (o *ControllerServiceDTO) GetControllerServiceApisOk() ([]ControllerServiceApiDTO, bool)

GetControllerServiceApisOk returns a tuple with the ControllerServiceApis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetCustomUiUrl ¶

func (o *ControllerServiceDTO) GetCustomUiUrl() string

GetCustomUiUrl returns the CustomUiUrl field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetCustomUiUrlOk ¶

func (o *ControllerServiceDTO) GetCustomUiUrlOk() (*string, bool)

GetCustomUiUrlOk returns a tuple with the CustomUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetDeprecated ¶

func (o *ControllerServiceDTO) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetDeprecatedOk ¶

func (o *ControllerServiceDTO) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetDescriptors ¶

func (o *ControllerServiceDTO) GetDescriptors() map[string]PropertyDescriptorDTO

GetDescriptors returns the Descriptors field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetDescriptorsOk ¶

func (o *ControllerServiceDTO) GetDescriptorsOk() (*map[string]PropertyDescriptorDTO, bool)

GetDescriptorsOk returns a tuple with the Descriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetExtensionMissing ¶

func (o *ControllerServiceDTO) GetExtensionMissing() bool

GetExtensionMissing returns the ExtensionMissing field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetExtensionMissingOk ¶

func (o *ControllerServiceDTO) GetExtensionMissingOk() (*bool, bool)

GetExtensionMissingOk returns a tuple with the ExtensionMissing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetId ¶

func (o *ControllerServiceDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetIdOk ¶

func (o *ControllerServiceDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetMultipleVersionsAvailable ¶

func (o *ControllerServiceDTO) GetMultipleVersionsAvailable() bool

GetMultipleVersionsAvailable returns the MultipleVersionsAvailable field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetMultipleVersionsAvailableOk ¶

func (o *ControllerServiceDTO) GetMultipleVersionsAvailableOk() (*bool, bool)

GetMultipleVersionsAvailableOk returns a tuple with the MultipleVersionsAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetName ¶

func (o *ControllerServiceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetNameOk ¶

func (o *ControllerServiceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetParentGroupId ¶

func (o *ControllerServiceDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetParentGroupIdOk ¶

func (o *ControllerServiceDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetPersistsState ¶

func (o *ControllerServiceDTO) GetPersistsState() bool

GetPersistsState returns the PersistsState field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetPersistsStateOk ¶

func (o *ControllerServiceDTO) GetPersistsStateOk() (*bool, bool)

GetPersistsStateOk returns a tuple with the PersistsState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetPosition ¶

func (o *ControllerServiceDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetPositionOk ¶

func (o *ControllerServiceDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetProperties ¶

func (o *ControllerServiceDTO) GetProperties() map[string]string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetPropertiesOk ¶

func (o *ControllerServiceDTO) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetReferencingComponents ¶

func (o *ControllerServiceDTO) GetReferencingComponents() []ControllerServiceReferencingComponentEntity

GetReferencingComponents returns the ReferencingComponents field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetReferencingComponentsOk ¶

func (o *ControllerServiceDTO) GetReferencingComponentsOk() ([]ControllerServiceReferencingComponentEntity, bool)

GetReferencingComponentsOk returns a tuple with the ReferencingComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetRestricted ¶

func (o *ControllerServiceDTO) GetRestricted() bool

GetRestricted returns the Restricted field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetRestrictedOk ¶

func (o *ControllerServiceDTO) GetRestrictedOk() (*bool, bool)

GetRestrictedOk returns a tuple with the Restricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetSensitiveDynamicPropertyNames ¶

func (o *ControllerServiceDTO) GetSensitiveDynamicPropertyNames() []string

GetSensitiveDynamicPropertyNames returns the SensitiveDynamicPropertyNames field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetSensitiveDynamicPropertyNamesOk ¶

func (o *ControllerServiceDTO) GetSensitiveDynamicPropertyNamesOk() ([]string, bool)

GetSensitiveDynamicPropertyNamesOk returns a tuple with the SensitiveDynamicPropertyNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetState ¶

func (o *ControllerServiceDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetStateOk ¶

func (o *ControllerServiceDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetSupportsSensitiveDynamicProperties ¶

func (o *ControllerServiceDTO) GetSupportsSensitiveDynamicProperties() bool

GetSupportsSensitiveDynamicProperties returns the SupportsSensitiveDynamicProperties field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetSupportsSensitiveDynamicPropertiesOk ¶

func (o *ControllerServiceDTO) GetSupportsSensitiveDynamicPropertiesOk() (*bool, bool)

GetSupportsSensitiveDynamicPropertiesOk returns a tuple with the SupportsSensitiveDynamicProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetType ¶

func (o *ControllerServiceDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetTypeOk ¶

func (o *ControllerServiceDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetValidationErrors ¶

func (o *ControllerServiceDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetValidationErrorsOk ¶

func (o *ControllerServiceDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetValidationStatus ¶

func (o *ControllerServiceDTO) GetValidationStatus() string

GetValidationStatus returns the ValidationStatus field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetValidationStatusOk ¶

func (o *ControllerServiceDTO) GetValidationStatusOk() (*string, bool)

GetValidationStatusOk returns a tuple with the ValidationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) GetVersionedComponentId ¶

func (o *ControllerServiceDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*ControllerServiceDTO) GetVersionedComponentIdOk ¶

func (o *ControllerServiceDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDTO) HasAnnotationData ¶

func (o *ControllerServiceDTO) HasAnnotationData() bool

HasAnnotationData returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasBulletinLevel ¶

func (o *ControllerServiceDTO) HasBulletinLevel() bool

HasBulletinLevel returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasBundle ¶

func (o *ControllerServiceDTO) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasComments ¶

func (o *ControllerServiceDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasControllerServiceApis ¶

func (o *ControllerServiceDTO) HasControllerServiceApis() bool

HasControllerServiceApis returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasCustomUiUrl ¶

func (o *ControllerServiceDTO) HasCustomUiUrl() bool

HasCustomUiUrl returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasDeprecated ¶

func (o *ControllerServiceDTO) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasDescriptors ¶

func (o *ControllerServiceDTO) HasDescriptors() bool

HasDescriptors returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasExtensionMissing ¶

func (o *ControllerServiceDTO) HasExtensionMissing() bool

HasExtensionMissing returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasId ¶

func (o *ControllerServiceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasMultipleVersionsAvailable ¶

func (o *ControllerServiceDTO) HasMultipleVersionsAvailable() bool

HasMultipleVersionsAvailable returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasName ¶

func (o *ControllerServiceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasParentGroupId ¶

func (o *ControllerServiceDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasPersistsState ¶

func (o *ControllerServiceDTO) HasPersistsState() bool

HasPersistsState returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasPosition ¶

func (o *ControllerServiceDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasProperties ¶

func (o *ControllerServiceDTO) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasReferencingComponents ¶

func (o *ControllerServiceDTO) HasReferencingComponents() bool

HasReferencingComponents returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasRestricted ¶

func (o *ControllerServiceDTO) HasRestricted() bool

HasRestricted returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasSensitiveDynamicPropertyNames ¶

func (o *ControllerServiceDTO) HasSensitiveDynamicPropertyNames() bool

HasSensitiveDynamicPropertyNames returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasState ¶

func (o *ControllerServiceDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasSupportsSensitiveDynamicProperties ¶

func (o *ControllerServiceDTO) HasSupportsSensitiveDynamicProperties() bool

HasSupportsSensitiveDynamicProperties returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasType ¶

func (o *ControllerServiceDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasValidationErrors ¶

func (o *ControllerServiceDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasValidationStatus ¶

func (o *ControllerServiceDTO) HasValidationStatus() bool

HasValidationStatus returns a boolean if a field has been set.

func (*ControllerServiceDTO) HasVersionedComponentId ¶

func (o *ControllerServiceDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (ControllerServiceDTO) MarshalJSON ¶

func (o ControllerServiceDTO) MarshalJSON() ([]byte, error)

func (*ControllerServiceDTO) SetAnnotationData ¶

func (o *ControllerServiceDTO) SetAnnotationData(v string)

SetAnnotationData gets a reference to the given string and assigns it to the AnnotationData field.

func (*ControllerServiceDTO) SetBulletinLevel ¶

func (o *ControllerServiceDTO) SetBulletinLevel(v string)

SetBulletinLevel gets a reference to the given string and assigns it to the BulletinLevel field.

func (*ControllerServiceDTO) SetBundle ¶

func (o *ControllerServiceDTO) SetBundle(v BundleDTO)

SetBundle gets a reference to the given BundleDTO and assigns it to the Bundle field.

func (*ControllerServiceDTO) SetComments ¶

func (o *ControllerServiceDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*ControllerServiceDTO) SetControllerServiceApis ¶

func (o *ControllerServiceDTO) SetControllerServiceApis(v []ControllerServiceApiDTO)

SetControllerServiceApis gets a reference to the given []ControllerServiceApiDTO and assigns it to the ControllerServiceApis field.

func (*ControllerServiceDTO) SetCustomUiUrl ¶

func (o *ControllerServiceDTO) SetCustomUiUrl(v string)

SetCustomUiUrl gets a reference to the given string and assigns it to the CustomUiUrl field.

func (*ControllerServiceDTO) SetDeprecated ¶

func (o *ControllerServiceDTO) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*ControllerServiceDTO) SetDescriptors ¶

func (o *ControllerServiceDTO) SetDescriptors(v map[string]PropertyDescriptorDTO)

SetDescriptors gets a reference to the given map[string]PropertyDescriptorDTO and assigns it to the Descriptors field.

func (*ControllerServiceDTO) SetExtensionMissing ¶

func (o *ControllerServiceDTO) SetExtensionMissing(v bool)

SetExtensionMissing gets a reference to the given bool and assigns it to the ExtensionMissing field.

func (*ControllerServiceDTO) SetId ¶

func (o *ControllerServiceDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ControllerServiceDTO) SetMultipleVersionsAvailable ¶

func (o *ControllerServiceDTO) SetMultipleVersionsAvailable(v bool)

SetMultipleVersionsAvailable gets a reference to the given bool and assigns it to the MultipleVersionsAvailable field.

func (*ControllerServiceDTO) SetName ¶

func (o *ControllerServiceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ControllerServiceDTO) SetParentGroupId ¶

func (o *ControllerServiceDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*ControllerServiceDTO) SetPersistsState ¶

func (o *ControllerServiceDTO) SetPersistsState(v bool)

SetPersistsState gets a reference to the given bool and assigns it to the PersistsState field.

func (*ControllerServiceDTO) SetPosition ¶

func (o *ControllerServiceDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ControllerServiceDTO) SetProperties ¶

func (o *ControllerServiceDTO) SetProperties(v map[string]string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*ControllerServiceDTO) SetReferencingComponents ¶

func (o *ControllerServiceDTO) SetReferencingComponents(v []ControllerServiceReferencingComponentEntity)

SetReferencingComponents gets a reference to the given []ControllerServiceReferencingComponentEntity and assigns it to the ReferencingComponents field.

func (*ControllerServiceDTO) SetRestricted ¶

func (o *ControllerServiceDTO) SetRestricted(v bool)

SetRestricted gets a reference to the given bool and assigns it to the Restricted field.

func (*ControllerServiceDTO) SetSensitiveDynamicPropertyNames ¶

func (o *ControllerServiceDTO) SetSensitiveDynamicPropertyNames(v []string)

SetSensitiveDynamicPropertyNames gets a reference to the given []string and assigns it to the SensitiveDynamicPropertyNames field.

func (*ControllerServiceDTO) SetState ¶

func (o *ControllerServiceDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*ControllerServiceDTO) SetSupportsSensitiveDynamicProperties ¶

func (o *ControllerServiceDTO) SetSupportsSensitiveDynamicProperties(v bool)

SetSupportsSensitiveDynamicProperties gets a reference to the given bool and assigns it to the SupportsSensitiveDynamicProperties field.

func (*ControllerServiceDTO) SetType ¶

func (o *ControllerServiceDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ControllerServiceDTO) SetValidationErrors ¶

func (o *ControllerServiceDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*ControllerServiceDTO) SetValidationStatus ¶

func (o *ControllerServiceDTO) SetValidationStatus(v string)

SetValidationStatus gets a reference to the given string and assigns it to the ValidationStatus field.

func (*ControllerServiceDTO) SetVersionedComponentId ¶

func (o *ControllerServiceDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (ControllerServiceDTO) ToMap ¶

func (o ControllerServiceDTO) ToMap() (map[string]interface{}, error)

type ControllerServiceDefinition ¶

type ControllerServiceDefinition struct {
	// The group name of the bundle that provides the referenced type.
	Group *string `json:"group,omitempty"`
	// The artifact name of the bundle that provides the referenced type.
	Artifact *string `json:"artifact,omitempty"`
	// The version of the bundle that provides the referenced type.
	Version *string `json:"version,omitempty"`
	// The fully-qualified class type
	Type string `json:"type"`
	// The description of the type.
	TypeDescription *string    `json:"typeDescription,omitempty"`
	BuildInfo       *BuildInfo `json:"buildInfo,omitempty"`
	// If this type represents a provider for an interface, this lists the APIs it implements
	ProvidedApiImplementations []DefinedType `json:"providedApiImplementations,omitempty"`
	// The tags associated with this type
	Tags []string `json:"tags,omitempty"`
	// The names of other component types that may be related
	SeeAlso []string `json:"seeAlso,omitempty"`
	// Whether or not the component has been deprecated
	Deprecated *bool `json:"deprecated,omitempty"`
	// If this component has been deprecated, this optional field can be used to provide an explanation
	DeprecationReason *string `json:"deprecationReason,omitempty"`
	// If this component has been deprecated, this optional field provides alternatives to use
	DeprecationAlternatives []string `json:"deprecationAlternatives,omitempty"`
	// Whether or not the component has a general restriction
	Restricted *bool `json:"restricted,omitempty"`
	// An optional description of the general restriction
	RestrictedExplanation *string `json:"restrictedExplanation,omitempty"`
	// Explicit restrictions that indicate a require permission to use the component
	ExplicitRestrictions []Restriction `json:"explicitRestrictions,omitempty"`
	Stateful             *Stateful     `json:"stateful,omitempty"`
	// The system resource considerations for the given component
	SystemResourceConsiderations []SystemResourceConsideration `json:"systemResourceConsiderations,omitempty"`
	// Indicates if the component has additional details documentation
	AdditionalDetails *bool `json:"additionalDetails,omitempty"`
	// Descriptions of configuration properties applicable to this component.
	PropertyDescriptors *map[string]PropertyDescriptor `json:"propertyDescriptors,omitempty"`
	// Whether or not this component makes use of dynamic (user-set) properties.
	SupportsDynamicProperties *bool `json:"supportsDynamicProperties,omitempty"`
	// Describes the dynamic properties supported by this component
	DynamicProperties []DynamicProperty `json:"dynamicProperties,omitempty"`
}

ControllerServiceDefinition struct for ControllerServiceDefinition

func NewControllerServiceDefinition ¶

func NewControllerServiceDefinition(type_ string) *ControllerServiceDefinition

NewControllerServiceDefinition instantiates a new ControllerServiceDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceDefinitionWithDefaults ¶

func NewControllerServiceDefinitionWithDefaults() *ControllerServiceDefinition

NewControllerServiceDefinitionWithDefaults instantiates a new ControllerServiceDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceDefinition) GetAdditionalDetails ¶

func (o *ControllerServiceDefinition) GetAdditionalDetails() bool

GetAdditionalDetails returns the AdditionalDetails field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetAdditionalDetailsOk ¶

func (o *ControllerServiceDefinition) GetAdditionalDetailsOk() (*bool, bool)

GetAdditionalDetailsOk returns a tuple with the AdditionalDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetArtifact ¶

func (o *ControllerServiceDefinition) GetArtifact() string

GetArtifact returns the Artifact field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetArtifactOk ¶

func (o *ControllerServiceDefinition) GetArtifactOk() (*string, bool)

GetArtifactOk returns a tuple with the Artifact field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetBuildInfo ¶

func (o *ControllerServiceDefinition) GetBuildInfo() BuildInfo

GetBuildInfo returns the BuildInfo field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetBuildInfoOk ¶

func (o *ControllerServiceDefinition) GetBuildInfoOk() (*BuildInfo, bool)

GetBuildInfoOk returns a tuple with the BuildInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetDeprecated ¶

func (o *ControllerServiceDefinition) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetDeprecatedOk ¶

func (o *ControllerServiceDefinition) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetDeprecationAlternatives ¶

func (o *ControllerServiceDefinition) GetDeprecationAlternatives() []string

GetDeprecationAlternatives returns the DeprecationAlternatives field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetDeprecationAlternativesOk ¶

func (o *ControllerServiceDefinition) GetDeprecationAlternativesOk() ([]string, bool)

GetDeprecationAlternativesOk returns a tuple with the DeprecationAlternatives field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetDeprecationReason ¶

func (o *ControllerServiceDefinition) GetDeprecationReason() string

GetDeprecationReason returns the DeprecationReason field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetDeprecationReasonOk ¶

func (o *ControllerServiceDefinition) GetDeprecationReasonOk() (*string, bool)

GetDeprecationReasonOk returns a tuple with the DeprecationReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetDynamicProperties ¶

func (o *ControllerServiceDefinition) GetDynamicProperties() []DynamicProperty

GetDynamicProperties returns the DynamicProperties field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetDynamicPropertiesOk ¶

func (o *ControllerServiceDefinition) GetDynamicPropertiesOk() ([]DynamicProperty, bool)

GetDynamicPropertiesOk returns a tuple with the DynamicProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetExplicitRestrictions ¶

func (o *ControllerServiceDefinition) GetExplicitRestrictions() []Restriction

GetExplicitRestrictions returns the ExplicitRestrictions field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetExplicitRestrictionsOk ¶

func (o *ControllerServiceDefinition) GetExplicitRestrictionsOk() ([]Restriction, bool)

GetExplicitRestrictionsOk returns a tuple with the ExplicitRestrictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetGroup ¶

func (o *ControllerServiceDefinition) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetGroupOk ¶

func (o *ControllerServiceDefinition) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetPropertyDescriptors ¶

func (o *ControllerServiceDefinition) GetPropertyDescriptors() map[string]PropertyDescriptor

GetPropertyDescriptors returns the PropertyDescriptors field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetPropertyDescriptorsOk ¶

func (o *ControllerServiceDefinition) GetPropertyDescriptorsOk() (*map[string]PropertyDescriptor, bool)

GetPropertyDescriptorsOk returns a tuple with the PropertyDescriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetProvidedApiImplementations ¶

func (o *ControllerServiceDefinition) GetProvidedApiImplementations() []DefinedType

GetProvidedApiImplementations returns the ProvidedApiImplementations field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetProvidedApiImplementationsOk ¶

func (o *ControllerServiceDefinition) GetProvidedApiImplementationsOk() ([]DefinedType, bool)

GetProvidedApiImplementationsOk returns a tuple with the ProvidedApiImplementations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetRestricted ¶

func (o *ControllerServiceDefinition) GetRestricted() bool

GetRestricted returns the Restricted field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetRestrictedExplanation ¶

func (o *ControllerServiceDefinition) GetRestrictedExplanation() string

GetRestrictedExplanation returns the RestrictedExplanation field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetRestrictedExplanationOk ¶

func (o *ControllerServiceDefinition) GetRestrictedExplanationOk() (*string, bool)

GetRestrictedExplanationOk returns a tuple with the RestrictedExplanation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetRestrictedOk ¶

func (o *ControllerServiceDefinition) GetRestrictedOk() (*bool, bool)

GetRestrictedOk returns a tuple with the Restricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetSeeAlso ¶

func (o *ControllerServiceDefinition) GetSeeAlso() []string

GetSeeAlso returns the SeeAlso field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetSeeAlsoOk ¶

func (o *ControllerServiceDefinition) GetSeeAlsoOk() ([]string, bool)

GetSeeAlsoOk returns a tuple with the SeeAlso field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetStateful ¶

func (o *ControllerServiceDefinition) GetStateful() Stateful

GetStateful returns the Stateful field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetStatefulOk ¶

func (o *ControllerServiceDefinition) GetStatefulOk() (*Stateful, bool)

GetStatefulOk returns a tuple with the Stateful field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetSupportsDynamicProperties ¶

func (o *ControllerServiceDefinition) GetSupportsDynamicProperties() bool

GetSupportsDynamicProperties returns the SupportsDynamicProperties field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetSupportsDynamicPropertiesOk ¶

func (o *ControllerServiceDefinition) GetSupportsDynamicPropertiesOk() (*bool, bool)

GetSupportsDynamicPropertiesOk returns a tuple with the SupportsDynamicProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetSystemResourceConsiderations ¶

func (o *ControllerServiceDefinition) GetSystemResourceConsiderations() []SystemResourceConsideration

GetSystemResourceConsiderations returns the SystemResourceConsiderations field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetSystemResourceConsiderationsOk ¶

func (o *ControllerServiceDefinition) GetSystemResourceConsiderationsOk() ([]SystemResourceConsideration, bool)

GetSystemResourceConsiderationsOk returns a tuple with the SystemResourceConsiderations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetTags ¶

func (o *ControllerServiceDefinition) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetTagsOk ¶

func (o *ControllerServiceDefinition) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetType ¶

func (o *ControllerServiceDefinition) GetType() string

GetType returns the Type field value

func (*ControllerServiceDefinition) GetTypeDescription ¶

func (o *ControllerServiceDefinition) GetTypeDescription() string

GetTypeDescription returns the TypeDescription field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetTypeDescriptionOk ¶

func (o *ControllerServiceDefinition) GetTypeDescriptionOk() (*string, bool)

GetTypeDescriptionOk returns a tuple with the TypeDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetTypeOk ¶

func (o *ControllerServiceDefinition) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) GetVersion ¶

func (o *ControllerServiceDefinition) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ControllerServiceDefinition) GetVersionOk ¶

func (o *ControllerServiceDefinition) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDefinition) HasAdditionalDetails ¶

func (o *ControllerServiceDefinition) HasAdditionalDetails() bool

HasAdditionalDetails returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasArtifact ¶

func (o *ControllerServiceDefinition) HasArtifact() bool

HasArtifact returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasBuildInfo ¶

func (o *ControllerServiceDefinition) HasBuildInfo() bool

HasBuildInfo returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasDeprecated ¶

func (o *ControllerServiceDefinition) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasDeprecationAlternatives ¶

func (o *ControllerServiceDefinition) HasDeprecationAlternatives() bool

HasDeprecationAlternatives returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasDeprecationReason ¶

func (o *ControllerServiceDefinition) HasDeprecationReason() bool

HasDeprecationReason returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasDynamicProperties ¶

func (o *ControllerServiceDefinition) HasDynamicProperties() bool

HasDynamicProperties returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasExplicitRestrictions ¶

func (o *ControllerServiceDefinition) HasExplicitRestrictions() bool

HasExplicitRestrictions returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasGroup ¶

func (o *ControllerServiceDefinition) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasPropertyDescriptors ¶

func (o *ControllerServiceDefinition) HasPropertyDescriptors() bool

HasPropertyDescriptors returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasProvidedApiImplementations ¶

func (o *ControllerServiceDefinition) HasProvidedApiImplementations() bool

HasProvidedApiImplementations returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasRestricted ¶

func (o *ControllerServiceDefinition) HasRestricted() bool

HasRestricted returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasRestrictedExplanation ¶

func (o *ControllerServiceDefinition) HasRestrictedExplanation() bool

HasRestrictedExplanation returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasSeeAlso ¶

func (o *ControllerServiceDefinition) HasSeeAlso() bool

HasSeeAlso returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasStateful ¶

func (o *ControllerServiceDefinition) HasStateful() bool

HasStateful returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasSupportsDynamicProperties ¶

func (o *ControllerServiceDefinition) HasSupportsDynamicProperties() bool

HasSupportsDynamicProperties returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasSystemResourceConsiderations ¶

func (o *ControllerServiceDefinition) HasSystemResourceConsiderations() bool

HasSystemResourceConsiderations returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasTags ¶

func (o *ControllerServiceDefinition) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasTypeDescription ¶

func (o *ControllerServiceDefinition) HasTypeDescription() bool

HasTypeDescription returns a boolean if a field has been set.

func (*ControllerServiceDefinition) HasVersion ¶

func (o *ControllerServiceDefinition) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ControllerServiceDefinition) MarshalJSON ¶

func (o ControllerServiceDefinition) MarshalJSON() ([]byte, error)

func (*ControllerServiceDefinition) SetAdditionalDetails ¶

func (o *ControllerServiceDefinition) SetAdditionalDetails(v bool)

SetAdditionalDetails gets a reference to the given bool and assigns it to the AdditionalDetails field.

func (*ControllerServiceDefinition) SetArtifact ¶

func (o *ControllerServiceDefinition) SetArtifact(v string)

SetArtifact gets a reference to the given string and assigns it to the Artifact field.

func (*ControllerServiceDefinition) SetBuildInfo ¶

func (o *ControllerServiceDefinition) SetBuildInfo(v BuildInfo)

SetBuildInfo gets a reference to the given BuildInfo and assigns it to the BuildInfo field.

func (*ControllerServiceDefinition) SetDeprecated ¶

func (o *ControllerServiceDefinition) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*ControllerServiceDefinition) SetDeprecationAlternatives ¶

func (o *ControllerServiceDefinition) SetDeprecationAlternatives(v []string)

SetDeprecationAlternatives gets a reference to the given []string and assigns it to the DeprecationAlternatives field.

func (*ControllerServiceDefinition) SetDeprecationReason ¶

func (o *ControllerServiceDefinition) SetDeprecationReason(v string)

SetDeprecationReason gets a reference to the given string and assigns it to the DeprecationReason field.

func (*ControllerServiceDefinition) SetDynamicProperties ¶

func (o *ControllerServiceDefinition) SetDynamicProperties(v []DynamicProperty)

SetDynamicProperties gets a reference to the given []DynamicProperty and assigns it to the DynamicProperties field.

func (*ControllerServiceDefinition) SetExplicitRestrictions ¶

func (o *ControllerServiceDefinition) SetExplicitRestrictions(v []Restriction)

SetExplicitRestrictions gets a reference to the given []Restriction and assigns it to the ExplicitRestrictions field.

func (*ControllerServiceDefinition) SetGroup ¶

func (o *ControllerServiceDefinition) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*ControllerServiceDefinition) SetPropertyDescriptors ¶

func (o *ControllerServiceDefinition) SetPropertyDescriptors(v map[string]PropertyDescriptor)

SetPropertyDescriptors gets a reference to the given map[string]PropertyDescriptor and assigns it to the PropertyDescriptors field.

func (*ControllerServiceDefinition) SetProvidedApiImplementations ¶

func (o *ControllerServiceDefinition) SetProvidedApiImplementations(v []DefinedType)

SetProvidedApiImplementations gets a reference to the given []DefinedType and assigns it to the ProvidedApiImplementations field.

func (*ControllerServiceDefinition) SetRestricted ¶

func (o *ControllerServiceDefinition) SetRestricted(v bool)

SetRestricted gets a reference to the given bool and assigns it to the Restricted field.

func (*ControllerServiceDefinition) SetRestrictedExplanation ¶

func (o *ControllerServiceDefinition) SetRestrictedExplanation(v string)

SetRestrictedExplanation gets a reference to the given string and assigns it to the RestrictedExplanation field.

func (*ControllerServiceDefinition) SetSeeAlso ¶

func (o *ControllerServiceDefinition) SetSeeAlso(v []string)

SetSeeAlso gets a reference to the given []string and assigns it to the SeeAlso field.

func (*ControllerServiceDefinition) SetStateful ¶

func (o *ControllerServiceDefinition) SetStateful(v Stateful)

SetStateful gets a reference to the given Stateful and assigns it to the Stateful field.

func (*ControllerServiceDefinition) SetSupportsDynamicProperties ¶

func (o *ControllerServiceDefinition) SetSupportsDynamicProperties(v bool)

SetSupportsDynamicProperties gets a reference to the given bool and assigns it to the SupportsDynamicProperties field.

func (*ControllerServiceDefinition) SetSystemResourceConsiderations ¶

func (o *ControllerServiceDefinition) SetSystemResourceConsiderations(v []SystemResourceConsideration)

SetSystemResourceConsiderations gets a reference to the given []SystemResourceConsideration and assigns it to the SystemResourceConsiderations field.

func (*ControllerServiceDefinition) SetTags ¶

func (o *ControllerServiceDefinition) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ControllerServiceDefinition) SetType ¶

func (o *ControllerServiceDefinition) SetType(v string)

SetType sets field value

func (*ControllerServiceDefinition) SetTypeDescription ¶

func (o *ControllerServiceDefinition) SetTypeDescription(v string)

SetTypeDescription gets a reference to the given string and assigns it to the TypeDescription field.

func (*ControllerServiceDefinition) SetVersion ¶

func (o *ControllerServiceDefinition) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (ControllerServiceDefinition) ToMap ¶

func (o ControllerServiceDefinition) ToMap() (map[string]interface{}, error)

type ControllerServiceDiagnosticsDTO ¶

type ControllerServiceDiagnosticsDTO struct {
	ControllerService      *ControllerServiceEntity   `json:"controllerService,omitempty"`
	ClassLoaderDiagnostics *ClassLoaderDiagnosticsDTO `json:"classLoaderDiagnostics,omitempty"`
}

ControllerServiceDiagnosticsDTO struct for ControllerServiceDiagnosticsDTO

func NewControllerServiceDiagnosticsDTO ¶

func NewControllerServiceDiagnosticsDTO() *ControllerServiceDiagnosticsDTO

NewControllerServiceDiagnosticsDTO instantiates a new ControllerServiceDiagnosticsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceDiagnosticsDTOWithDefaults ¶

func NewControllerServiceDiagnosticsDTOWithDefaults() *ControllerServiceDiagnosticsDTO

NewControllerServiceDiagnosticsDTOWithDefaults instantiates a new ControllerServiceDiagnosticsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceDiagnosticsDTO) GetClassLoaderDiagnostics ¶

func (o *ControllerServiceDiagnosticsDTO) GetClassLoaderDiagnostics() ClassLoaderDiagnosticsDTO

GetClassLoaderDiagnostics returns the ClassLoaderDiagnostics field value if set, zero value otherwise.

func (*ControllerServiceDiagnosticsDTO) GetClassLoaderDiagnosticsOk ¶

func (o *ControllerServiceDiagnosticsDTO) GetClassLoaderDiagnosticsOk() (*ClassLoaderDiagnosticsDTO, bool)

GetClassLoaderDiagnosticsOk returns a tuple with the ClassLoaderDiagnostics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDiagnosticsDTO) GetControllerService ¶

func (o *ControllerServiceDiagnosticsDTO) GetControllerService() ControllerServiceEntity

GetControllerService returns the ControllerService field value if set, zero value otherwise.

func (*ControllerServiceDiagnosticsDTO) GetControllerServiceOk ¶

func (o *ControllerServiceDiagnosticsDTO) GetControllerServiceOk() (*ControllerServiceEntity, bool)

GetControllerServiceOk returns a tuple with the ControllerService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceDiagnosticsDTO) HasClassLoaderDiagnostics ¶

func (o *ControllerServiceDiagnosticsDTO) HasClassLoaderDiagnostics() bool

HasClassLoaderDiagnostics returns a boolean if a field has been set.

func (*ControllerServiceDiagnosticsDTO) HasControllerService ¶

func (o *ControllerServiceDiagnosticsDTO) HasControllerService() bool

HasControllerService returns a boolean if a field has been set.

func (ControllerServiceDiagnosticsDTO) MarshalJSON ¶

func (o ControllerServiceDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*ControllerServiceDiagnosticsDTO) SetClassLoaderDiagnostics ¶

func (o *ControllerServiceDiagnosticsDTO) SetClassLoaderDiagnostics(v ClassLoaderDiagnosticsDTO)

SetClassLoaderDiagnostics gets a reference to the given ClassLoaderDiagnosticsDTO and assigns it to the ClassLoaderDiagnostics field.

func (*ControllerServiceDiagnosticsDTO) SetControllerService ¶

func (o *ControllerServiceDiagnosticsDTO) SetControllerService(v ControllerServiceEntity)

SetControllerService gets a reference to the given ControllerServiceEntity and assigns it to the ControllerService field.

func (ControllerServiceDiagnosticsDTO) ToMap ¶

func (o ControllerServiceDiagnosticsDTO) ToMap() (map[string]interface{}, error)

type ControllerServiceEntity ¶

type ControllerServiceEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
	// The id of parent process group of this ControllerService.
	ParentGroupId      *string                     `json:"parentGroupId,omitempty"`
	Component          *ControllerServiceDTO       `json:"component,omitempty"`
	OperatePermissions *PermissionsDTO             `json:"operatePermissions,omitempty"`
	Status             *ControllerServiceStatusDTO `json:"status,omitempty"`
}

ControllerServiceEntity struct for ControllerServiceEntity

func NewControllerServiceEntity ¶

func NewControllerServiceEntity() *ControllerServiceEntity

NewControllerServiceEntity instantiates a new ControllerServiceEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceEntityWithDefaults ¶

func NewControllerServiceEntityWithDefaults() *ControllerServiceEntity

NewControllerServiceEntityWithDefaults instantiates a new ControllerServiceEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceEntity) GetBulletins ¶

func (o *ControllerServiceEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetBulletinsOk ¶

func (o *ControllerServiceEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetComponentOk ¶

func (o *ControllerServiceEntity) GetComponentOk() (*ControllerServiceDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ControllerServiceEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ControllerServiceEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) GetId ¶

func (o *ControllerServiceEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetIdOk ¶

func (o *ControllerServiceEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) GetOperatePermissions ¶

func (o *ControllerServiceEntity) GetOperatePermissions() PermissionsDTO

GetOperatePermissions returns the OperatePermissions field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetOperatePermissionsOk ¶

func (o *ControllerServiceEntity) GetOperatePermissionsOk() (*PermissionsDTO, bool)

GetOperatePermissionsOk returns a tuple with the OperatePermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) GetParentGroupId ¶

func (o *ControllerServiceEntity) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetParentGroupIdOk ¶

func (o *ControllerServiceEntity) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) GetPermissions ¶

func (o *ControllerServiceEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetPermissionsOk ¶

func (o *ControllerServiceEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) GetPosition ¶

func (o *ControllerServiceEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetPositionOk ¶

func (o *ControllerServiceEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) GetRevision ¶

func (o *ControllerServiceEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetRevisionOk ¶

func (o *ControllerServiceEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) GetUri ¶

func (o *ControllerServiceEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ControllerServiceEntity) GetUriOk ¶

func (o *ControllerServiceEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceEntity) HasBulletins ¶

func (o *ControllerServiceEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ControllerServiceEntity) HasComponent ¶

func (o *ControllerServiceEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ControllerServiceEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ControllerServiceEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ControllerServiceEntity) HasId ¶

func (o *ControllerServiceEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ControllerServiceEntity) HasOperatePermissions ¶

func (o *ControllerServiceEntity) HasOperatePermissions() bool

HasOperatePermissions returns a boolean if a field has been set.

func (*ControllerServiceEntity) HasParentGroupId ¶

func (o *ControllerServiceEntity) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*ControllerServiceEntity) HasPermissions ¶

func (o *ControllerServiceEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ControllerServiceEntity) HasPosition ¶

func (o *ControllerServiceEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ControllerServiceEntity) HasRevision ¶

func (o *ControllerServiceEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ControllerServiceEntity) HasStatus ¶

func (o *ControllerServiceEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ControllerServiceEntity) HasUri ¶

func (o *ControllerServiceEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ControllerServiceEntity) MarshalJSON ¶

func (o ControllerServiceEntity) MarshalJSON() ([]byte, error)

func (*ControllerServiceEntity) SetBulletins ¶

func (o *ControllerServiceEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ControllerServiceEntity) SetComponent ¶

func (o *ControllerServiceEntity) SetComponent(v ControllerServiceDTO)

SetComponent gets a reference to the given ControllerServiceDTO and assigns it to the Component field.

func (*ControllerServiceEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ControllerServiceEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ControllerServiceEntity) SetId ¶

func (o *ControllerServiceEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ControllerServiceEntity) SetOperatePermissions ¶

func (o *ControllerServiceEntity) SetOperatePermissions(v PermissionsDTO)

SetOperatePermissions gets a reference to the given PermissionsDTO and assigns it to the OperatePermissions field.

func (*ControllerServiceEntity) SetParentGroupId ¶

func (o *ControllerServiceEntity) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*ControllerServiceEntity) SetPermissions ¶

func (o *ControllerServiceEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ControllerServiceEntity) SetPosition ¶

func (o *ControllerServiceEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ControllerServiceEntity) SetRevision ¶

func (o *ControllerServiceEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ControllerServiceEntity) SetStatus ¶

SetStatus gets a reference to the given ControllerServiceStatusDTO and assigns it to the Status field.

func (*ControllerServiceEntity) SetUri ¶

func (o *ControllerServiceEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ControllerServiceEntity) ToMap ¶

func (o ControllerServiceEntity) ToMap() (map[string]interface{}, error)

type ControllerServiceReferencingComponentDTO ¶

type ControllerServiceReferencingComponentDTO struct {
	// The group id for the component referencing a controller service. If this component is another controller service or a reporting task, this field is blank.
	GroupId *string `json:"groupId,omitempty"`
	// The id of the component referencing a controller service.
	Id *string `json:"id,omitempty"`
	// The name of the component referencing a controller service.
	Name *string `json:"name,omitempty"`
	// The type of the component referencing a controller service in simple Java class name format without package name.
	Type *string `json:"type,omitempty"`
	// The scheduled state of a processor or reporting task referencing a controller service. If this component is another controller service, this field represents the controller service state.
	State *string `json:"state,omitempty"`
	// The properties for the component.
	Properties *map[string]string `json:"properties,omitempty"`
	// The descriptors for the component properties.
	Descriptors *map[string]PropertyDescriptorDTO `json:"descriptors,omitempty"`
	// The validation errors for the component.
	ValidationErrors []string `json:"validationErrors,omitempty"`
	// The type of reference this is.
	ReferenceType *string `json:"referenceType,omitempty"`
	// The number of active threads for the referencing component.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
	// If the referencing component represents a controller service, this indicates whether it has already been represented in this hierarchy.
	ReferenceCycle *bool `json:"referenceCycle,omitempty"`
	// If the referencing component represents a controller service, these are the components that reference it.
	ReferencingComponents []ControllerServiceReferencingComponentEntity `json:"referencingComponents,omitempty"`
}

ControllerServiceReferencingComponentDTO struct for ControllerServiceReferencingComponentDTO

func NewControllerServiceReferencingComponentDTO ¶

func NewControllerServiceReferencingComponentDTO() *ControllerServiceReferencingComponentDTO

NewControllerServiceReferencingComponentDTO instantiates a new ControllerServiceReferencingComponentDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceReferencingComponentDTOWithDefaults ¶

func NewControllerServiceReferencingComponentDTOWithDefaults() *ControllerServiceReferencingComponentDTO

NewControllerServiceReferencingComponentDTOWithDefaults instantiates a new ControllerServiceReferencingComponentDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceReferencingComponentDTO) GetActiveThreadCount ¶

func (o *ControllerServiceReferencingComponentDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetActiveThreadCountOk ¶

func (o *ControllerServiceReferencingComponentDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetDescriptors ¶

GetDescriptors returns the Descriptors field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetDescriptorsOk ¶

GetDescriptorsOk returns a tuple with the Descriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetGroupId ¶

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetGroupIdOk ¶

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetPropertiesOk ¶

func (o *ControllerServiceReferencingComponentDTO) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetReferenceCycle ¶

func (o *ControllerServiceReferencingComponentDTO) GetReferenceCycle() bool

GetReferenceCycle returns the ReferenceCycle field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetReferenceCycleOk ¶

func (o *ControllerServiceReferencingComponentDTO) GetReferenceCycleOk() (*bool, bool)

GetReferenceCycleOk returns a tuple with the ReferenceCycle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetReferenceType ¶

func (o *ControllerServiceReferencingComponentDTO) GetReferenceType() string

GetReferenceType returns the ReferenceType field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetReferenceTypeOk ¶

func (o *ControllerServiceReferencingComponentDTO) GetReferenceTypeOk() (*string, bool)

GetReferenceTypeOk returns a tuple with the ReferenceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetReferencingComponents ¶

GetReferencingComponents returns the ReferencingComponents field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetReferencingComponentsOk ¶

GetReferencingComponentsOk returns a tuple with the ReferencingComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetStateOk ¶

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) GetValidationErrors ¶

func (o *ControllerServiceReferencingComponentDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentDTO) GetValidationErrorsOk ¶

func (o *ControllerServiceReferencingComponentDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentDTO) HasActiveThreadCount ¶

func (o *ControllerServiceReferencingComponentDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasDescriptors ¶

func (o *ControllerServiceReferencingComponentDTO) HasDescriptors() bool

HasDescriptors returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasGroupId ¶

HasGroupId returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasName ¶

HasName returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasReferenceCycle ¶

func (o *ControllerServiceReferencingComponentDTO) HasReferenceCycle() bool

HasReferenceCycle returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasReferenceType ¶

func (o *ControllerServiceReferencingComponentDTO) HasReferenceType() bool

HasReferenceType returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasReferencingComponents ¶

func (o *ControllerServiceReferencingComponentDTO) HasReferencingComponents() bool

HasReferencingComponents returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasState ¶

HasState returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasType ¶

HasType returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentDTO) HasValidationErrors ¶

func (o *ControllerServiceReferencingComponentDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (ControllerServiceReferencingComponentDTO) MarshalJSON ¶

func (*ControllerServiceReferencingComponentDTO) SetActiveThreadCount ¶

func (o *ControllerServiceReferencingComponentDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*ControllerServiceReferencingComponentDTO) SetDescriptors ¶

SetDescriptors gets a reference to the given map[string]PropertyDescriptorDTO and assigns it to the Descriptors field.

func (*ControllerServiceReferencingComponentDTO) SetGroupId ¶

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*ControllerServiceReferencingComponentDTO) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ControllerServiceReferencingComponentDTO) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*ControllerServiceReferencingComponentDTO) SetProperties ¶

func (o *ControllerServiceReferencingComponentDTO) SetProperties(v map[string]string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*ControllerServiceReferencingComponentDTO) SetReferenceCycle ¶

func (o *ControllerServiceReferencingComponentDTO) SetReferenceCycle(v bool)

SetReferenceCycle gets a reference to the given bool and assigns it to the ReferenceCycle field.

func (*ControllerServiceReferencingComponentDTO) SetReferenceType ¶

func (o *ControllerServiceReferencingComponentDTO) SetReferenceType(v string)

SetReferenceType gets a reference to the given string and assigns it to the ReferenceType field.

func (*ControllerServiceReferencingComponentDTO) SetReferencingComponents ¶

SetReferencingComponents gets a reference to the given []ControllerServiceReferencingComponentEntity and assigns it to the ReferencingComponents field.

func (*ControllerServiceReferencingComponentDTO) SetState ¶

SetState gets a reference to the given string and assigns it to the State field.

func (*ControllerServiceReferencingComponentDTO) SetType ¶

SetType gets a reference to the given string and assigns it to the Type field.

func (*ControllerServiceReferencingComponentDTO) SetValidationErrors ¶

func (o *ControllerServiceReferencingComponentDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (ControllerServiceReferencingComponentDTO) ToMap ¶

func (o ControllerServiceReferencingComponentDTO) ToMap() (map[string]interface{}, error)

type ControllerServiceReferencingComponentEntity ¶

type ControllerServiceReferencingComponentEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                                     `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ControllerServiceReferencingComponentDTO `json:"component,omitempty"`
	OperatePermissions           *PermissionsDTO                           `json:"operatePermissions,omitempty"`
}

ControllerServiceReferencingComponentEntity struct for ControllerServiceReferencingComponentEntity

func NewControllerServiceReferencingComponentEntity ¶

func NewControllerServiceReferencingComponentEntity() *ControllerServiceReferencingComponentEntity

NewControllerServiceReferencingComponentEntity instantiates a new ControllerServiceReferencingComponentEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceReferencingComponentEntityWithDefaults ¶

func NewControllerServiceReferencingComponentEntityWithDefaults() *ControllerServiceReferencingComponentEntity

NewControllerServiceReferencingComponentEntityWithDefaults instantiates a new ControllerServiceReferencingComponentEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceReferencingComponentEntity) GetBulletins ¶

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentEntity) GetBulletinsOk ¶

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentEntity) GetComponentOk ¶

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ControllerServiceReferencingComponentEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ControllerServiceReferencingComponentEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentEntity) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentEntity) GetOperatePermissions ¶

GetOperatePermissions returns the OperatePermissions field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentEntity) GetOperatePermissionsOk ¶

func (o *ControllerServiceReferencingComponentEntity) GetOperatePermissionsOk() (*PermissionsDTO, bool)

GetOperatePermissionsOk returns a tuple with the OperatePermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentEntity) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentEntity) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentEntity) GetPosition ¶

GetPosition returns the Position field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentEntity) GetPositionOk ¶

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentEntity) GetRevision ¶

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentEntity) GetRevisionOk ¶

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentEntity) GetUri ¶

GetUri returns the Uri field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentEntity) GetUriOk ¶

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentEntity) HasBulletins ¶

HasBulletins returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentEntity) HasComponent ¶

HasComponent returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ControllerServiceReferencingComponentEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentEntity) HasOperatePermissions ¶

func (o *ControllerServiceReferencingComponentEntity) HasOperatePermissions() bool

HasOperatePermissions returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentEntity) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentEntity) HasPosition ¶

HasPosition returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentEntity) HasRevision ¶

HasRevision returns a boolean if a field has been set.

func (*ControllerServiceReferencingComponentEntity) HasUri ¶

HasUri returns a boolean if a field has been set.

func (ControllerServiceReferencingComponentEntity) MarshalJSON ¶

func (*ControllerServiceReferencingComponentEntity) SetBulletins ¶

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ControllerServiceReferencingComponentEntity) SetComponent ¶

SetComponent gets a reference to the given ControllerServiceReferencingComponentDTO and assigns it to the Component field.

func (*ControllerServiceReferencingComponentEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ControllerServiceReferencingComponentEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ControllerServiceReferencingComponentEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ControllerServiceReferencingComponentEntity) SetOperatePermissions ¶

func (o *ControllerServiceReferencingComponentEntity) SetOperatePermissions(v PermissionsDTO)

SetOperatePermissions gets a reference to the given PermissionsDTO and assigns it to the OperatePermissions field.

func (*ControllerServiceReferencingComponentEntity) SetPermissions ¶

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ControllerServiceReferencingComponentEntity) SetPosition ¶

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ControllerServiceReferencingComponentEntity) SetRevision ¶

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ControllerServiceReferencingComponentEntity) SetUri ¶

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ControllerServiceReferencingComponentEntity) ToMap ¶

func (o ControllerServiceReferencingComponentEntity) ToMap() (map[string]interface{}, error)

type ControllerServiceReferencingComponentsEntity ¶

type ControllerServiceReferencingComponentsEntity struct {
	ControllerServiceReferencingComponents []ControllerServiceReferencingComponentEntity `json:"controllerServiceReferencingComponents,omitempty"`
}

ControllerServiceReferencingComponentsEntity struct for ControllerServiceReferencingComponentsEntity

func NewControllerServiceReferencingComponentsEntity ¶

func NewControllerServiceReferencingComponentsEntity() *ControllerServiceReferencingComponentsEntity

NewControllerServiceReferencingComponentsEntity instantiates a new ControllerServiceReferencingComponentsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceReferencingComponentsEntityWithDefaults ¶

func NewControllerServiceReferencingComponentsEntityWithDefaults() *ControllerServiceReferencingComponentsEntity

NewControllerServiceReferencingComponentsEntityWithDefaults instantiates a new ControllerServiceReferencingComponentsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceReferencingComponentsEntity) GetControllerServiceReferencingComponents ¶

func (o *ControllerServiceReferencingComponentsEntity) GetControllerServiceReferencingComponents() []ControllerServiceReferencingComponentEntity

GetControllerServiceReferencingComponents returns the ControllerServiceReferencingComponents field value if set, zero value otherwise.

func (*ControllerServiceReferencingComponentsEntity) GetControllerServiceReferencingComponentsOk ¶

func (o *ControllerServiceReferencingComponentsEntity) GetControllerServiceReferencingComponentsOk() ([]ControllerServiceReferencingComponentEntity, bool)

GetControllerServiceReferencingComponentsOk returns a tuple with the ControllerServiceReferencingComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceReferencingComponentsEntity) HasControllerServiceReferencingComponents ¶

func (o *ControllerServiceReferencingComponentsEntity) HasControllerServiceReferencingComponents() bool

HasControllerServiceReferencingComponents returns a boolean if a field has been set.

func (ControllerServiceReferencingComponentsEntity) MarshalJSON ¶

func (*ControllerServiceReferencingComponentsEntity) SetControllerServiceReferencingComponents ¶

func (o *ControllerServiceReferencingComponentsEntity) SetControllerServiceReferencingComponents(v []ControllerServiceReferencingComponentEntity)

SetControllerServiceReferencingComponents gets a reference to the given []ControllerServiceReferencingComponentEntity and assigns it to the ControllerServiceReferencingComponents field.

func (ControllerServiceReferencingComponentsEntity) ToMap ¶

func (o ControllerServiceReferencingComponentsEntity) ToMap() (map[string]interface{}, error)

type ControllerServiceRunStatusEntity ¶

type ControllerServiceRunStatusEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The run status of the ControllerService.
	State *string `json:"state,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
	// Indicates whether or not responses should only include fields necessary for rendering the NiFi User Interface. As such, when this value is set to true, some fields may be returned as null values, and the selected fields may change at any time without notice. As a result, this value should not be set to true by any client other than the UI.
	UiOnly *bool `json:"uiOnly,omitempty"`
}

ControllerServiceRunStatusEntity struct for ControllerServiceRunStatusEntity

func NewControllerServiceRunStatusEntity ¶

func NewControllerServiceRunStatusEntity() *ControllerServiceRunStatusEntity

NewControllerServiceRunStatusEntity instantiates a new ControllerServiceRunStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceRunStatusEntityWithDefaults ¶

func NewControllerServiceRunStatusEntityWithDefaults() *ControllerServiceRunStatusEntity

NewControllerServiceRunStatusEntityWithDefaults instantiates a new ControllerServiceRunStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceRunStatusEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ControllerServiceRunStatusEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ControllerServiceRunStatusEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ControllerServiceRunStatusEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceRunStatusEntity) GetRevision ¶

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ControllerServiceRunStatusEntity) GetRevisionOk ¶

func (o *ControllerServiceRunStatusEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceRunStatusEntity) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*ControllerServiceRunStatusEntity) GetStateOk ¶

func (o *ControllerServiceRunStatusEntity) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceRunStatusEntity) GetUiOnly ¶

func (o *ControllerServiceRunStatusEntity) GetUiOnly() bool

GetUiOnly returns the UiOnly field value if set, zero value otherwise.

func (*ControllerServiceRunStatusEntity) GetUiOnlyOk ¶

func (o *ControllerServiceRunStatusEntity) GetUiOnlyOk() (*bool, bool)

GetUiOnlyOk returns a tuple with the UiOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceRunStatusEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ControllerServiceRunStatusEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ControllerServiceRunStatusEntity) HasRevision ¶

func (o *ControllerServiceRunStatusEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ControllerServiceRunStatusEntity) HasState ¶

func (o *ControllerServiceRunStatusEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (*ControllerServiceRunStatusEntity) HasUiOnly ¶

func (o *ControllerServiceRunStatusEntity) HasUiOnly() bool

HasUiOnly returns a boolean if a field has been set.

func (ControllerServiceRunStatusEntity) MarshalJSON ¶

func (o ControllerServiceRunStatusEntity) MarshalJSON() ([]byte, error)

func (*ControllerServiceRunStatusEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ControllerServiceRunStatusEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ControllerServiceRunStatusEntity) SetRevision ¶

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ControllerServiceRunStatusEntity) SetState ¶

SetState gets a reference to the given string and assigns it to the State field.

func (*ControllerServiceRunStatusEntity) SetUiOnly ¶

func (o *ControllerServiceRunStatusEntity) SetUiOnly(v bool)

SetUiOnly gets a reference to the given bool and assigns it to the UiOnly field.

func (ControllerServiceRunStatusEntity) ToMap ¶

func (o ControllerServiceRunStatusEntity) ToMap() (map[string]interface{}, error)

type ControllerServiceStatusDTO ¶

type ControllerServiceStatusDTO struct {
	// The run status of this ControllerService
	RunStatus *string `json:"runStatus,omitempty"`
	// Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid)
	ValidationStatus *string `json:"validationStatus,omitempty"`
	// The number of active threads for the component.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
}

ControllerServiceStatusDTO struct for ControllerServiceStatusDTO

func NewControllerServiceStatusDTO ¶

func NewControllerServiceStatusDTO() *ControllerServiceStatusDTO

NewControllerServiceStatusDTO instantiates a new ControllerServiceStatusDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceStatusDTOWithDefaults ¶

func NewControllerServiceStatusDTOWithDefaults() *ControllerServiceStatusDTO

NewControllerServiceStatusDTOWithDefaults instantiates a new ControllerServiceStatusDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceStatusDTO) GetActiveThreadCount ¶

func (o *ControllerServiceStatusDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*ControllerServiceStatusDTO) GetActiveThreadCountOk ¶

func (o *ControllerServiceStatusDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceStatusDTO) GetRunStatus ¶

func (o *ControllerServiceStatusDTO) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*ControllerServiceStatusDTO) GetRunStatusOk ¶

func (o *ControllerServiceStatusDTO) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceStatusDTO) GetValidationStatus ¶

func (o *ControllerServiceStatusDTO) GetValidationStatus() string

GetValidationStatus returns the ValidationStatus field value if set, zero value otherwise.

func (*ControllerServiceStatusDTO) GetValidationStatusOk ¶

func (o *ControllerServiceStatusDTO) GetValidationStatusOk() (*string, bool)

GetValidationStatusOk returns a tuple with the ValidationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceStatusDTO) HasActiveThreadCount ¶

func (o *ControllerServiceStatusDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*ControllerServiceStatusDTO) HasRunStatus ¶

func (o *ControllerServiceStatusDTO) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*ControllerServiceStatusDTO) HasValidationStatus ¶

func (o *ControllerServiceStatusDTO) HasValidationStatus() bool

HasValidationStatus returns a boolean if a field has been set.

func (ControllerServiceStatusDTO) MarshalJSON ¶

func (o ControllerServiceStatusDTO) MarshalJSON() ([]byte, error)

func (*ControllerServiceStatusDTO) SetActiveThreadCount ¶

func (o *ControllerServiceStatusDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*ControllerServiceStatusDTO) SetRunStatus ¶

func (o *ControllerServiceStatusDTO) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*ControllerServiceStatusDTO) SetValidationStatus ¶

func (o *ControllerServiceStatusDTO) SetValidationStatus(v string)

SetValidationStatus gets a reference to the given string and assigns it to the ValidationStatus field.

func (ControllerServiceStatusDTO) ToMap ¶

func (o ControllerServiceStatusDTO) ToMap() (map[string]interface{}, error)

type ControllerServiceTypesEntity ¶

type ControllerServiceTypesEntity struct {
	ControllerServiceTypes []DocumentedTypeDTO `json:"controllerServiceTypes,omitempty"`
}

ControllerServiceTypesEntity struct for ControllerServiceTypesEntity

func NewControllerServiceTypesEntity ¶

func NewControllerServiceTypesEntity() *ControllerServiceTypesEntity

NewControllerServiceTypesEntity instantiates a new ControllerServiceTypesEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServiceTypesEntityWithDefaults ¶

func NewControllerServiceTypesEntityWithDefaults() *ControllerServiceTypesEntity

NewControllerServiceTypesEntityWithDefaults instantiates a new ControllerServiceTypesEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServiceTypesEntity) GetControllerServiceTypes ¶

func (o *ControllerServiceTypesEntity) GetControllerServiceTypes() []DocumentedTypeDTO

GetControllerServiceTypes returns the ControllerServiceTypes field value if set, zero value otherwise.

func (*ControllerServiceTypesEntity) GetControllerServiceTypesOk ¶

func (o *ControllerServiceTypesEntity) GetControllerServiceTypesOk() ([]DocumentedTypeDTO, bool)

GetControllerServiceTypesOk returns a tuple with the ControllerServiceTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServiceTypesEntity) HasControllerServiceTypes ¶

func (o *ControllerServiceTypesEntity) HasControllerServiceTypes() bool

HasControllerServiceTypes returns a boolean if a field has been set.

func (ControllerServiceTypesEntity) MarshalJSON ¶

func (o ControllerServiceTypesEntity) MarshalJSON() ([]byte, error)

func (*ControllerServiceTypesEntity) SetControllerServiceTypes ¶

func (o *ControllerServiceTypesEntity) SetControllerServiceTypes(v []DocumentedTypeDTO)

SetControllerServiceTypes gets a reference to the given []DocumentedTypeDTO and assigns it to the ControllerServiceTypes field.

func (ControllerServiceTypesEntity) ToMap ¶

func (o ControllerServiceTypesEntity) ToMap() (map[string]interface{}, error)

type ControllerServicesAPIAnalyzeConfigurationRequest ¶

type ControllerServicesAPIAnalyzeConfigurationRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIAnalyzeConfigurationRequest) Body ¶

The configuration analysis request.

func (ControllerServicesAPIAnalyzeConfigurationRequest) Execute ¶

type ControllerServicesAPIClearStateRequest ¶

type ControllerServicesAPIClearStateRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIClearStateRequest) Execute ¶

type ControllerServicesAPIDeleteVerificationRequestRequest ¶

type ControllerServicesAPIDeleteVerificationRequestRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIDeleteVerificationRequestRequest) Execute ¶

type ControllerServicesAPIGetControllerServiceReferencesRequest ¶

type ControllerServicesAPIGetControllerServiceReferencesRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIGetControllerServiceReferencesRequest) Execute ¶

type ControllerServicesAPIGetControllerServiceRequest ¶

type ControllerServicesAPIGetControllerServiceRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIGetControllerServiceRequest) Execute ¶

func (ControllerServicesAPIGetControllerServiceRequest) UiOnly ¶

type ControllerServicesAPIGetPropertyDescriptorRequest ¶

type ControllerServicesAPIGetPropertyDescriptorRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIGetPropertyDescriptorRequest) Execute ¶

func (ControllerServicesAPIGetPropertyDescriptorRequest) PropertyName ¶

The property name to return the descriptor for.

func (ControllerServicesAPIGetPropertyDescriptorRequest) Sensitive ¶

Property Descriptor requested sensitive status

type ControllerServicesAPIGetStateRequest ¶

type ControllerServicesAPIGetStateRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIGetStateRequest) Execute ¶

type ControllerServicesAPIGetVerificationRequestRequest ¶

type ControllerServicesAPIGetVerificationRequestRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIGetVerificationRequestRequest) Execute ¶

type ControllerServicesAPIRemoveControllerServiceRequest ¶

type ControllerServicesAPIRemoveControllerServiceRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIRemoveControllerServiceRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (ControllerServicesAPIRemoveControllerServiceRequest) DisconnectedNodeAcknowledged ¶

func (r ControllerServicesAPIRemoveControllerServiceRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ControllerServicesAPIRemoveControllerServiceRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ControllerServicesAPIRemoveControllerServiceRequest) Execute ¶

func (ControllerServicesAPIRemoveControllerServiceRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type ControllerServicesAPIService ¶

type ControllerServicesAPIService service

ControllerServicesAPIService ControllerServicesAPI service

func (*ControllerServicesAPIService) AnalyzeConfiguration ¶

AnalyzeConfiguration Performs analysis of the component's configuration, providing information about which attributes are referenced.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPIAnalyzeConfigurationRequest

func (*ControllerServicesAPIService) AnalyzeConfigurationExecute ¶

Execute executes the request

@return ConfigurationAnalysisEntity

func (*ControllerServicesAPIService) ClearState ¶

ClearState Clears the state for a controller service

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPIClearStateRequest

func (*ControllerServicesAPIService) ClearStateExecute ¶

Execute executes the request

@return ComponentStateEntity

func (*ControllerServicesAPIService) DeleteVerificationRequest ¶

DeleteVerificationRequest Deletes the Verification Request with the given ID

Deletes the Verification Request with the given ID. After a request is created, it is expected that the client will properly clean up the request by DELETE'ing it, once the Verification process has completed. If the request is deleted before the request completes, then the Verification request will finish the step that it is currently performing and then will cancel any subsequent steps.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Controller Service
@param requestId The ID of the Verification Request
@return ControllerServicesAPIDeleteVerificationRequestRequest

func (*ControllerServicesAPIService) DeleteVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ControllerServicesAPIService) GetControllerService ¶

GetControllerService Gets a controller service

If the uiOnly query parameter is provided with a value of true, the returned entity may only contain fields that are necessary for rendering the NiFi User Interface. As such, the selected fields may change at any time, even during incremental releases, without warning. As a result, this parameter should not be provided by any client other than the UI.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPIGetControllerServiceRequest

func (*ControllerServicesAPIService) GetControllerServiceExecute ¶

Execute executes the request

@return ControllerServiceEntity

func (*ControllerServicesAPIService) GetControllerServiceReferences ¶

GetControllerServiceReferences Gets a controller service

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPIGetControllerServiceReferencesRequest

func (*ControllerServicesAPIService) GetControllerServiceReferencesExecute ¶

Execute executes the request

@return ControllerServiceReferencingComponentsEntity

func (*ControllerServicesAPIService) GetPropertyDescriptor ¶

GetPropertyDescriptor Gets a controller service property descriptor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPIGetPropertyDescriptorRequest

func (*ControllerServicesAPIService) GetPropertyDescriptorExecute ¶

Execute executes the request

@return PropertyDescriptorEntity

func (*ControllerServicesAPIService) GetState ¶

GetState Gets the state for a controller service

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPIGetStateRequest

func (*ControllerServicesAPIService) GetStateExecute ¶

Execute executes the request

@return ComponentStateEntity

func (*ControllerServicesAPIService) GetVerificationRequest ¶

GetVerificationRequest Returns the Verification Request with the given ID

Returns the Verification Request with the given ID. Once an Verification Request has been created, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Controller Service
@param requestId The ID of the Verification Request
@return ControllerServicesAPIGetVerificationRequestRequest

func (*ControllerServicesAPIService) GetVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ControllerServicesAPIService) RemoveControllerService ¶

RemoveControllerService Deletes a controller service

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPIRemoveControllerServiceRequest

func (*ControllerServicesAPIService) RemoveControllerServiceExecute ¶

Execute executes the request

@return ControllerServiceEntity

func (*ControllerServicesAPIService) SubmitConfigVerificationRequest ¶

SubmitConfigVerificationRequest Performs verification of the Controller Service's configuration

This will initiate the process of verifying a given Controller Service configuration. This may be a long-running task. As a result, this endpoint will immediately return a ControllerServiceConfigVerificationRequestEntity, and the process of performing the verification will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /controller-services/{serviceId}/verification-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /controller-services/{serviceId}/verification-requests/{requestId}.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPISubmitConfigVerificationRequestRequest

func (*ControllerServicesAPIService) SubmitConfigVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ControllerServicesAPIService) UpdateControllerService ¶

UpdateControllerService Updates a controller service

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPIUpdateControllerServiceRequest

func (*ControllerServicesAPIService) UpdateControllerServiceExecute ¶

Execute executes the request

@return ControllerServiceEntity

func (*ControllerServicesAPIService) UpdateControllerServiceReferences ¶

UpdateControllerServiceReferences Updates a controller services references

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPIUpdateControllerServiceReferencesRequest

func (*ControllerServicesAPIService) UpdateControllerServiceReferencesExecute ¶

Execute executes the request

@return ControllerServiceReferencingComponentsEntity

func (*ControllerServicesAPIService) UpdateRunStatus ¶

UpdateRunStatus Updates run status of a controller service

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The controller service id.
@return ControllerServicesAPIUpdateRunStatusRequest

func (*ControllerServicesAPIService) UpdateRunStatusExecute ¶

Execute executes the request

@return ControllerServiceEntity

type ControllerServicesAPISubmitConfigVerificationRequestRequest ¶

type ControllerServicesAPISubmitConfigVerificationRequestRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPISubmitConfigVerificationRequestRequest) Body ¶

The controller service configuration verification request.

func (ControllerServicesAPISubmitConfigVerificationRequestRequest) Execute ¶

type ControllerServicesAPIUpdateControllerServiceReferencesRequest ¶

type ControllerServicesAPIUpdateControllerServiceReferencesRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIUpdateControllerServiceReferencesRequest) Body ¶

The controller service request update request.

func (ControllerServicesAPIUpdateControllerServiceReferencesRequest) Execute ¶

type ControllerServicesAPIUpdateControllerServiceRequest ¶

type ControllerServicesAPIUpdateControllerServiceRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIUpdateControllerServiceRequest) Body ¶

The controller service configuration details.

func (ControllerServicesAPIUpdateControllerServiceRequest) Execute ¶

type ControllerServicesAPIUpdateRunStatusRequest ¶

type ControllerServicesAPIUpdateRunStatusRequest struct {
	ApiService *ControllerServicesAPIService
	// contains filtered or unexported fields
}

func (ControllerServicesAPIUpdateRunStatusRequest) Body ¶

The controller service run status.

func (ControllerServicesAPIUpdateRunStatusRequest) Execute ¶

type ControllerServicesEntity ¶

type ControllerServicesEntity struct {
	// The current time on the system.
	CurrentTime        *string                   `json:"currentTime,omitempty"`
	ControllerServices []ControllerServiceEntity `json:"controllerServices,omitempty"`
}

ControllerServicesEntity struct for ControllerServicesEntity

func NewControllerServicesEntity ¶

func NewControllerServicesEntity() *ControllerServicesEntity

NewControllerServicesEntity instantiates a new ControllerServicesEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerServicesEntityWithDefaults ¶

func NewControllerServicesEntityWithDefaults() *ControllerServicesEntity

NewControllerServicesEntityWithDefaults instantiates a new ControllerServicesEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerServicesEntity) GetControllerServices ¶

func (o *ControllerServicesEntity) GetControllerServices() []ControllerServiceEntity

GetControllerServices returns the ControllerServices field value if set, zero value otherwise.

func (*ControllerServicesEntity) GetControllerServicesOk ¶

func (o *ControllerServicesEntity) GetControllerServicesOk() ([]ControllerServiceEntity, bool)

GetControllerServicesOk returns a tuple with the ControllerServices field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServicesEntity) GetCurrentTime ¶

func (o *ControllerServicesEntity) GetCurrentTime() string

GetCurrentTime returns the CurrentTime field value if set, zero value otherwise.

func (*ControllerServicesEntity) GetCurrentTimeOk ¶

func (o *ControllerServicesEntity) GetCurrentTimeOk() (*string, bool)

GetCurrentTimeOk returns a tuple with the CurrentTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerServicesEntity) HasControllerServices ¶

func (o *ControllerServicesEntity) HasControllerServices() bool

HasControllerServices returns a boolean if a field has been set.

func (*ControllerServicesEntity) HasCurrentTime ¶

func (o *ControllerServicesEntity) HasCurrentTime() bool

HasCurrentTime returns a boolean if a field has been set.

func (ControllerServicesEntity) MarshalJSON ¶

func (o ControllerServicesEntity) MarshalJSON() ([]byte, error)

func (*ControllerServicesEntity) SetControllerServices ¶

func (o *ControllerServicesEntity) SetControllerServices(v []ControllerServiceEntity)

SetControllerServices gets a reference to the given []ControllerServiceEntity and assigns it to the ControllerServices field.

func (*ControllerServicesEntity) SetCurrentTime ¶

func (o *ControllerServicesEntity) SetCurrentTime(v string)

SetCurrentTime gets a reference to the given string and assigns it to the CurrentTime field.

func (ControllerServicesEntity) ToMap ¶

func (o ControllerServicesEntity) ToMap() (map[string]interface{}, error)

type ControllerStatusDTO ¶

type ControllerStatusDTO struct {
	// The number of active threads in the NiFi.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
	// The number of terminated threads in the NiFi.
	TerminatedThreadCount *int32 `json:"terminatedThreadCount,omitempty"`
	// The number of flowfiles queued in the NiFi.
	Queued *string `json:"queued,omitempty"`
	// The number of FlowFiles queued across the entire flow
	FlowFilesQueued *int32 `json:"flowFilesQueued,omitempty"`
	// The size of the FlowFiles queued across the entire flow
	BytesQueued *int64 `json:"bytesQueued,omitempty"`
	// The number of running components in the NiFi.
	RunningCount *int32 `json:"runningCount,omitempty"`
	// The number of stopped components in the NiFi.
	StoppedCount *int32 `json:"stoppedCount,omitempty"`
	// The number of invalid components in the NiFi.
	InvalidCount *int32 `json:"invalidCount,omitempty"`
	// The number of disabled components in the NiFi.
	DisabledCount *int32 `json:"disabledCount,omitempty"`
	// The number of active remote ports in the NiFi.
	ActiveRemotePortCount *int32 `json:"activeRemotePortCount,omitempty"`
	// The number of inactive remote ports in the NiFi.
	InactiveRemotePortCount *int32 `json:"inactiveRemotePortCount,omitempty"`
	// The number of up to date versioned process groups in the NiFi.
	UpToDateCount *int32 `json:"upToDateCount,omitempty"`
	// The number of locally modified versioned process groups in the NiFi.
	LocallyModifiedCount *int32 `json:"locallyModifiedCount,omitempty"`
	// The number of stale versioned process groups in the NiFi.
	StaleCount *int32 `json:"staleCount,omitempty"`
	// The number of locally modified and stale versioned process groups in the NiFi.
	LocallyModifiedAndStaleCount *int32 `json:"locallyModifiedAndStaleCount,omitempty"`
	// The number of versioned process groups in the NiFi that are unable to sync to a registry.
	SyncFailureCount *int32 `json:"syncFailureCount,omitempty"`
}

ControllerStatusDTO struct for ControllerStatusDTO

func NewControllerStatusDTO ¶

func NewControllerStatusDTO() *ControllerStatusDTO

NewControllerStatusDTO instantiates a new ControllerStatusDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerStatusDTOWithDefaults ¶

func NewControllerStatusDTOWithDefaults() *ControllerStatusDTO

NewControllerStatusDTOWithDefaults instantiates a new ControllerStatusDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerStatusDTO) GetActiveRemotePortCount ¶

func (o *ControllerStatusDTO) GetActiveRemotePortCount() int32

GetActiveRemotePortCount returns the ActiveRemotePortCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetActiveRemotePortCountOk ¶

func (o *ControllerStatusDTO) GetActiveRemotePortCountOk() (*int32, bool)

GetActiveRemotePortCountOk returns a tuple with the ActiveRemotePortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetActiveThreadCount ¶

func (o *ControllerStatusDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetActiveThreadCountOk ¶

func (o *ControllerStatusDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetBytesQueued ¶

func (o *ControllerStatusDTO) GetBytesQueued() int64

GetBytesQueued returns the BytesQueued field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetBytesQueuedOk ¶

func (o *ControllerStatusDTO) GetBytesQueuedOk() (*int64, bool)

GetBytesQueuedOk returns a tuple with the BytesQueued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetDisabledCount ¶

func (o *ControllerStatusDTO) GetDisabledCount() int32

GetDisabledCount returns the DisabledCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetDisabledCountOk ¶

func (o *ControllerStatusDTO) GetDisabledCountOk() (*int32, bool)

GetDisabledCountOk returns a tuple with the DisabledCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetFlowFilesQueued ¶

func (o *ControllerStatusDTO) GetFlowFilesQueued() int32

GetFlowFilesQueued returns the FlowFilesQueued field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetFlowFilesQueuedOk ¶

func (o *ControllerStatusDTO) GetFlowFilesQueuedOk() (*int32, bool)

GetFlowFilesQueuedOk returns a tuple with the FlowFilesQueued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetInactiveRemotePortCount ¶

func (o *ControllerStatusDTO) GetInactiveRemotePortCount() int32

GetInactiveRemotePortCount returns the InactiveRemotePortCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetInactiveRemotePortCountOk ¶

func (o *ControllerStatusDTO) GetInactiveRemotePortCountOk() (*int32, bool)

GetInactiveRemotePortCountOk returns a tuple with the InactiveRemotePortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetInvalidCount ¶

func (o *ControllerStatusDTO) GetInvalidCount() int32

GetInvalidCount returns the InvalidCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetInvalidCountOk ¶

func (o *ControllerStatusDTO) GetInvalidCountOk() (*int32, bool)

GetInvalidCountOk returns a tuple with the InvalidCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetLocallyModifiedAndStaleCount ¶

func (o *ControllerStatusDTO) GetLocallyModifiedAndStaleCount() int32

GetLocallyModifiedAndStaleCount returns the LocallyModifiedAndStaleCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetLocallyModifiedAndStaleCountOk ¶

func (o *ControllerStatusDTO) GetLocallyModifiedAndStaleCountOk() (*int32, bool)

GetLocallyModifiedAndStaleCountOk returns a tuple with the LocallyModifiedAndStaleCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetLocallyModifiedCount ¶

func (o *ControllerStatusDTO) GetLocallyModifiedCount() int32

GetLocallyModifiedCount returns the LocallyModifiedCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetLocallyModifiedCountOk ¶

func (o *ControllerStatusDTO) GetLocallyModifiedCountOk() (*int32, bool)

GetLocallyModifiedCountOk returns a tuple with the LocallyModifiedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetQueued ¶

func (o *ControllerStatusDTO) GetQueued() string

GetQueued returns the Queued field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetQueuedOk ¶

func (o *ControllerStatusDTO) GetQueuedOk() (*string, bool)

GetQueuedOk returns a tuple with the Queued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetRunningCount ¶

func (o *ControllerStatusDTO) GetRunningCount() int32

GetRunningCount returns the RunningCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetRunningCountOk ¶

func (o *ControllerStatusDTO) GetRunningCountOk() (*int32, bool)

GetRunningCountOk returns a tuple with the RunningCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetStaleCount ¶

func (o *ControllerStatusDTO) GetStaleCount() int32

GetStaleCount returns the StaleCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetStaleCountOk ¶

func (o *ControllerStatusDTO) GetStaleCountOk() (*int32, bool)

GetStaleCountOk returns a tuple with the StaleCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetStoppedCount ¶

func (o *ControllerStatusDTO) GetStoppedCount() int32

GetStoppedCount returns the StoppedCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetStoppedCountOk ¶

func (o *ControllerStatusDTO) GetStoppedCountOk() (*int32, bool)

GetStoppedCountOk returns a tuple with the StoppedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetSyncFailureCount ¶

func (o *ControllerStatusDTO) GetSyncFailureCount() int32

GetSyncFailureCount returns the SyncFailureCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetSyncFailureCountOk ¶

func (o *ControllerStatusDTO) GetSyncFailureCountOk() (*int32, bool)

GetSyncFailureCountOk returns a tuple with the SyncFailureCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetTerminatedThreadCount ¶

func (o *ControllerStatusDTO) GetTerminatedThreadCount() int32

GetTerminatedThreadCount returns the TerminatedThreadCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetTerminatedThreadCountOk ¶

func (o *ControllerStatusDTO) GetTerminatedThreadCountOk() (*int32, bool)

GetTerminatedThreadCountOk returns a tuple with the TerminatedThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) GetUpToDateCount ¶

func (o *ControllerStatusDTO) GetUpToDateCount() int32

GetUpToDateCount returns the UpToDateCount field value if set, zero value otherwise.

func (*ControllerStatusDTO) GetUpToDateCountOk ¶

func (o *ControllerStatusDTO) GetUpToDateCountOk() (*int32, bool)

GetUpToDateCountOk returns a tuple with the UpToDateCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusDTO) HasActiveRemotePortCount ¶

func (o *ControllerStatusDTO) HasActiveRemotePortCount() bool

HasActiveRemotePortCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasActiveThreadCount ¶

func (o *ControllerStatusDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasBytesQueued ¶

func (o *ControllerStatusDTO) HasBytesQueued() bool

HasBytesQueued returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasDisabledCount ¶

func (o *ControllerStatusDTO) HasDisabledCount() bool

HasDisabledCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasFlowFilesQueued ¶

func (o *ControllerStatusDTO) HasFlowFilesQueued() bool

HasFlowFilesQueued returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasInactiveRemotePortCount ¶

func (o *ControllerStatusDTO) HasInactiveRemotePortCount() bool

HasInactiveRemotePortCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasInvalidCount ¶

func (o *ControllerStatusDTO) HasInvalidCount() bool

HasInvalidCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasLocallyModifiedAndStaleCount ¶

func (o *ControllerStatusDTO) HasLocallyModifiedAndStaleCount() bool

HasLocallyModifiedAndStaleCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasLocallyModifiedCount ¶

func (o *ControllerStatusDTO) HasLocallyModifiedCount() bool

HasLocallyModifiedCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasQueued ¶

func (o *ControllerStatusDTO) HasQueued() bool

HasQueued returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasRunningCount ¶

func (o *ControllerStatusDTO) HasRunningCount() bool

HasRunningCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasStaleCount ¶

func (o *ControllerStatusDTO) HasStaleCount() bool

HasStaleCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasStoppedCount ¶

func (o *ControllerStatusDTO) HasStoppedCount() bool

HasStoppedCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasSyncFailureCount ¶

func (o *ControllerStatusDTO) HasSyncFailureCount() bool

HasSyncFailureCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasTerminatedThreadCount ¶

func (o *ControllerStatusDTO) HasTerminatedThreadCount() bool

HasTerminatedThreadCount returns a boolean if a field has been set.

func (*ControllerStatusDTO) HasUpToDateCount ¶

func (o *ControllerStatusDTO) HasUpToDateCount() bool

HasUpToDateCount returns a boolean if a field has been set.

func (ControllerStatusDTO) MarshalJSON ¶

func (o ControllerStatusDTO) MarshalJSON() ([]byte, error)

func (*ControllerStatusDTO) SetActiveRemotePortCount ¶

func (o *ControllerStatusDTO) SetActiveRemotePortCount(v int32)

SetActiveRemotePortCount gets a reference to the given int32 and assigns it to the ActiveRemotePortCount field.

func (*ControllerStatusDTO) SetActiveThreadCount ¶

func (o *ControllerStatusDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*ControllerStatusDTO) SetBytesQueued ¶

func (o *ControllerStatusDTO) SetBytesQueued(v int64)

SetBytesQueued gets a reference to the given int64 and assigns it to the BytesQueued field.

func (*ControllerStatusDTO) SetDisabledCount ¶

func (o *ControllerStatusDTO) SetDisabledCount(v int32)

SetDisabledCount gets a reference to the given int32 and assigns it to the DisabledCount field.

func (*ControllerStatusDTO) SetFlowFilesQueued ¶

func (o *ControllerStatusDTO) SetFlowFilesQueued(v int32)

SetFlowFilesQueued gets a reference to the given int32 and assigns it to the FlowFilesQueued field.

func (*ControllerStatusDTO) SetInactiveRemotePortCount ¶

func (o *ControllerStatusDTO) SetInactiveRemotePortCount(v int32)

SetInactiveRemotePortCount gets a reference to the given int32 and assigns it to the InactiveRemotePortCount field.

func (*ControllerStatusDTO) SetInvalidCount ¶

func (o *ControllerStatusDTO) SetInvalidCount(v int32)

SetInvalidCount gets a reference to the given int32 and assigns it to the InvalidCount field.

func (*ControllerStatusDTO) SetLocallyModifiedAndStaleCount ¶

func (o *ControllerStatusDTO) SetLocallyModifiedAndStaleCount(v int32)

SetLocallyModifiedAndStaleCount gets a reference to the given int32 and assigns it to the LocallyModifiedAndStaleCount field.

func (*ControllerStatusDTO) SetLocallyModifiedCount ¶

func (o *ControllerStatusDTO) SetLocallyModifiedCount(v int32)

SetLocallyModifiedCount gets a reference to the given int32 and assigns it to the LocallyModifiedCount field.

func (*ControllerStatusDTO) SetQueued ¶

func (o *ControllerStatusDTO) SetQueued(v string)

SetQueued gets a reference to the given string and assigns it to the Queued field.

func (*ControllerStatusDTO) SetRunningCount ¶

func (o *ControllerStatusDTO) SetRunningCount(v int32)

SetRunningCount gets a reference to the given int32 and assigns it to the RunningCount field.

func (*ControllerStatusDTO) SetStaleCount ¶

func (o *ControllerStatusDTO) SetStaleCount(v int32)

SetStaleCount gets a reference to the given int32 and assigns it to the StaleCount field.

func (*ControllerStatusDTO) SetStoppedCount ¶

func (o *ControllerStatusDTO) SetStoppedCount(v int32)

SetStoppedCount gets a reference to the given int32 and assigns it to the StoppedCount field.

func (*ControllerStatusDTO) SetSyncFailureCount ¶

func (o *ControllerStatusDTO) SetSyncFailureCount(v int32)

SetSyncFailureCount gets a reference to the given int32 and assigns it to the SyncFailureCount field.

func (*ControllerStatusDTO) SetTerminatedThreadCount ¶

func (o *ControllerStatusDTO) SetTerminatedThreadCount(v int32)

SetTerminatedThreadCount gets a reference to the given int32 and assigns it to the TerminatedThreadCount field.

func (*ControllerStatusDTO) SetUpToDateCount ¶

func (o *ControllerStatusDTO) SetUpToDateCount(v int32)

SetUpToDateCount gets a reference to the given int32 and assigns it to the UpToDateCount field.

func (ControllerStatusDTO) ToMap ¶

func (o ControllerStatusDTO) ToMap() (map[string]interface{}, error)

type ControllerStatusEntity ¶

type ControllerStatusEntity struct {
	ControllerStatus *ControllerStatusDTO `json:"controllerStatus,omitempty"`
}

ControllerStatusEntity struct for ControllerStatusEntity

func NewControllerStatusEntity ¶

func NewControllerStatusEntity() *ControllerStatusEntity

NewControllerStatusEntity instantiates a new ControllerStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewControllerStatusEntityWithDefaults ¶

func NewControllerStatusEntityWithDefaults() *ControllerStatusEntity

NewControllerStatusEntityWithDefaults instantiates a new ControllerStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ControllerStatusEntity) GetControllerStatus ¶

func (o *ControllerStatusEntity) GetControllerStatus() ControllerStatusDTO

GetControllerStatus returns the ControllerStatus field value if set, zero value otherwise.

func (*ControllerStatusEntity) GetControllerStatusOk ¶

func (o *ControllerStatusEntity) GetControllerStatusOk() (*ControllerStatusDTO, bool)

GetControllerStatusOk returns a tuple with the ControllerStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ControllerStatusEntity) HasControllerStatus ¶

func (o *ControllerStatusEntity) HasControllerStatus() bool

HasControllerStatus returns a boolean if a field has been set.

func (ControllerStatusEntity) MarshalJSON ¶

func (o ControllerStatusEntity) MarshalJSON() ([]byte, error)

func (*ControllerStatusEntity) SetControllerStatus ¶

func (o *ControllerStatusEntity) SetControllerStatus(v ControllerStatusDTO)

SetControllerStatus gets a reference to the given ControllerStatusDTO and assigns it to the ControllerStatus field.

func (ControllerStatusEntity) ToMap ¶

func (o ControllerStatusEntity) ToMap() (map[string]interface{}, error)

type CopySnippetRequestEntity ¶

type CopySnippetRequestEntity struct {
	// The identifier of the snippet.
	SnippetId *string `json:"snippetId,omitempty"`
	// The x coordinate of the origin of the bounding box where the new components will be placed.
	OriginX *float64 `json:"originX,omitempty"`
	// The y coordinate of the origin of the bounding box where the new components will be placed.
	OriginY *float64 `json:"originY,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

CopySnippetRequestEntity struct for CopySnippetRequestEntity

func NewCopySnippetRequestEntity ¶

func NewCopySnippetRequestEntity() *CopySnippetRequestEntity

NewCopySnippetRequestEntity instantiates a new CopySnippetRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCopySnippetRequestEntityWithDefaults ¶

func NewCopySnippetRequestEntityWithDefaults() *CopySnippetRequestEntity

NewCopySnippetRequestEntityWithDefaults instantiates a new CopySnippetRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CopySnippetRequestEntity) GetDisconnectedNodeAcknowledged ¶

func (o *CopySnippetRequestEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*CopySnippetRequestEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *CopySnippetRequestEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CopySnippetRequestEntity) GetOriginX ¶

func (o *CopySnippetRequestEntity) GetOriginX() float64

GetOriginX returns the OriginX field value if set, zero value otherwise.

func (*CopySnippetRequestEntity) GetOriginXOk ¶

func (o *CopySnippetRequestEntity) GetOriginXOk() (*float64, bool)

GetOriginXOk returns a tuple with the OriginX field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CopySnippetRequestEntity) GetOriginY ¶

func (o *CopySnippetRequestEntity) GetOriginY() float64

GetOriginY returns the OriginY field value if set, zero value otherwise.

func (*CopySnippetRequestEntity) GetOriginYOk ¶

func (o *CopySnippetRequestEntity) GetOriginYOk() (*float64, bool)

GetOriginYOk returns a tuple with the OriginY field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CopySnippetRequestEntity) GetSnippetId ¶

func (o *CopySnippetRequestEntity) GetSnippetId() string

GetSnippetId returns the SnippetId field value if set, zero value otherwise.

func (*CopySnippetRequestEntity) GetSnippetIdOk ¶

func (o *CopySnippetRequestEntity) GetSnippetIdOk() (*string, bool)

GetSnippetIdOk returns a tuple with the SnippetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CopySnippetRequestEntity) HasDisconnectedNodeAcknowledged ¶

func (o *CopySnippetRequestEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*CopySnippetRequestEntity) HasOriginX ¶

func (o *CopySnippetRequestEntity) HasOriginX() bool

HasOriginX returns a boolean if a field has been set.

func (*CopySnippetRequestEntity) HasOriginY ¶

func (o *CopySnippetRequestEntity) HasOriginY() bool

HasOriginY returns a boolean if a field has been set.

func (*CopySnippetRequestEntity) HasSnippetId ¶

func (o *CopySnippetRequestEntity) HasSnippetId() bool

HasSnippetId returns a boolean if a field has been set.

func (CopySnippetRequestEntity) MarshalJSON ¶

func (o CopySnippetRequestEntity) MarshalJSON() ([]byte, error)

func (*CopySnippetRequestEntity) SetDisconnectedNodeAcknowledged ¶

func (o *CopySnippetRequestEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*CopySnippetRequestEntity) SetOriginX ¶

func (o *CopySnippetRequestEntity) SetOriginX(v float64)

SetOriginX gets a reference to the given float64 and assigns it to the OriginX field.

func (*CopySnippetRequestEntity) SetOriginY ¶

func (o *CopySnippetRequestEntity) SetOriginY(v float64)

SetOriginY gets a reference to the given float64 and assigns it to the OriginY field.

func (*CopySnippetRequestEntity) SetSnippetId ¶

func (o *CopySnippetRequestEntity) SetSnippetId(v string)

SetSnippetId gets a reference to the given string and assigns it to the SnippetId field.

func (CopySnippetRequestEntity) ToMap ¶

func (o CopySnippetRequestEntity) ToMap() (map[string]interface{}, error)

type CounterDTO ¶

type CounterDTO struct {
	// The id of the counter.
	Id *string `json:"id,omitempty"`
	// The context of the counter.
	Context *string `json:"context,omitempty"`
	// The name of the counter.
	Name *string `json:"name,omitempty"`
	// The value count.
	ValueCount *int64 `json:"valueCount,omitempty"`
	// The value of the counter.
	Value *string `json:"value,omitempty"`
}

CounterDTO struct for CounterDTO

func NewCounterDTO ¶

func NewCounterDTO() *CounterDTO

NewCounterDTO instantiates a new CounterDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCounterDTOWithDefaults ¶

func NewCounterDTOWithDefaults() *CounterDTO

NewCounterDTOWithDefaults instantiates a new CounterDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CounterDTO) GetContext ¶

func (o *CounterDTO) GetContext() string

GetContext returns the Context field value if set, zero value otherwise.

func (*CounterDTO) GetContextOk ¶

func (o *CounterDTO) GetContextOk() (*string, bool)

GetContextOk returns a tuple with the Context field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CounterDTO) GetId ¶

func (o *CounterDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*CounterDTO) GetIdOk ¶

func (o *CounterDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CounterDTO) GetName ¶

func (o *CounterDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CounterDTO) GetNameOk ¶

func (o *CounterDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CounterDTO) GetValue ¶

func (o *CounterDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*CounterDTO) GetValueCount ¶

func (o *CounterDTO) GetValueCount() int64

GetValueCount returns the ValueCount field value if set, zero value otherwise.

func (*CounterDTO) GetValueCountOk ¶

func (o *CounterDTO) GetValueCountOk() (*int64, bool)

GetValueCountOk returns a tuple with the ValueCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CounterDTO) GetValueOk ¶

func (o *CounterDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CounterDTO) HasContext ¶

func (o *CounterDTO) HasContext() bool

HasContext returns a boolean if a field has been set.

func (*CounterDTO) HasId ¶

func (o *CounterDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*CounterDTO) HasName ¶

func (o *CounterDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*CounterDTO) HasValue ¶

func (o *CounterDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*CounterDTO) HasValueCount ¶

func (o *CounterDTO) HasValueCount() bool

HasValueCount returns a boolean if a field has been set.

func (CounterDTO) MarshalJSON ¶

func (o CounterDTO) MarshalJSON() ([]byte, error)

func (*CounterDTO) SetContext ¶

func (o *CounterDTO) SetContext(v string)

SetContext gets a reference to the given string and assigns it to the Context field.

func (*CounterDTO) SetId ¶

func (o *CounterDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*CounterDTO) SetName ¶

func (o *CounterDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CounterDTO) SetValue ¶

func (o *CounterDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (*CounterDTO) SetValueCount ¶

func (o *CounterDTO) SetValueCount(v int64)

SetValueCount gets a reference to the given int64 and assigns it to the ValueCount field.

func (CounterDTO) ToMap ¶

func (o CounterDTO) ToMap() (map[string]interface{}, error)

type CounterEntity ¶

type CounterEntity struct {
	Counter *CounterDTO `json:"counter,omitempty"`
}

CounterEntity struct for CounterEntity

func NewCounterEntity ¶

func NewCounterEntity() *CounterEntity

NewCounterEntity instantiates a new CounterEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCounterEntityWithDefaults ¶

func NewCounterEntityWithDefaults() *CounterEntity

NewCounterEntityWithDefaults instantiates a new CounterEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CounterEntity) GetCounter ¶

func (o *CounterEntity) GetCounter() CounterDTO

GetCounter returns the Counter field value if set, zero value otherwise.

func (*CounterEntity) GetCounterOk ¶

func (o *CounterEntity) GetCounterOk() (*CounterDTO, bool)

GetCounterOk returns a tuple with the Counter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CounterEntity) HasCounter ¶

func (o *CounterEntity) HasCounter() bool

HasCounter returns a boolean if a field has been set.

func (CounterEntity) MarshalJSON ¶

func (o CounterEntity) MarshalJSON() ([]byte, error)

func (*CounterEntity) SetCounter ¶

func (o *CounterEntity) SetCounter(v CounterDTO)

SetCounter gets a reference to the given CounterDTO and assigns it to the Counter field.

func (CounterEntity) ToMap ¶

func (o CounterEntity) ToMap() (map[string]interface{}, error)

type CountersAPIGetCountersRequest ¶

type CountersAPIGetCountersRequest struct {
	ApiService *CountersAPIService
	// contains filtered or unexported fields
}

func (CountersAPIGetCountersRequest) ClusterNodeId ¶

The id of the node where to get the status.

func (CountersAPIGetCountersRequest) Execute ¶

func (CountersAPIGetCountersRequest) Nodewise ¶

Whether or not to include the breakdown per node. Optional, defaults to false

type CountersAPIService ¶

type CountersAPIService service

CountersAPIService CountersAPI service

func (*CountersAPIService) GetCounters ¶

GetCounters Gets the current counters for this NiFi

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return CountersAPIGetCountersRequest

func (*CountersAPIService) GetCountersExecute ¶

Execute executes the request

@return CountersEntity

func (*CountersAPIService) UpdateCounter ¶

UpdateCounter Updates the specified counter. This will reset the counter value to 0

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the counter.
@return CountersAPIUpdateCounterRequest

func (*CountersAPIService) UpdateCounterExecute ¶

Execute executes the request

@return CounterEntity

type CountersAPIUpdateCounterRequest ¶

type CountersAPIUpdateCounterRequest struct {
	ApiService *CountersAPIService
	// contains filtered or unexported fields
}

func (CountersAPIUpdateCounterRequest) Execute ¶

type CountersDTO ¶

type CountersDTO struct {
	AggregateSnapshot *CountersSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// A Counters snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null.
	NodeSnapshots []NodeCountersSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

CountersDTO struct for CountersDTO

func NewCountersDTO ¶

func NewCountersDTO() *CountersDTO

NewCountersDTO instantiates a new CountersDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCountersDTOWithDefaults ¶

func NewCountersDTOWithDefaults() *CountersDTO

NewCountersDTOWithDefaults instantiates a new CountersDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CountersDTO) GetAggregateSnapshot ¶

func (o *CountersDTO) GetAggregateSnapshot() CountersSnapshotDTO

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*CountersDTO) GetAggregateSnapshotOk ¶

func (o *CountersDTO) GetAggregateSnapshotOk() (*CountersSnapshotDTO, bool)

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CountersDTO) GetNodeSnapshots ¶

func (o *CountersDTO) GetNodeSnapshots() []NodeCountersSnapshotDTO

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*CountersDTO) GetNodeSnapshotsOk ¶

func (o *CountersDTO) GetNodeSnapshotsOk() ([]NodeCountersSnapshotDTO, bool)

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CountersDTO) HasAggregateSnapshot ¶

func (o *CountersDTO) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*CountersDTO) HasNodeSnapshots ¶

func (o *CountersDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (CountersDTO) MarshalJSON ¶

func (o CountersDTO) MarshalJSON() ([]byte, error)

func (*CountersDTO) SetAggregateSnapshot ¶

func (o *CountersDTO) SetAggregateSnapshot(v CountersSnapshotDTO)

SetAggregateSnapshot gets a reference to the given CountersSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*CountersDTO) SetNodeSnapshots ¶

func (o *CountersDTO) SetNodeSnapshots(v []NodeCountersSnapshotDTO)

SetNodeSnapshots gets a reference to the given []NodeCountersSnapshotDTO and assigns it to the NodeSnapshots field.

func (CountersDTO) ToMap ¶

func (o CountersDTO) ToMap() (map[string]interface{}, error)

type CountersEntity ¶

type CountersEntity struct {
	Counters *CountersDTO `json:"counters,omitempty"`
}

CountersEntity struct for CountersEntity

func NewCountersEntity ¶

func NewCountersEntity() *CountersEntity

NewCountersEntity instantiates a new CountersEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCountersEntityWithDefaults ¶

func NewCountersEntityWithDefaults() *CountersEntity

NewCountersEntityWithDefaults instantiates a new CountersEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CountersEntity) GetCounters ¶

func (o *CountersEntity) GetCounters() CountersDTO

GetCounters returns the Counters field value if set, zero value otherwise.

func (*CountersEntity) GetCountersOk ¶

func (o *CountersEntity) GetCountersOk() (*CountersDTO, bool)

GetCountersOk returns a tuple with the Counters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CountersEntity) HasCounters ¶

func (o *CountersEntity) HasCounters() bool

HasCounters returns a boolean if a field has been set.

func (CountersEntity) MarshalJSON ¶

func (o CountersEntity) MarshalJSON() ([]byte, error)

func (*CountersEntity) SetCounters ¶

func (o *CountersEntity) SetCounters(v CountersDTO)

SetCounters gets a reference to the given CountersDTO and assigns it to the Counters field.

func (CountersEntity) ToMap ¶

func (o CountersEntity) ToMap() (map[string]interface{}, error)

type CountersSnapshotDTO ¶

type CountersSnapshotDTO struct {
	// The timestamp when the report was generated.
	Generated *string `json:"generated,omitempty"`
	// All counters in the NiFi.
	Counters []CounterDTO `json:"counters,omitempty"`
}

CountersSnapshotDTO struct for CountersSnapshotDTO

func NewCountersSnapshotDTO ¶

func NewCountersSnapshotDTO() *CountersSnapshotDTO

NewCountersSnapshotDTO instantiates a new CountersSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCountersSnapshotDTOWithDefaults ¶

func NewCountersSnapshotDTOWithDefaults() *CountersSnapshotDTO

NewCountersSnapshotDTOWithDefaults instantiates a new CountersSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CountersSnapshotDTO) GetCounters ¶

func (o *CountersSnapshotDTO) GetCounters() []CounterDTO

GetCounters returns the Counters field value if set, zero value otherwise.

func (*CountersSnapshotDTO) GetCountersOk ¶

func (o *CountersSnapshotDTO) GetCountersOk() ([]CounterDTO, bool)

GetCountersOk returns a tuple with the Counters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CountersSnapshotDTO) GetGenerated ¶

func (o *CountersSnapshotDTO) GetGenerated() string

GetGenerated returns the Generated field value if set, zero value otherwise.

func (*CountersSnapshotDTO) GetGeneratedOk ¶

func (o *CountersSnapshotDTO) GetGeneratedOk() (*string, bool)

GetGeneratedOk returns a tuple with the Generated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CountersSnapshotDTO) HasCounters ¶

func (o *CountersSnapshotDTO) HasCounters() bool

HasCounters returns a boolean if a field has been set.

func (*CountersSnapshotDTO) HasGenerated ¶

func (o *CountersSnapshotDTO) HasGenerated() bool

HasGenerated returns a boolean if a field has been set.

func (CountersSnapshotDTO) MarshalJSON ¶

func (o CountersSnapshotDTO) MarshalJSON() ([]byte, error)

func (*CountersSnapshotDTO) SetCounters ¶

func (o *CountersSnapshotDTO) SetCounters(v []CounterDTO)

SetCounters gets a reference to the given []CounterDTO and assigns it to the Counters field.

func (*CountersSnapshotDTO) SetGenerated ¶

func (o *CountersSnapshotDTO) SetGenerated(v string)

SetGenerated gets a reference to the given string and assigns it to the Generated field.

func (CountersSnapshotDTO) ToMap ¶

func (o CountersSnapshotDTO) ToMap() (map[string]interface{}, error)

type CreateActiveRequestEntity ¶

type CreateActiveRequestEntity struct {
	// The Process Group ID that this active request will update
	ProcessGroupId *string `json:"processGroupId,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

CreateActiveRequestEntity struct for CreateActiveRequestEntity

func NewCreateActiveRequestEntity ¶

func NewCreateActiveRequestEntity() *CreateActiveRequestEntity

NewCreateActiveRequestEntity instantiates a new CreateActiveRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateActiveRequestEntityWithDefaults ¶

func NewCreateActiveRequestEntityWithDefaults() *CreateActiveRequestEntity

NewCreateActiveRequestEntityWithDefaults instantiates a new CreateActiveRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateActiveRequestEntity) GetDisconnectedNodeAcknowledged ¶

func (o *CreateActiveRequestEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*CreateActiveRequestEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *CreateActiveRequestEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateActiveRequestEntity) GetProcessGroupId ¶

func (o *CreateActiveRequestEntity) GetProcessGroupId() string

GetProcessGroupId returns the ProcessGroupId field value if set, zero value otherwise.

func (*CreateActiveRequestEntity) GetProcessGroupIdOk ¶

func (o *CreateActiveRequestEntity) GetProcessGroupIdOk() (*string, bool)

GetProcessGroupIdOk returns a tuple with the ProcessGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateActiveRequestEntity) HasDisconnectedNodeAcknowledged ¶

func (o *CreateActiveRequestEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*CreateActiveRequestEntity) HasProcessGroupId ¶

func (o *CreateActiveRequestEntity) HasProcessGroupId() bool

HasProcessGroupId returns a boolean if a field has been set.

func (CreateActiveRequestEntity) MarshalJSON ¶

func (o CreateActiveRequestEntity) MarshalJSON() ([]byte, error)

func (*CreateActiveRequestEntity) SetDisconnectedNodeAcknowledged ¶

func (o *CreateActiveRequestEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*CreateActiveRequestEntity) SetProcessGroupId ¶

func (o *CreateActiveRequestEntity) SetProcessGroupId(v string)

SetProcessGroupId gets a reference to the given string and assigns it to the ProcessGroupId field.

func (CreateActiveRequestEntity) ToMap ¶

func (o CreateActiveRequestEntity) ToMap() (map[string]interface{}, error)

type CreateTemplateRequestEntity ¶

type CreateTemplateRequestEntity struct {
	// The name of the template.
	Name *string `json:"name,omitempty"`
	// The description of the template.
	Description *string `json:"description,omitempty"`
	// The identifier of the snippet.
	SnippetId *string `json:"snippetId,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

CreateTemplateRequestEntity struct for CreateTemplateRequestEntity

func NewCreateTemplateRequestEntity ¶

func NewCreateTemplateRequestEntity() *CreateTemplateRequestEntity

NewCreateTemplateRequestEntity instantiates a new CreateTemplateRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateTemplateRequestEntityWithDefaults ¶

func NewCreateTemplateRequestEntityWithDefaults() *CreateTemplateRequestEntity

NewCreateTemplateRequestEntityWithDefaults instantiates a new CreateTemplateRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateTemplateRequestEntity) GetDescription ¶

func (o *CreateTemplateRequestEntity) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*CreateTemplateRequestEntity) GetDescriptionOk ¶

func (o *CreateTemplateRequestEntity) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTemplateRequestEntity) GetDisconnectedNodeAcknowledged ¶

func (o *CreateTemplateRequestEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*CreateTemplateRequestEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *CreateTemplateRequestEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTemplateRequestEntity) GetName ¶

func (o *CreateTemplateRequestEntity) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*CreateTemplateRequestEntity) GetNameOk ¶

func (o *CreateTemplateRequestEntity) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTemplateRequestEntity) GetSnippetId ¶

func (o *CreateTemplateRequestEntity) GetSnippetId() string

GetSnippetId returns the SnippetId field value if set, zero value otherwise.

func (*CreateTemplateRequestEntity) GetSnippetIdOk ¶

func (o *CreateTemplateRequestEntity) GetSnippetIdOk() (*string, bool)

GetSnippetIdOk returns a tuple with the SnippetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CreateTemplateRequestEntity) HasDescription ¶

func (o *CreateTemplateRequestEntity) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateTemplateRequestEntity) HasDisconnectedNodeAcknowledged ¶

func (o *CreateTemplateRequestEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*CreateTemplateRequestEntity) HasName ¶

func (o *CreateTemplateRequestEntity) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateTemplateRequestEntity) HasSnippetId ¶

func (o *CreateTemplateRequestEntity) HasSnippetId() bool

HasSnippetId returns a boolean if a field has been set.

func (CreateTemplateRequestEntity) MarshalJSON ¶

func (o CreateTemplateRequestEntity) MarshalJSON() ([]byte, error)

func (*CreateTemplateRequestEntity) SetDescription ¶

func (o *CreateTemplateRequestEntity) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*CreateTemplateRequestEntity) SetDisconnectedNodeAcknowledged ¶

func (o *CreateTemplateRequestEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*CreateTemplateRequestEntity) SetName ¶

func (o *CreateTemplateRequestEntity) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*CreateTemplateRequestEntity) SetSnippetId ¶

func (o *CreateTemplateRequestEntity) SetSnippetId(v string)

SetSnippetId gets a reference to the given string and assigns it to the SnippetId field.

func (CreateTemplateRequestEntity) ToMap ¶

func (o CreateTemplateRequestEntity) ToMap() (map[string]interface{}, error)

type CurrentUserEntity ¶

type CurrentUserEntity struct {
	// The user identity being serialized.
	Identity *string `json:"identity,omitempty"`
	// Whether the current user is anonymous.
	Anonymous                       *bool           `json:"anonymous,omitempty"`
	ProvenancePermissions           *PermissionsDTO `json:"provenancePermissions,omitempty"`
	CountersPermissions             *PermissionsDTO `json:"countersPermissions,omitempty"`
	TenantsPermissions              *PermissionsDTO `json:"tenantsPermissions,omitempty"`
	ControllerPermissions           *PermissionsDTO `json:"controllerPermissions,omitempty"`
	PoliciesPermissions             *PermissionsDTO `json:"policiesPermissions,omitempty"`
	SystemPermissions               *PermissionsDTO `json:"systemPermissions,omitempty"`
	ParameterContextPermissions     *PermissionsDTO `json:"parameterContextPermissions,omitempty"`
	RestrictedComponentsPermissions *PermissionsDTO `json:"restrictedComponentsPermissions,omitempty"`
	// Permissions for specific component restrictions.
	ComponentRestrictionPermissions []ComponentRestrictionPermissionDTO `json:"componentRestrictionPermissions,omitempty"`
	// Whether the current user can version flows.
	CanVersionFlows *bool `json:"canVersionFlows,omitempty"`
}

CurrentUserEntity struct for CurrentUserEntity

func NewCurrentUserEntity ¶

func NewCurrentUserEntity() *CurrentUserEntity

NewCurrentUserEntity instantiates a new CurrentUserEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCurrentUserEntityWithDefaults ¶

func NewCurrentUserEntityWithDefaults() *CurrentUserEntity

NewCurrentUserEntityWithDefaults instantiates a new CurrentUserEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CurrentUserEntity) GetAnonymous ¶

func (o *CurrentUserEntity) GetAnonymous() bool

GetAnonymous returns the Anonymous field value if set, zero value otherwise.

func (*CurrentUserEntity) GetAnonymousOk ¶

func (o *CurrentUserEntity) GetAnonymousOk() (*bool, bool)

GetAnonymousOk returns a tuple with the Anonymous field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetCanVersionFlows ¶

func (o *CurrentUserEntity) GetCanVersionFlows() bool

GetCanVersionFlows returns the CanVersionFlows field value if set, zero value otherwise.

func (*CurrentUserEntity) GetCanVersionFlowsOk ¶

func (o *CurrentUserEntity) GetCanVersionFlowsOk() (*bool, bool)

GetCanVersionFlowsOk returns a tuple with the CanVersionFlows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetComponentRestrictionPermissions ¶

func (o *CurrentUserEntity) GetComponentRestrictionPermissions() []ComponentRestrictionPermissionDTO

GetComponentRestrictionPermissions returns the ComponentRestrictionPermissions field value if set, zero value otherwise.

func (*CurrentUserEntity) GetComponentRestrictionPermissionsOk ¶

func (o *CurrentUserEntity) GetComponentRestrictionPermissionsOk() ([]ComponentRestrictionPermissionDTO, bool)

GetComponentRestrictionPermissionsOk returns a tuple with the ComponentRestrictionPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetControllerPermissions ¶

func (o *CurrentUserEntity) GetControllerPermissions() PermissionsDTO

GetControllerPermissions returns the ControllerPermissions field value if set, zero value otherwise.

func (*CurrentUserEntity) GetControllerPermissionsOk ¶

func (o *CurrentUserEntity) GetControllerPermissionsOk() (*PermissionsDTO, bool)

GetControllerPermissionsOk returns a tuple with the ControllerPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetCountersPermissions ¶

func (o *CurrentUserEntity) GetCountersPermissions() PermissionsDTO

GetCountersPermissions returns the CountersPermissions field value if set, zero value otherwise.

func (*CurrentUserEntity) GetCountersPermissionsOk ¶

func (o *CurrentUserEntity) GetCountersPermissionsOk() (*PermissionsDTO, bool)

GetCountersPermissionsOk returns a tuple with the CountersPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetIdentity ¶

func (o *CurrentUserEntity) GetIdentity() string

GetIdentity returns the Identity field value if set, zero value otherwise.

func (*CurrentUserEntity) GetIdentityOk ¶

func (o *CurrentUserEntity) GetIdentityOk() (*string, bool)

GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetParameterContextPermissions ¶

func (o *CurrentUserEntity) GetParameterContextPermissions() PermissionsDTO

GetParameterContextPermissions returns the ParameterContextPermissions field value if set, zero value otherwise.

func (*CurrentUserEntity) GetParameterContextPermissionsOk ¶

func (o *CurrentUserEntity) GetParameterContextPermissionsOk() (*PermissionsDTO, bool)

GetParameterContextPermissionsOk returns a tuple with the ParameterContextPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetPoliciesPermissions ¶

func (o *CurrentUserEntity) GetPoliciesPermissions() PermissionsDTO

GetPoliciesPermissions returns the PoliciesPermissions field value if set, zero value otherwise.

func (*CurrentUserEntity) GetPoliciesPermissionsOk ¶

func (o *CurrentUserEntity) GetPoliciesPermissionsOk() (*PermissionsDTO, bool)

GetPoliciesPermissionsOk returns a tuple with the PoliciesPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetProvenancePermissions ¶

func (o *CurrentUserEntity) GetProvenancePermissions() PermissionsDTO

GetProvenancePermissions returns the ProvenancePermissions field value if set, zero value otherwise.

func (*CurrentUserEntity) GetProvenancePermissionsOk ¶

func (o *CurrentUserEntity) GetProvenancePermissionsOk() (*PermissionsDTO, bool)

GetProvenancePermissionsOk returns a tuple with the ProvenancePermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetRestrictedComponentsPermissions ¶

func (o *CurrentUserEntity) GetRestrictedComponentsPermissions() PermissionsDTO

GetRestrictedComponentsPermissions returns the RestrictedComponentsPermissions field value if set, zero value otherwise.

func (*CurrentUserEntity) GetRestrictedComponentsPermissionsOk ¶

func (o *CurrentUserEntity) GetRestrictedComponentsPermissionsOk() (*PermissionsDTO, bool)

GetRestrictedComponentsPermissionsOk returns a tuple with the RestrictedComponentsPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetSystemPermissions ¶

func (o *CurrentUserEntity) GetSystemPermissions() PermissionsDTO

GetSystemPermissions returns the SystemPermissions field value if set, zero value otherwise.

func (*CurrentUserEntity) GetSystemPermissionsOk ¶

func (o *CurrentUserEntity) GetSystemPermissionsOk() (*PermissionsDTO, bool)

GetSystemPermissionsOk returns a tuple with the SystemPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) GetTenantsPermissions ¶

func (o *CurrentUserEntity) GetTenantsPermissions() PermissionsDTO

GetTenantsPermissions returns the TenantsPermissions field value if set, zero value otherwise.

func (*CurrentUserEntity) GetTenantsPermissionsOk ¶

func (o *CurrentUserEntity) GetTenantsPermissionsOk() (*PermissionsDTO, bool)

GetTenantsPermissionsOk returns a tuple with the TenantsPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CurrentUserEntity) HasAnonymous ¶

func (o *CurrentUserEntity) HasAnonymous() bool

HasAnonymous returns a boolean if a field has been set.

func (*CurrentUserEntity) HasCanVersionFlows ¶

func (o *CurrentUserEntity) HasCanVersionFlows() bool

HasCanVersionFlows returns a boolean if a field has been set.

func (*CurrentUserEntity) HasComponentRestrictionPermissions ¶

func (o *CurrentUserEntity) HasComponentRestrictionPermissions() bool

HasComponentRestrictionPermissions returns a boolean if a field has been set.

func (*CurrentUserEntity) HasControllerPermissions ¶

func (o *CurrentUserEntity) HasControllerPermissions() bool

HasControllerPermissions returns a boolean if a field has been set.

func (*CurrentUserEntity) HasCountersPermissions ¶

func (o *CurrentUserEntity) HasCountersPermissions() bool

HasCountersPermissions returns a boolean if a field has been set.

func (*CurrentUserEntity) HasIdentity ¶

func (o *CurrentUserEntity) HasIdentity() bool

HasIdentity returns a boolean if a field has been set.

func (*CurrentUserEntity) HasParameterContextPermissions ¶

func (o *CurrentUserEntity) HasParameterContextPermissions() bool

HasParameterContextPermissions returns a boolean if a field has been set.

func (*CurrentUserEntity) HasPoliciesPermissions ¶

func (o *CurrentUserEntity) HasPoliciesPermissions() bool

HasPoliciesPermissions returns a boolean if a field has been set.

func (*CurrentUserEntity) HasProvenancePermissions ¶

func (o *CurrentUserEntity) HasProvenancePermissions() bool

HasProvenancePermissions returns a boolean if a field has been set.

func (*CurrentUserEntity) HasRestrictedComponentsPermissions ¶

func (o *CurrentUserEntity) HasRestrictedComponentsPermissions() bool

HasRestrictedComponentsPermissions returns a boolean if a field has been set.

func (*CurrentUserEntity) HasSystemPermissions ¶

func (o *CurrentUserEntity) HasSystemPermissions() bool

HasSystemPermissions returns a boolean if a field has been set.

func (*CurrentUserEntity) HasTenantsPermissions ¶

func (o *CurrentUserEntity) HasTenantsPermissions() bool

HasTenantsPermissions returns a boolean if a field has been set.

func (CurrentUserEntity) MarshalJSON ¶

func (o CurrentUserEntity) MarshalJSON() ([]byte, error)

func (*CurrentUserEntity) SetAnonymous ¶

func (o *CurrentUserEntity) SetAnonymous(v bool)

SetAnonymous gets a reference to the given bool and assigns it to the Anonymous field.

func (*CurrentUserEntity) SetCanVersionFlows ¶

func (o *CurrentUserEntity) SetCanVersionFlows(v bool)

SetCanVersionFlows gets a reference to the given bool and assigns it to the CanVersionFlows field.

func (*CurrentUserEntity) SetComponentRestrictionPermissions ¶

func (o *CurrentUserEntity) SetComponentRestrictionPermissions(v []ComponentRestrictionPermissionDTO)

SetComponentRestrictionPermissions gets a reference to the given []ComponentRestrictionPermissionDTO and assigns it to the ComponentRestrictionPermissions field.

func (*CurrentUserEntity) SetControllerPermissions ¶

func (o *CurrentUserEntity) SetControllerPermissions(v PermissionsDTO)

SetControllerPermissions gets a reference to the given PermissionsDTO and assigns it to the ControllerPermissions field.

func (*CurrentUserEntity) SetCountersPermissions ¶

func (o *CurrentUserEntity) SetCountersPermissions(v PermissionsDTO)

SetCountersPermissions gets a reference to the given PermissionsDTO and assigns it to the CountersPermissions field.

func (*CurrentUserEntity) SetIdentity ¶

func (o *CurrentUserEntity) SetIdentity(v string)

SetIdentity gets a reference to the given string and assigns it to the Identity field.

func (*CurrentUserEntity) SetParameterContextPermissions ¶

func (o *CurrentUserEntity) SetParameterContextPermissions(v PermissionsDTO)

SetParameterContextPermissions gets a reference to the given PermissionsDTO and assigns it to the ParameterContextPermissions field.

func (*CurrentUserEntity) SetPoliciesPermissions ¶

func (o *CurrentUserEntity) SetPoliciesPermissions(v PermissionsDTO)

SetPoliciesPermissions gets a reference to the given PermissionsDTO and assigns it to the PoliciesPermissions field.

func (*CurrentUserEntity) SetProvenancePermissions ¶

func (o *CurrentUserEntity) SetProvenancePermissions(v PermissionsDTO)

SetProvenancePermissions gets a reference to the given PermissionsDTO and assigns it to the ProvenancePermissions field.

func (*CurrentUserEntity) SetRestrictedComponentsPermissions ¶

func (o *CurrentUserEntity) SetRestrictedComponentsPermissions(v PermissionsDTO)

SetRestrictedComponentsPermissions gets a reference to the given PermissionsDTO and assigns it to the RestrictedComponentsPermissions field.

func (*CurrentUserEntity) SetSystemPermissions ¶

func (o *CurrentUserEntity) SetSystemPermissions(v PermissionsDTO)

SetSystemPermissions gets a reference to the given PermissionsDTO and assigns it to the SystemPermissions field.

func (*CurrentUserEntity) SetTenantsPermissions ¶

func (o *CurrentUserEntity) SetTenantsPermissions(v PermissionsDTO)

SetTenantsPermissions gets a reference to the given PermissionsDTO and assigns it to the TenantsPermissions field.

func (CurrentUserEntity) ToMap ¶

func (o CurrentUserEntity) ToMap() (map[string]interface{}, error)

type DataTransferAPICommitInputPortTransactionRequest ¶

type DataTransferAPICommitInputPortTransactionRequest struct {
	ApiService *DataTransferAPIService
	// contains filtered or unexported fields
}

func (DataTransferAPICommitInputPortTransactionRequest) Execute ¶

func (DataTransferAPICommitInputPortTransactionRequest) ResponseCode ¶

The response code. Available values are BAD_CHECKSUM(19), CONFIRM_TRANSACTION(12) or CANCEL_TRANSACTION(15).

type DataTransferAPICommitOutputPortTransactionRequest ¶

type DataTransferAPICommitOutputPortTransactionRequest struct {
	ApiService *DataTransferAPIService
	// contains filtered or unexported fields
}

func (DataTransferAPICommitOutputPortTransactionRequest) Checksum ¶

A checksum calculated at client side using CRC32 to check flow file content integrity. It must match with the value calculated at server side.

func (DataTransferAPICommitOutputPortTransactionRequest) Execute ¶

func (DataTransferAPICommitOutputPortTransactionRequest) ResponseCode ¶

The response code. Available values are CONFIRM_TRANSACTION(12) or CANCEL_TRANSACTION(15).

type DataTransferAPICreatePortTransactionRequest ¶

type DataTransferAPICreatePortTransactionRequest struct {
	ApiService *DataTransferAPIService
	// contains filtered or unexported fields
}

func (DataTransferAPICreatePortTransactionRequest) Execute ¶

type DataTransferAPIExtendInputPortTransactionTTLRequest ¶

type DataTransferAPIExtendInputPortTransactionTTLRequest struct {
	ApiService *DataTransferAPIService
	// contains filtered or unexported fields
}

func (DataTransferAPIExtendInputPortTransactionTTLRequest) Execute ¶

type DataTransferAPIExtendOutputPortTransactionTTLRequest ¶

type DataTransferAPIExtendOutputPortTransactionTTLRequest struct {
	ApiService *DataTransferAPIService
	// contains filtered or unexported fields
}

func (DataTransferAPIExtendOutputPortTransactionTTLRequest) Execute ¶

type DataTransferAPIReceiveFlowFilesRequest ¶

type DataTransferAPIReceiveFlowFilesRequest struct {
	ApiService *DataTransferAPIService
	// contains filtered or unexported fields
}

func (DataTransferAPIReceiveFlowFilesRequest) Execute ¶

type DataTransferAPIService ¶

type DataTransferAPIService service

DataTransferAPIService DataTransferAPI service

func (*DataTransferAPIService) CommitInputPortTransaction ¶

func (a *DataTransferAPIService) CommitInputPortTransaction(ctx context.Context, portId string, transactionId string) DataTransferAPICommitInputPortTransactionRequest

CommitInputPortTransaction Commit or cancel the specified transaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param portId The input port id.
@param transactionId The transaction id.
@return DataTransferAPICommitInputPortTransactionRequest

func (*DataTransferAPIService) CommitInputPortTransactionExecute ¶

Execute executes the request

@return TransactionResultEntity

func (*DataTransferAPIService) CommitOutputPortTransaction ¶

func (a *DataTransferAPIService) CommitOutputPortTransaction(ctx context.Context, portId string, transactionId string) DataTransferAPICommitOutputPortTransactionRequest

CommitOutputPortTransaction Commit or cancel the specified transaction

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param portId The output port id.
@param transactionId The transaction id.
@return DataTransferAPICommitOutputPortTransactionRequest

func (*DataTransferAPIService) CommitOutputPortTransactionExecute ¶

Execute executes the request

@return TransactionResultEntity

func (*DataTransferAPIService) CreatePortTransaction ¶

func (a *DataTransferAPIService) CreatePortTransaction(ctx context.Context, portType string, portId string) DataTransferAPICreatePortTransactionRequest

CreatePortTransaction Create a transaction to the specified output port or input port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param portType The port type.
@param portId
@return DataTransferAPICreatePortTransactionRequest

func (*DataTransferAPIService) CreatePortTransactionExecute ¶

Execute executes the request

@return TransactionResultEntity

func (*DataTransferAPIService) ExtendInputPortTransactionTTL ¶

func (a *DataTransferAPIService) ExtendInputPortTransactionTTL(ctx context.Context, portId string, transactionId string) DataTransferAPIExtendInputPortTransactionTTLRequest

ExtendInputPortTransactionTTL Extend transaction TTL

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param portId
@param transactionId
@return DataTransferAPIExtendInputPortTransactionTTLRequest

func (*DataTransferAPIService) ExtendInputPortTransactionTTLExecute ¶

Execute executes the request

@return TransactionResultEntity

func (*DataTransferAPIService) ExtendOutputPortTransactionTTL ¶

func (a *DataTransferAPIService) ExtendOutputPortTransactionTTL(ctx context.Context, portId string, transactionId string) DataTransferAPIExtendOutputPortTransactionTTLRequest

ExtendOutputPortTransactionTTL Extend transaction TTL

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param portId
@param transactionId
@return DataTransferAPIExtendOutputPortTransactionTTLRequest

func (*DataTransferAPIService) ExtendOutputPortTransactionTTLExecute ¶

Execute executes the request

@return TransactionResultEntity

func (*DataTransferAPIService) ReceiveFlowFiles ¶

func (a *DataTransferAPIService) ReceiveFlowFiles(ctx context.Context, portId string, transactionId string) DataTransferAPIReceiveFlowFilesRequest

ReceiveFlowFiles Transfer flow files to the input port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param portId The input port id.
@param transactionId
@return DataTransferAPIReceiveFlowFilesRequest

func (*DataTransferAPIService) ReceiveFlowFilesExecute ¶

Execute executes the request

@return string

func (*DataTransferAPIService) TransferFlowFiles ¶

func (a *DataTransferAPIService) TransferFlowFiles(ctx context.Context, portId string, transactionId string) DataTransferAPITransferFlowFilesRequest

TransferFlowFiles Transfer flow files from the output port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param portId The output port id.
@param transactionId
@return DataTransferAPITransferFlowFilesRequest

func (*DataTransferAPIService) TransferFlowFilesExecute ¶

func (a *DataTransferAPIService) TransferFlowFilesExecute(r DataTransferAPITransferFlowFilesRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

type DataTransferAPITransferFlowFilesRequest ¶

type DataTransferAPITransferFlowFilesRequest struct {
	ApiService *DataTransferAPIService
	// contains filtered or unexported fields
}

func (DataTransferAPITransferFlowFilesRequest) Execute ¶

func (r DataTransferAPITransferFlowFilesRequest) Execute() (map[string]interface{}, *http.Response, error)

type DefinedType ¶

type DefinedType struct {
	// The group name of the bundle that provides the referenced type.
	Group *string `json:"group,omitempty"`
	// The artifact name of the bundle that provides the referenced type.
	Artifact *string `json:"artifact,omitempty"`
	// The version of the bundle that provides the referenced type.
	Version *string `json:"version,omitempty"`
	// The fully-qualified class type
	Type string `json:"type"`
	// The description of the type.
	TypeDescription *string `json:"typeDescription,omitempty"`
}

DefinedType struct for DefinedType

func NewDefinedType ¶

func NewDefinedType(type_ string) *DefinedType

NewDefinedType instantiates a new DefinedType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDefinedTypeWithDefaults ¶

func NewDefinedTypeWithDefaults() *DefinedType

NewDefinedTypeWithDefaults instantiates a new DefinedType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DefinedType) GetArtifact ¶

func (o *DefinedType) GetArtifact() string

GetArtifact returns the Artifact field value if set, zero value otherwise.

func (*DefinedType) GetArtifactOk ¶

func (o *DefinedType) GetArtifactOk() (*string, bool)

GetArtifactOk returns a tuple with the Artifact field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefinedType) GetGroup ¶

func (o *DefinedType) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*DefinedType) GetGroupOk ¶

func (o *DefinedType) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefinedType) GetType ¶

func (o *DefinedType) GetType() string

GetType returns the Type field value

func (*DefinedType) GetTypeDescription ¶

func (o *DefinedType) GetTypeDescription() string

GetTypeDescription returns the TypeDescription field value if set, zero value otherwise.

func (*DefinedType) GetTypeDescriptionOk ¶

func (o *DefinedType) GetTypeDescriptionOk() (*string, bool)

GetTypeDescriptionOk returns a tuple with the TypeDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefinedType) GetTypeOk ¶

func (o *DefinedType) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*DefinedType) GetVersion ¶

func (o *DefinedType) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*DefinedType) GetVersionOk ¶

func (o *DefinedType) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DefinedType) HasArtifact ¶

func (o *DefinedType) HasArtifact() bool

HasArtifact returns a boolean if a field has been set.

func (*DefinedType) HasGroup ¶

func (o *DefinedType) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*DefinedType) HasTypeDescription ¶

func (o *DefinedType) HasTypeDescription() bool

HasTypeDescription returns a boolean if a field has been set.

func (*DefinedType) HasVersion ¶

func (o *DefinedType) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (DefinedType) MarshalJSON ¶

func (o DefinedType) MarshalJSON() ([]byte, error)

func (*DefinedType) SetArtifact ¶

func (o *DefinedType) SetArtifact(v string)

SetArtifact gets a reference to the given string and assigns it to the Artifact field.

func (*DefinedType) SetGroup ¶

func (o *DefinedType) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*DefinedType) SetType ¶

func (o *DefinedType) SetType(v string)

SetType sets field value

func (*DefinedType) SetTypeDescription ¶

func (o *DefinedType) SetTypeDescription(v string)

SetTypeDescription gets a reference to the given string and assigns it to the TypeDescription field.

func (*DefinedType) SetVersion ¶

func (o *DefinedType) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (DefinedType) ToMap ¶

func (o DefinedType) ToMap() (map[string]interface{}, error)

type DifferenceDTO ¶

type DifferenceDTO struct {
	// The type of difference
	DifferenceType *string `json:"differenceType,omitempty"`
	// Description of the difference
	Difference *string `json:"difference,omitempty"`
}

DifferenceDTO struct for DifferenceDTO

func NewDifferenceDTO ¶

func NewDifferenceDTO() *DifferenceDTO

NewDifferenceDTO instantiates a new DifferenceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDifferenceDTOWithDefaults ¶

func NewDifferenceDTOWithDefaults() *DifferenceDTO

NewDifferenceDTOWithDefaults instantiates a new DifferenceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DifferenceDTO) GetDifference ¶

func (o *DifferenceDTO) GetDifference() string

GetDifference returns the Difference field value if set, zero value otherwise.

func (*DifferenceDTO) GetDifferenceOk ¶

func (o *DifferenceDTO) GetDifferenceOk() (*string, bool)

GetDifferenceOk returns a tuple with the Difference field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DifferenceDTO) GetDifferenceType ¶

func (o *DifferenceDTO) GetDifferenceType() string

GetDifferenceType returns the DifferenceType field value if set, zero value otherwise.

func (*DifferenceDTO) GetDifferenceTypeOk ¶

func (o *DifferenceDTO) GetDifferenceTypeOk() (*string, bool)

GetDifferenceTypeOk returns a tuple with the DifferenceType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DifferenceDTO) HasDifference ¶

func (o *DifferenceDTO) HasDifference() bool

HasDifference returns a boolean if a field has been set.

func (*DifferenceDTO) HasDifferenceType ¶

func (o *DifferenceDTO) HasDifferenceType() bool

HasDifferenceType returns a boolean if a field has been set.

func (DifferenceDTO) MarshalJSON ¶

func (o DifferenceDTO) MarshalJSON() ([]byte, error)

func (*DifferenceDTO) SetDifference ¶

func (o *DifferenceDTO) SetDifference(v string)

SetDifference gets a reference to the given string and assigns it to the Difference field.

func (*DifferenceDTO) SetDifferenceType ¶

func (o *DifferenceDTO) SetDifferenceType(v string)

SetDifferenceType gets a reference to the given string and assigns it to the DifferenceType field.

func (DifferenceDTO) ToMap ¶

func (o DifferenceDTO) ToMap() (map[string]interface{}, error)

type DimensionsDTO ¶

type DimensionsDTO struct {
	// The width of the label in pixels when at a 1:1 scale.
	Width *float64 `json:"width,omitempty"`
	// The height of the label in pixels when at a 1:1 scale.
	Height *float64 `json:"height,omitempty"`
}

DimensionsDTO struct for DimensionsDTO

func NewDimensionsDTO ¶

func NewDimensionsDTO() *DimensionsDTO

NewDimensionsDTO instantiates a new DimensionsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDimensionsDTOWithDefaults ¶

func NewDimensionsDTOWithDefaults() *DimensionsDTO

NewDimensionsDTOWithDefaults instantiates a new DimensionsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DimensionsDTO) GetHeight ¶

func (o *DimensionsDTO) GetHeight() float64

GetHeight returns the Height field value if set, zero value otherwise.

func (*DimensionsDTO) GetHeightOk ¶

func (o *DimensionsDTO) GetHeightOk() (*float64, bool)

GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DimensionsDTO) GetWidth ¶

func (o *DimensionsDTO) GetWidth() float64

GetWidth returns the Width field value if set, zero value otherwise.

func (*DimensionsDTO) GetWidthOk ¶

func (o *DimensionsDTO) GetWidthOk() (*float64, bool)

GetWidthOk returns a tuple with the Width field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DimensionsDTO) HasHeight ¶

func (o *DimensionsDTO) HasHeight() bool

HasHeight returns a boolean if a field has been set.

func (*DimensionsDTO) HasWidth ¶

func (o *DimensionsDTO) HasWidth() bool

HasWidth returns a boolean if a field has been set.

func (DimensionsDTO) MarshalJSON ¶

func (o DimensionsDTO) MarshalJSON() ([]byte, error)

func (*DimensionsDTO) SetHeight ¶

func (o *DimensionsDTO) SetHeight(v float64)

SetHeight gets a reference to the given float64 and assigns it to the Height field.

func (*DimensionsDTO) SetWidth ¶

func (o *DimensionsDTO) SetWidth(v float64)

SetWidth gets a reference to the given float64 and assigns it to the Width field.

func (DimensionsDTO) ToMap ¶

func (o DimensionsDTO) ToMap() (map[string]interface{}, error)

type DocumentedTypeDTO ¶

type DocumentedTypeDTO struct {
	// The fully qualified name of the type.
	Type   *string    `json:"type,omitempty"`
	Bundle *BundleDTO `json:"bundle,omitempty"`
	// If this type represents a ControllerService, this lists the APIs it implements.
	ControllerServiceApis []ControllerServiceApiDTO `json:"controllerServiceApis,omitempty"`
	// The description of the type.
	Description *string `json:"description,omitempty"`
	// Whether this type is restricted.
	Restricted *bool `json:"restricted,omitempty"`
	// The optional description of why the usage of this component is restricted.
	UsageRestriction *string `json:"usageRestriction,omitempty"`
	// An optional collection of explicit restrictions. If specified, these explicit restrictions will be enfored.
	ExplicitRestrictions []ExplicitRestrictionDTO `json:"explicitRestrictions,omitempty"`
	// The description of why the usage of this component is restricted.
	DeprecationReason *string `json:"deprecationReason,omitempty"`
	// The tags associated with this type.
	Tags []string `json:"tags,omitempty"`
}

DocumentedTypeDTO struct for DocumentedTypeDTO

func NewDocumentedTypeDTO ¶

func NewDocumentedTypeDTO() *DocumentedTypeDTO

NewDocumentedTypeDTO instantiates a new DocumentedTypeDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDocumentedTypeDTOWithDefaults ¶

func NewDocumentedTypeDTOWithDefaults() *DocumentedTypeDTO

NewDocumentedTypeDTOWithDefaults instantiates a new DocumentedTypeDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DocumentedTypeDTO) GetBundle ¶

func (o *DocumentedTypeDTO) GetBundle() BundleDTO

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*DocumentedTypeDTO) GetBundleOk ¶

func (o *DocumentedTypeDTO) GetBundleOk() (*BundleDTO, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentedTypeDTO) GetControllerServiceApis ¶

func (o *DocumentedTypeDTO) GetControllerServiceApis() []ControllerServiceApiDTO

GetControllerServiceApis returns the ControllerServiceApis field value if set, zero value otherwise.

func (*DocumentedTypeDTO) GetControllerServiceApisOk ¶

func (o *DocumentedTypeDTO) GetControllerServiceApisOk() ([]ControllerServiceApiDTO, bool)

GetControllerServiceApisOk returns a tuple with the ControllerServiceApis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentedTypeDTO) GetDeprecationReason ¶

func (o *DocumentedTypeDTO) GetDeprecationReason() string

GetDeprecationReason returns the DeprecationReason field value if set, zero value otherwise.

func (*DocumentedTypeDTO) GetDeprecationReasonOk ¶

func (o *DocumentedTypeDTO) GetDeprecationReasonOk() (*string, bool)

GetDeprecationReasonOk returns a tuple with the DeprecationReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentedTypeDTO) GetDescription ¶

func (o *DocumentedTypeDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DocumentedTypeDTO) GetDescriptionOk ¶

func (o *DocumentedTypeDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentedTypeDTO) GetExplicitRestrictions ¶

func (o *DocumentedTypeDTO) GetExplicitRestrictions() []ExplicitRestrictionDTO

GetExplicitRestrictions returns the ExplicitRestrictions field value if set, zero value otherwise.

func (*DocumentedTypeDTO) GetExplicitRestrictionsOk ¶

func (o *DocumentedTypeDTO) GetExplicitRestrictionsOk() ([]ExplicitRestrictionDTO, bool)

GetExplicitRestrictionsOk returns a tuple with the ExplicitRestrictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentedTypeDTO) GetRestricted ¶

func (o *DocumentedTypeDTO) GetRestricted() bool

GetRestricted returns the Restricted field value if set, zero value otherwise.

func (*DocumentedTypeDTO) GetRestrictedOk ¶

func (o *DocumentedTypeDTO) GetRestrictedOk() (*bool, bool)

GetRestrictedOk returns a tuple with the Restricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentedTypeDTO) GetTags ¶

func (o *DocumentedTypeDTO) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*DocumentedTypeDTO) GetTagsOk ¶

func (o *DocumentedTypeDTO) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentedTypeDTO) GetType ¶

func (o *DocumentedTypeDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*DocumentedTypeDTO) GetTypeOk ¶

func (o *DocumentedTypeDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentedTypeDTO) GetUsageRestriction ¶

func (o *DocumentedTypeDTO) GetUsageRestriction() string

GetUsageRestriction returns the UsageRestriction field value if set, zero value otherwise.

func (*DocumentedTypeDTO) GetUsageRestrictionOk ¶

func (o *DocumentedTypeDTO) GetUsageRestrictionOk() (*string, bool)

GetUsageRestrictionOk returns a tuple with the UsageRestriction field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DocumentedTypeDTO) HasBundle ¶

func (o *DocumentedTypeDTO) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*DocumentedTypeDTO) HasControllerServiceApis ¶

func (o *DocumentedTypeDTO) HasControllerServiceApis() bool

HasControllerServiceApis returns a boolean if a field has been set.

func (*DocumentedTypeDTO) HasDeprecationReason ¶

func (o *DocumentedTypeDTO) HasDeprecationReason() bool

HasDeprecationReason returns a boolean if a field has been set.

func (*DocumentedTypeDTO) HasDescription ¶

func (o *DocumentedTypeDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DocumentedTypeDTO) HasExplicitRestrictions ¶

func (o *DocumentedTypeDTO) HasExplicitRestrictions() bool

HasExplicitRestrictions returns a boolean if a field has been set.

func (*DocumentedTypeDTO) HasRestricted ¶

func (o *DocumentedTypeDTO) HasRestricted() bool

HasRestricted returns a boolean if a field has been set.

func (*DocumentedTypeDTO) HasTags ¶

func (o *DocumentedTypeDTO) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*DocumentedTypeDTO) HasType ¶

func (o *DocumentedTypeDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*DocumentedTypeDTO) HasUsageRestriction ¶

func (o *DocumentedTypeDTO) HasUsageRestriction() bool

HasUsageRestriction returns a boolean if a field has been set.

func (DocumentedTypeDTO) MarshalJSON ¶

func (o DocumentedTypeDTO) MarshalJSON() ([]byte, error)

func (*DocumentedTypeDTO) SetBundle ¶

func (o *DocumentedTypeDTO) SetBundle(v BundleDTO)

SetBundle gets a reference to the given BundleDTO and assigns it to the Bundle field.

func (*DocumentedTypeDTO) SetControllerServiceApis ¶

func (o *DocumentedTypeDTO) SetControllerServiceApis(v []ControllerServiceApiDTO)

SetControllerServiceApis gets a reference to the given []ControllerServiceApiDTO and assigns it to the ControllerServiceApis field.

func (*DocumentedTypeDTO) SetDeprecationReason ¶

func (o *DocumentedTypeDTO) SetDeprecationReason(v string)

SetDeprecationReason gets a reference to the given string and assigns it to the DeprecationReason field.

func (*DocumentedTypeDTO) SetDescription ¶

func (o *DocumentedTypeDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DocumentedTypeDTO) SetExplicitRestrictions ¶

func (o *DocumentedTypeDTO) SetExplicitRestrictions(v []ExplicitRestrictionDTO)

SetExplicitRestrictions gets a reference to the given []ExplicitRestrictionDTO and assigns it to the ExplicitRestrictions field.

func (*DocumentedTypeDTO) SetRestricted ¶

func (o *DocumentedTypeDTO) SetRestricted(v bool)

SetRestricted gets a reference to the given bool and assigns it to the Restricted field.

func (*DocumentedTypeDTO) SetTags ¶

func (o *DocumentedTypeDTO) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*DocumentedTypeDTO) SetType ¶

func (o *DocumentedTypeDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*DocumentedTypeDTO) SetUsageRestriction ¶

func (o *DocumentedTypeDTO) SetUsageRestriction(v string)

SetUsageRestriction gets a reference to the given string and assigns it to the UsageRestriction field.

func (DocumentedTypeDTO) ToMap ¶

func (o DocumentedTypeDTO) ToMap() (map[string]interface{}, error)

type DropRequestDTO ¶

type DropRequestDTO struct {
	// The id for this drop request.
	Id *string `json:"id,omitempty"`
	// The URI for future requests to this drop request.
	Uri *string `json:"uri,omitempty"`
	// The timestamp when the query was submitted.
	SubmissionTime *string `json:"submissionTime,omitempty"`
	// The last time this drop request was updated.
	LastUpdated *string `json:"lastUpdated,omitempty"`
	// The current percent complete.
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// Whether the query has finished.
	Finished *bool `json:"finished,omitempty"`
	// The reason, if any, that this drop request failed.
	FailureReason *string `json:"failureReason,omitempty"`
	// The number of flow files currently queued.
	CurrentCount *int32 `json:"currentCount,omitempty"`
	// The size of flow files currently queued in bytes.
	CurrentSize *int64 `json:"currentSize,omitempty"`
	// The count and size of flow files currently queued.
	Current *string `json:"current,omitempty"`
	// The number of flow files to be dropped as a result of this request.
	OriginalCount *int32 `json:"originalCount,omitempty"`
	// The size of flow files to be dropped as a result of this request in bytes.
	OriginalSize *int64 `json:"originalSize,omitempty"`
	// The count and size of flow files to be dropped as a result of this request.
	Original *string `json:"original,omitempty"`
	// The number of flow files that have been dropped thus far.
	DroppedCount *int32 `json:"droppedCount,omitempty"`
	// The size of flow files that have been dropped thus far in bytes.
	DroppedSize *int64 `json:"droppedSize,omitempty"`
	// The count and size of flow files that have been dropped thus far.
	Dropped *string `json:"dropped,omitempty"`
	// The current state of the drop request.
	State *string `json:"state,omitempty"`
}

DropRequestDTO struct for DropRequestDTO

func NewDropRequestDTO ¶

func NewDropRequestDTO() *DropRequestDTO

NewDropRequestDTO instantiates a new DropRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDropRequestDTOWithDefaults ¶

func NewDropRequestDTOWithDefaults() *DropRequestDTO

NewDropRequestDTOWithDefaults instantiates a new DropRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DropRequestDTO) GetCurrent ¶

func (o *DropRequestDTO) GetCurrent() string

GetCurrent returns the Current field value if set, zero value otherwise.

func (*DropRequestDTO) GetCurrentCount ¶

func (o *DropRequestDTO) GetCurrentCount() int32

GetCurrentCount returns the CurrentCount field value if set, zero value otherwise.

func (*DropRequestDTO) GetCurrentCountOk ¶

func (o *DropRequestDTO) GetCurrentCountOk() (*int32, bool)

GetCurrentCountOk returns a tuple with the CurrentCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetCurrentOk ¶

func (o *DropRequestDTO) GetCurrentOk() (*string, bool)

GetCurrentOk returns a tuple with the Current field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetCurrentSize ¶

func (o *DropRequestDTO) GetCurrentSize() int64

GetCurrentSize returns the CurrentSize field value if set, zero value otherwise.

func (*DropRequestDTO) GetCurrentSizeOk ¶

func (o *DropRequestDTO) GetCurrentSizeOk() (*int64, bool)

GetCurrentSizeOk returns a tuple with the CurrentSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetDropped ¶

func (o *DropRequestDTO) GetDropped() string

GetDropped returns the Dropped field value if set, zero value otherwise.

func (*DropRequestDTO) GetDroppedCount ¶

func (o *DropRequestDTO) GetDroppedCount() int32

GetDroppedCount returns the DroppedCount field value if set, zero value otherwise.

func (*DropRequestDTO) GetDroppedCountOk ¶

func (o *DropRequestDTO) GetDroppedCountOk() (*int32, bool)

GetDroppedCountOk returns a tuple with the DroppedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetDroppedOk ¶

func (o *DropRequestDTO) GetDroppedOk() (*string, bool)

GetDroppedOk returns a tuple with the Dropped field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetDroppedSize ¶

func (o *DropRequestDTO) GetDroppedSize() int64

GetDroppedSize returns the DroppedSize field value if set, zero value otherwise.

func (*DropRequestDTO) GetDroppedSizeOk ¶

func (o *DropRequestDTO) GetDroppedSizeOk() (*int64, bool)

GetDroppedSizeOk returns a tuple with the DroppedSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetFailureReason ¶

func (o *DropRequestDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*DropRequestDTO) GetFailureReasonOk ¶

func (o *DropRequestDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetFinished ¶

func (o *DropRequestDTO) GetFinished() bool

GetFinished returns the Finished field value if set, zero value otherwise.

func (*DropRequestDTO) GetFinishedOk ¶

func (o *DropRequestDTO) GetFinishedOk() (*bool, bool)

GetFinishedOk returns a tuple with the Finished field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetId ¶

func (o *DropRequestDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*DropRequestDTO) GetIdOk ¶

func (o *DropRequestDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetLastUpdated ¶

func (o *DropRequestDTO) GetLastUpdated() string

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*DropRequestDTO) GetLastUpdatedOk ¶

func (o *DropRequestDTO) GetLastUpdatedOk() (*string, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetOriginal ¶

func (o *DropRequestDTO) GetOriginal() string

GetOriginal returns the Original field value if set, zero value otherwise.

func (*DropRequestDTO) GetOriginalCount ¶

func (o *DropRequestDTO) GetOriginalCount() int32

GetOriginalCount returns the OriginalCount field value if set, zero value otherwise.

func (*DropRequestDTO) GetOriginalCountOk ¶

func (o *DropRequestDTO) GetOriginalCountOk() (*int32, bool)

GetOriginalCountOk returns a tuple with the OriginalCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetOriginalOk ¶

func (o *DropRequestDTO) GetOriginalOk() (*string, bool)

GetOriginalOk returns a tuple with the Original field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetOriginalSize ¶

func (o *DropRequestDTO) GetOriginalSize() int64

GetOriginalSize returns the OriginalSize field value if set, zero value otherwise.

func (*DropRequestDTO) GetOriginalSizeOk ¶

func (o *DropRequestDTO) GetOriginalSizeOk() (*int64, bool)

GetOriginalSizeOk returns a tuple with the OriginalSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetPercentCompleted ¶

func (o *DropRequestDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*DropRequestDTO) GetPercentCompletedOk ¶

func (o *DropRequestDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetState ¶

func (o *DropRequestDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*DropRequestDTO) GetStateOk ¶

func (o *DropRequestDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetSubmissionTime ¶

func (o *DropRequestDTO) GetSubmissionTime() string

GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.

func (*DropRequestDTO) GetSubmissionTimeOk ¶

func (o *DropRequestDTO) GetSubmissionTimeOk() (*string, bool)

GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) GetUri ¶

func (o *DropRequestDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*DropRequestDTO) GetUriOk ¶

func (o *DropRequestDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestDTO) HasCurrent ¶

func (o *DropRequestDTO) HasCurrent() bool

HasCurrent returns a boolean if a field has been set.

func (*DropRequestDTO) HasCurrentCount ¶

func (o *DropRequestDTO) HasCurrentCount() bool

HasCurrentCount returns a boolean if a field has been set.

func (*DropRequestDTO) HasCurrentSize ¶

func (o *DropRequestDTO) HasCurrentSize() bool

HasCurrentSize returns a boolean if a field has been set.

func (*DropRequestDTO) HasDropped ¶

func (o *DropRequestDTO) HasDropped() bool

HasDropped returns a boolean if a field has been set.

func (*DropRequestDTO) HasDroppedCount ¶

func (o *DropRequestDTO) HasDroppedCount() bool

HasDroppedCount returns a boolean if a field has been set.

func (*DropRequestDTO) HasDroppedSize ¶

func (o *DropRequestDTO) HasDroppedSize() bool

HasDroppedSize returns a boolean if a field has been set.

func (*DropRequestDTO) HasFailureReason ¶

func (o *DropRequestDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*DropRequestDTO) HasFinished ¶

func (o *DropRequestDTO) HasFinished() bool

HasFinished returns a boolean if a field has been set.

func (*DropRequestDTO) HasId ¶

func (o *DropRequestDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*DropRequestDTO) HasLastUpdated ¶

func (o *DropRequestDTO) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

func (*DropRequestDTO) HasOriginal ¶

func (o *DropRequestDTO) HasOriginal() bool

HasOriginal returns a boolean if a field has been set.

func (*DropRequestDTO) HasOriginalCount ¶

func (o *DropRequestDTO) HasOriginalCount() bool

HasOriginalCount returns a boolean if a field has been set.

func (*DropRequestDTO) HasOriginalSize ¶

func (o *DropRequestDTO) HasOriginalSize() bool

HasOriginalSize returns a boolean if a field has been set.

func (*DropRequestDTO) HasPercentCompleted ¶

func (o *DropRequestDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*DropRequestDTO) HasState ¶

func (o *DropRequestDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*DropRequestDTO) HasSubmissionTime ¶

func (o *DropRequestDTO) HasSubmissionTime() bool

HasSubmissionTime returns a boolean if a field has been set.

func (*DropRequestDTO) HasUri ¶

func (o *DropRequestDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (DropRequestDTO) MarshalJSON ¶

func (o DropRequestDTO) MarshalJSON() ([]byte, error)

func (*DropRequestDTO) SetCurrent ¶

func (o *DropRequestDTO) SetCurrent(v string)

SetCurrent gets a reference to the given string and assigns it to the Current field.

func (*DropRequestDTO) SetCurrentCount ¶

func (o *DropRequestDTO) SetCurrentCount(v int32)

SetCurrentCount gets a reference to the given int32 and assigns it to the CurrentCount field.

func (*DropRequestDTO) SetCurrentSize ¶

func (o *DropRequestDTO) SetCurrentSize(v int64)

SetCurrentSize gets a reference to the given int64 and assigns it to the CurrentSize field.

func (*DropRequestDTO) SetDropped ¶

func (o *DropRequestDTO) SetDropped(v string)

SetDropped gets a reference to the given string and assigns it to the Dropped field.

func (*DropRequestDTO) SetDroppedCount ¶

func (o *DropRequestDTO) SetDroppedCount(v int32)

SetDroppedCount gets a reference to the given int32 and assigns it to the DroppedCount field.

func (*DropRequestDTO) SetDroppedSize ¶

func (o *DropRequestDTO) SetDroppedSize(v int64)

SetDroppedSize gets a reference to the given int64 and assigns it to the DroppedSize field.

func (*DropRequestDTO) SetFailureReason ¶

func (o *DropRequestDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*DropRequestDTO) SetFinished ¶

func (o *DropRequestDTO) SetFinished(v bool)

SetFinished gets a reference to the given bool and assigns it to the Finished field.

func (*DropRequestDTO) SetId ¶

func (o *DropRequestDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*DropRequestDTO) SetLastUpdated ¶

func (o *DropRequestDTO) SetLastUpdated(v string)

SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.

func (*DropRequestDTO) SetOriginal ¶

func (o *DropRequestDTO) SetOriginal(v string)

SetOriginal gets a reference to the given string and assigns it to the Original field.

func (*DropRequestDTO) SetOriginalCount ¶

func (o *DropRequestDTO) SetOriginalCount(v int32)

SetOriginalCount gets a reference to the given int32 and assigns it to the OriginalCount field.

func (*DropRequestDTO) SetOriginalSize ¶

func (o *DropRequestDTO) SetOriginalSize(v int64)

SetOriginalSize gets a reference to the given int64 and assigns it to the OriginalSize field.

func (*DropRequestDTO) SetPercentCompleted ¶

func (o *DropRequestDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*DropRequestDTO) SetState ¶

func (o *DropRequestDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*DropRequestDTO) SetSubmissionTime ¶

func (o *DropRequestDTO) SetSubmissionTime(v string)

SetSubmissionTime gets a reference to the given string and assigns it to the SubmissionTime field.

func (*DropRequestDTO) SetUri ¶

func (o *DropRequestDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (DropRequestDTO) ToMap ¶

func (o DropRequestDTO) ToMap() (map[string]interface{}, error)

type DropRequestEntity ¶

type DropRequestEntity struct {
	DropRequest *DropRequestDTO `json:"dropRequest,omitempty"`
}

DropRequestEntity struct for DropRequestEntity

func NewDropRequestEntity ¶

func NewDropRequestEntity() *DropRequestEntity

NewDropRequestEntity instantiates a new DropRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDropRequestEntityWithDefaults ¶

func NewDropRequestEntityWithDefaults() *DropRequestEntity

NewDropRequestEntityWithDefaults instantiates a new DropRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DropRequestEntity) GetDropRequest ¶

func (o *DropRequestEntity) GetDropRequest() DropRequestDTO

GetDropRequest returns the DropRequest field value if set, zero value otherwise.

func (*DropRequestEntity) GetDropRequestOk ¶

func (o *DropRequestEntity) GetDropRequestOk() (*DropRequestDTO, bool)

GetDropRequestOk returns a tuple with the DropRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DropRequestEntity) HasDropRequest ¶

func (o *DropRequestEntity) HasDropRequest() bool

HasDropRequest returns a boolean if a field has been set.

func (DropRequestEntity) MarshalJSON ¶

func (o DropRequestEntity) MarshalJSON() ([]byte, error)

func (*DropRequestEntity) SetDropRequest ¶

func (o *DropRequestEntity) SetDropRequest(v DropRequestDTO)

SetDropRequest gets a reference to the given DropRequestDTO and assigns it to the DropRequest field.

func (DropRequestEntity) ToMap ¶

func (o DropRequestEntity) ToMap() (map[string]interface{}, error)

type DynamicProperty ¶

type DynamicProperty struct {
	// The description of the dynamic property name
	Name *string `json:"name,omitempty"`
	// The description of the dynamic property value
	Value *string `json:"value,omitempty"`
	// The description of the dynamic property
	Description *string `json:"description,omitempty"`
	// The scope of the expression language support
	ExpressionLanguageScope *string `json:"expressionLanguageScope,omitempty"`
}

DynamicProperty struct for DynamicProperty

func NewDynamicProperty ¶

func NewDynamicProperty() *DynamicProperty

NewDynamicProperty instantiates a new DynamicProperty object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDynamicPropertyWithDefaults ¶

func NewDynamicPropertyWithDefaults() *DynamicProperty

NewDynamicPropertyWithDefaults instantiates a new DynamicProperty object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DynamicProperty) GetDescription ¶

func (o *DynamicProperty) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DynamicProperty) GetDescriptionOk ¶

func (o *DynamicProperty) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DynamicProperty) GetExpressionLanguageScope ¶

func (o *DynamicProperty) GetExpressionLanguageScope() string

GetExpressionLanguageScope returns the ExpressionLanguageScope field value if set, zero value otherwise.

func (*DynamicProperty) GetExpressionLanguageScopeOk ¶

func (o *DynamicProperty) GetExpressionLanguageScopeOk() (*string, bool)

GetExpressionLanguageScopeOk returns a tuple with the ExpressionLanguageScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DynamicProperty) GetName ¶

func (o *DynamicProperty) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DynamicProperty) GetNameOk ¶

func (o *DynamicProperty) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DynamicProperty) GetValue ¶

func (o *DynamicProperty) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*DynamicProperty) GetValueOk ¶

func (o *DynamicProperty) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DynamicProperty) HasDescription ¶

func (o *DynamicProperty) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DynamicProperty) HasExpressionLanguageScope ¶

func (o *DynamicProperty) HasExpressionLanguageScope() bool

HasExpressionLanguageScope returns a boolean if a field has been set.

func (*DynamicProperty) HasName ¶

func (o *DynamicProperty) HasName() bool

HasName returns a boolean if a field has been set.

func (*DynamicProperty) HasValue ¶

func (o *DynamicProperty) HasValue() bool

HasValue returns a boolean if a field has been set.

func (DynamicProperty) MarshalJSON ¶

func (o DynamicProperty) MarshalJSON() ([]byte, error)

func (*DynamicProperty) SetDescription ¶

func (o *DynamicProperty) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DynamicProperty) SetExpressionLanguageScope ¶

func (o *DynamicProperty) SetExpressionLanguageScope(v string)

SetExpressionLanguageScope gets a reference to the given string and assigns it to the ExpressionLanguageScope field.

func (*DynamicProperty) SetName ¶

func (o *DynamicProperty) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*DynamicProperty) SetValue ¶

func (o *DynamicProperty) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (DynamicProperty) ToMap ¶

func (o DynamicProperty) ToMap() (map[string]interface{}, error)

type DynamicRelationship ¶

type DynamicRelationship struct {
	// The description of the dynamic relationship name
	Name *string `json:"name,omitempty"`
	// The description of the dynamic relationship
	Description *string `json:"description,omitempty"`
}

DynamicRelationship struct for DynamicRelationship

func NewDynamicRelationship ¶

func NewDynamicRelationship() *DynamicRelationship

NewDynamicRelationship instantiates a new DynamicRelationship object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewDynamicRelationshipWithDefaults ¶

func NewDynamicRelationshipWithDefaults() *DynamicRelationship

NewDynamicRelationshipWithDefaults instantiates a new DynamicRelationship object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*DynamicRelationship) GetDescription ¶

func (o *DynamicRelationship) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*DynamicRelationship) GetDescriptionOk ¶

func (o *DynamicRelationship) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DynamicRelationship) GetName ¶

func (o *DynamicRelationship) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*DynamicRelationship) GetNameOk ¶

func (o *DynamicRelationship) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*DynamicRelationship) HasDescription ¶

func (o *DynamicRelationship) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*DynamicRelationship) HasName ¶

func (o *DynamicRelationship) HasName() bool

HasName returns a boolean if a field has been set.

func (DynamicRelationship) MarshalJSON ¶

func (o DynamicRelationship) MarshalJSON() ([]byte, error)

func (*DynamicRelationship) SetDescription ¶

func (o *DynamicRelationship) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*DynamicRelationship) SetName ¶

func (o *DynamicRelationship) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (DynamicRelationship) ToMap ¶

func (o DynamicRelationship) ToMap() (map[string]interface{}, error)

type ExplicitRestrictionDTO ¶

type ExplicitRestrictionDTO struct {
	RequiredPermission *RequiredPermissionDTO `json:"requiredPermission,omitempty"`
	// The description of why the usage of this component is restricted for this required permission.
	Explanation *string `json:"explanation,omitempty"`
}

ExplicitRestrictionDTO struct for ExplicitRestrictionDTO

func NewExplicitRestrictionDTO ¶

func NewExplicitRestrictionDTO() *ExplicitRestrictionDTO

NewExplicitRestrictionDTO instantiates a new ExplicitRestrictionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExplicitRestrictionDTOWithDefaults ¶

func NewExplicitRestrictionDTOWithDefaults() *ExplicitRestrictionDTO

NewExplicitRestrictionDTOWithDefaults instantiates a new ExplicitRestrictionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExplicitRestrictionDTO) GetExplanation ¶

func (o *ExplicitRestrictionDTO) GetExplanation() string

GetExplanation returns the Explanation field value if set, zero value otherwise.

func (*ExplicitRestrictionDTO) GetExplanationOk ¶

func (o *ExplicitRestrictionDTO) GetExplanationOk() (*string, bool)

GetExplanationOk returns a tuple with the Explanation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExplicitRestrictionDTO) GetRequiredPermission ¶

func (o *ExplicitRestrictionDTO) GetRequiredPermission() RequiredPermissionDTO

GetRequiredPermission returns the RequiredPermission field value if set, zero value otherwise.

func (*ExplicitRestrictionDTO) GetRequiredPermissionOk ¶

func (o *ExplicitRestrictionDTO) GetRequiredPermissionOk() (*RequiredPermissionDTO, bool)

GetRequiredPermissionOk returns a tuple with the RequiredPermission field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExplicitRestrictionDTO) HasExplanation ¶

func (o *ExplicitRestrictionDTO) HasExplanation() bool

HasExplanation returns a boolean if a field has been set.

func (*ExplicitRestrictionDTO) HasRequiredPermission ¶

func (o *ExplicitRestrictionDTO) HasRequiredPermission() bool

HasRequiredPermission returns a boolean if a field has been set.

func (ExplicitRestrictionDTO) MarshalJSON ¶

func (o ExplicitRestrictionDTO) MarshalJSON() ([]byte, error)

func (*ExplicitRestrictionDTO) SetExplanation ¶

func (o *ExplicitRestrictionDTO) SetExplanation(v string)

SetExplanation gets a reference to the given string and assigns it to the Explanation field.

func (*ExplicitRestrictionDTO) SetRequiredPermission ¶

func (o *ExplicitRestrictionDTO) SetRequiredPermission(v RequiredPermissionDTO)

SetRequiredPermission gets a reference to the given RequiredPermissionDTO and assigns it to the RequiredPermission field.

func (ExplicitRestrictionDTO) ToMap ¶

func (o ExplicitRestrictionDTO) ToMap() (map[string]interface{}, error)

type ExternalControllerServiceReference ¶

type ExternalControllerServiceReference struct {
	// The identifier of the controller service
	Identifier *string `json:"identifier,omitempty"`
	// The name of the controller service
	Name *string `json:"name,omitempty"`
}

ExternalControllerServiceReference struct for ExternalControllerServiceReference

func NewExternalControllerServiceReference ¶

func NewExternalControllerServiceReference() *ExternalControllerServiceReference

NewExternalControllerServiceReference instantiates a new ExternalControllerServiceReference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewExternalControllerServiceReferenceWithDefaults ¶

func NewExternalControllerServiceReferenceWithDefaults() *ExternalControllerServiceReference

NewExternalControllerServiceReferenceWithDefaults instantiates a new ExternalControllerServiceReference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ExternalControllerServiceReference) GetIdentifier ¶

func (o *ExternalControllerServiceReference) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*ExternalControllerServiceReference) GetIdentifierOk ¶

func (o *ExternalControllerServiceReference) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalControllerServiceReference) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*ExternalControllerServiceReference) GetNameOk ¶

func (o *ExternalControllerServiceReference) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ExternalControllerServiceReference) HasIdentifier ¶

func (o *ExternalControllerServiceReference) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*ExternalControllerServiceReference) HasName ¶

HasName returns a boolean if a field has been set.

func (ExternalControllerServiceReference) MarshalJSON ¶

func (o ExternalControllerServiceReference) MarshalJSON() ([]byte, error)

func (*ExternalControllerServiceReference) SetIdentifier ¶

func (o *ExternalControllerServiceReference) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*ExternalControllerServiceReference) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (ExternalControllerServiceReference) ToMap ¶

func (o ExternalControllerServiceReference) ToMap() (map[string]interface{}, error)

type FlowAPIActivateControllerServicesRequest ¶

type FlowAPIActivateControllerServicesRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIActivateControllerServicesRequest) Body ¶

The request to schedule or unschedule. If the comopnents in the request are not specified, all authorized components will be considered.

func (FlowAPIActivateControllerServicesRequest) Execute ¶

type FlowAPIGenerateClientIdRequest ¶

type FlowAPIGenerateClientIdRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGenerateClientIdRequest) Execute ¶

type FlowAPIGetAboutInfoRequest ¶

type FlowAPIGetAboutInfoRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetAboutInfoRequest) Execute ¶

type FlowAPIGetActionRequest ¶

type FlowAPIGetActionRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetActionRequest) Execute ¶

type FlowAPIGetBannersRequest ¶

type FlowAPIGetBannersRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetBannersRequest) Execute ¶

type FlowAPIGetBucketsRequest ¶

type FlowAPIGetBucketsRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetBucketsRequest) Execute ¶

type FlowAPIGetBulletinBoardRequest ¶

type FlowAPIGetBulletinBoardRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetBulletinBoardRequest) After ¶

Includes bulletins with an id after this value.

func (FlowAPIGetBulletinBoardRequest) Execute ¶

func (FlowAPIGetBulletinBoardRequest) GroupId ¶

Includes bulletins originating from this sources whose group id match this regular expression.

func (FlowAPIGetBulletinBoardRequest) Limit ¶

The number of bulletins to limit the response to.

func (FlowAPIGetBulletinBoardRequest) Message ¶

Includes bulletins whose message that match this regular expression.

func (FlowAPIGetBulletinBoardRequest) SourceId ¶

Includes bulletins originating from this sources whose id match this regular expression.

func (FlowAPIGetBulletinBoardRequest) SourceName ¶

Includes bulletins originating from this sources whose name match this regular expression.

type FlowAPIGetBulletinsRequest ¶

type FlowAPIGetBulletinsRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetBulletinsRequest) Execute ¶

type FlowAPIGetClusterSummaryRequest ¶

type FlowAPIGetClusterSummaryRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetClusterSummaryRequest) Execute ¶

type FlowAPIGetComponentHistoryRequest ¶

type FlowAPIGetComponentHistoryRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetComponentHistoryRequest) Execute ¶

type FlowAPIGetConnectionStatisticsRequest ¶

type FlowAPIGetConnectionStatisticsRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetConnectionStatisticsRequest) ClusterNodeId ¶

The id of the node where to get the statistics.

func (FlowAPIGetConnectionStatisticsRequest) Execute ¶

func (FlowAPIGetConnectionStatisticsRequest) Nodewise ¶

Whether or not to include the breakdown per node. Optional, defaults to false

type FlowAPIGetConnectionStatusHistoryRequest ¶

type FlowAPIGetConnectionStatusHistoryRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetConnectionStatusHistoryRequest) Execute ¶

type FlowAPIGetConnectionStatusRequest ¶

type FlowAPIGetConnectionStatusRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetConnectionStatusRequest) ClusterNodeId ¶

The id of the node where to get the status.

func (FlowAPIGetConnectionStatusRequest) Execute ¶

func (FlowAPIGetConnectionStatusRequest) Nodewise ¶

Whether or not to include the breakdown per node. Optional, defaults to false

type FlowAPIGetControllerServiceTypesRequest ¶

type FlowAPIGetControllerServiceTypesRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetControllerServiceTypesRequest) BundleArtifactFilter ¶

func (r FlowAPIGetControllerServiceTypesRequest) BundleArtifactFilter(bundleArtifactFilter string) FlowAPIGetControllerServiceTypesRequest

If specified, will only return types that are a member of this bundle artifact.

func (FlowAPIGetControllerServiceTypesRequest) BundleGroupFilter ¶

If specified, will only return types that are a member of this bundle group.

func (FlowAPIGetControllerServiceTypesRequest) Execute ¶

func (FlowAPIGetControllerServiceTypesRequest) ServiceBundleArtifact ¶

func (r FlowAPIGetControllerServiceTypesRequest) ServiceBundleArtifact(serviceBundleArtifact string) FlowAPIGetControllerServiceTypesRequest

If serviceType specified, is the bundle artifact of the serviceType.

func (FlowAPIGetControllerServiceTypesRequest) ServiceBundleGroup ¶

If serviceType specified, is the bundle group of the serviceType.

func (FlowAPIGetControllerServiceTypesRequest) ServiceBundleVersion ¶

func (r FlowAPIGetControllerServiceTypesRequest) ServiceBundleVersion(serviceBundleVersion string) FlowAPIGetControllerServiceTypesRequest

If serviceType specified, is the bundle version of the serviceType.

func (FlowAPIGetControllerServiceTypesRequest) ServiceType ¶

If specified, will only return controller services that are compatible with this type of service.

func (FlowAPIGetControllerServiceTypesRequest) TypeFilter ¶

If specified, will only return types whose fully qualified classname matches.

type FlowAPIGetControllerServicesFromControllerRequest ¶

type FlowAPIGetControllerServicesFromControllerRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetControllerServicesFromControllerRequest) Execute ¶

func (FlowAPIGetControllerServicesFromControllerRequest) UiOnly ¶

type FlowAPIGetControllerServicesFromGroupRequest ¶

type FlowAPIGetControllerServicesFromGroupRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetControllerServicesFromGroupRequest) Execute ¶

func (FlowAPIGetControllerServicesFromGroupRequest) IncludeAncestorGroups ¶

Whether or not to include parent/ancestory process groups

func (FlowAPIGetControllerServicesFromGroupRequest) IncludeDescendantGroups ¶

func (r FlowAPIGetControllerServicesFromGroupRequest) IncludeDescendantGroups(includeDescendantGroups bool) FlowAPIGetControllerServicesFromGroupRequest

Whether or not to include descendant process groups

func (FlowAPIGetControllerServicesFromGroupRequest) UiOnly ¶

type FlowAPIGetControllerStatusRequest ¶

type FlowAPIGetControllerStatusRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetControllerStatusRequest) Execute ¶

type FlowAPIGetCurrentUserRequest ¶

type FlowAPIGetCurrentUserRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetCurrentUserRequest) Execute ¶

type FlowAPIGetDetailsRequest ¶

type FlowAPIGetDetailsRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetDetailsRequest) Execute ¶

type FlowAPIGetFlowConfigRequest ¶

type FlowAPIGetFlowConfigRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetFlowConfigRequest) Execute ¶

type FlowAPIGetFlowMetricsRequest ¶

type FlowAPIGetFlowMetricsRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetFlowMetricsRequest) Execute ¶

func (r FlowAPIGetFlowMetricsRequest) Execute() (map[string]interface{}, *http.Response, error)

func (FlowAPIGetFlowMetricsRequest) IncludedRegistries ¶

func (r FlowAPIGetFlowMetricsRequest) IncludedRegistries(includedRegistries []string) FlowAPIGetFlowMetricsRequest

Set of included metrics registries

func (FlowAPIGetFlowMetricsRequest) RootFieldName ¶

func (r FlowAPIGetFlowMetricsRequest) RootFieldName(rootFieldName string) FlowAPIGetFlowMetricsRequest

Name of the first field of JSON object. Applicable for JSON producer only.

func (FlowAPIGetFlowMetricsRequest) SampleLabelValue ¶

func (r FlowAPIGetFlowMetricsRequest) SampleLabelValue(sampleLabelValue string) FlowAPIGetFlowMetricsRequest

Regular Expression Pattern to be applied against the sample label value field

func (FlowAPIGetFlowMetricsRequest) SampleName ¶

Regular Expression Pattern to be applied against the sample name field

type FlowAPIGetFlowRequest ¶

type FlowAPIGetFlowRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetFlowRequest) Execute ¶

func (FlowAPIGetFlowRequest) UiOnly ¶

type FlowAPIGetFlowsRequest ¶

type FlowAPIGetFlowsRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetFlowsRequest) Execute ¶

type FlowAPIGetInputPortStatusRequest ¶

type FlowAPIGetInputPortStatusRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetInputPortStatusRequest) ClusterNodeId ¶

The id of the node where to get the status.

func (FlowAPIGetInputPortStatusRequest) Execute ¶

func (FlowAPIGetInputPortStatusRequest) Nodewise ¶

Whether or not to include the breakdown per node. Optional, defaults to false

type FlowAPIGetOutputPortStatusRequest ¶

type FlowAPIGetOutputPortStatusRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetOutputPortStatusRequest) ClusterNodeId ¶

The id of the node where to get the status.

func (FlowAPIGetOutputPortStatusRequest) Execute ¶

func (FlowAPIGetOutputPortStatusRequest) Nodewise ¶

Whether or not to include the breakdown per node. Optional, defaults to false

type FlowAPIGetParameterContextsRequest ¶

type FlowAPIGetParameterContextsRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetParameterContextsRequest) Execute ¶

type FlowAPIGetParameterProviderTypesRequest ¶

type FlowAPIGetParameterProviderTypesRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetParameterProviderTypesRequest) BundleArtifactFilter ¶

func (r FlowAPIGetParameterProviderTypesRequest) BundleArtifactFilter(bundleArtifactFilter string) FlowAPIGetParameterProviderTypesRequest

If specified, will only return types that are a member of this bundle artifact.

func (FlowAPIGetParameterProviderTypesRequest) BundleGroupFilter ¶

If specified, will only return types that are a member of this bundle group.

func (FlowAPIGetParameterProviderTypesRequest) Execute ¶

func (FlowAPIGetParameterProviderTypesRequest) Type_ ¶

If specified, will only return types whose fully qualified classname matches.

type FlowAPIGetParameterProvidersRequest ¶

type FlowAPIGetParameterProvidersRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetParameterProvidersRequest) Execute ¶

type FlowAPIGetPrioritizersRequest ¶

type FlowAPIGetPrioritizersRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetPrioritizersRequest) Execute ¶

type FlowAPIGetProcessGroupStatusHistoryRequest ¶

type FlowAPIGetProcessGroupStatusHistoryRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetProcessGroupStatusHistoryRequest) Execute ¶

type FlowAPIGetProcessGroupStatusRequest ¶

type FlowAPIGetProcessGroupStatusRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetProcessGroupStatusRequest) ClusterNodeId ¶

The id of the node where to get the status.

func (FlowAPIGetProcessGroupStatusRequest) Execute ¶

func (FlowAPIGetProcessGroupStatusRequest) Nodewise ¶

Whether or not to include the breakdown per node. Optional, defaults to false

func (FlowAPIGetProcessGroupStatusRequest) Recursive ¶

Whether all descendant groups and the status of their content will be included. Optional, defaults to false

type FlowAPIGetProcessorStatusHistoryRequest ¶

type FlowAPIGetProcessorStatusHistoryRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetProcessorStatusHistoryRequest) Execute ¶

type FlowAPIGetProcessorStatusRequest ¶

type FlowAPIGetProcessorStatusRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetProcessorStatusRequest) ClusterNodeId ¶

The id of the node where to get the status.

func (FlowAPIGetProcessorStatusRequest) Execute ¶

func (FlowAPIGetProcessorStatusRequest) Nodewise ¶

Whether or not to include the breakdown per node. Optional, defaults to false

type FlowAPIGetProcessorTypesRequest ¶

type FlowAPIGetProcessorTypesRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetProcessorTypesRequest) BundleArtifactFilter ¶

func (r FlowAPIGetProcessorTypesRequest) BundleArtifactFilter(bundleArtifactFilter string) FlowAPIGetProcessorTypesRequest

If specified, will only return types that are a member of this bundle artifact.

func (FlowAPIGetProcessorTypesRequest) BundleGroupFilter ¶

func (r FlowAPIGetProcessorTypesRequest) BundleGroupFilter(bundleGroupFilter string) FlowAPIGetProcessorTypesRequest

If specified, will only return types that are a member of this bundle group.

func (FlowAPIGetProcessorTypesRequest) Execute ¶

func (FlowAPIGetProcessorTypesRequest) Type_ ¶

If specified, will only return types whose fully qualified classname matches.

type FlowAPIGetRegistryClientsRequest ¶

type FlowAPIGetRegistryClientsRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetRegistryClientsRequest) Execute ¶

type FlowAPIGetRemoteProcessGroupStatusHistoryRequest ¶

type FlowAPIGetRemoteProcessGroupStatusHistoryRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetRemoteProcessGroupStatusHistoryRequest) Execute ¶

type FlowAPIGetRemoteProcessGroupStatusRequest ¶

type FlowAPIGetRemoteProcessGroupStatusRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetRemoteProcessGroupStatusRequest) ClusterNodeId ¶

The id of the node where to get the status.

func (FlowAPIGetRemoteProcessGroupStatusRequest) Execute ¶

func (FlowAPIGetRemoteProcessGroupStatusRequest) Nodewise ¶

Whether or not to include the breakdown per node. Optional, defaults to false

type FlowAPIGetReportingTaskTypesRequest ¶

type FlowAPIGetReportingTaskTypesRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetReportingTaskTypesRequest) BundleArtifactFilter ¶

func (r FlowAPIGetReportingTaskTypesRequest) BundleArtifactFilter(bundleArtifactFilter string) FlowAPIGetReportingTaskTypesRequest

If specified, will only return types that are a member of this bundle artifact.

func (FlowAPIGetReportingTaskTypesRequest) BundleGroupFilter ¶

If specified, will only return types that are a member of this bundle group.

func (FlowAPIGetReportingTaskTypesRequest) Execute ¶

func (FlowAPIGetReportingTaskTypesRequest) Type_ ¶

If specified, will only return types whose fully qualified classname matches.

type FlowAPIGetReportingTasksRequest ¶

type FlowAPIGetReportingTasksRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetReportingTasksRequest) Execute ¶

type FlowAPIGetRuntimeManifestRequest ¶

type FlowAPIGetRuntimeManifestRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetRuntimeManifestRequest) Execute ¶

type FlowAPIGetTemplatesRequest ¶

type FlowAPIGetTemplatesRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetTemplatesRequest) Execute ¶

type FlowAPIGetVersionsRequest ¶

type FlowAPIGetVersionsRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIGetVersionsRequest) Execute ¶

type FlowAPIQueryHistoryRequest ¶

type FlowAPIQueryHistoryRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIQueryHistoryRequest) Count ¶

The number of actions to return.

func (FlowAPIQueryHistoryRequest) EndDate ¶

Include actions before this date.

func (FlowAPIQueryHistoryRequest) Execute ¶

func (FlowAPIQueryHistoryRequest) Offset ¶

The offset into the result set.

func (FlowAPIQueryHistoryRequest) SortColumn ¶

The field to sort on.

func (FlowAPIQueryHistoryRequest) SortOrder ¶

The direction to sort.

func (FlowAPIQueryHistoryRequest) SourceId ¶

Include actions on this component.

func (FlowAPIQueryHistoryRequest) StartDate ¶

Include actions after this date.

func (FlowAPIQueryHistoryRequest) UserIdentity ¶

func (r FlowAPIQueryHistoryRequest) UserIdentity(userIdentity string) FlowAPIQueryHistoryRequest

Include actions performed by this user.

type FlowAPIScheduleComponentsRequest ¶

type FlowAPIScheduleComponentsRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPIScheduleComponentsRequest) Body ¶

The request to schedule or unschedule. If the comopnents in the request are not specified, all authorized components will be considered.

func (FlowAPIScheduleComponentsRequest) Execute ¶

type FlowAPISearchClusterRequest ¶

type FlowAPISearchClusterRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPISearchClusterRequest) Execute ¶

func (FlowAPISearchClusterRequest) Q ¶

Node address to search for.

type FlowAPISearchFlowRequest ¶

type FlowAPISearchFlowRequest struct {
	ApiService *FlowAPIService
	// contains filtered or unexported fields
}

func (FlowAPISearchFlowRequest) A ¶

func (FlowAPISearchFlowRequest) Execute ¶

func (FlowAPISearchFlowRequest) Q ¶

type FlowAPIService ¶

type FlowAPIService service

FlowAPIService FlowAPI service

func (*FlowAPIService) ActivateControllerServices ¶

func (a *FlowAPIService) ActivateControllerServices(ctx context.Context, id string) FlowAPIActivateControllerServicesRequest

ActivateControllerServices Enable or disable Controller Services in the specified Process Group.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return FlowAPIActivateControllerServicesRequest

func (*FlowAPIService) ActivateControllerServicesExecute ¶

Execute executes the request

@return ActivateControllerServicesEntity

func (*FlowAPIService) GenerateClientId ¶

GenerateClientId Generates a client id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGenerateClientIdRequest

func (*FlowAPIService) GenerateClientIdExecute ¶

func (a *FlowAPIService) GenerateClientIdExecute(r FlowAPIGenerateClientIdRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*FlowAPIService) GetAboutInfo ¶

GetAboutInfo Retrieves details about this NiFi to put in the About dialog

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetAboutInfoRequest

func (*FlowAPIService) GetAboutInfoExecute ¶

func (a *FlowAPIService) GetAboutInfoExecute(r FlowAPIGetAboutInfoRequest) (*AboutEntity, *http.Response, error)

Execute executes the request

@return AboutEntity

func (*FlowAPIService) GetAction ¶

GetAction Gets an action

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The action id.
@return FlowAPIGetActionRequest

func (*FlowAPIService) GetActionExecute ¶

Execute executes the request

@return ActionEntity

func (*FlowAPIService) GetBanners ¶

GetBanners Retrieves the banners for this NiFi

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetBannersRequest

func (*FlowAPIService) GetBannersExecute ¶

Execute executes the request

@return BannerEntity

func (*FlowAPIService) GetBuckets ¶

GetBuckets Gets the buckets from the specified registry for the current user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The registry id.
@return FlowAPIGetBucketsRequest

func (*FlowAPIService) GetBucketsExecute ¶

Execute executes the request

@return FlowRegistryBucketsEntity

func (*FlowAPIService) GetBulletinBoard ¶

GetBulletinBoard Gets current bulletins

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetBulletinBoardRequest

func (*FlowAPIService) GetBulletinBoardExecute ¶

Execute executes the request

@return BulletinBoardEntity

func (*FlowAPIService) GetBulletins ¶

GetBulletins Retrieves Controller level bulletins

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetBulletinsRequest

func (*FlowAPIService) GetBulletinsExecute ¶

Execute executes the request

@return ControllerBulletinsEntity

func (*FlowAPIService) GetClusterSummary ¶

GetClusterSummary The cluster summary for this NiFi

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetClusterSummaryRequest

func (*FlowAPIService) GetClusterSummaryExecute ¶

Execute executes the request

@return ClusteSummaryEntity

func (*FlowAPIService) GetComponentHistory ¶

func (a *FlowAPIService) GetComponentHistory(ctx context.Context, componentId string) FlowAPIGetComponentHistoryRequest

GetComponentHistory Gets configuration history for a component

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param componentId The component id.
@return FlowAPIGetComponentHistoryRequest

func (*FlowAPIService) GetComponentHistoryExecute ¶

Execute executes the request

@return ComponentHistoryEntity

func (*FlowAPIService) GetConnectionStatistics ¶

func (a *FlowAPIService) GetConnectionStatistics(ctx context.Context, id string) FlowAPIGetConnectionStatisticsRequest

GetConnectionStatistics Gets statistics for a connection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@return FlowAPIGetConnectionStatisticsRequest

func (*FlowAPIService) GetConnectionStatisticsExecute ¶

Execute executes the request

@return ConnectionStatisticsEntity

func (*FlowAPIService) GetConnectionStatus ¶

func (a *FlowAPIService) GetConnectionStatus(ctx context.Context, id string) FlowAPIGetConnectionStatusRequest

GetConnectionStatus Gets status for a connection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@return FlowAPIGetConnectionStatusRequest

func (*FlowAPIService) GetConnectionStatusExecute ¶

Execute executes the request

@return ConnectionStatusEntity

func (*FlowAPIService) GetConnectionStatusHistory ¶

func (a *FlowAPIService) GetConnectionStatusHistory(ctx context.Context, id string) FlowAPIGetConnectionStatusHistoryRequest

GetConnectionStatusHistory Gets the status history for a connection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@return FlowAPIGetConnectionStatusHistoryRequest

func (*FlowAPIService) GetConnectionStatusHistoryExecute ¶

func (a *FlowAPIService) GetConnectionStatusHistoryExecute(r FlowAPIGetConnectionStatusHistoryRequest) (*StatusHistoryEntity, *http.Response, error)

Execute executes the request

@return StatusHistoryEntity

func (*FlowAPIService) GetControllerServiceTypes ¶

func (a *FlowAPIService) GetControllerServiceTypes(ctx context.Context) FlowAPIGetControllerServiceTypesRequest

GetControllerServiceTypes Retrieves the types of controller services that this NiFi supports

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetControllerServiceTypesRequest

func (*FlowAPIService) GetControllerServiceTypesExecute ¶

Execute executes the request

@return ControllerServiceTypesEntity

func (*FlowAPIService) GetControllerServicesFromController ¶

func (a *FlowAPIService) GetControllerServicesFromController(ctx context.Context) FlowAPIGetControllerServicesFromControllerRequest

GetControllerServicesFromController Gets controller services for reporting tasks

If the uiOnly query parameter is provided with a value of true, the returned entity may only contain fields that are necessary for rendering the NiFi User Interface. As such, the selected fields may change at any time, even during incremental releases, without warning. As a result, this parameter should not be provided by any client other than the UI.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetControllerServicesFromControllerRequest

func (*FlowAPIService) GetControllerServicesFromControllerExecute ¶

Execute executes the request

@return ControllerServicesEntity

func (*FlowAPIService) GetControllerServicesFromGroup ¶

func (a *FlowAPIService) GetControllerServicesFromGroup(ctx context.Context, id string) FlowAPIGetControllerServicesFromGroupRequest

GetControllerServicesFromGroup Gets all controller services

If the uiOnly query parameter is provided with a value of true, the returned entity may only contain fields that are necessary for rendering the NiFi User Interface. As such, the selected fields may change at any time, even during incremental releases, without warning. As a result, this parameter should not be provided by any client other than the UI.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return FlowAPIGetControllerServicesFromGroupRequest

func (*FlowAPIService) GetControllerServicesFromGroupExecute ¶

Execute executes the request

@return ControllerServicesEntity

func (*FlowAPIService) GetControllerStatus ¶

GetControllerStatus Gets the current status of this NiFi

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetControllerStatusRequest

func (*FlowAPIService) GetControllerStatusExecute ¶

Execute executes the request

@return ControllerStatusEntity

func (*FlowAPIService) GetCurrentUser ¶

GetCurrentUser Retrieves the user identity of the user making the request

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetCurrentUserRequest

func (*FlowAPIService) GetCurrentUserExecute ¶

Execute executes the request

@return CurrentUserEntity

func (*FlowAPIService) GetDetails ¶

func (a *FlowAPIService) GetDetails(ctx context.Context, registryId string, bucketId string, flowId string) FlowAPIGetDetailsRequest

GetDetails Gets the details of a flow from the specified registry and bucket for the specified flow for the current user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param registryId The registry client id.
@param bucketId The bucket id.
@param flowId The flow id.
@return FlowAPIGetDetailsRequest

func (*FlowAPIService) GetDetailsExecute ¶

Execute executes the request

@return VersionedFlowEntity

func (*FlowAPIService) GetFlow ¶

GetFlow Gets a process group

If the uiOnly query parameter is provided with a value of true, the returned entity may only contain fields that are necessary for rendering the NiFi User Interface. As such, the selected fields may change at any time, even during incremental releases, without warning. As a result, this parameter should not be provided by any client other than the UI.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return FlowAPIGetFlowRequest

func (*FlowAPIService) GetFlowConfig ¶

GetFlowConfig Retrieves the configuration for this NiFi flow

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetFlowConfigRequest

func (*FlowAPIService) GetFlowConfigExecute ¶

Execute executes the request

@return FlowConfigurationEntity

func (*FlowAPIService) GetFlowExecute ¶

Execute executes the request

@return ProcessGroupFlowEntity

func (*FlowAPIService) GetFlowMetrics ¶

func (a *FlowAPIService) GetFlowMetrics(ctx context.Context, producer string) FlowAPIGetFlowMetricsRequest

GetFlowMetrics Gets all metrics for the flow from a particular node

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param producer The producer for flow file metrics. Each producer may have its own output format.
@return FlowAPIGetFlowMetricsRequest

func (*FlowAPIService) GetFlowMetricsExecute ¶

func (a *FlowAPIService) GetFlowMetricsExecute(r FlowAPIGetFlowMetricsRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*FlowAPIService) GetFlows ¶

func (a *FlowAPIService) GetFlows(ctx context.Context, registryId string, bucketId string) FlowAPIGetFlowsRequest

GetFlows Gets the flows from the specified registry and bucket for the current user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param registryId The registry client id.
@param bucketId The bucket id.
@return FlowAPIGetFlowsRequest

func (*FlowAPIService) GetFlowsExecute ¶

Execute executes the request

@return VersionedFlowsEntity

func (*FlowAPIService) GetInputPortStatus ¶

func (a *FlowAPIService) GetInputPortStatus(ctx context.Context, id string) FlowAPIGetInputPortStatusRequest

GetInputPortStatus Gets status for an input port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The input port id.
@return FlowAPIGetInputPortStatusRequest

func (*FlowAPIService) GetInputPortStatusExecute ¶

Execute executes the request

@return PortStatusEntity

func (*FlowAPIService) GetOutputPortStatus ¶

func (a *FlowAPIService) GetOutputPortStatus(ctx context.Context, id string) FlowAPIGetOutputPortStatusRequest

GetOutputPortStatus Gets status for an output port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The output port id.
@return FlowAPIGetOutputPortStatusRequest

func (*FlowAPIService) GetOutputPortStatusExecute ¶

Execute executes the request

@return PortStatusEntity

func (*FlowAPIService) GetParameterContexts ¶

GetParameterContexts Gets all Parameter Contexts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetParameterContextsRequest

func (*FlowAPIService) GetParameterContextsExecute ¶

Execute executes the request

@return ParameterContextsEntity

func (*FlowAPIService) GetParameterProviderTypes ¶

func (a *FlowAPIService) GetParameterProviderTypes(ctx context.Context) FlowAPIGetParameterProviderTypesRequest

GetParameterProviderTypes Retrieves the types of parameter providers that this NiFi supports

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetParameterProviderTypesRequest

func (*FlowAPIService) GetParameterProviderTypesExecute ¶

Execute executes the request

@return ParameterProviderTypesEntity

func (*FlowAPIService) GetParameterProviders ¶

func (a *FlowAPIService) GetParameterProviders(ctx context.Context) FlowAPIGetParameterProvidersRequest

GetParameterProviders Gets all parameter providers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetParameterProvidersRequest

func (*FlowAPIService) GetParameterProvidersExecute ¶

Execute executes the request

@return ParameterProvidersEntity

func (*FlowAPIService) GetPrioritizers ¶

GetPrioritizers Retrieves the types of prioritizers that this NiFi supports

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetPrioritizersRequest

func (*FlowAPIService) GetPrioritizersExecute ¶

Execute executes the request

@return PrioritizerTypesEntity

func (*FlowAPIService) GetProcessGroupStatus ¶

func (a *FlowAPIService) GetProcessGroupStatus(ctx context.Context, id string) FlowAPIGetProcessGroupStatusRequest

GetProcessGroupStatus Gets the status for a process group

The status for a process group includes status for all descendent components. When invoked on the root group with recursive set to true, it will return the current status of every component in the flow.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return FlowAPIGetProcessGroupStatusRequest

func (*FlowAPIService) GetProcessGroupStatusExecute ¶

Execute executes the request

@return ProcessGroupStatusEntity

func (*FlowAPIService) GetProcessGroupStatusHistory ¶

func (a *FlowAPIService) GetProcessGroupStatusHistory(ctx context.Context, id string) FlowAPIGetProcessGroupStatusHistoryRequest

GetProcessGroupStatusHistory Gets status history for a remote process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return FlowAPIGetProcessGroupStatusHistoryRequest

func (*FlowAPIService) GetProcessGroupStatusHistoryExecute ¶

func (a *FlowAPIService) GetProcessGroupStatusHistoryExecute(r FlowAPIGetProcessGroupStatusHistoryRequest) (*StatusHistoryEntity, *http.Response, error)

Execute executes the request

@return StatusHistoryEntity

func (*FlowAPIService) GetProcessorStatus ¶

func (a *FlowAPIService) GetProcessorStatus(ctx context.Context, id string) FlowAPIGetProcessorStatusRequest

GetProcessorStatus Gets status for a processor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return FlowAPIGetProcessorStatusRequest

func (*FlowAPIService) GetProcessorStatusExecute ¶

Execute executes the request

@return ProcessorStatusEntity

func (*FlowAPIService) GetProcessorStatusHistory ¶

func (a *FlowAPIService) GetProcessorStatusHistory(ctx context.Context, id string) FlowAPIGetProcessorStatusHistoryRequest

GetProcessorStatusHistory Gets status history for a processor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return FlowAPIGetProcessorStatusHistoryRequest

func (*FlowAPIService) GetProcessorStatusHistoryExecute ¶

Execute executes the request

@return StatusHistoryEntity

func (*FlowAPIService) GetProcessorTypes ¶

GetProcessorTypes Retrieves the types of processors that this NiFi supports

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetProcessorTypesRequest

func (*FlowAPIService) GetProcessorTypesExecute ¶

Execute executes the request

@return ProcessorTypesEntity

func (*FlowAPIService) GetRegistryClients ¶

GetRegistryClients Gets the listing of available flow registry clients

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetRegistryClientsRequest

func (*FlowAPIService) GetRegistryClientsExecute ¶

Execute executes the request

@return FlowRegistryClientsEntity

func (*FlowAPIService) GetRemoteProcessGroupStatus ¶

func (a *FlowAPIService) GetRemoteProcessGroupStatus(ctx context.Context, id string) FlowAPIGetRemoteProcessGroupStatusRequest

GetRemoteProcessGroupStatus Gets status for a remote process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The remote process group id.
@return FlowAPIGetRemoteProcessGroupStatusRequest

func (*FlowAPIService) GetRemoteProcessGroupStatusExecute ¶

Execute executes the request

@return RemoteProcessGroupStatusEntity

func (*FlowAPIService) GetRemoteProcessGroupStatusHistory ¶

func (a *FlowAPIService) GetRemoteProcessGroupStatusHistory(ctx context.Context, id string) FlowAPIGetRemoteProcessGroupStatusHistoryRequest

GetRemoteProcessGroupStatusHistory Gets the status history

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The remote process group id.
@return FlowAPIGetRemoteProcessGroupStatusHistoryRequest

func (*FlowAPIService) GetRemoteProcessGroupStatusHistoryExecute ¶

func (a *FlowAPIService) GetRemoteProcessGroupStatusHistoryExecute(r FlowAPIGetRemoteProcessGroupStatusHistoryRequest) (*StatusHistoryEntity, *http.Response, error)

Execute executes the request

@return StatusHistoryEntity

func (*FlowAPIService) GetReportingTaskTypes ¶

func (a *FlowAPIService) GetReportingTaskTypes(ctx context.Context) FlowAPIGetReportingTaskTypesRequest

GetReportingTaskTypes Retrieves the types of reporting tasks that this NiFi supports

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetReportingTaskTypesRequest

func (*FlowAPIService) GetReportingTaskTypesExecute ¶

Execute executes the request

@return ReportingTaskTypesEntity

func (*FlowAPIService) GetReportingTasks ¶

GetReportingTasks Gets all reporting tasks

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetReportingTasksRequest

func (*FlowAPIService) GetReportingTasksExecute ¶

Execute executes the request

@return ReportingTasksEntity

func (*FlowAPIService) GetRuntimeManifest ¶

GetRuntimeManifest Retrieves the runtime manifest for this NiFi instance.

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetRuntimeManifestRequest

func (*FlowAPIService) GetRuntimeManifestExecute ¶

Execute executes the request

@return RuntimeManifestEntity

func (*FlowAPIService) GetTemplates ¶

GetTemplates Gets all templates

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIGetTemplatesRequest

func (*FlowAPIService) GetTemplatesExecute ¶

Execute executes the request

@return TemplatesEntity

func (*FlowAPIService) GetVersions ¶

func (a *FlowAPIService) GetVersions(ctx context.Context, registryId string, bucketId string, flowId string) FlowAPIGetVersionsRequest

GetVersions Gets the flow versions from the specified registry and bucket for the specified flow for the current user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param registryId The registry client id.
@param bucketId The bucket id.
@param flowId The flow id.
@return FlowAPIGetVersionsRequest

func (*FlowAPIService) GetVersionsExecute ¶

Execute executes the request

@return VersionedFlowSnapshotMetadataSetEntity

func (*FlowAPIService) QueryHistory ¶

QueryHistory Gets configuration history

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPIQueryHistoryRequest

func (*FlowAPIService) QueryHistoryExecute ¶

Execute executes the request

@return HistoryEntity

func (*FlowAPIService) ScheduleComponents ¶

func (a *FlowAPIService) ScheduleComponents(ctx context.Context, id string) FlowAPIScheduleComponentsRequest

ScheduleComponents Schedule or unschedule components in the specified Process Group.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return FlowAPIScheduleComponentsRequest

func (*FlowAPIService) ScheduleComponentsExecute ¶

Execute executes the request

@return ScheduleComponentsEntity

func (*FlowAPIService) SearchCluster ¶

SearchCluster Searches the cluster for a node with the specified address

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPISearchClusterRequest

func (*FlowAPIService) SearchClusterExecute ¶

Execute executes the request

@return ClusterSearchResultsEntity

func (*FlowAPIService) SearchFlow ¶

SearchFlow Performs a search against this NiFi using the specified search term

Only search results from authorized components will be returned.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return FlowAPISearchFlowRequest

func (*FlowAPIService) SearchFlowExecute ¶

Execute executes the request

@return SearchResultsEntity

type FlowBreadcrumbDTO ¶

type FlowBreadcrumbDTO struct {
	// The id of the group.
	Id *string `json:"id,omitempty"`
	// The id of the group.
	Name                      *string                       `json:"name,omitempty"`
	VersionControlInformation *VersionControlInformationDTO `json:"versionControlInformation,omitempty"`
}

FlowBreadcrumbDTO struct for FlowBreadcrumbDTO

func NewFlowBreadcrumbDTO ¶

func NewFlowBreadcrumbDTO() *FlowBreadcrumbDTO

NewFlowBreadcrumbDTO instantiates a new FlowBreadcrumbDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowBreadcrumbDTOWithDefaults ¶

func NewFlowBreadcrumbDTOWithDefaults() *FlowBreadcrumbDTO

NewFlowBreadcrumbDTOWithDefaults instantiates a new FlowBreadcrumbDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowBreadcrumbDTO) GetId ¶

func (o *FlowBreadcrumbDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FlowBreadcrumbDTO) GetIdOk ¶

func (o *FlowBreadcrumbDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowBreadcrumbDTO) GetName ¶

func (o *FlowBreadcrumbDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FlowBreadcrumbDTO) GetNameOk ¶

func (o *FlowBreadcrumbDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowBreadcrumbDTO) GetVersionControlInformation ¶

func (o *FlowBreadcrumbDTO) GetVersionControlInformation() VersionControlInformationDTO

GetVersionControlInformation returns the VersionControlInformation field value if set, zero value otherwise.

func (*FlowBreadcrumbDTO) GetVersionControlInformationOk ¶

func (o *FlowBreadcrumbDTO) GetVersionControlInformationOk() (*VersionControlInformationDTO, bool)

GetVersionControlInformationOk returns a tuple with the VersionControlInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowBreadcrumbDTO) HasId ¶

func (o *FlowBreadcrumbDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*FlowBreadcrumbDTO) HasName ¶

func (o *FlowBreadcrumbDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*FlowBreadcrumbDTO) HasVersionControlInformation ¶

func (o *FlowBreadcrumbDTO) HasVersionControlInformation() bool

HasVersionControlInformation returns a boolean if a field has been set.

func (FlowBreadcrumbDTO) MarshalJSON ¶

func (o FlowBreadcrumbDTO) MarshalJSON() ([]byte, error)

func (*FlowBreadcrumbDTO) SetId ¶

func (o *FlowBreadcrumbDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FlowBreadcrumbDTO) SetName ¶

func (o *FlowBreadcrumbDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FlowBreadcrumbDTO) SetVersionControlInformation ¶

func (o *FlowBreadcrumbDTO) SetVersionControlInformation(v VersionControlInformationDTO)

SetVersionControlInformation gets a reference to the given VersionControlInformationDTO and assigns it to the VersionControlInformation field.

func (FlowBreadcrumbDTO) ToMap ¶

func (o FlowBreadcrumbDTO) ToMap() (map[string]interface{}, error)

type FlowBreadcrumbEntity ¶

type FlowBreadcrumbEntity struct {
	// The id of this ancestor ProcessGroup.
	Id          *string         `json:"id,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The current state of the Process Group, as it relates to the Versioned Flow
	VersionedFlowState *string               `json:"versionedFlowState,omitempty"`
	Breadcrumb         *FlowBreadcrumbDTO    `json:"breadcrumb,omitempty"`
	ParentBreadcrumb   *FlowBreadcrumbEntity `json:"parentBreadcrumb,omitempty"`
}

FlowBreadcrumbEntity struct for FlowBreadcrumbEntity

func NewFlowBreadcrumbEntity ¶

func NewFlowBreadcrumbEntity() *FlowBreadcrumbEntity

NewFlowBreadcrumbEntity instantiates a new FlowBreadcrumbEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowBreadcrumbEntityWithDefaults ¶

func NewFlowBreadcrumbEntityWithDefaults() *FlowBreadcrumbEntity

NewFlowBreadcrumbEntityWithDefaults instantiates a new FlowBreadcrumbEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowBreadcrumbEntity) GetBreadcrumb ¶

func (o *FlowBreadcrumbEntity) GetBreadcrumb() FlowBreadcrumbDTO

GetBreadcrumb returns the Breadcrumb field value if set, zero value otherwise.

func (*FlowBreadcrumbEntity) GetBreadcrumbOk ¶

func (o *FlowBreadcrumbEntity) GetBreadcrumbOk() (*FlowBreadcrumbDTO, bool)

GetBreadcrumbOk returns a tuple with the Breadcrumb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowBreadcrumbEntity) GetId ¶

func (o *FlowBreadcrumbEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FlowBreadcrumbEntity) GetIdOk ¶

func (o *FlowBreadcrumbEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowBreadcrumbEntity) GetParentBreadcrumb ¶

func (o *FlowBreadcrumbEntity) GetParentBreadcrumb() FlowBreadcrumbEntity

GetParentBreadcrumb returns the ParentBreadcrumb field value if set, zero value otherwise.

func (*FlowBreadcrumbEntity) GetParentBreadcrumbOk ¶

func (o *FlowBreadcrumbEntity) GetParentBreadcrumbOk() (*FlowBreadcrumbEntity, bool)

GetParentBreadcrumbOk returns a tuple with the ParentBreadcrumb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowBreadcrumbEntity) GetPermissions ¶

func (o *FlowBreadcrumbEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*FlowBreadcrumbEntity) GetPermissionsOk ¶

func (o *FlowBreadcrumbEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowBreadcrumbEntity) GetVersionedFlowState ¶

func (o *FlowBreadcrumbEntity) GetVersionedFlowState() string

GetVersionedFlowState returns the VersionedFlowState field value if set, zero value otherwise.

func (*FlowBreadcrumbEntity) GetVersionedFlowStateOk ¶

func (o *FlowBreadcrumbEntity) GetVersionedFlowStateOk() (*string, bool)

GetVersionedFlowStateOk returns a tuple with the VersionedFlowState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowBreadcrumbEntity) HasBreadcrumb ¶

func (o *FlowBreadcrumbEntity) HasBreadcrumb() bool

HasBreadcrumb returns a boolean if a field has been set.

func (*FlowBreadcrumbEntity) HasId ¶

func (o *FlowBreadcrumbEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*FlowBreadcrumbEntity) HasParentBreadcrumb ¶

func (o *FlowBreadcrumbEntity) HasParentBreadcrumb() bool

HasParentBreadcrumb returns a boolean if a field has been set.

func (*FlowBreadcrumbEntity) HasPermissions ¶

func (o *FlowBreadcrumbEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*FlowBreadcrumbEntity) HasVersionedFlowState ¶

func (o *FlowBreadcrumbEntity) HasVersionedFlowState() bool

HasVersionedFlowState returns a boolean if a field has been set.

func (FlowBreadcrumbEntity) MarshalJSON ¶

func (o FlowBreadcrumbEntity) MarshalJSON() ([]byte, error)

func (*FlowBreadcrumbEntity) SetBreadcrumb ¶

func (o *FlowBreadcrumbEntity) SetBreadcrumb(v FlowBreadcrumbDTO)

SetBreadcrumb gets a reference to the given FlowBreadcrumbDTO and assigns it to the Breadcrumb field.

func (*FlowBreadcrumbEntity) SetId ¶

func (o *FlowBreadcrumbEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FlowBreadcrumbEntity) SetParentBreadcrumb ¶

func (o *FlowBreadcrumbEntity) SetParentBreadcrumb(v FlowBreadcrumbEntity)

SetParentBreadcrumb gets a reference to the given FlowBreadcrumbEntity and assigns it to the ParentBreadcrumb field.

func (*FlowBreadcrumbEntity) SetPermissions ¶

func (o *FlowBreadcrumbEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*FlowBreadcrumbEntity) SetVersionedFlowState ¶

func (o *FlowBreadcrumbEntity) SetVersionedFlowState(v string)

SetVersionedFlowState gets a reference to the given string and assigns it to the VersionedFlowState field.

func (FlowBreadcrumbEntity) ToMap ¶

func (o FlowBreadcrumbEntity) ToMap() (map[string]interface{}, error)

type FlowComparisonEntity ¶

type FlowComparisonEntity struct {
	// The list of differences for each component in the flow that is not the same between the two flows
	ComponentDifferences []ComponentDifferenceDTO `json:"componentDifferences,omitempty"`
}

FlowComparisonEntity struct for FlowComparisonEntity

func NewFlowComparisonEntity ¶

func NewFlowComparisonEntity() *FlowComparisonEntity

NewFlowComparisonEntity instantiates a new FlowComparisonEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowComparisonEntityWithDefaults ¶

func NewFlowComparisonEntityWithDefaults() *FlowComparisonEntity

NewFlowComparisonEntityWithDefaults instantiates a new FlowComparisonEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowComparisonEntity) GetComponentDifferences ¶

func (o *FlowComparisonEntity) GetComponentDifferences() []ComponentDifferenceDTO

GetComponentDifferences returns the ComponentDifferences field value if set, zero value otherwise.

func (*FlowComparisonEntity) GetComponentDifferencesOk ¶

func (o *FlowComparisonEntity) GetComponentDifferencesOk() ([]ComponentDifferenceDTO, bool)

GetComponentDifferencesOk returns a tuple with the ComponentDifferences field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowComparisonEntity) HasComponentDifferences ¶

func (o *FlowComparisonEntity) HasComponentDifferences() bool

HasComponentDifferences returns a boolean if a field has been set.

func (FlowComparisonEntity) MarshalJSON ¶

func (o FlowComparisonEntity) MarshalJSON() ([]byte, error)

func (*FlowComparisonEntity) SetComponentDifferences ¶

func (o *FlowComparisonEntity) SetComponentDifferences(v []ComponentDifferenceDTO)

SetComponentDifferences gets a reference to the given []ComponentDifferenceDTO and assigns it to the ComponentDifferences field.

func (FlowComparisonEntity) ToMap ¶

func (o FlowComparisonEntity) ToMap() (map[string]interface{}, error)

type FlowConfigurationDTO ¶

type FlowConfigurationDTO struct {
	// Whether this NiFi supports a managed authorizer. Managed authorizers can visualize users, groups, and policies in the UI.
	SupportsManagedAuthorizer *bool `json:"supportsManagedAuthorizer,omitempty"`
	// Whether this NiFi supports a configurable authorizer.
	SupportsConfigurableAuthorizer *bool `json:"supportsConfigurableAuthorizer,omitempty"`
	// Whether this NiFi supports configurable users and groups.
	SupportsConfigurableUsersAndGroups *bool `json:"supportsConfigurableUsersAndGroups,omitempty"`
	// The interval in seconds between the automatic NiFi refresh requests.
	AutoRefreshIntervalSeconds *int64 `json:"autoRefreshIntervalSeconds,omitempty"`
	// The current time on the system.
	CurrentTime *string `json:"currentTime,omitempty"`
	// The time offset of the system.
	TimeOffset *int32 `json:"timeOffset,omitempty"`
	// The default back pressure object threshold.
	DefaultBackPressureObjectThreshold *int64 `json:"defaultBackPressureObjectThreshold,omitempty"`
	// The default back pressure data size threshold.
	DefaultBackPressureDataSizeThreshold *string `json:"defaultBackPressureDataSizeThreshold,omitempty"`
}

FlowConfigurationDTO struct for FlowConfigurationDTO

func NewFlowConfigurationDTO ¶

func NewFlowConfigurationDTO() *FlowConfigurationDTO

NewFlowConfigurationDTO instantiates a new FlowConfigurationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowConfigurationDTOWithDefaults ¶

func NewFlowConfigurationDTOWithDefaults() *FlowConfigurationDTO

NewFlowConfigurationDTOWithDefaults instantiates a new FlowConfigurationDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowConfigurationDTO) GetAutoRefreshIntervalSeconds ¶

func (o *FlowConfigurationDTO) GetAutoRefreshIntervalSeconds() int64

GetAutoRefreshIntervalSeconds returns the AutoRefreshIntervalSeconds field value if set, zero value otherwise.

func (*FlowConfigurationDTO) GetAutoRefreshIntervalSecondsOk ¶

func (o *FlowConfigurationDTO) GetAutoRefreshIntervalSecondsOk() (*int64, bool)

GetAutoRefreshIntervalSecondsOk returns a tuple with the AutoRefreshIntervalSeconds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowConfigurationDTO) GetCurrentTime ¶

func (o *FlowConfigurationDTO) GetCurrentTime() string

GetCurrentTime returns the CurrentTime field value if set, zero value otherwise.

func (*FlowConfigurationDTO) GetCurrentTimeOk ¶

func (o *FlowConfigurationDTO) GetCurrentTimeOk() (*string, bool)

GetCurrentTimeOk returns a tuple with the CurrentTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowConfigurationDTO) GetDefaultBackPressureDataSizeThreshold ¶

func (o *FlowConfigurationDTO) GetDefaultBackPressureDataSizeThreshold() string

GetDefaultBackPressureDataSizeThreshold returns the DefaultBackPressureDataSizeThreshold field value if set, zero value otherwise.

func (*FlowConfigurationDTO) GetDefaultBackPressureDataSizeThresholdOk ¶

func (o *FlowConfigurationDTO) GetDefaultBackPressureDataSizeThresholdOk() (*string, bool)

GetDefaultBackPressureDataSizeThresholdOk returns a tuple with the DefaultBackPressureDataSizeThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowConfigurationDTO) GetDefaultBackPressureObjectThreshold ¶

func (o *FlowConfigurationDTO) GetDefaultBackPressureObjectThreshold() int64

GetDefaultBackPressureObjectThreshold returns the DefaultBackPressureObjectThreshold field value if set, zero value otherwise.

func (*FlowConfigurationDTO) GetDefaultBackPressureObjectThresholdOk ¶

func (o *FlowConfigurationDTO) GetDefaultBackPressureObjectThresholdOk() (*int64, bool)

GetDefaultBackPressureObjectThresholdOk returns a tuple with the DefaultBackPressureObjectThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowConfigurationDTO) GetSupportsConfigurableAuthorizer ¶

func (o *FlowConfigurationDTO) GetSupportsConfigurableAuthorizer() bool

GetSupportsConfigurableAuthorizer returns the SupportsConfigurableAuthorizer field value if set, zero value otherwise.

func (*FlowConfigurationDTO) GetSupportsConfigurableAuthorizerOk ¶

func (o *FlowConfigurationDTO) GetSupportsConfigurableAuthorizerOk() (*bool, bool)

GetSupportsConfigurableAuthorizerOk returns a tuple with the SupportsConfigurableAuthorizer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowConfigurationDTO) GetSupportsConfigurableUsersAndGroups ¶

func (o *FlowConfigurationDTO) GetSupportsConfigurableUsersAndGroups() bool

GetSupportsConfigurableUsersAndGroups returns the SupportsConfigurableUsersAndGroups field value if set, zero value otherwise.

func (*FlowConfigurationDTO) GetSupportsConfigurableUsersAndGroupsOk ¶

func (o *FlowConfigurationDTO) GetSupportsConfigurableUsersAndGroupsOk() (*bool, bool)

GetSupportsConfigurableUsersAndGroupsOk returns a tuple with the SupportsConfigurableUsersAndGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowConfigurationDTO) GetSupportsManagedAuthorizer ¶

func (o *FlowConfigurationDTO) GetSupportsManagedAuthorizer() bool

GetSupportsManagedAuthorizer returns the SupportsManagedAuthorizer field value if set, zero value otherwise.

func (*FlowConfigurationDTO) GetSupportsManagedAuthorizerOk ¶

func (o *FlowConfigurationDTO) GetSupportsManagedAuthorizerOk() (*bool, bool)

GetSupportsManagedAuthorizerOk returns a tuple with the SupportsManagedAuthorizer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowConfigurationDTO) GetTimeOffset ¶

func (o *FlowConfigurationDTO) GetTimeOffset() int32

GetTimeOffset returns the TimeOffset field value if set, zero value otherwise.

func (*FlowConfigurationDTO) GetTimeOffsetOk ¶

func (o *FlowConfigurationDTO) GetTimeOffsetOk() (*int32, bool)

GetTimeOffsetOk returns a tuple with the TimeOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowConfigurationDTO) HasAutoRefreshIntervalSeconds ¶

func (o *FlowConfigurationDTO) HasAutoRefreshIntervalSeconds() bool

HasAutoRefreshIntervalSeconds returns a boolean if a field has been set.

func (*FlowConfigurationDTO) HasCurrentTime ¶

func (o *FlowConfigurationDTO) HasCurrentTime() bool

HasCurrentTime returns a boolean if a field has been set.

func (*FlowConfigurationDTO) HasDefaultBackPressureDataSizeThreshold ¶

func (o *FlowConfigurationDTO) HasDefaultBackPressureDataSizeThreshold() bool

HasDefaultBackPressureDataSizeThreshold returns a boolean if a field has been set.

func (*FlowConfigurationDTO) HasDefaultBackPressureObjectThreshold ¶

func (o *FlowConfigurationDTO) HasDefaultBackPressureObjectThreshold() bool

HasDefaultBackPressureObjectThreshold returns a boolean if a field has been set.

func (*FlowConfigurationDTO) HasSupportsConfigurableAuthorizer ¶

func (o *FlowConfigurationDTO) HasSupportsConfigurableAuthorizer() bool

HasSupportsConfigurableAuthorizer returns a boolean if a field has been set.

func (*FlowConfigurationDTO) HasSupportsConfigurableUsersAndGroups ¶

func (o *FlowConfigurationDTO) HasSupportsConfigurableUsersAndGroups() bool

HasSupportsConfigurableUsersAndGroups returns a boolean if a field has been set.

func (*FlowConfigurationDTO) HasSupportsManagedAuthorizer ¶

func (o *FlowConfigurationDTO) HasSupportsManagedAuthorizer() bool

HasSupportsManagedAuthorizer returns a boolean if a field has been set.

func (*FlowConfigurationDTO) HasTimeOffset ¶

func (o *FlowConfigurationDTO) HasTimeOffset() bool

HasTimeOffset returns a boolean if a field has been set.

func (FlowConfigurationDTO) MarshalJSON ¶

func (o FlowConfigurationDTO) MarshalJSON() ([]byte, error)

func (*FlowConfigurationDTO) SetAutoRefreshIntervalSeconds ¶

func (o *FlowConfigurationDTO) SetAutoRefreshIntervalSeconds(v int64)

SetAutoRefreshIntervalSeconds gets a reference to the given int64 and assigns it to the AutoRefreshIntervalSeconds field.

func (*FlowConfigurationDTO) SetCurrentTime ¶

func (o *FlowConfigurationDTO) SetCurrentTime(v string)

SetCurrentTime gets a reference to the given string and assigns it to the CurrentTime field.

func (*FlowConfigurationDTO) SetDefaultBackPressureDataSizeThreshold ¶

func (o *FlowConfigurationDTO) SetDefaultBackPressureDataSizeThreshold(v string)

SetDefaultBackPressureDataSizeThreshold gets a reference to the given string and assigns it to the DefaultBackPressureDataSizeThreshold field.

func (*FlowConfigurationDTO) SetDefaultBackPressureObjectThreshold ¶

func (o *FlowConfigurationDTO) SetDefaultBackPressureObjectThreshold(v int64)

SetDefaultBackPressureObjectThreshold gets a reference to the given int64 and assigns it to the DefaultBackPressureObjectThreshold field.

func (*FlowConfigurationDTO) SetSupportsConfigurableAuthorizer ¶

func (o *FlowConfigurationDTO) SetSupportsConfigurableAuthorizer(v bool)

SetSupportsConfigurableAuthorizer gets a reference to the given bool and assigns it to the SupportsConfigurableAuthorizer field.

func (*FlowConfigurationDTO) SetSupportsConfigurableUsersAndGroups ¶

func (o *FlowConfigurationDTO) SetSupportsConfigurableUsersAndGroups(v bool)

SetSupportsConfigurableUsersAndGroups gets a reference to the given bool and assigns it to the SupportsConfigurableUsersAndGroups field.

func (*FlowConfigurationDTO) SetSupportsManagedAuthorizer ¶

func (o *FlowConfigurationDTO) SetSupportsManagedAuthorizer(v bool)

SetSupportsManagedAuthorizer gets a reference to the given bool and assigns it to the SupportsManagedAuthorizer field.

func (*FlowConfigurationDTO) SetTimeOffset ¶

func (o *FlowConfigurationDTO) SetTimeOffset(v int32)

SetTimeOffset gets a reference to the given int32 and assigns it to the TimeOffset field.

func (FlowConfigurationDTO) ToMap ¶

func (o FlowConfigurationDTO) ToMap() (map[string]interface{}, error)

type FlowConfigurationEntity ¶

type FlowConfigurationEntity struct {
	FlowConfiguration *FlowConfigurationDTO `json:"flowConfiguration,omitempty"`
}

FlowConfigurationEntity struct for FlowConfigurationEntity

func NewFlowConfigurationEntity ¶

func NewFlowConfigurationEntity() *FlowConfigurationEntity

NewFlowConfigurationEntity instantiates a new FlowConfigurationEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowConfigurationEntityWithDefaults ¶

func NewFlowConfigurationEntityWithDefaults() *FlowConfigurationEntity

NewFlowConfigurationEntityWithDefaults instantiates a new FlowConfigurationEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowConfigurationEntity) GetFlowConfiguration ¶

func (o *FlowConfigurationEntity) GetFlowConfiguration() FlowConfigurationDTO

GetFlowConfiguration returns the FlowConfiguration field value if set, zero value otherwise.

func (*FlowConfigurationEntity) GetFlowConfigurationOk ¶

func (o *FlowConfigurationEntity) GetFlowConfigurationOk() (*FlowConfigurationDTO, bool)

GetFlowConfigurationOk returns a tuple with the FlowConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowConfigurationEntity) HasFlowConfiguration ¶

func (o *FlowConfigurationEntity) HasFlowConfiguration() bool

HasFlowConfiguration returns a boolean if a field has been set.

func (FlowConfigurationEntity) MarshalJSON ¶

func (o FlowConfigurationEntity) MarshalJSON() ([]byte, error)

func (*FlowConfigurationEntity) SetFlowConfiguration ¶

func (o *FlowConfigurationEntity) SetFlowConfiguration(v FlowConfigurationDTO)

SetFlowConfiguration gets a reference to the given FlowConfigurationDTO and assigns it to the FlowConfiguration field.

func (FlowConfigurationEntity) ToMap ¶

func (o FlowConfigurationEntity) ToMap() (map[string]interface{}, error)

type FlowDTO ¶

type FlowDTO struct {
	// The process groups in this flow.
	ProcessGroups []ProcessGroupEntity `json:"processGroups,omitempty"`
	// The remote process groups in this flow.
	RemoteProcessGroups []RemoteProcessGroupEntity `json:"remoteProcessGroups,omitempty"`
	// The processors in this flow.
	Processors []ProcessorEntity `json:"processors,omitempty"`
	// The input ports in this flow.
	InputPorts []PortEntity `json:"inputPorts,omitempty"`
	// The output ports in this flow.
	OutputPorts []PortEntity `json:"outputPorts,omitempty"`
	// The connections in this flow.
	Connections []ConnectionEntity `json:"connections,omitempty"`
	// The labels in this flow.
	Labels []LabelEntity `json:"labels,omitempty"`
	// The funnels in this flow.
	Funnels []FunnelEntity `json:"funnels,omitempty"`
}

FlowDTO struct for FlowDTO

func NewFlowDTO ¶

func NewFlowDTO() *FlowDTO

NewFlowDTO instantiates a new FlowDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowDTOWithDefaults ¶

func NewFlowDTOWithDefaults() *FlowDTO

NewFlowDTOWithDefaults instantiates a new FlowDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowDTO) GetConnections ¶

func (o *FlowDTO) GetConnections() []ConnectionEntity

GetConnections returns the Connections field value if set, zero value otherwise.

func (*FlowDTO) GetConnectionsOk ¶

func (o *FlowDTO) GetConnectionsOk() ([]ConnectionEntity, bool)

GetConnectionsOk returns a tuple with the Connections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowDTO) GetFunnels ¶

func (o *FlowDTO) GetFunnels() []FunnelEntity

GetFunnels returns the Funnels field value if set, zero value otherwise.

func (*FlowDTO) GetFunnelsOk ¶

func (o *FlowDTO) GetFunnelsOk() ([]FunnelEntity, bool)

GetFunnelsOk returns a tuple with the Funnels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowDTO) GetInputPorts ¶

func (o *FlowDTO) GetInputPorts() []PortEntity

GetInputPorts returns the InputPorts field value if set, zero value otherwise.

func (*FlowDTO) GetInputPortsOk ¶

func (o *FlowDTO) GetInputPortsOk() ([]PortEntity, bool)

GetInputPortsOk returns a tuple with the InputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowDTO) GetLabels ¶

func (o *FlowDTO) GetLabels() []LabelEntity

GetLabels returns the Labels field value if set, zero value otherwise.

func (*FlowDTO) GetLabelsOk ¶

func (o *FlowDTO) GetLabelsOk() ([]LabelEntity, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowDTO) GetOutputPorts ¶

func (o *FlowDTO) GetOutputPorts() []PortEntity

GetOutputPorts returns the OutputPorts field value if set, zero value otherwise.

func (*FlowDTO) GetOutputPortsOk ¶

func (o *FlowDTO) GetOutputPortsOk() ([]PortEntity, bool)

GetOutputPortsOk returns a tuple with the OutputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowDTO) GetProcessGroups ¶

func (o *FlowDTO) GetProcessGroups() []ProcessGroupEntity

GetProcessGroups returns the ProcessGroups field value if set, zero value otherwise.

func (*FlowDTO) GetProcessGroupsOk ¶

func (o *FlowDTO) GetProcessGroupsOk() ([]ProcessGroupEntity, bool)

GetProcessGroupsOk returns a tuple with the ProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowDTO) GetProcessors ¶

func (o *FlowDTO) GetProcessors() []ProcessorEntity

GetProcessors returns the Processors field value if set, zero value otherwise.

func (*FlowDTO) GetProcessorsOk ¶

func (o *FlowDTO) GetProcessorsOk() ([]ProcessorEntity, bool)

GetProcessorsOk returns a tuple with the Processors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowDTO) GetRemoteProcessGroups ¶

func (o *FlowDTO) GetRemoteProcessGroups() []RemoteProcessGroupEntity

GetRemoteProcessGroups returns the RemoteProcessGroups field value if set, zero value otherwise.

func (*FlowDTO) GetRemoteProcessGroupsOk ¶

func (o *FlowDTO) GetRemoteProcessGroupsOk() ([]RemoteProcessGroupEntity, bool)

GetRemoteProcessGroupsOk returns a tuple with the RemoteProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowDTO) HasConnections ¶

func (o *FlowDTO) HasConnections() bool

HasConnections returns a boolean if a field has been set.

func (*FlowDTO) HasFunnels ¶

func (o *FlowDTO) HasFunnels() bool

HasFunnels returns a boolean if a field has been set.

func (*FlowDTO) HasInputPorts ¶

func (o *FlowDTO) HasInputPorts() bool

HasInputPorts returns a boolean if a field has been set.

func (*FlowDTO) HasLabels ¶

func (o *FlowDTO) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*FlowDTO) HasOutputPorts ¶

func (o *FlowDTO) HasOutputPorts() bool

HasOutputPorts returns a boolean if a field has been set.

func (*FlowDTO) HasProcessGroups ¶

func (o *FlowDTO) HasProcessGroups() bool

HasProcessGroups returns a boolean if a field has been set.

func (*FlowDTO) HasProcessors ¶

func (o *FlowDTO) HasProcessors() bool

HasProcessors returns a boolean if a field has been set.

func (*FlowDTO) HasRemoteProcessGroups ¶

func (o *FlowDTO) HasRemoteProcessGroups() bool

HasRemoteProcessGroups returns a boolean if a field has been set.

func (FlowDTO) MarshalJSON ¶

func (o FlowDTO) MarshalJSON() ([]byte, error)

func (*FlowDTO) SetConnections ¶

func (o *FlowDTO) SetConnections(v []ConnectionEntity)

SetConnections gets a reference to the given []ConnectionEntity and assigns it to the Connections field.

func (*FlowDTO) SetFunnels ¶

func (o *FlowDTO) SetFunnels(v []FunnelEntity)

SetFunnels gets a reference to the given []FunnelEntity and assigns it to the Funnels field.

func (*FlowDTO) SetInputPorts ¶

func (o *FlowDTO) SetInputPorts(v []PortEntity)

SetInputPorts gets a reference to the given []PortEntity and assigns it to the InputPorts field.

func (*FlowDTO) SetLabels ¶

func (o *FlowDTO) SetLabels(v []LabelEntity)

SetLabels gets a reference to the given []LabelEntity and assigns it to the Labels field.

func (*FlowDTO) SetOutputPorts ¶

func (o *FlowDTO) SetOutputPorts(v []PortEntity)

SetOutputPorts gets a reference to the given []PortEntity and assigns it to the OutputPorts field.

func (*FlowDTO) SetProcessGroups ¶

func (o *FlowDTO) SetProcessGroups(v []ProcessGroupEntity)

SetProcessGroups gets a reference to the given []ProcessGroupEntity and assigns it to the ProcessGroups field.

func (*FlowDTO) SetProcessors ¶

func (o *FlowDTO) SetProcessors(v []ProcessorEntity)

SetProcessors gets a reference to the given []ProcessorEntity and assigns it to the Processors field.

func (*FlowDTO) SetRemoteProcessGroups ¶

func (o *FlowDTO) SetRemoteProcessGroups(v []RemoteProcessGroupEntity)

SetRemoteProcessGroups gets a reference to the given []RemoteProcessGroupEntity and assigns it to the RemoteProcessGroups field.

func (FlowDTO) ToMap ¶

func (o FlowDTO) ToMap() (map[string]interface{}, error)

type FlowEntity ¶

type FlowEntity struct {
	Flow *FlowDTO `json:"flow,omitempty"`
}

FlowEntity struct for FlowEntity

func NewFlowEntity ¶

func NewFlowEntity() *FlowEntity

NewFlowEntity instantiates a new FlowEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowEntityWithDefaults ¶

func NewFlowEntityWithDefaults() *FlowEntity

NewFlowEntityWithDefaults instantiates a new FlowEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowEntity) GetFlow ¶

func (o *FlowEntity) GetFlow() FlowDTO

GetFlow returns the Flow field value if set, zero value otherwise.

func (*FlowEntity) GetFlowOk ¶

func (o *FlowEntity) GetFlowOk() (*FlowDTO, bool)

GetFlowOk returns a tuple with the Flow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowEntity) HasFlow ¶

func (o *FlowEntity) HasFlow() bool

HasFlow returns a boolean if a field has been set.

func (FlowEntity) MarshalJSON ¶

func (o FlowEntity) MarshalJSON() ([]byte, error)

func (*FlowEntity) SetFlow ¶

func (o *FlowEntity) SetFlow(v FlowDTO)

SetFlow gets a reference to the given FlowDTO and assigns it to the Flow field.

func (FlowEntity) ToMap ¶

func (o FlowEntity) ToMap() (map[string]interface{}, error)

type FlowFileDTO ¶

type FlowFileDTO struct {
	// The URI that can be used to access this FlowFile.
	Uri *string `json:"uri,omitempty"`
	// The FlowFile UUID.
	Uuid *string `json:"uuid,omitempty"`
	// The FlowFile filename.
	Filename *string `json:"filename,omitempty"`
	// The FlowFile's position in the queue.
	Position *int32 `json:"position,omitempty"`
	// The FlowFile file size.
	Size *int64 `json:"size,omitempty"`
	// How long this FlowFile has been enqueued.
	QueuedDuration *int64 `json:"queuedDuration,omitempty"`
	// Duration since the FlowFile's greatest ancestor entered the flow.
	LineageDuration *int64 `json:"lineageDuration,omitempty"`
	// How long in milliseconds until the FlowFile penalty expires.
	PenaltyExpiresIn *int64 `json:"penaltyExpiresIn,omitempty"`
	// The id of the node where this FlowFile resides.
	ClusterNodeId *string `json:"clusterNodeId,omitempty"`
	// The label for the node where this FlowFile resides.
	ClusterNodeAddress *string `json:"clusterNodeAddress,omitempty"`
	// The FlowFile attributes.
	Attributes *map[string]string `json:"attributes,omitempty"`
	// The section in which the content claim lives.
	ContentClaimSection *string `json:"contentClaimSection,omitempty"`
	// The container in which the content claim lives.
	ContentClaimContainer *string `json:"contentClaimContainer,omitempty"`
	// The identifier of the content claim.
	ContentClaimIdentifier *string `json:"contentClaimIdentifier,omitempty"`
	// The offset into the content claim where the flowfile's content begins.
	ContentClaimOffset *int64 `json:"contentClaimOffset,omitempty"`
	// The file size of the content claim formatted.
	ContentClaimFileSize *string `json:"contentClaimFileSize,omitempty"`
	// The file size of the content claim in bytes.
	ContentClaimFileSizeBytes *int64 `json:"contentClaimFileSizeBytes,omitempty"`
	// If the FlowFile is penalized.
	Penalized *bool `json:"penalized,omitempty"`
}

FlowFileDTO struct for FlowFileDTO

func NewFlowFileDTO ¶

func NewFlowFileDTO() *FlowFileDTO

NewFlowFileDTO instantiates a new FlowFileDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowFileDTOWithDefaults ¶

func NewFlowFileDTOWithDefaults() *FlowFileDTO

NewFlowFileDTOWithDefaults instantiates a new FlowFileDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowFileDTO) GetAttributes ¶

func (o *FlowFileDTO) GetAttributes() map[string]string

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*FlowFileDTO) GetAttributesOk ¶

func (o *FlowFileDTO) GetAttributesOk() (*map[string]string, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetClusterNodeAddress ¶

func (o *FlowFileDTO) GetClusterNodeAddress() string

GetClusterNodeAddress returns the ClusterNodeAddress field value if set, zero value otherwise.

func (*FlowFileDTO) GetClusterNodeAddressOk ¶

func (o *FlowFileDTO) GetClusterNodeAddressOk() (*string, bool)

GetClusterNodeAddressOk returns a tuple with the ClusterNodeAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetClusterNodeId ¶

func (o *FlowFileDTO) GetClusterNodeId() string

GetClusterNodeId returns the ClusterNodeId field value if set, zero value otherwise.

func (*FlowFileDTO) GetClusterNodeIdOk ¶

func (o *FlowFileDTO) GetClusterNodeIdOk() (*string, bool)

GetClusterNodeIdOk returns a tuple with the ClusterNodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetContentClaimContainer ¶

func (o *FlowFileDTO) GetContentClaimContainer() string

GetContentClaimContainer returns the ContentClaimContainer field value if set, zero value otherwise.

func (*FlowFileDTO) GetContentClaimContainerOk ¶

func (o *FlowFileDTO) GetContentClaimContainerOk() (*string, bool)

GetContentClaimContainerOk returns a tuple with the ContentClaimContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetContentClaimFileSize ¶

func (o *FlowFileDTO) GetContentClaimFileSize() string

GetContentClaimFileSize returns the ContentClaimFileSize field value if set, zero value otherwise.

func (*FlowFileDTO) GetContentClaimFileSizeBytes ¶

func (o *FlowFileDTO) GetContentClaimFileSizeBytes() int64

GetContentClaimFileSizeBytes returns the ContentClaimFileSizeBytes field value if set, zero value otherwise.

func (*FlowFileDTO) GetContentClaimFileSizeBytesOk ¶

func (o *FlowFileDTO) GetContentClaimFileSizeBytesOk() (*int64, bool)

GetContentClaimFileSizeBytesOk returns a tuple with the ContentClaimFileSizeBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetContentClaimFileSizeOk ¶

func (o *FlowFileDTO) GetContentClaimFileSizeOk() (*string, bool)

GetContentClaimFileSizeOk returns a tuple with the ContentClaimFileSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetContentClaimIdentifier ¶

func (o *FlowFileDTO) GetContentClaimIdentifier() string

GetContentClaimIdentifier returns the ContentClaimIdentifier field value if set, zero value otherwise.

func (*FlowFileDTO) GetContentClaimIdentifierOk ¶

func (o *FlowFileDTO) GetContentClaimIdentifierOk() (*string, bool)

GetContentClaimIdentifierOk returns a tuple with the ContentClaimIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetContentClaimOffset ¶

func (o *FlowFileDTO) GetContentClaimOffset() int64

GetContentClaimOffset returns the ContentClaimOffset field value if set, zero value otherwise.

func (*FlowFileDTO) GetContentClaimOffsetOk ¶

func (o *FlowFileDTO) GetContentClaimOffsetOk() (*int64, bool)

GetContentClaimOffsetOk returns a tuple with the ContentClaimOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetContentClaimSection ¶

func (o *FlowFileDTO) GetContentClaimSection() string

GetContentClaimSection returns the ContentClaimSection field value if set, zero value otherwise.

func (*FlowFileDTO) GetContentClaimSectionOk ¶

func (o *FlowFileDTO) GetContentClaimSectionOk() (*string, bool)

GetContentClaimSectionOk returns a tuple with the ContentClaimSection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetFilename ¶

func (o *FlowFileDTO) GetFilename() string

GetFilename returns the Filename field value if set, zero value otherwise.

func (*FlowFileDTO) GetFilenameOk ¶

func (o *FlowFileDTO) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetLineageDuration ¶

func (o *FlowFileDTO) GetLineageDuration() int64

GetLineageDuration returns the LineageDuration field value if set, zero value otherwise.

func (*FlowFileDTO) GetLineageDurationOk ¶

func (o *FlowFileDTO) GetLineageDurationOk() (*int64, bool)

GetLineageDurationOk returns a tuple with the LineageDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetPenalized ¶

func (o *FlowFileDTO) GetPenalized() bool

GetPenalized returns the Penalized field value if set, zero value otherwise.

func (*FlowFileDTO) GetPenalizedOk ¶

func (o *FlowFileDTO) GetPenalizedOk() (*bool, bool)

GetPenalizedOk returns a tuple with the Penalized field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetPenaltyExpiresIn ¶

func (o *FlowFileDTO) GetPenaltyExpiresIn() int64

GetPenaltyExpiresIn returns the PenaltyExpiresIn field value if set, zero value otherwise.

func (*FlowFileDTO) GetPenaltyExpiresInOk ¶

func (o *FlowFileDTO) GetPenaltyExpiresInOk() (*int64, bool)

GetPenaltyExpiresInOk returns a tuple with the PenaltyExpiresIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetPosition ¶

func (o *FlowFileDTO) GetPosition() int32

GetPosition returns the Position field value if set, zero value otherwise.

func (*FlowFileDTO) GetPositionOk ¶

func (o *FlowFileDTO) GetPositionOk() (*int32, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetQueuedDuration ¶

func (o *FlowFileDTO) GetQueuedDuration() int64

GetQueuedDuration returns the QueuedDuration field value if set, zero value otherwise.

func (*FlowFileDTO) GetQueuedDurationOk ¶

func (o *FlowFileDTO) GetQueuedDurationOk() (*int64, bool)

GetQueuedDurationOk returns a tuple with the QueuedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetSize ¶

func (o *FlowFileDTO) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*FlowFileDTO) GetSizeOk ¶

func (o *FlowFileDTO) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetUri ¶

func (o *FlowFileDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*FlowFileDTO) GetUriOk ¶

func (o *FlowFileDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) GetUuid ¶

func (o *FlowFileDTO) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*FlowFileDTO) GetUuidOk ¶

func (o *FlowFileDTO) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileDTO) HasAttributes ¶

func (o *FlowFileDTO) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*FlowFileDTO) HasClusterNodeAddress ¶

func (o *FlowFileDTO) HasClusterNodeAddress() bool

HasClusterNodeAddress returns a boolean if a field has been set.

func (*FlowFileDTO) HasClusterNodeId ¶

func (o *FlowFileDTO) HasClusterNodeId() bool

HasClusterNodeId returns a boolean if a field has been set.

func (*FlowFileDTO) HasContentClaimContainer ¶

func (o *FlowFileDTO) HasContentClaimContainer() bool

HasContentClaimContainer returns a boolean if a field has been set.

func (*FlowFileDTO) HasContentClaimFileSize ¶

func (o *FlowFileDTO) HasContentClaimFileSize() bool

HasContentClaimFileSize returns a boolean if a field has been set.

func (*FlowFileDTO) HasContentClaimFileSizeBytes ¶

func (o *FlowFileDTO) HasContentClaimFileSizeBytes() bool

HasContentClaimFileSizeBytes returns a boolean if a field has been set.

func (*FlowFileDTO) HasContentClaimIdentifier ¶

func (o *FlowFileDTO) HasContentClaimIdentifier() bool

HasContentClaimIdentifier returns a boolean if a field has been set.

func (*FlowFileDTO) HasContentClaimOffset ¶

func (o *FlowFileDTO) HasContentClaimOffset() bool

HasContentClaimOffset returns a boolean if a field has been set.

func (*FlowFileDTO) HasContentClaimSection ¶

func (o *FlowFileDTO) HasContentClaimSection() bool

HasContentClaimSection returns a boolean if a field has been set.

func (*FlowFileDTO) HasFilename ¶

func (o *FlowFileDTO) HasFilename() bool

HasFilename returns a boolean if a field has been set.

func (*FlowFileDTO) HasLineageDuration ¶

func (o *FlowFileDTO) HasLineageDuration() bool

HasLineageDuration returns a boolean if a field has been set.

func (*FlowFileDTO) HasPenalized ¶

func (o *FlowFileDTO) HasPenalized() bool

HasPenalized returns a boolean if a field has been set.

func (*FlowFileDTO) HasPenaltyExpiresIn ¶

func (o *FlowFileDTO) HasPenaltyExpiresIn() bool

HasPenaltyExpiresIn returns a boolean if a field has been set.

func (*FlowFileDTO) HasPosition ¶

func (o *FlowFileDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*FlowFileDTO) HasQueuedDuration ¶

func (o *FlowFileDTO) HasQueuedDuration() bool

HasQueuedDuration returns a boolean if a field has been set.

func (*FlowFileDTO) HasSize ¶

func (o *FlowFileDTO) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*FlowFileDTO) HasUri ¶

func (o *FlowFileDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (*FlowFileDTO) HasUuid ¶

func (o *FlowFileDTO) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (FlowFileDTO) MarshalJSON ¶

func (o FlowFileDTO) MarshalJSON() ([]byte, error)

func (*FlowFileDTO) SetAttributes ¶

func (o *FlowFileDTO) SetAttributes(v map[string]string)

SetAttributes gets a reference to the given map[string]string and assigns it to the Attributes field.

func (*FlowFileDTO) SetClusterNodeAddress ¶

func (o *FlowFileDTO) SetClusterNodeAddress(v string)

SetClusterNodeAddress gets a reference to the given string and assigns it to the ClusterNodeAddress field.

func (*FlowFileDTO) SetClusterNodeId ¶

func (o *FlowFileDTO) SetClusterNodeId(v string)

SetClusterNodeId gets a reference to the given string and assigns it to the ClusterNodeId field.

func (*FlowFileDTO) SetContentClaimContainer ¶

func (o *FlowFileDTO) SetContentClaimContainer(v string)

SetContentClaimContainer gets a reference to the given string and assigns it to the ContentClaimContainer field.

func (*FlowFileDTO) SetContentClaimFileSize ¶

func (o *FlowFileDTO) SetContentClaimFileSize(v string)

SetContentClaimFileSize gets a reference to the given string and assigns it to the ContentClaimFileSize field.

func (*FlowFileDTO) SetContentClaimFileSizeBytes ¶

func (o *FlowFileDTO) SetContentClaimFileSizeBytes(v int64)

SetContentClaimFileSizeBytes gets a reference to the given int64 and assigns it to the ContentClaimFileSizeBytes field.

func (*FlowFileDTO) SetContentClaimIdentifier ¶

func (o *FlowFileDTO) SetContentClaimIdentifier(v string)

SetContentClaimIdentifier gets a reference to the given string and assigns it to the ContentClaimIdentifier field.

func (*FlowFileDTO) SetContentClaimOffset ¶

func (o *FlowFileDTO) SetContentClaimOffset(v int64)

SetContentClaimOffset gets a reference to the given int64 and assigns it to the ContentClaimOffset field.

func (*FlowFileDTO) SetContentClaimSection ¶

func (o *FlowFileDTO) SetContentClaimSection(v string)

SetContentClaimSection gets a reference to the given string and assigns it to the ContentClaimSection field.

func (*FlowFileDTO) SetFilename ¶

func (o *FlowFileDTO) SetFilename(v string)

SetFilename gets a reference to the given string and assigns it to the Filename field.

func (*FlowFileDTO) SetLineageDuration ¶

func (o *FlowFileDTO) SetLineageDuration(v int64)

SetLineageDuration gets a reference to the given int64 and assigns it to the LineageDuration field.

func (*FlowFileDTO) SetPenalized ¶

func (o *FlowFileDTO) SetPenalized(v bool)

SetPenalized gets a reference to the given bool and assigns it to the Penalized field.

func (*FlowFileDTO) SetPenaltyExpiresIn ¶

func (o *FlowFileDTO) SetPenaltyExpiresIn(v int64)

SetPenaltyExpiresIn gets a reference to the given int64 and assigns it to the PenaltyExpiresIn field.

func (*FlowFileDTO) SetPosition ¶

func (o *FlowFileDTO) SetPosition(v int32)

SetPosition gets a reference to the given int32 and assigns it to the Position field.

func (*FlowFileDTO) SetQueuedDuration ¶

func (o *FlowFileDTO) SetQueuedDuration(v int64)

SetQueuedDuration gets a reference to the given int64 and assigns it to the QueuedDuration field.

func (*FlowFileDTO) SetSize ¶

func (o *FlowFileDTO) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*FlowFileDTO) SetUri ¶

func (o *FlowFileDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (*FlowFileDTO) SetUuid ¶

func (o *FlowFileDTO) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (FlowFileDTO) ToMap ¶

func (o FlowFileDTO) ToMap() (map[string]interface{}, error)

type FlowFileEntity ¶

type FlowFileEntity struct {
	FlowFile *FlowFileDTO `json:"flowFile,omitempty"`
}

FlowFileEntity struct for FlowFileEntity

func NewFlowFileEntity ¶

func NewFlowFileEntity() *FlowFileEntity

NewFlowFileEntity instantiates a new FlowFileEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowFileEntityWithDefaults ¶

func NewFlowFileEntityWithDefaults() *FlowFileEntity

NewFlowFileEntityWithDefaults instantiates a new FlowFileEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowFileEntity) GetFlowFile ¶

func (o *FlowFileEntity) GetFlowFile() FlowFileDTO

GetFlowFile returns the FlowFile field value if set, zero value otherwise.

func (*FlowFileEntity) GetFlowFileOk ¶

func (o *FlowFileEntity) GetFlowFileOk() (*FlowFileDTO, bool)

GetFlowFileOk returns a tuple with the FlowFile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileEntity) HasFlowFile ¶

func (o *FlowFileEntity) HasFlowFile() bool

HasFlowFile returns a boolean if a field has been set.

func (FlowFileEntity) MarshalJSON ¶

func (o FlowFileEntity) MarshalJSON() ([]byte, error)

func (*FlowFileEntity) SetFlowFile ¶

func (o *FlowFileEntity) SetFlowFile(v FlowFileDTO)

SetFlowFile gets a reference to the given FlowFileDTO and assigns it to the FlowFile field.

func (FlowFileEntity) ToMap ¶

func (o FlowFileEntity) ToMap() (map[string]interface{}, error)

type FlowFileSummaryDTO ¶

type FlowFileSummaryDTO struct {
	// The URI that can be used to access this FlowFile.
	Uri *string `json:"uri,omitempty"`
	// The FlowFile UUID.
	Uuid *string `json:"uuid,omitempty"`
	// The FlowFile filename.
	Filename *string `json:"filename,omitempty"`
	// The FlowFile's position in the queue.
	Position *int32 `json:"position,omitempty"`
	// The FlowFile file size.
	Size *int64 `json:"size,omitempty"`
	// How long this FlowFile has been enqueued.
	QueuedDuration *int64 `json:"queuedDuration,omitempty"`
	// Duration since the FlowFile's greatest ancestor entered the flow.
	LineageDuration *int64 `json:"lineageDuration,omitempty"`
	// How long in milliseconds until the FlowFile penalty expires.
	PenaltyExpiresIn *int64 `json:"penaltyExpiresIn,omitempty"`
	// The id of the node where this FlowFile resides.
	ClusterNodeId *string `json:"clusterNodeId,omitempty"`
	// The label for the node where this FlowFile resides.
	ClusterNodeAddress *string `json:"clusterNodeAddress,omitempty"`
	// If the FlowFile is penalized.
	Penalized *bool `json:"penalized,omitempty"`
}

FlowFileSummaryDTO struct for FlowFileSummaryDTO

func NewFlowFileSummaryDTO ¶

func NewFlowFileSummaryDTO() *FlowFileSummaryDTO

NewFlowFileSummaryDTO instantiates a new FlowFileSummaryDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowFileSummaryDTOWithDefaults ¶

func NewFlowFileSummaryDTOWithDefaults() *FlowFileSummaryDTO

NewFlowFileSummaryDTOWithDefaults instantiates a new FlowFileSummaryDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowFileSummaryDTO) GetClusterNodeAddress ¶

func (o *FlowFileSummaryDTO) GetClusterNodeAddress() string

GetClusterNodeAddress returns the ClusterNodeAddress field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetClusterNodeAddressOk ¶

func (o *FlowFileSummaryDTO) GetClusterNodeAddressOk() (*string, bool)

GetClusterNodeAddressOk returns a tuple with the ClusterNodeAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) GetClusterNodeId ¶

func (o *FlowFileSummaryDTO) GetClusterNodeId() string

GetClusterNodeId returns the ClusterNodeId field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetClusterNodeIdOk ¶

func (o *FlowFileSummaryDTO) GetClusterNodeIdOk() (*string, bool)

GetClusterNodeIdOk returns a tuple with the ClusterNodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) GetFilename ¶

func (o *FlowFileSummaryDTO) GetFilename() string

GetFilename returns the Filename field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetFilenameOk ¶

func (o *FlowFileSummaryDTO) GetFilenameOk() (*string, bool)

GetFilenameOk returns a tuple with the Filename field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) GetLineageDuration ¶

func (o *FlowFileSummaryDTO) GetLineageDuration() int64

GetLineageDuration returns the LineageDuration field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetLineageDurationOk ¶

func (o *FlowFileSummaryDTO) GetLineageDurationOk() (*int64, bool)

GetLineageDurationOk returns a tuple with the LineageDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) GetPenalized ¶

func (o *FlowFileSummaryDTO) GetPenalized() bool

GetPenalized returns the Penalized field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetPenalizedOk ¶

func (o *FlowFileSummaryDTO) GetPenalizedOk() (*bool, bool)

GetPenalizedOk returns a tuple with the Penalized field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) GetPenaltyExpiresIn ¶

func (o *FlowFileSummaryDTO) GetPenaltyExpiresIn() int64

GetPenaltyExpiresIn returns the PenaltyExpiresIn field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetPenaltyExpiresInOk ¶

func (o *FlowFileSummaryDTO) GetPenaltyExpiresInOk() (*int64, bool)

GetPenaltyExpiresInOk returns a tuple with the PenaltyExpiresIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) GetPosition ¶

func (o *FlowFileSummaryDTO) GetPosition() int32

GetPosition returns the Position field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetPositionOk ¶

func (o *FlowFileSummaryDTO) GetPositionOk() (*int32, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) GetQueuedDuration ¶

func (o *FlowFileSummaryDTO) GetQueuedDuration() int64

GetQueuedDuration returns the QueuedDuration field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetQueuedDurationOk ¶

func (o *FlowFileSummaryDTO) GetQueuedDurationOk() (*int64, bool)

GetQueuedDurationOk returns a tuple with the QueuedDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) GetSize ¶

func (o *FlowFileSummaryDTO) GetSize() int64

GetSize returns the Size field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetSizeOk ¶

func (o *FlowFileSummaryDTO) GetSizeOk() (*int64, bool)

GetSizeOk returns a tuple with the Size field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) GetUri ¶

func (o *FlowFileSummaryDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetUriOk ¶

func (o *FlowFileSummaryDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) GetUuid ¶

func (o *FlowFileSummaryDTO) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*FlowFileSummaryDTO) GetUuidOk ¶

func (o *FlowFileSummaryDTO) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowFileSummaryDTO) HasClusterNodeAddress ¶

func (o *FlowFileSummaryDTO) HasClusterNodeAddress() bool

HasClusterNodeAddress returns a boolean if a field has been set.

func (*FlowFileSummaryDTO) HasClusterNodeId ¶

func (o *FlowFileSummaryDTO) HasClusterNodeId() bool

HasClusterNodeId returns a boolean if a field has been set.

func (*FlowFileSummaryDTO) HasFilename ¶

func (o *FlowFileSummaryDTO) HasFilename() bool

HasFilename returns a boolean if a field has been set.

func (*FlowFileSummaryDTO) HasLineageDuration ¶

func (o *FlowFileSummaryDTO) HasLineageDuration() bool

HasLineageDuration returns a boolean if a field has been set.

func (*FlowFileSummaryDTO) HasPenalized ¶

func (o *FlowFileSummaryDTO) HasPenalized() bool

HasPenalized returns a boolean if a field has been set.

func (*FlowFileSummaryDTO) HasPenaltyExpiresIn ¶

func (o *FlowFileSummaryDTO) HasPenaltyExpiresIn() bool

HasPenaltyExpiresIn returns a boolean if a field has been set.

func (*FlowFileSummaryDTO) HasPosition ¶

func (o *FlowFileSummaryDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*FlowFileSummaryDTO) HasQueuedDuration ¶

func (o *FlowFileSummaryDTO) HasQueuedDuration() bool

HasQueuedDuration returns a boolean if a field has been set.

func (*FlowFileSummaryDTO) HasSize ¶

func (o *FlowFileSummaryDTO) HasSize() bool

HasSize returns a boolean if a field has been set.

func (*FlowFileSummaryDTO) HasUri ¶

func (o *FlowFileSummaryDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (*FlowFileSummaryDTO) HasUuid ¶

func (o *FlowFileSummaryDTO) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (FlowFileSummaryDTO) MarshalJSON ¶

func (o FlowFileSummaryDTO) MarshalJSON() ([]byte, error)

func (*FlowFileSummaryDTO) SetClusterNodeAddress ¶

func (o *FlowFileSummaryDTO) SetClusterNodeAddress(v string)

SetClusterNodeAddress gets a reference to the given string and assigns it to the ClusterNodeAddress field.

func (*FlowFileSummaryDTO) SetClusterNodeId ¶

func (o *FlowFileSummaryDTO) SetClusterNodeId(v string)

SetClusterNodeId gets a reference to the given string and assigns it to the ClusterNodeId field.

func (*FlowFileSummaryDTO) SetFilename ¶

func (o *FlowFileSummaryDTO) SetFilename(v string)

SetFilename gets a reference to the given string and assigns it to the Filename field.

func (*FlowFileSummaryDTO) SetLineageDuration ¶

func (o *FlowFileSummaryDTO) SetLineageDuration(v int64)

SetLineageDuration gets a reference to the given int64 and assigns it to the LineageDuration field.

func (*FlowFileSummaryDTO) SetPenalized ¶

func (o *FlowFileSummaryDTO) SetPenalized(v bool)

SetPenalized gets a reference to the given bool and assigns it to the Penalized field.

func (*FlowFileSummaryDTO) SetPenaltyExpiresIn ¶

func (o *FlowFileSummaryDTO) SetPenaltyExpiresIn(v int64)

SetPenaltyExpiresIn gets a reference to the given int64 and assigns it to the PenaltyExpiresIn field.

func (*FlowFileSummaryDTO) SetPosition ¶

func (o *FlowFileSummaryDTO) SetPosition(v int32)

SetPosition gets a reference to the given int32 and assigns it to the Position field.

func (*FlowFileSummaryDTO) SetQueuedDuration ¶

func (o *FlowFileSummaryDTO) SetQueuedDuration(v int64)

SetQueuedDuration gets a reference to the given int64 and assigns it to the QueuedDuration field.

func (*FlowFileSummaryDTO) SetSize ¶

func (o *FlowFileSummaryDTO) SetSize(v int64)

SetSize gets a reference to the given int64 and assigns it to the Size field.

func (*FlowFileSummaryDTO) SetUri ¶

func (o *FlowFileSummaryDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (*FlowFileSummaryDTO) SetUuid ¶

func (o *FlowFileSummaryDTO) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (FlowFileSummaryDTO) ToMap ¶

func (o FlowFileSummaryDTO) ToMap() (map[string]interface{}, error)

type FlowRegistryBucket ¶

type FlowRegistryBucket struct {
	Identifier       *string                  `json:"identifier,omitempty"`
	Name             *string                  `json:"name,omitempty"`
	Description      *string                  `json:"description,omitempty"`
	CreatedTimestamp *int64                   `json:"createdTimestamp,omitempty"`
	Permissions      *FlowRegistryPermissions `json:"permissions,omitempty"`
}

FlowRegistryBucket struct for FlowRegistryBucket

func NewFlowRegistryBucket ¶

func NewFlowRegistryBucket() *FlowRegistryBucket

NewFlowRegistryBucket instantiates a new FlowRegistryBucket object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowRegistryBucketWithDefaults ¶

func NewFlowRegistryBucketWithDefaults() *FlowRegistryBucket

NewFlowRegistryBucketWithDefaults instantiates a new FlowRegistryBucket object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowRegistryBucket) GetCreatedTimestamp ¶

func (o *FlowRegistryBucket) GetCreatedTimestamp() int64

GetCreatedTimestamp returns the CreatedTimestamp field value if set, zero value otherwise.

func (*FlowRegistryBucket) GetCreatedTimestampOk ¶

func (o *FlowRegistryBucket) GetCreatedTimestampOk() (*int64, bool)

GetCreatedTimestampOk returns a tuple with the CreatedTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucket) GetDescription ¶

func (o *FlowRegistryBucket) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*FlowRegistryBucket) GetDescriptionOk ¶

func (o *FlowRegistryBucket) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucket) GetIdentifier ¶

func (o *FlowRegistryBucket) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*FlowRegistryBucket) GetIdentifierOk ¶

func (o *FlowRegistryBucket) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucket) GetName ¶

func (o *FlowRegistryBucket) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FlowRegistryBucket) GetNameOk ¶

func (o *FlowRegistryBucket) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucket) GetPermissions ¶

func (o *FlowRegistryBucket) GetPermissions() FlowRegistryPermissions

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*FlowRegistryBucket) GetPermissionsOk ¶

func (o *FlowRegistryBucket) GetPermissionsOk() (*FlowRegistryPermissions, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucket) HasCreatedTimestamp ¶

func (o *FlowRegistryBucket) HasCreatedTimestamp() bool

HasCreatedTimestamp returns a boolean if a field has been set.

func (*FlowRegistryBucket) HasDescription ¶

func (o *FlowRegistryBucket) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FlowRegistryBucket) HasIdentifier ¶

func (o *FlowRegistryBucket) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*FlowRegistryBucket) HasName ¶

func (o *FlowRegistryBucket) HasName() bool

HasName returns a boolean if a field has been set.

func (*FlowRegistryBucket) HasPermissions ¶

func (o *FlowRegistryBucket) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (FlowRegistryBucket) MarshalJSON ¶

func (o FlowRegistryBucket) MarshalJSON() ([]byte, error)

func (*FlowRegistryBucket) SetCreatedTimestamp ¶

func (o *FlowRegistryBucket) SetCreatedTimestamp(v int64)

SetCreatedTimestamp gets a reference to the given int64 and assigns it to the CreatedTimestamp field.

func (*FlowRegistryBucket) SetDescription ¶

func (o *FlowRegistryBucket) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FlowRegistryBucket) SetIdentifier ¶

func (o *FlowRegistryBucket) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*FlowRegistryBucket) SetName ¶

func (o *FlowRegistryBucket) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FlowRegistryBucket) SetPermissions ¶

func (o *FlowRegistryBucket) SetPermissions(v FlowRegistryPermissions)

SetPermissions gets a reference to the given FlowRegistryPermissions and assigns it to the Permissions field.

func (FlowRegistryBucket) ToMap ¶

func (o FlowRegistryBucket) ToMap() (map[string]interface{}, error)

type FlowRegistryBucketDTO ¶

type FlowRegistryBucketDTO struct {
	// The bucket identifier
	Id *string `json:"id,omitempty"`
	// The bucket name
	Name *string `json:"name,omitempty"`
	// The bucket description
	Description *string `json:"description,omitempty"`
	// The created timestamp of this bucket
	Created *int64 `json:"created,omitempty"`
}

FlowRegistryBucketDTO struct for FlowRegistryBucketDTO

func NewFlowRegistryBucketDTO ¶

func NewFlowRegistryBucketDTO() *FlowRegistryBucketDTO

NewFlowRegistryBucketDTO instantiates a new FlowRegistryBucketDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowRegistryBucketDTOWithDefaults ¶

func NewFlowRegistryBucketDTOWithDefaults() *FlowRegistryBucketDTO

NewFlowRegistryBucketDTOWithDefaults instantiates a new FlowRegistryBucketDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowRegistryBucketDTO) GetCreated ¶

func (o *FlowRegistryBucketDTO) GetCreated() int64

GetCreated returns the Created field value if set, zero value otherwise.

func (*FlowRegistryBucketDTO) GetCreatedOk ¶

func (o *FlowRegistryBucketDTO) GetCreatedOk() (*int64, bool)

GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucketDTO) GetDescription ¶

func (o *FlowRegistryBucketDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*FlowRegistryBucketDTO) GetDescriptionOk ¶

func (o *FlowRegistryBucketDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucketDTO) GetId ¶

func (o *FlowRegistryBucketDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FlowRegistryBucketDTO) GetIdOk ¶

func (o *FlowRegistryBucketDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucketDTO) GetName ¶

func (o *FlowRegistryBucketDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FlowRegistryBucketDTO) GetNameOk ¶

func (o *FlowRegistryBucketDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucketDTO) HasCreated ¶

func (o *FlowRegistryBucketDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*FlowRegistryBucketDTO) HasDescription ¶

func (o *FlowRegistryBucketDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FlowRegistryBucketDTO) HasId ¶

func (o *FlowRegistryBucketDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*FlowRegistryBucketDTO) HasName ¶

func (o *FlowRegistryBucketDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (FlowRegistryBucketDTO) MarshalJSON ¶

func (o FlowRegistryBucketDTO) MarshalJSON() ([]byte, error)

func (*FlowRegistryBucketDTO) SetCreated ¶

func (o *FlowRegistryBucketDTO) SetCreated(v int64)

SetCreated gets a reference to the given int64 and assigns it to the Created field.

func (*FlowRegistryBucketDTO) SetDescription ¶

func (o *FlowRegistryBucketDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FlowRegistryBucketDTO) SetId ¶

func (o *FlowRegistryBucketDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FlowRegistryBucketDTO) SetName ¶

func (o *FlowRegistryBucketDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (FlowRegistryBucketDTO) ToMap ¶

func (o FlowRegistryBucketDTO) ToMap() (map[string]interface{}, error)

type FlowRegistryBucketEntity ¶

type FlowRegistryBucketEntity struct {
	Id          *string                `json:"id,omitempty"`
	Bucket      *FlowRegistryBucketDTO `json:"bucket,omitempty"`
	Permissions *PermissionsDTO        `json:"permissions,omitempty"`
}

FlowRegistryBucketEntity struct for FlowRegistryBucketEntity

func NewFlowRegistryBucketEntity ¶

func NewFlowRegistryBucketEntity() *FlowRegistryBucketEntity

NewFlowRegistryBucketEntity instantiates a new FlowRegistryBucketEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowRegistryBucketEntityWithDefaults ¶

func NewFlowRegistryBucketEntityWithDefaults() *FlowRegistryBucketEntity

NewFlowRegistryBucketEntityWithDefaults instantiates a new FlowRegistryBucketEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowRegistryBucketEntity) GetBucket ¶

GetBucket returns the Bucket field value if set, zero value otherwise.

func (*FlowRegistryBucketEntity) GetBucketOk ¶

GetBucketOk returns a tuple with the Bucket field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucketEntity) GetId ¶

func (o *FlowRegistryBucketEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FlowRegistryBucketEntity) GetIdOk ¶

func (o *FlowRegistryBucketEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucketEntity) GetPermissions ¶

func (o *FlowRegistryBucketEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*FlowRegistryBucketEntity) GetPermissionsOk ¶

func (o *FlowRegistryBucketEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucketEntity) HasBucket ¶

func (o *FlowRegistryBucketEntity) HasBucket() bool

HasBucket returns a boolean if a field has been set.

func (*FlowRegistryBucketEntity) HasId ¶

func (o *FlowRegistryBucketEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*FlowRegistryBucketEntity) HasPermissions ¶

func (o *FlowRegistryBucketEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (FlowRegistryBucketEntity) MarshalJSON ¶

func (o FlowRegistryBucketEntity) MarshalJSON() ([]byte, error)

func (*FlowRegistryBucketEntity) SetBucket ¶

SetBucket gets a reference to the given FlowRegistryBucketDTO and assigns it to the Bucket field.

func (*FlowRegistryBucketEntity) SetId ¶

func (o *FlowRegistryBucketEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FlowRegistryBucketEntity) SetPermissions ¶

func (o *FlowRegistryBucketEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (FlowRegistryBucketEntity) ToMap ¶

func (o FlowRegistryBucketEntity) ToMap() (map[string]interface{}, error)

type FlowRegistryBucketsEntity ¶

type FlowRegistryBucketsEntity struct {
	Buckets []FlowRegistryBucketEntity `json:"buckets,omitempty"`
}

FlowRegistryBucketsEntity struct for FlowRegistryBucketsEntity

func NewFlowRegistryBucketsEntity ¶

func NewFlowRegistryBucketsEntity() *FlowRegistryBucketsEntity

NewFlowRegistryBucketsEntity instantiates a new FlowRegistryBucketsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowRegistryBucketsEntityWithDefaults ¶

func NewFlowRegistryBucketsEntityWithDefaults() *FlowRegistryBucketsEntity

NewFlowRegistryBucketsEntityWithDefaults instantiates a new FlowRegistryBucketsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowRegistryBucketsEntity) GetBuckets ¶

GetBuckets returns the Buckets field value if set, zero value otherwise.

func (*FlowRegistryBucketsEntity) GetBucketsOk ¶

GetBucketsOk returns a tuple with the Buckets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryBucketsEntity) HasBuckets ¶

func (o *FlowRegistryBucketsEntity) HasBuckets() bool

HasBuckets returns a boolean if a field has been set.

func (FlowRegistryBucketsEntity) MarshalJSON ¶

func (o FlowRegistryBucketsEntity) MarshalJSON() ([]byte, error)

func (*FlowRegistryBucketsEntity) SetBuckets ¶

SetBuckets gets a reference to the given []FlowRegistryBucketEntity and assigns it to the Buckets field.

func (FlowRegistryBucketsEntity) ToMap ¶

func (o FlowRegistryBucketsEntity) ToMap() (map[string]interface{}, error)

type FlowRegistryClientDTO ¶

type FlowRegistryClientDTO struct {
	// The registry identifier
	Id *string `json:"id,omitempty"`
	// The registry name
	Name *string `json:"name,omitempty"`
	// The registry description
	Description *string `json:"description,omitempty"`
	Uri         *string `json:"uri,omitempty"`
	// The type of the controller service.
	Type   *string    `json:"type,omitempty"`
	Bundle *BundleDTO `json:"bundle,omitempty"`
	// The properties of the controller service.
	Properties *map[string]string `json:"properties,omitempty"`
	// The descriptors for the controller service properties.
	Descriptors *map[string]PropertyDescriptorDTO `json:"descriptors,omitempty"`
	// Set of sensitive dynamic property names
	SensitiveDynamicPropertyNames []string `json:"sensitiveDynamicPropertyNames,omitempty"`
	// Whether the reporting task supports sensitive dynamic properties.
	SupportsSensitiveDynamicProperties *bool `json:"supportsSensitiveDynamicProperties,omitempty"`
	// Whether the reporting task requires elevated privileges.
	Restricted *bool `json:"restricted,omitempty"`
	// Whether the reporting task has been deprecated.
	Deprecated *bool `json:"deprecated,omitempty"`
	// Gets the validation errors from the reporting task. These validation errors represent the problems with the reporting task that must be resolved before it can be scheduled to run.
	ValidationErrors []string `json:"validationErrors,omitempty"`
	// Indicates whether the Processor is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the Processor is valid)
	ValidationStatus *string `json:"validationStatus,omitempty"`
	// The annotation data for the repoting task. This is how the custom UI relays configuration to the reporting task.
	AnnotationData *string `json:"annotationData,omitempty"`
	// Whether the flow registry client has multiple versions available.
	MultipleVersionsAvailable *bool `json:"multipleVersionsAvailable,omitempty"`
	// Whether the underlying extension is missing.
	ExtensionMissing *bool `json:"extensionMissing,omitempty"`
}

FlowRegistryClientDTO struct for FlowRegistryClientDTO

func NewFlowRegistryClientDTO ¶

func NewFlowRegistryClientDTO() *FlowRegistryClientDTO

NewFlowRegistryClientDTO instantiates a new FlowRegistryClientDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowRegistryClientDTOWithDefaults ¶

func NewFlowRegistryClientDTOWithDefaults() *FlowRegistryClientDTO

NewFlowRegistryClientDTOWithDefaults instantiates a new FlowRegistryClientDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowRegistryClientDTO) GetAnnotationData ¶

func (o *FlowRegistryClientDTO) GetAnnotationData() string

GetAnnotationData returns the AnnotationData field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetAnnotationDataOk ¶

func (o *FlowRegistryClientDTO) GetAnnotationDataOk() (*string, bool)

GetAnnotationDataOk returns a tuple with the AnnotationData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetBundle ¶

func (o *FlowRegistryClientDTO) GetBundle() BundleDTO

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetBundleOk ¶

func (o *FlowRegistryClientDTO) GetBundleOk() (*BundleDTO, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetDeprecated ¶

func (o *FlowRegistryClientDTO) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetDeprecatedOk ¶

func (o *FlowRegistryClientDTO) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetDescription ¶

func (o *FlowRegistryClientDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetDescriptionOk ¶

func (o *FlowRegistryClientDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetDescriptors ¶

func (o *FlowRegistryClientDTO) GetDescriptors() map[string]PropertyDescriptorDTO

GetDescriptors returns the Descriptors field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetDescriptorsOk ¶

func (o *FlowRegistryClientDTO) GetDescriptorsOk() (*map[string]PropertyDescriptorDTO, bool)

GetDescriptorsOk returns a tuple with the Descriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetExtensionMissing ¶

func (o *FlowRegistryClientDTO) GetExtensionMissing() bool

GetExtensionMissing returns the ExtensionMissing field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetExtensionMissingOk ¶

func (o *FlowRegistryClientDTO) GetExtensionMissingOk() (*bool, bool)

GetExtensionMissingOk returns a tuple with the ExtensionMissing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetId ¶

func (o *FlowRegistryClientDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetIdOk ¶

func (o *FlowRegistryClientDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetMultipleVersionsAvailable ¶

func (o *FlowRegistryClientDTO) GetMultipleVersionsAvailable() bool

GetMultipleVersionsAvailable returns the MultipleVersionsAvailable field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetMultipleVersionsAvailableOk ¶

func (o *FlowRegistryClientDTO) GetMultipleVersionsAvailableOk() (*bool, bool)

GetMultipleVersionsAvailableOk returns a tuple with the MultipleVersionsAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetName ¶

func (o *FlowRegistryClientDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetNameOk ¶

func (o *FlowRegistryClientDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetProperties ¶

func (o *FlowRegistryClientDTO) GetProperties() map[string]string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetPropertiesOk ¶

func (o *FlowRegistryClientDTO) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetRestricted ¶

func (o *FlowRegistryClientDTO) GetRestricted() bool

GetRestricted returns the Restricted field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetRestrictedOk ¶

func (o *FlowRegistryClientDTO) GetRestrictedOk() (*bool, bool)

GetRestrictedOk returns a tuple with the Restricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetSensitiveDynamicPropertyNames ¶

func (o *FlowRegistryClientDTO) GetSensitiveDynamicPropertyNames() []string

GetSensitiveDynamicPropertyNames returns the SensitiveDynamicPropertyNames field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetSensitiveDynamicPropertyNamesOk ¶

func (o *FlowRegistryClientDTO) GetSensitiveDynamicPropertyNamesOk() ([]string, bool)

GetSensitiveDynamicPropertyNamesOk returns a tuple with the SensitiveDynamicPropertyNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetSupportsSensitiveDynamicProperties ¶

func (o *FlowRegistryClientDTO) GetSupportsSensitiveDynamicProperties() bool

GetSupportsSensitiveDynamicProperties returns the SupportsSensitiveDynamicProperties field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetSupportsSensitiveDynamicPropertiesOk ¶

func (o *FlowRegistryClientDTO) GetSupportsSensitiveDynamicPropertiesOk() (*bool, bool)

GetSupportsSensitiveDynamicPropertiesOk returns a tuple with the SupportsSensitiveDynamicProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetType ¶

func (o *FlowRegistryClientDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetTypeOk ¶

func (o *FlowRegistryClientDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetUri ¶

func (o *FlowRegistryClientDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetUriOk ¶

func (o *FlowRegistryClientDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetValidationErrors ¶

func (o *FlowRegistryClientDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetValidationErrorsOk ¶

func (o *FlowRegistryClientDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) GetValidationStatus ¶

func (o *FlowRegistryClientDTO) GetValidationStatus() string

GetValidationStatus returns the ValidationStatus field value if set, zero value otherwise.

func (*FlowRegistryClientDTO) GetValidationStatusOk ¶

func (o *FlowRegistryClientDTO) GetValidationStatusOk() (*string, bool)

GetValidationStatusOk returns a tuple with the ValidationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientDTO) HasAnnotationData ¶

func (o *FlowRegistryClientDTO) HasAnnotationData() bool

HasAnnotationData returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasBundle ¶

func (o *FlowRegistryClientDTO) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasDeprecated ¶

func (o *FlowRegistryClientDTO) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasDescription ¶

func (o *FlowRegistryClientDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasDescriptors ¶

func (o *FlowRegistryClientDTO) HasDescriptors() bool

HasDescriptors returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasExtensionMissing ¶

func (o *FlowRegistryClientDTO) HasExtensionMissing() bool

HasExtensionMissing returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasId ¶

func (o *FlowRegistryClientDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasMultipleVersionsAvailable ¶

func (o *FlowRegistryClientDTO) HasMultipleVersionsAvailable() bool

HasMultipleVersionsAvailable returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasName ¶

func (o *FlowRegistryClientDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasProperties ¶

func (o *FlowRegistryClientDTO) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasRestricted ¶

func (o *FlowRegistryClientDTO) HasRestricted() bool

HasRestricted returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasSensitiveDynamicPropertyNames ¶

func (o *FlowRegistryClientDTO) HasSensitiveDynamicPropertyNames() bool

HasSensitiveDynamicPropertyNames returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasSupportsSensitiveDynamicProperties ¶

func (o *FlowRegistryClientDTO) HasSupportsSensitiveDynamicProperties() bool

HasSupportsSensitiveDynamicProperties returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasType ¶

func (o *FlowRegistryClientDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasUri ¶

func (o *FlowRegistryClientDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasValidationErrors ¶

func (o *FlowRegistryClientDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (*FlowRegistryClientDTO) HasValidationStatus ¶

func (o *FlowRegistryClientDTO) HasValidationStatus() bool

HasValidationStatus returns a boolean if a field has been set.

func (FlowRegistryClientDTO) MarshalJSON ¶

func (o FlowRegistryClientDTO) MarshalJSON() ([]byte, error)

func (*FlowRegistryClientDTO) SetAnnotationData ¶

func (o *FlowRegistryClientDTO) SetAnnotationData(v string)

SetAnnotationData gets a reference to the given string and assigns it to the AnnotationData field.

func (*FlowRegistryClientDTO) SetBundle ¶

func (o *FlowRegistryClientDTO) SetBundle(v BundleDTO)

SetBundle gets a reference to the given BundleDTO and assigns it to the Bundle field.

func (*FlowRegistryClientDTO) SetDeprecated ¶

func (o *FlowRegistryClientDTO) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*FlowRegistryClientDTO) SetDescription ¶

func (o *FlowRegistryClientDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*FlowRegistryClientDTO) SetDescriptors ¶

func (o *FlowRegistryClientDTO) SetDescriptors(v map[string]PropertyDescriptorDTO)

SetDescriptors gets a reference to the given map[string]PropertyDescriptorDTO and assigns it to the Descriptors field.

func (*FlowRegistryClientDTO) SetExtensionMissing ¶

func (o *FlowRegistryClientDTO) SetExtensionMissing(v bool)

SetExtensionMissing gets a reference to the given bool and assigns it to the ExtensionMissing field.

func (*FlowRegistryClientDTO) SetId ¶

func (o *FlowRegistryClientDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FlowRegistryClientDTO) SetMultipleVersionsAvailable ¶

func (o *FlowRegistryClientDTO) SetMultipleVersionsAvailable(v bool)

SetMultipleVersionsAvailable gets a reference to the given bool and assigns it to the MultipleVersionsAvailable field.

func (*FlowRegistryClientDTO) SetName ¶

func (o *FlowRegistryClientDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*FlowRegistryClientDTO) SetProperties ¶

func (o *FlowRegistryClientDTO) SetProperties(v map[string]string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*FlowRegistryClientDTO) SetRestricted ¶

func (o *FlowRegistryClientDTO) SetRestricted(v bool)

SetRestricted gets a reference to the given bool and assigns it to the Restricted field.

func (*FlowRegistryClientDTO) SetSensitiveDynamicPropertyNames ¶

func (o *FlowRegistryClientDTO) SetSensitiveDynamicPropertyNames(v []string)

SetSensitiveDynamicPropertyNames gets a reference to the given []string and assigns it to the SensitiveDynamicPropertyNames field.

func (*FlowRegistryClientDTO) SetSupportsSensitiveDynamicProperties ¶

func (o *FlowRegistryClientDTO) SetSupportsSensitiveDynamicProperties(v bool)

SetSupportsSensitiveDynamicProperties gets a reference to the given bool and assigns it to the SupportsSensitiveDynamicProperties field.

func (*FlowRegistryClientDTO) SetType ¶

func (o *FlowRegistryClientDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*FlowRegistryClientDTO) SetUri ¶

func (o *FlowRegistryClientDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (*FlowRegistryClientDTO) SetValidationErrors ¶

func (o *FlowRegistryClientDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*FlowRegistryClientDTO) SetValidationStatus ¶

func (o *FlowRegistryClientDTO) SetValidationStatus(v string)

SetValidationStatus gets a reference to the given string and assigns it to the ValidationStatus field.

func (FlowRegistryClientDTO) ToMap ¶

func (o FlowRegistryClientDTO) ToMap() (map[string]interface{}, error)

type FlowRegistryClientEntity ¶

type FlowRegistryClientEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                  `json:"disconnectedNodeAcknowledged,omitempty"`
	Registry                     *FlowRegistryClientDTO `json:"registry,omitempty"`
	OperatePermissions           *PermissionsDTO        `json:"operatePermissions,omitempty"`
	Component                    *FlowRegistryClientDTO `json:"component,omitempty"`
}

FlowRegistryClientEntity struct for FlowRegistryClientEntity

func NewFlowRegistryClientEntity ¶

func NewFlowRegistryClientEntity() *FlowRegistryClientEntity

NewFlowRegistryClientEntity instantiates a new FlowRegistryClientEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowRegistryClientEntityWithDefaults ¶

func NewFlowRegistryClientEntityWithDefaults() *FlowRegistryClientEntity

NewFlowRegistryClientEntityWithDefaults instantiates a new FlowRegistryClientEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowRegistryClientEntity) GetBulletins ¶

func (o *FlowRegistryClientEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*FlowRegistryClientEntity) GetBulletinsOk ¶

func (o *FlowRegistryClientEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*FlowRegistryClientEntity) GetComponentOk ¶

func (o *FlowRegistryClientEntity) GetComponentOk() (*FlowRegistryClientDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientEntity) GetDisconnectedNodeAcknowledged ¶

func (o *FlowRegistryClientEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*FlowRegistryClientEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *FlowRegistryClientEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientEntity) GetId ¶

func (o *FlowRegistryClientEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FlowRegistryClientEntity) GetIdOk ¶

func (o *FlowRegistryClientEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientEntity) GetOperatePermissions ¶

func (o *FlowRegistryClientEntity) GetOperatePermissions() PermissionsDTO

GetOperatePermissions returns the OperatePermissions field value if set, zero value otherwise.

func (*FlowRegistryClientEntity) GetOperatePermissionsOk ¶

func (o *FlowRegistryClientEntity) GetOperatePermissionsOk() (*PermissionsDTO, bool)

GetOperatePermissionsOk returns a tuple with the OperatePermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientEntity) GetPermissions ¶

func (o *FlowRegistryClientEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*FlowRegistryClientEntity) GetPermissionsOk ¶

func (o *FlowRegistryClientEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientEntity) GetPosition ¶

func (o *FlowRegistryClientEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*FlowRegistryClientEntity) GetPositionOk ¶

func (o *FlowRegistryClientEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientEntity) GetRegistry ¶

GetRegistry returns the Registry field value if set, zero value otherwise.

func (*FlowRegistryClientEntity) GetRegistryOk ¶

func (o *FlowRegistryClientEntity) GetRegistryOk() (*FlowRegistryClientDTO, bool)

GetRegistryOk returns a tuple with the Registry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientEntity) GetRevision ¶

func (o *FlowRegistryClientEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*FlowRegistryClientEntity) GetRevisionOk ¶

func (o *FlowRegistryClientEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientEntity) GetUri ¶

func (o *FlowRegistryClientEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*FlowRegistryClientEntity) GetUriOk ¶

func (o *FlowRegistryClientEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientEntity) HasBulletins ¶

func (o *FlowRegistryClientEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*FlowRegistryClientEntity) HasComponent ¶

func (o *FlowRegistryClientEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*FlowRegistryClientEntity) HasDisconnectedNodeAcknowledged ¶

func (o *FlowRegistryClientEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*FlowRegistryClientEntity) HasId ¶

func (o *FlowRegistryClientEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*FlowRegistryClientEntity) HasOperatePermissions ¶

func (o *FlowRegistryClientEntity) HasOperatePermissions() bool

HasOperatePermissions returns a boolean if a field has been set.

func (*FlowRegistryClientEntity) HasPermissions ¶

func (o *FlowRegistryClientEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*FlowRegistryClientEntity) HasPosition ¶

func (o *FlowRegistryClientEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*FlowRegistryClientEntity) HasRegistry ¶

func (o *FlowRegistryClientEntity) HasRegistry() bool

HasRegistry returns a boolean if a field has been set.

func (*FlowRegistryClientEntity) HasRevision ¶

func (o *FlowRegistryClientEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*FlowRegistryClientEntity) HasUri ¶

func (o *FlowRegistryClientEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (FlowRegistryClientEntity) MarshalJSON ¶

func (o FlowRegistryClientEntity) MarshalJSON() ([]byte, error)

func (*FlowRegistryClientEntity) SetBulletins ¶

func (o *FlowRegistryClientEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*FlowRegistryClientEntity) SetComponent ¶

SetComponent gets a reference to the given FlowRegistryClientDTO and assigns it to the Component field.

func (*FlowRegistryClientEntity) SetDisconnectedNodeAcknowledged ¶

func (o *FlowRegistryClientEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*FlowRegistryClientEntity) SetId ¶

func (o *FlowRegistryClientEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FlowRegistryClientEntity) SetOperatePermissions ¶

func (o *FlowRegistryClientEntity) SetOperatePermissions(v PermissionsDTO)

SetOperatePermissions gets a reference to the given PermissionsDTO and assigns it to the OperatePermissions field.

func (*FlowRegistryClientEntity) SetPermissions ¶

func (o *FlowRegistryClientEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*FlowRegistryClientEntity) SetPosition ¶

func (o *FlowRegistryClientEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*FlowRegistryClientEntity) SetRegistry ¶

SetRegistry gets a reference to the given FlowRegistryClientDTO and assigns it to the Registry field.

func (*FlowRegistryClientEntity) SetRevision ¶

func (o *FlowRegistryClientEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*FlowRegistryClientEntity) SetUri ¶

func (o *FlowRegistryClientEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (FlowRegistryClientEntity) ToMap ¶

func (o FlowRegistryClientEntity) ToMap() (map[string]interface{}, error)

type FlowRegistryClientTypesEntity ¶

type FlowRegistryClientTypesEntity struct {
	FlowRegistryClientTypes []DocumentedTypeDTO `json:"flowRegistryClientTypes,omitempty"`
}

FlowRegistryClientTypesEntity struct for FlowRegistryClientTypesEntity

func NewFlowRegistryClientTypesEntity ¶

func NewFlowRegistryClientTypesEntity() *FlowRegistryClientTypesEntity

NewFlowRegistryClientTypesEntity instantiates a new FlowRegistryClientTypesEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowRegistryClientTypesEntityWithDefaults ¶

func NewFlowRegistryClientTypesEntityWithDefaults() *FlowRegistryClientTypesEntity

NewFlowRegistryClientTypesEntityWithDefaults instantiates a new FlowRegistryClientTypesEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowRegistryClientTypesEntity) GetFlowRegistryClientTypes ¶

func (o *FlowRegistryClientTypesEntity) GetFlowRegistryClientTypes() []DocumentedTypeDTO

GetFlowRegistryClientTypes returns the FlowRegistryClientTypes field value if set, zero value otherwise.

func (*FlowRegistryClientTypesEntity) GetFlowRegistryClientTypesOk ¶

func (o *FlowRegistryClientTypesEntity) GetFlowRegistryClientTypesOk() ([]DocumentedTypeDTO, bool)

GetFlowRegistryClientTypesOk returns a tuple with the FlowRegistryClientTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientTypesEntity) HasFlowRegistryClientTypes ¶

func (o *FlowRegistryClientTypesEntity) HasFlowRegistryClientTypes() bool

HasFlowRegistryClientTypes returns a boolean if a field has been set.

func (FlowRegistryClientTypesEntity) MarshalJSON ¶

func (o FlowRegistryClientTypesEntity) MarshalJSON() ([]byte, error)

func (*FlowRegistryClientTypesEntity) SetFlowRegistryClientTypes ¶

func (o *FlowRegistryClientTypesEntity) SetFlowRegistryClientTypes(v []DocumentedTypeDTO)

SetFlowRegistryClientTypes gets a reference to the given []DocumentedTypeDTO and assigns it to the FlowRegistryClientTypes field.

func (FlowRegistryClientTypesEntity) ToMap ¶

func (o FlowRegistryClientTypesEntity) ToMap() (map[string]interface{}, error)

type FlowRegistryClientsEntity ¶

type FlowRegistryClientsEntity struct {
	Registries []FlowRegistryClientEntity `json:"registries,omitempty"`
}

FlowRegistryClientsEntity struct for FlowRegistryClientsEntity

func NewFlowRegistryClientsEntity ¶

func NewFlowRegistryClientsEntity() *FlowRegistryClientsEntity

NewFlowRegistryClientsEntity instantiates a new FlowRegistryClientsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowRegistryClientsEntityWithDefaults ¶

func NewFlowRegistryClientsEntityWithDefaults() *FlowRegistryClientsEntity

NewFlowRegistryClientsEntityWithDefaults instantiates a new FlowRegistryClientsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowRegistryClientsEntity) GetRegistries ¶

GetRegistries returns the Registries field value if set, zero value otherwise.

func (*FlowRegistryClientsEntity) GetRegistriesOk ¶

func (o *FlowRegistryClientsEntity) GetRegistriesOk() ([]FlowRegistryClientEntity, bool)

GetRegistriesOk returns a tuple with the Registries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryClientsEntity) HasRegistries ¶

func (o *FlowRegistryClientsEntity) HasRegistries() bool

HasRegistries returns a boolean if a field has been set.

func (FlowRegistryClientsEntity) MarshalJSON ¶

func (o FlowRegistryClientsEntity) MarshalJSON() ([]byte, error)

func (*FlowRegistryClientsEntity) SetRegistries ¶

SetRegistries gets a reference to the given []FlowRegistryClientEntity and assigns it to the Registries field.

func (FlowRegistryClientsEntity) ToMap ¶

func (o FlowRegistryClientsEntity) ToMap() (map[string]interface{}, error)

type FlowRegistryPermissions ¶

type FlowRegistryPermissions struct {
	CanRead   *bool `json:"canRead,omitempty"`
	CanWrite  *bool `json:"canWrite,omitempty"`
	CanDelete *bool `json:"canDelete,omitempty"`
}

FlowRegistryPermissions struct for FlowRegistryPermissions

func NewFlowRegistryPermissions ¶

func NewFlowRegistryPermissions() *FlowRegistryPermissions

NewFlowRegistryPermissions instantiates a new FlowRegistryPermissions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowRegistryPermissionsWithDefaults ¶

func NewFlowRegistryPermissionsWithDefaults() *FlowRegistryPermissions

NewFlowRegistryPermissionsWithDefaults instantiates a new FlowRegistryPermissions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowRegistryPermissions) GetCanDelete ¶

func (o *FlowRegistryPermissions) GetCanDelete() bool

GetCanDelete returns the CanDelete field value if set, zero value otherwise.

func (*FlowRegistryPermissions) GetCanDeleteOk ¶

func (o *FlowRegistryPermissions) GetCanDeleteOk() (*bool, bool)

GetCanDeleteOk returns a tuple with the CanDelete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryPermissions) GetCanRead ¶

func (o *FlowRegistryPermissions) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*FlowRegistryPermissions) GetCanReadOk ¶

func (o *FlowRegistryPermissions) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryPermissions) GetCanWrite ¶

func (o *FlowRegistryPermissions) GetCanWrite() bool

GetCanWrite returns the CanWrite field value if set, zero value otherwise.

func (*FlowRegistryPermissions) GetCanWriteOk ¶

func (o *FlowRegistryPermissions) GetCanWriteOk() (*bool, bool)

GetCanWriteOk returns a tuple with the CanWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowRegistryPermissions) HasCanDelete ¶

func (o *FlowRegistryPermissions) HasCanDelete() bool

HasCanDelete returns a boolean if a field has been set.

func (*FlowRegistryPermissions) HasCanRead ¶

func (o *FlowRegistryPermissions) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*FlowRegistryPermissions) HasCanWrite ¶

func (o *FlowRegistryPermissions) HasCanWrite() bool

HasCanWrite returns a boolean if a field has been set.

func (FlowRegistryPermissions) MarshalJSON ¶

func (o FlowRegistryPermissions) MarshalJSON() ([]byte, error)

func (*FlowRegistryPermissions) SetCanDelete ¶

func (o *FlowRegistryPermissions) SetCanDelete(v bool)

SetCanDelete gets a reference to the given bool and assigns it to the CanDelete field.

func (*FlowRegistryPermissions) SetCanRead ¶

func (o *FlowRegistryPermissions) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*FlowRegistryPermissions) SetCanWrite ¶

func (o *FlowRegistryPermissions) SetCanWrite(v bool)

SetCanWrite gets a reference to the given bool and assigns it to the CanWrite field.

func (FlowRegistryPermissions) ToMap ¶

func (o FlowRegistryPermissions) ToMap() (map[string]interface{}, error)

type FlowSnippetDTO ¶

type FlowSnippetDTO struct {
	// The process groups in this flow snippet.
	ProcessGroups []ProcessGroupDTO `json:"processGroups,omitempty"`
	// The remote process groups in this flow snippet.
	RemoteProcessGroups []RemoteProcessGroupDTO `json:"remoteProcessGroups,omitempty"`
	// The processors in this flow snippet.
	Processors []ProcessorDTO `json:"processors,omitempty"`
	// The input ports in this flow snippet.
	InputPorts []PortDTO `json:"inputPorts,omitempty"`
	// The output ports in this flow snippet.
	OutputPorts []PortDTO `json:"outputPorts,omitempty"`
	// The connections in this flow snippet.
	Connections []ConnectionDTO `json:"connections,omitempty"`
	// The labels in this flow snippet.
	Labels []LabelDTO `json:"labels,omitempty"`
	// The funnels in this flow snippet.
	Funnels []FunnelDTO `json:"funnels,omitempty"`
	// The controller services in this flow snippet.
	ControllerServices []ControllerServiceDTO `json:"controllerServices,omitempty"`
}

FlowSnippetDTO struct for FlowSnippetDTO

func NewFlowSnippetDTO ¶

func NewFlowSnippetDTO() *FlowSnippetDTO

NewFlowSnippetDTO instantiates a new FlowSnippetDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFlowSnippetDTOWithDefaults ¶

func NewFlowSnippetDTOWithDefaults() *FlowSnippetDTO

NewFlowSnippetDTOWithDefaults instantiates a new FlowSnippetDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FlowSnippetDTO) GetConnections ¶

func (o *FlowSnippetDTO) GetConnections() []ConnectionDTO

GetConnections returns the Connections field value if set, zero value otherwise.

func (*FlowSnippetDTO) GetConnectionsOk ¶

func (o *FlowSnippetDTO) GetConnectionsOk() ([]ConnectionDTO, bool)

GetConnectionsOk returns a tuple with the Connections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowSnippetDTO) GetControllerServices ¶

func (o *FlowSnippetDTO) GetControllerServices() []ControllerServiceDTO

GetControllerServices returns the ControllerServices field value if set, zero value otherwise.

func (*FlowSnippetDTO) GetControllerServicesOk ¶

func (o *FlowSnippetDTO) GetControllerServicesOk() ([]ControllerServiceDTO, bool)

GetControllerServicesOk returns a tuple with the ControllerServices field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowSnippetDTO) GetFunnels ¶

func (o *FlowSnippetDTO) GetFunnels() []FunnelDTO

GetFunnels returns the Funnels field value if set, zero value otherwise.

func (*FlowSnippetDTO) GetFunnelsOk ¶

func (o *FlowSnippetDTO) GetFunnelsOk() ([]FunnelDTO, bool)

GetFunnelsOk returns a tuple with the Funnels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowSnippetDTO) GetInputPorts ¶

func (o *FlowSnippetDTO) GetInputPorts() []PortDTO

GetInputPorts returns the InputPorts field value if set, zero value otherwise.

func (*FlowSnippetDTO) GetInputPortsOk ¶

func (o *FlowSnippetDTO) GetInputPortsOk() ([]PortDTO, bool)

GetInputPortsOk returns a tuple with the InputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowSnippetDTO) GetLabels ¶

func (o *FlowSnippetDTO) GetLabels() []LabelDTO

GetLabels returns the Labels field value if set, zero value otherwise.

func (*FlowSnippetDTO) GetLabelsOk ¶

func (o *FlowSnippetDTO) GetLabelsOk() ([]LabelDTO, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowSnippetDTO) GetOutputPorts ¶

func (o *FlowSnippetDTO) GetOutputPorts() []PortDTO

GetOutputPorts returns the OutputPorts field value if set, zero value otherwise.

func (*FlowSnippetDTO) GetOutputPortsOk ¶

func (o *FlowSnippetDTO) GetOutputPortsOk() ([]PortDTO, bool)

GetOutputPortsOk returns a tuple with the OutputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowSnippetDTO) GetProcessGroups ¶

func (o *FlowSnippetDTO) GetProcessGroups() []ProcessGroupDTO

GetProcessGroups returns the ProcessGroups field value if set, zero value otherwise.

func (*FlowSnippetDTO) GetProcessGroupsOk ¶

func (o *FlowSnippetDTO) GetProcessGroupsOk() ([]ProcessGroupDTO, bool)

GetProcessGroupsOk returns a tuple with the ProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowSnippetDTO) GetProcessors ¶

func (o *FlowSnippetDTO) GetProcessors() []ProcessorDTO

GetProcessors returns the Processors field value if set, zero value otherwise.

func (*FlowSnippetDTO) GetProcessorsOk ¶

func (o *FlowSnippetDTO) GetProcessorsOk() ([]ProcessorDTO, bool)

GetProcessorsOk returns a tuple with the Processors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowSnippetDTO) GetRemoteProcessGroups ¶

func (o *FlowSnippetDTO) GetRemoteProcessGroups() []RemoteProcessGroupDTO

GetRemoteProcessGroups returns the RemoteProcessGroups field value if set, zero value otherwise.

func (*FlowSnippetDTO) GetRemoteProcessGroupsOk ¶

func (o *FlowSnippetDTO) GetRemoteProcessGroupsOk() ([]RemoteProcessGroupDTO, bool)

GetRemoteProcessGroupsOk returns a tuple with the RemoteProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FlowSnippetDTO) HasConnections ¶

func (o *FlowSnippetDTO) HasConnections() bool

HasConnections returns a boolean if a field has been set.

func (*FlowSnippetDTO) HasControllerServices ¶

func (o *FlowSnippetDTO) HasControllerServices() bool

HasControllerServices returns a boolean if a field has been set.

func (*FlowSnippetDTO) HasFunnels ¶

func (o *FlowSnippetDTO) HasFunnels() bool

HasFunnels returns a boolean if a field has been set.

func (*FlowSnippetDTO) HasInputPorts ¶

func (o *FlowSnippetDTO) HasInputPorts() bool

HasInputPorts returns a boolean if a field has been set.

func (*FlowSnippetDTO) HasLabels ¶

func (o *FlowSnippetDTO) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*FlowSnippetDTO) HasOutputPorts ¶

func (o *FlowSnippetDTO) HasOutputPorts() bool

HasOutputPorts returns a boolean if a field has been set.

func (*FlowSnippetDTO) HasProcessGroups ¶

func (o *FlowSnippetDTO) HasProcessGroups() bool

HasProcessGroups returns a boolean if a field has been set.

func (*FlowSnippetDTO) HasProcessors ¶

func (o *FlowSnippetDTO) HasProcessors() bool

HasProcessors returns a boolean if a field has been set.

func (*FlowSnippetDTO) HasRemoteProcessGroups ¶

func (o *FlowSnippetDTO) HasRemoteProcessGroups() bool

HasRemoteProcessGroups returns a boolean if a field has been set.

func (FlowSnippetDTO) MarshalJSON ¶

func (o FlowSnippetDTO) MarshalJSON() ([]byte, error)

func (*FlowSnippetDTO) SetConnections ¶

func (o *FlowSnippetDTO) SetConnections(v []ConnectionDTO)

SetConnections gets a reference to the given []ConnectionDTO and assigns it to the Connections field.

func (*FlowSnippetDTO) SetControllerServices ¶

func (o *FlowSnippetDTO) SetControllerServices(v []ControllerServiceDTO)

SetControllerServices gets a reference to the given []ControllerServiceDTO and assigns it to the ControllerServices field.

func (*FlowSnippetDTO) SetFunnels ¶

func (o *FlowSnippetDTO) SetFunnels(v []FunnelDTO)

SetFunnels gets a reference to the given []FunnelDTO and assigns it to the Funnels field.

func (*FlowSnippetDTO) SetInputPorts ¶

func (o *FlowSnippetDTO) SetInputPorts(v []PortDTO)

SetInputPorts gets a reference to the given []PortDTO and assigns it to the InputPorts field.

func (*FlowSnippetDTO) SetLabels ¶

func (o *FlowSnippetDTO) SetLabels(v []LabelDTO)

SetLabels gets a reference to the given []LabelDTO and assigns it to the Labels field.

func (*FlowSnippetDTO) SetOutputPorts ¶

func (o *FlowSnippetDTO) SetOutputPorts(v []PortDTO)

SetOutputPorts gets a reference to the given []PortDTO and assigns it to the OutputPorts field.

func (*FlowSnippetDTO) SetProcessGroups ¶

func (o *FlowSnippetDTO) SetProcessGroups(v []ProcessGroupDTO)

SetProcessGroups gets a reference to the given []ProcessGroupDTO and assigns it to the ProcessGroups field.

func (*FlowSnippetDTO) SetProcessors ¶

func (o *FlowSnippetDTO) SetProcessors(v []ProcessorDTO)

SetProcessors gets a reference to the given []ProcessorDTO and assigns it to the Processors field.

func (*FlowSnippetDTO) SetRemoteProcessGroups ¶

func (o *FlowSnippetDTO) SetRemoteProcessGroups(v []RemoteProcessGroupDTO)

SetRemoteProcessGroups gets a reference to the given []RemoteProcessGroupDTO and assigns it to the RemoteProcessGroups field.

func (FlowSnippetDTO) ToMap ¶

func (o FlowSnippetDTO) ToMap() (map[string]interface{}, error)

type FlowfileQueuesAPICreateDropRequestRequest ¶

type FlowfileQueuesAPICreateDropRequestRequest struct {
	ApiService *FlowfileQueuesAPIService
	// contains filtered or unexported fields
}

func (FlowfileQueuesAPICreateDropRequestRequest) Execute ¶

type FlowfileQueuesAPICreateFlowFileListingRequest ¶

type FlowfileQueuesAPICreateFlowFileListingRequest struct {
	ApiService *FlowfileQueuesAPIService
	// contains filtered or unexported fields
}

func (FlowfileQueuesAPICreateFlowFileListingRequest) Execute ¶

type FlowfileQueuesAPIDeleteListingRequestRequest ¶

type FlowfileQueuesAPIDeleteListingRequestRequest struct {
	ApiService *FlowfileQueuesAPIService
	// contains filtered or unexported fields
}

func (FlowfileQueuesAPIDeleteListingRequestRequest) Execute ¶

type FlowfileQueuesAPIDownloadFlowFileContentRequest ¶

type FlowfileQueuesAPIDownloadFlowFileContentRequest struct {
	ApiService *FlowfileQueuesAPIService
	// contains filtered or unexported fields
}

func (FlowfileQueuesAPIDownloadFlowFileContentRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (FlowfileQueuesAPIDownloadFlowFileContentRequest) ClusterNodeId ¶

The id of the node where the content exists if clustered.

func (FlowfileQueuesAPIDownloadFlowFileContentRequest) Execute ¶

type FlowfileQueuesAPIGetDropRequestRequest ¶

type FlowfileQueuesAPIGetDropRequestRequest struct {
	ApiService *FlowfileQueuesAPIService
	// contains filtered or unexported fields
}

func (FlowfileQueuesAPIGetDropRequestRequest) Execute ¶

type FlowfileQueuesAPIGetFlowFileRequest ¶

type FlowfileQueuesAPIGetFlowFileRequest struct {
	ApiService *FlowfileQueuesAPIService
	// contains filtered or unexported fields
}

func (FlowfileQueuesAPIGetFlowFileRequest) ClusterNodeId ¶

The id of the node where the content exists if clustered.

func (FlowfileQueuesAPIGetFlowFileRequest) Execute ¶

type FlowfileQueuesAPIGetListingRequestRequest ¶

type FlowfileQueuesAPIGetListingRequestRequest struct {
	ApiService *FlowfileQueuesAPIService
	// contains filtered or unexported fields
}

func (FlowfileQueuesAPIGetListingRequestRequest) Execute ¶

type FlowfileQueuesAPIRemoveDropRequestRequest ¶

type FlowfileQueuesAPIRemoveDropRequestRequest struct {
	ApiService *FlowfileQueuesAPIService
	// contains filtered or unexported fields
}

func (FlowfileQueuesAPIRemoveDropRequestRequest) Execute ¶

type FlowfileQueuesAPIService ¶

type FlowfileQueuesAPIService service

FlowfileQueuesAPIService FlowfileQueuesAPI service

func (*FlowfileQueuesAPIService) CreateDropRequest ¶

CreateDropRequest Creates a request to drop the contents of the queue in this connection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@return FlowfileQueuesAPICreateDropRequestRequest

func (*FlowfileQueuesAPIService) CreateDropRequestExecute ¶

Execute executes the request

@return DropRequestEntity

func (*FlowfileQueuesAPIService) CreateFlowFileListing ¶

CreateFlowFileListing Lists the contents of the queue in this connection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@return FlowfileQueuesAPICreateFlowFileListingRequest

func (*FlowfileQueuesAPIService) CreateFlowFileListingExecute ¶

Execute executes the request

@return ListingRequestEntity

func (*FlowfileQueuesAPIService) DeleteListingRequest ¶

func (a *FlowfileQueuesAPIService) DeleteListingRequest(ctx context.Context, id string, listingRequestId string) FlowfileQueuesAPIDeleteListingRequestRequest

DeleteListingRequest Cancels and/or removes a request to list the contents of this connection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@param listingRequestId The listing request id.
@return FlowfileQueuesAPIDeleteListingRequestRequest

func (*FlowfileQueuesAPIService) DeleteListingRequestExecute ¶

Execute executes the request

@return ListingRequestEntity

func (*FlowfileQueuesAPIService) DownloadFlowFileContent ¶

DownloadFlowFileContent Gets the content for a FlowFile in a Connection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@param flowfileUuid The flowfile uuid.
@return FlowfileQueuesAPIDownloadFlowFileContentRequest

func (*FlowfileQueuesAPIService) DownloadFlowFileContentExecute ¶

func (a *FlowfileQueuesAPIService) DownloadFlowFileContentExecute(r FlowfileQueuesAPIDownloadFlowFileContentRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*FlowfileQueuesAPIService) GetDropRequest ¶

GetDropRequest Gets the current status of a drop request for the specified connection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@param dropRequestId The drop request id.
@return FlowfileQueuesAPIGetDropRequestRequest

func (*FlowfileQueuesAPIService) GetDropRequestExecute ¶

Execute executes the request

@return DropRequestEntity

func (*FlowfileQueuesAPIService) GetFlowFile ¶

GetFlowFile Gets a FlowFile from a Connection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@param flowfileUuid The flowfile uuid.
@return FlowfileQueuesAPIGetFlowFileRequest

func (*FlowfileQueuesAPIService) GetFlowFileExecute ¶

Execute executes the request

@return FlowFileEntity

func (*FlowfileQueuesAPIService) GetListingRequest ¶

func (a *FlowfileQueuesAPIService) GetListingRequest(ctx context.Context, id string, listingRequestId string) FlowfileQueuesAPIGetListingRequestRequest

GetListingRequest Gets the current status of a listing request for the specified connection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@param listingRequestId The listing request id.
@return FlowfileQueuesAPIGetListingRequestRequest

func (*FlowfileQueuesAPIService) GetListingRequestExecute ¶

Execute executes the request

@return ListingRequestEntity

func (*FlowfileQueuesAPIService) RemoveDropRequest ¶

RemoveDropRequest Cancels and/or removes a request to drop the contents of this connection.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The connection id.
@param dropRequestId The drop request id.
@return FlowfileQueuesAPIRemoveDropRequestRequest

func (*FlowfileQueuesAPIService) RemoveDropRequestExecute ¶

Execute executes the request

@return DropRequestEntity

type FunnelAPIGetFunnelRequest ¶

type FunnelAPIGetFunnelRequest struct {
	ApiService *FunnelAPIService
	// contains filtered or unexported fields
}

func (FunnelAPIGetFunnelRequest) Execute ¶

type FunnelAPIRemoveFunnelRequest ¶

type FunnelAPIRemoveFunnelRequest struct {
	ApiService *FunnelAPIService
	// contains filtered or unexported fields
}

func (FunnelAPIRemoveFunnelRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (FunnelAPIRemoveFunnelRequest) DisconnectedNodeAcknowledged ¶

func (r FunnelAPIRemoveFunnelRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) FunnelAPIRemoveFunnelRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (FunnelAPIRemoveFunnelRequest) Execute ¶

func (FunnelAPIRemoveFunnelRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type FunnelAPIService ¶

type FunnelAPIService service

FunnelAPIService FunnelAPI service

func (*FunnelAPIService) GetFunnel ¶

GetFunnel Gets a funnel

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The funnel id.
@return FunnelAPIGetFunnelRequest

func (*FunnelAPIService) GetFunnelExecute ¶

Execute executes the request

@return FunnelEntity

func (*FunnelAPIService) RemoveFunnel ¶

RemoveFunnel Deletes a funnel

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The funnel id.
@return FunnelAPIRemoveFunnelRequest

func (*FunnelAPIService) RemoveFunnelExecute ¶

Execute executes the request

@return FunnelEntity

func (*FunnelAPIService) UpdateFunnel ¶

UpdateFunnel Updates a funnel

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The funnel id.
@return FunnelAPIUpdateFunnelRequest

func (*FunnelAPIService) UpdateFunnelExecute ¶

Execute executes the request

@return FunnelEntity

type FunnelAPIUpdateFunnelRequest ¶

type FunnelAPIUpdateFunnelRequest struct {
	ApiService *FunnelAPIService
	// contains filtered or unexported fields
}

func (FunnelAPIUpdateFunnelRequest) Body ¶

The funnel configuration details.

func (FunnelAPIUpdateFunnelRequest) Execute ¶

type FunnelDTO ¶

type FunnelDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
}

FunnelDTO struct for FunnelDTO

func NewFunnelDTO ¶

func NewFunnelDTO() *FunnelDTO

NewFunnelDTO instantiates a new FunnelDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelDTOWithDefaults ¶

func NewFunnelDTOWithDefaults() *FunnelDTO

NewFunnelDTOWithDefaults instantiates a new FunnelDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelDTO) GetId ¶

func (o *FunnelDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FunnelDTO) GetIdOk ¶

func (o *FunnelDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelDTO) GetParentGroupId ¶

func (o *FunnelDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*FunnelDTO) GetParentGroupIdOk ¶

func (o *FunnelDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelDTO) GetPosition ¶

func (o *FunnelDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*FunnelDTO) GetPositionOk ¶

func (o *FunnelDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelDTO) GetVersionedComponentId ¶

func (o *FunnelDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*FunnelDTO) GetVersionedComponentIdOk ¶

func (o *FunnelDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelDTO) HasId ¶

func (o *FunnelDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*FunnelDTO) HasParentGroupId ¶

func (o *FunnelDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*FunnelDTO) HasPosition ¶

func (o *FunnelDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*FunnelDTO) HasVersionedComponentId ¶

func (o *FunnelDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (FunnelDTO) MarshalJSON ¶

func (o FunnelDTO) MarshalJSON() ([]byte, error)

func (*FunnelDTO) SetId ¶

func (o *FunnelDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FunnelDTO) SetParentGroupId ¶

func (o *FunnelDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*FunnelDTO) SetPosition ¶

func (o *FunnelDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*FunnelDTO) SetVersionedComponentId ¶

func (o *FunnelDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (FunnelDTO) ToMap ¶

func (o FunnelDTO) ToMap() (map[string]interface{}, error)

type FunnelEntity ¶

type FunnelEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool      `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *FunnelDTO `json:"component,omitempty"`
}

FunnelEntity struct for FunnelEntity

func NewFunnelEntity ¶

func NewFunnelEntity() *FunnelEntity

NewFunnelEntity instantiates a new FunnelEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelEntityWithDefaults ¶

func NewFunnelEntityWithDefaults() *FunnelEntity

NewFunnelEntityWithDefaults instantiates a new FunnelEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelEntity) GetBulletins ¶

func (o *FunnelEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*FunnelEntity) GetBulletinsOk ¶

func (o *FunnelEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEntity) GetComponent ¶

func (o *FunnelEntity) GetComponent() FunnelDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*FunnelEntity) GetComponentOk ¶

func (o *FunnelEntity) GetComponentOk() (*FunnelDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEntity) GetDisconnectedNodeAcknowledged ¶

func (o *FunnelEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*FunnelEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *FunnelEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEntity) GetId ¶

func (o *FunnelEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*FunnelEntity) GetIdOk ¶

func (o *FunnelEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEntity) GetPermissions ¶

func (o *FunnelEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*FunnelEntity) GetPermissionsOk ¶

func (o *FunnelEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEntity) GetPosition ¶

func (o *FunnelEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*FunnelEntity) GetPositionOk ¶

func (o *FunnelEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEntity) GetRevision ¶

func (o *FunnelEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*FunnelEntity) GetRevisionOk ¶

func (o *FunnelEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEntity) GetUri ¶

func (o *FunnelEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*FunnelEntity) GetUriOk ¶

func (o *FunnelEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelEntity) HasBulletins ¶

func (o *FunnelEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*FunnelEntity) HasComponent ¶

func (o *FunnelEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*FunnelEntity) HasDisconnectedNodeAcknowledged ¶

func (o *FunnelEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*FunnelEntity) HasId ¶

func (o *FunnelEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*FunnelEntity) HasPermissions ¶

func (o *FunnelEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*FunnelEntity) HasPosition ¶

func (o *FunnelEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*FunnelEntity) HasRevision ¶

func (o *FunnelEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*FunnelEntity) HasUri ¶

func (o *FunnelEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (FunnelEntity) MarshalJSON ¶

func (o FunnelEntity) MarshalJSON() ([]byte, error)

func (*FunnelEntity) SetBulletins ¶

func (o *FunnelEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*FunnelEntity) SetComponent ¶

func (o *FunnelEntity) SetComponent(v FunnelDTO)

SetComponent gets a reference to the given FunnelDTO and assigns it to the Component field.

func (*FunnelEntity) SetDisconnectedNodeAcknowledged ¶

func (o *FunnelEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*FunnelEntity) SetId ¶

func (o *FunnelEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*FunnelEntity) SetPermissions ¶

func (o *FunnelEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*FunnelEntity) SetPosition ¶

func (o *FunnelEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*FunnelEntity) SetRevision ¶

func (o *FunnelEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*FunnelEntity) SetUri ¶

func (o *FunnelEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (FunnelEntity) ToMap ¶

func (o FunnelEntity) ToMap() (map[string]interface{}, error)

type FunnelsEntity ¶

type FunnelsEntity struct {
	Funnels []FunnelEntity `json:"funnels,omitempty"`
}

FunnelsEntity struct for FunnelsEntity

func NewFunnelsEntity ¶

func NewFunnelsEntity() *FunnelsEntity

NewFunnelsEntity instantiates a new FunnelsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewFunnelsEntityWithDefaults ¶

func NewFunnelsEntityWithDefaults() *FunnelsEntity

NewFunnelsEntityWithDefaults instantiates a new FunnelsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*FunnelsEntity) GetFunnels ¶

func (o *FunnelsEntity) GetFunnels() []FunnelEntity

GetFunnels returns the Funnels field value if set, zero value otherwise.

func (*FunnelsEntity) GetFunnelsOk ¶

func (o *FunnelsEntity) GetFunnelsOk() ([]FunnelEntity, bool)

GetFunnelsOk returns a tuple with the Funnels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*FunnelsEntity) HasFunnels ¶

func (o *FunnelsEntity) HasFunnels() bool

HasFunnels returns a boolean if a field has been set.

func (FunnelsEntity) MarshalJSON ¶

func (o FunnelsEntity) MarshalJSON() ([]byte, error)

func (*FunnelsEntity) SetFunnels ¶

func (o *FunnelsEntity) SetFunnels(v []FunnelEntity)

SetFunnels gets a reference to the given []FunnelEntity and assigns it to the Funnels field.

func (FunnelsEntity) ToMap ¶

func (o FunnelsEntity) ToMap() (map[string]interface{}, error)

type GCDiagnosticsSnapshotDTO ¶

type GCDiagnosticsSnapshotDTO struct {
	// The timestamp of when the Snapshot was taken
	Timestamp *time.Time `json:"timestamp,omitempty"`
	// The number of times that Garbage Collection has occurred
	CollectionCount *int64 `json:"collectionCount,omitempty"`
	// The number of milliseconds that the Garbage Collector spent performing Garbage Collection duties
	CollectionMillis *int64 `json:"collectionMillis,omitempty"`
}

GCDiagnosticsSnapshotDTO struct for GCDiagnosticsSnapshotDTO

func NewGCDiagnosticsSnapshotDTO ¶

func NewGCDiagnosticsSnapshotDTO() *GCDiagnosticsSnapshotDTO

NewGCDiagnosticsSnapshotDTO instantiates a new GCDiagnosticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGCDiagnosticsSnapshotDTOWithDefaults ¶

func NewGCDiagnosticsSnapshotDTOWithDefaults() *GCDiagnosticsSnapshotDTO

NewGCDiagnosticsSnapshotDTOWithDefaults instantiates a new GCDiagnosticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GCDiagnosticsSnapshotDTO) GetCollectionCount ¶

func (o *GCDiagnosticsSnapshotDTO) GetCollectionCount() int64

GetCollectionCount returns the CollectionCount field value if set, zero value otherwise.

func (*GCDiagnosticsSnapshotDTO) GetCollectionCountOk ¶

func (o *GCDiagnosticsSnapshotDTO) GetCollectionCountOk() (*int64, bool)

GetCollectionCountOk returns a tuple with the CollectionCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GCDiagnosticsSnapshotDTO) GetCollectionMillis ¶

func (o *GCDiagnosticsSnapshotDTO) GetCollectionMillis() int64

GetCollectionMillis returns the CollectionMillis field value if set, zero value otherwise.

func (*GCDiagnosticsSnapshotDTO) GetCollectionMillisOk ¶

func (o *GCDiagnosticsSnapshotDTO) GetCollectionMillisOk() (*int64, bool)

GetCollectionMillisOk returns a tuple with the CollectionMillis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GCDiagnosticsSnapshotDTO) GetTimestamp ¶

func (o *GCDiagnosticsSnapshotDTO) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*GCDiagnosticsSnapshotDTO) GetTimestampOk ¶

func (o *GCDiagnosticsSnapshotDTO) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GCDiagnosticsSnapshotDTO) HasCollectionCount ¶

func (o *GCDiagnosticsSnapshotDTO) HasCollectionCount() bool

HasCollectionCount returns a boolean if a field has been set.

func (*GCDiagnosticsSnapshotDTO) HasCollectionMillis ¶

func (o *GCDiagnosticsSnapshotDTO) HasCollectionMillis() bool

HasCollectionMillis returns a boolean if a field has been set.

func (*GCDiagnosticsSnapshotDTO) HasTimestamp ¶

func (o *GCDiagnosticsSnapshotDTO) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (GCDiagnosticsSnapshotDTO) MarshalJSON ¶

func (o GCDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*GCDiagnosticsSnapshotDTO) SetCollectionCount ¶

func (o *GCDiagnosticsSnapshotDTO) SetCollectionCount(v int64)

SetCollectionCount gets a reference to the given int64 and assigns it to the CollectionCount field.

func (*GCDiagnosticsSnapshotDTO) SetCollectionMillis ¶

func (o *GCDiagnosticsSnapshotDTO) SetCollectionMillis(v int64)

SetCollectionMillis gets a reference to the given int64 and assigns it to the CollectionMillis field.

func (*GCDiagnosticsSnapshotDTO) SetTimestamp ¶

func (o *GCDiagnosticsSnapshotDTO) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (GCDiagnosticsSnapshotDTO) ToMap ¶

func (o GCDiagnosticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type GarbageCollectionDTO ¶

type GarbageCollectionDTO struct {
	// The name of the garbage collector.
	Name *string `json:"name,omitempty"`
	// The number of times garbage collection has run.
	CollectionCount *int64 `json:"collectionCount,omitempty"`
	// The total amount of time spent garbage collecting.
	CollectionTime *string `json:"collectionTime,omitempty"`
	// The total number of milliseconds spent garbage collecting.
	CollectionMillis *int64 `json:"collectionMillis,omitempty"`
}

GarbageCollectionDTO struct for GarbageCollectionDTO

func NewGarbageCollectionDTO ¶

func NewGarbageCollectionDTO() *GarbageCollectionDTO

NewGarbageCollectionDTO instantiates a new GarbageCollectionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGarbageCollectionDTOWithDefaults ¶

func NewGarbageCollectionDTOWithDefaults() *GarbageCollectionDTO

NewGarbageCollectionDTOWithDefaults instantiates a new GarbageCollectionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GarbageCollectionDTO) GetCollectionCount ¶

func (o *GarbageCollectionDTO) GetCollectionCount() int64

GetCollectionCount returns the CollectionCount field value if set, zero value otherwise.

func (*GarbageCollectionDTO) GetCollectionCountOk ¶

func (o *GarbageCollectionDTO) GetCollectionCountOk() (*int64, bool)

GetCollectionCountOk returns a tuple with the CollectionCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GarbageCollectionDTO) GetCollectionMillis ¶

func (o *GarbageCollectionDTO) GetCollectionMillis() int64

GetCollectionMillis returns the CollectionMillis field value if set, zero value otherwise.

func (*GarbageCollectionDTO) GetCollectionMillisOk ¶

func (o *GarbageCollectionDTO) GetCollectionMillisOk() (*int64, bool)

GetCollectionMillisOk returns a tuple with the CollectionMillis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GarbageCollectionDTO) GetCollectionTime ¶

func (o *GarbageCollectionDTO) GetCollectionTime() string

GetCollectionTime returns the CollectionTime field value if set, zero value otherwise.

func (*GarbageCollectionDTO) GetCollectionTimeOk ¶

func (o *GarbageCollectionDTO) GetCollectionTimeOk() (*string, bool)

GetCollectionTimeOk returns a tuple with the CollectionTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GarbageCollectionDTO) GetName ¶

func (o *GarbageCollectionDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*GarbageCollectionDTO) GetNameOk ¶

func (o *GarbageCollectionDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GarbageCollectionDTO) HasCollectionCount ¶

func (o *GarbageCollectionDTO) HasCollectionCount() bool

HasCollectionCount returns a boolean if a field has been set.

func (*GarbageCollectionDTO) HasCollectionMillis ¶

func (o *GarbageCollectionDTO) HasCollectionMillis() bool

HasCollectionMillis returns a boolean if a field has been set.

func (*GarbageCollectionDTO) HasCollectionTime ¶

func (o *GarbageCollectionDTO) HasCollectionTime() bool

HasCollectionTime returns a boolean if a field has been set.

func (*GarbageCollectionDTO) HasName ¶

func (o *GarbageCollectionDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (GarbageCollectionDTO) MarshalJSON ¶

func (o GarbageCollectionDTO) MarshalJSON() ([]byte, error)

func (*GarbageCollectionDTO) SetCollectionCount ¶

func (o *GarbageCollectionDTO) SetCollectionCount(v int64)

SetCollectionCount gets a reference to the given int64 and assigns it to the CollectionCount field.

func (*GarbageCollectionDTO) SetCollectionMillis ¶

func (o *GarbageCollectionDTO) SetCollectionMillis(v int64)

SetCollectionMillis gets a reference to the given int64 and assigns it to the CollectionMillis field.

func (*GarbageCollectionDTO) SetCollectionTime ¶

func (o *GarbageCollectionDTO) SetCollectionTime(v string)

SetCollectionTime gets a reference to the given string and assigns it to the CollectionTime field.

func (*GarbageCollectionDTO) SetName ¶

func (o *GarbageCollectionDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (GarbageCollectionDTO) ToMap ¶

func (o GarbageCollectionDTO) ToMap() (map[string]interface{}, error)

type GarbageCollectionDiagnosticsDTO ¶

type GarbageCollectionDiagnosticsDTO struct {
	// The name of the Memory Manager that this Garbage Collection information pertains to
	MemoryManagerName *string `json:"memoryManagerName,omitempty"`
	// A list of snapshots that have been taken to determine the health of the JVM's heap
	Snapshots []GCDiagnosticsSnapshotDTO `json:"snapshots,omitempty"`
}

GarbageCollectionDiagnosticsDTO struct for GarbageCollectionDiagnosticsDTO

func NewGarbageCollectionDiagnosticsDTO ¶

func NewGarbageCollectionDiagnosticsDTO() *GarbageCollectionDiagnosticsDTO

NewGarbageCollectionDiagnosticsDTO instantiates a new GarbageCollectionDiagnosticsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGarbageCollectionDiagnosticsDTOWithDefaults ¶

func NewGarbageCollectionDiagnosticsDTOWithDefaults() *GarbageCollectionDiagnosticsDTO

NewGarbageCollectionDiagnosticsDTOWithDefaults instantiates a new GarbageCollectionDiagnosticsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GarbageCollectionDiagnosticsDTO) GetMemoryManagerName ¶

func (o *GarbageCollectionDiagnosticsDTO) GetMemoryManagerName() string

GetMemoryManagerName returns the MemoryManagerName field value if set, zero value otherwise.

func (*GarbageCollectionDiagnosticsDTO) GetMemoryManagerNameOk ¶

func (o *GarbageCollectionDiagnosticsDTO) GetMemoryManagerNameOk() (*string, bool)

GetMemoryManagerNameOk returns a tuple with the MemoryManagerName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GarbageCollectionDiagnosticsDTO) GetSnapshots ¶

GetSnapshots returns the Snapshots field value if set, zero value otherwise.

func (*GarbageCollectionDiagnosticsDTO) GetSnapshotsOk ¶

GetSnapshotsOk returns a tuple with the Snapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*GarbageCollectionDiagnosticsDTO) HasMemoryManagerName ¶

func (o *GarbageCollectionDiagnosticsDTO) HasMemoryManagerName() bool

HasMemoryManagerName returns a boolean if a field has been set.

func (*GarbageCollectionDiagnosticsDTO) HasSnapshots ¶

func (o *GarbageCollectionDiagnosticsDTO) HasSnapshots() bool

HasSnapshots returns a boolean if a field has been set.

func (GarbageCollectionDiagnosticsDTO) MarshalJSON ¶

func (o GarbageCollectionDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*GarbageCollectionDiagnosticsDTO) SetMemoryManagerName ¶

func (o *GarbageCollectionDiagnosticsDTO) SetMemoryManagerName(v string)

SetMemoryManagerName gets a reference to the given string and assigns it to the MemoryManagerName field.

func (*GarbageCollectionDiagnosticsDTO) SetSnapshots ¶

SetSnapshots gets a reference to the given []GCDiagnosticsSnapshotDTO and assigns it to the Snapshots field.

func (GarbageCollectionDiagnosticsDTO) ToMap ¶

func (o GarbageCollectionDiagnosticsDTO) ToMap() (map[string]interface{}, error)

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type HistoryDTO ¶

type HistoryDTO struct {
	// The number of number of actions that matched the search criteria..
	Total *int32 `json:"total,omitempty"`
	// The timestamp when the report was generated.
	LastRefreshed *string `json:"lastRefreshed,omitempty"`
	// The actions.
	Actions []ActionEntity `json:"actions,omitempty"`
}

HistoryDTO struct for HistoryDTO

func NewHistoryDTO ¶

func NewHistoryDTO() *HistoryDTO

NewHistoryDTO instantiates a new HistoryDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHistoryDTOWithDefaults ¶

func NewHistoryDTOWithDefaults() *HistoryDTO

NewHistoryDTOWithDefaults instantiates a new HistoryDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HistoryDTO) GetActions ¶

func (o *HistoryDTO) GetActions() []ActionEntity

GetActions returns the Actions field value if set, zero value otherwise.

func (*HistoryDTO) GetActionsOk ¶

func (o *HistoryDTO) GetActionsOk() ([]ActionEntity, bool)

GetActionsOk returns a tuple with the Actions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryDTO) GetLastRefreshed ¶

func (o *HistoryDTO) GetLastRefreshed() string

GetLastRefreshed returns the LastRefreshed field value if set, zero value otherwise.

func (*HistoryDTO) GetLastRefreshedOk ¶

func (o *HistoryDTO) GetLastRefreshedOk() (*string, bool)

GetLastRefreshedOk returns a tuple with the LastRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryDTO) GetTotal ¶

func (o *HistoryDTO) GetTotal() int32

GetTotal returns the Total field value if set, zero value otherwise.

func (*HistoryDTO) GetTotalOk ¶

func (o *HistoryDTO) GetTotalOk() (*int32, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryDTO) HasActions ¶

func (o *HistoryDTO) HasActions() bool

HasActions returns a boolean if a field has been set.

func (*HistoryDTO) HasLastRefreshed ¶

func (o *HistoryDTO) HasLastRefreshed() bool

HasLastRefreshed returns a boolean if a field has been set.

func (*HistoryDTO) HasTotal ¶

func (o *HistoryDTO) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (HistoryDTO) MarshalJSON ¶

func (o HistoryDTO) MarshalJSON() ([]byte, error)

func (*HistoryDTO) SetActions ¶

func (o *HistoryDTO) SetActions(v []ActionEntity)

SetActions gets a reference to the given []ActionEntity and assigns it to the Actions field.

func (*HistoryDTO) SetLastRefreshed ¶

func (o *HistoryDTO) SetLastRefreshed(v string)

SetLastRefreshed gets a reference to the given string and assigns it to the LastRefreshed field.

func (*HistoryDTO) SetTotal ¶

func (o *HistoryDTO) SetTotal(v int32)

SetTotal gets a reference to the given int32 and assigns it to the Total field.

func (HistoryDTO) ToMap ¶

func (o HistoryDTO) ToMap() (map[string]interface{}, error)

type HistoryEntity ¶

type HistoryEntity struct {
	History *HistoryDTO `json:"history,omitempty"`
}

HistoryEntity struct for HistoryEntity

func NewHistoryEntity ¶

func NewHistoryEntity() *HistoryEntity

NewHistoryEntity instantiates a new HistoryEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewHistoryEntityWithDefaults ¶

func NewHistoryEntityWithDefaults() *HistoryEntity

NewHistoryEntityWithDefaults instantiates a new HistoryEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*HistoryEntity) GetHistory ¶

func (o *HistoryEntity) GetHistory() HistoryDTO

GetHistory returns the History field value if set, zero value otherwise.

func (*HistoryEntity) GetHistoryOk ¶

func (o *HistoryEntity) GetHistoryOk() (*HistoryDTO, bool)

GetHistoryOk returns a tuple with the History field value if set, nil otherwise and a boolean to check if the value has been set.

func (*HistoryEntity) HasHistory ¶

func (o *HistoryEntity) HasHistory() bool

HasHistory returns a boolean if a field has been set.

func (HistoryEntity) MarshalJSON ¶

func (o HistoryEntity) MarshalJSON() ([]byte, error)

func (*HistoryEntity) SetHistory ¶

func (o *HistoryEntity) SetHistory(v HistoryDTO)

SetHistory gets a reference to the given HistoryDTO and assigns it to the History field.

func (HistoryEntity) ToMap ¶

func (o HistoryEntity) ToMap() (map[string]interface{}, error)

type InputPortsAPIGetInputPortRequest ¶

type InputPortsAPIGetInputPortRequest struct {
	ApiService *InputPortsAPIService
	// contains filtered or unexported fields
}

func (InputPortsAPIGetInputPortRequest) Execute ¶

type InputPortsAPIRemoveInputPortRequest ¶

type InputPortsAPIRemoveInputPortRequest struct {
	ApiService *InputPortsAPIService
	// contains filtered or unexported fields
}

func (InputPortsAPIRemoveInputPortRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (InputPortsAPIRemoveInputPortRequest) DisconnectedNodeAcknowledged ¶

func (r InputPortsAPIRemoveInputPortRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) InputPortsAPIRemoveInputPortRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (InputPortsAPIRemoveInputPortRequest) Execute ¶

func (InputPortsAPIRemoveInputPortRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type InputPortsAPIService ¶

type InputPortsAPIService service

InputPortsAPIService InputPortsAPI service

func (*InputPortsAPIService) GetInputPort ¶

GetInputPort Gets an input port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The input port id.
@return InputPortsAPIGetInputPortRequest

func (*InputPortsAPIService) GetInputPortExecute ¶

Execute executes the request

@return PortEntity

func (*InputPortsAPIService) RemoveInputPort ¶

RemoveInputPort Deletes an input port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The input port id.
@return InputPortsAPIRemoveInputPortRequest

func (*InputPortsAPIService) RemoveInputPortExecute ¶

Execute executes the request

@return PortEntity

func (*InputPortsAPIService) UpdateInputPort ¶

UpdateInputPort Updates an input port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The input port id.
@return InputPortsAPIUpdateInputPortRequest

func (*InputPortsAPIService) UpdateInputPortExecute ¶

Execute executes the request

@return PortEntity

func (*InputPortsAPIService) UpdateRunStatus ¶

UpdateRunStatus Updates run status of an input-port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The port id.
@return InputPortsAPIUpdateRunStatusRequest

func (*InputPortsAPIService) UpdateRunStatusExecute ¶

Execute executes the request

@return ProcessorEntity

type InputPortsAPIUpdateInputPortRequest ¶

type InputPortsAPIUpdateInputPortRequest struct {
	ApiService *InputPortsAPIService
	// contains filtered or unexported fields
}

func (InputPortsAPIUpdateInputPortRequest) Body ¶

The input port configuration details.

func (InputPortsAPIUpdateInputPortRequest) Execute ¶

type InputPortsAPIUpdateRunStatusRequest ¶

type InputPortsAPIUpdateRunStatusRequest struct {
	ApiService *InputPortsAPIService
	// contains filtered or unexported fields
}

func (InputPortsAPIUpdateRunStatusRequest) Body ¶

The port run status.

func (InputPortsAPIUpdateRunStatusRequest) Execute ¶

type InputPortsEntity ¶

type InputPortsEntity struct {
	InputPorts []PortEntity `json:"inputPorts,omitempty"`
}

InputPortsEntity struct for InputPortsEntity

func NewInputPortsEntity ¶

func NewInputPortsEntity() *InputPortsEntity

NewInputPortsEntity instantiates a new InputPortsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInputPortsEntityWithDefaults ¶

func NewInputPortsEntityWithDefaults() *InputPortsEntity

NewInputPortsEntityWithDefaults instantiates a new InputPortsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InputPortsEntity) GetInputPorts ¶

func (o *InputPortsEntity) GetInputPorts() []PortEntity

GetInputPorts returns the InputPorts field value if set, zero value otherwise.

func (*InputPortsEntity) GetInputPortsOk ¶

func (o *InputPortsEntity) GetInputPortsOk() ([]PortEntity, bool)

GetInputPortsOk returns a tuple with the InputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InputPortsEntity) HasInputPorts ¶

func (o *InputPortsEntity) HasInputPorts() bool

HasInputPorts returns a boolean if a field has been set.

func (InputPortsEntity) MarshalJSON ¶

func (o InputPortsEntity) MarshalJSON() ([]byte, error)

func (*InputPortsEntity) SetInputPorts ¶

func (o *InputPortsEntity) SetInputPorts(v []PortEntity)

SetInputPorts gets a reference to the given []PortEntity and assigns it to the InputPorts field.

func (InputPortsEntity) ToMap ¶

func (o InputPortsEntity) ToMap() (map[string]interface{}, error)

type InstantiateTemplateRequestEntity ¶

type InstantiateTemplateRequestEntity struct {
	// The x coordinate of the origin of the bounding box where the new components will be placed.
	OriginX *float64 `json:"originX,omitempty"`
	// The y coordinate of the origin of the bounding box where the new components will be placed.
	OriginY *float64 `json:"originY,omitempty"`
	// The identifier of the template.
	TemplateId *string `json:"templateId,omitempty"`
	// The encoding version of the flow snippet. If not specified, this is automatically populated by the node receiving the user request. If the snippet is specified, the version will be the latest. If the snippet is not specified, the version will come from the underlying template. These details need to be replicated throughout the cluster to ensure consistency.
	EncodingVersion *string         `json:"encodingVersion,omitempty"`
	Snippet         *FlowSnippetDTO `json:"snippet,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

InstantiateTemplateRequestEntity struct for InstantiateTemplateRequestEntity

func NewInstantiateTemplateRequestEntity ¶

func NewInstantiateTemplateRequestEntity() *InstantiateTemplateRequestEntity

NewInstantiateTemplateRequestEntity instantiates a new InstantiateTemplateRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewInstantiateTemplateRequestEntityWithDefaults ¶

func NewInstantiateTemplateRequestEntityWithDefaults() *InstantiateTemplateRequestEntity

NewInstantiateTemplateRequestEntityWithDefaults instantiates a new InstantiateTemplateRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*InstantiateTemplateRequestEntity) GetDisconnectedNodeAcknowledged ¶

func (o *InstantiateTemplateRequestEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*InstantiateTemplateRequestEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *InstantiateTemplateRequestEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstantiateTemplateRequestEntity) GetEncodingVersion ¶

func (o *InstantiateTemplateRequestEntity) GetEncodingVersion() string

GetEncodingVersion returns the EncodingVersion field value if set, zero value otherwise.

func (*InstantiateTemplateRequestEntity) GetEncodingVersionOk ¶

func (o *InstantiateTemplateRequestEntity) GetEncodingVersionOk() (*string, bool)

GetEncodingVersionOk returns a tuple with the EncodingVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstantiateTemplateRequestEntity) GetOriginX ¶

func (o *InstantiateTemplateRequestEntity) GetOriginX() float64

GetOriginX returns the OriginX field value if set, zero value otherwise.

func (*InstantiateTemplateRequestEntity) GetOriginXOk ¶

func (o *InstantiateTemplateRequestEntity) GetOriginXOk() (*float64, bool)

GetOriginXOk returns a tuple with the OriginX field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstantiateTemplateRequestEntity) GetOriginY ¶

func (o *InstantiateTemplateRequestEntity) GetOriginY() float64

GetOriginY returns the OriginY field value if set, zero value otherwise.

func (*InstantiateTemplateRequestEntity) GetOriginYOk ¶

func (o *InstantiateTemplateRequestEntity) GetOriginYOk() (*float64, bool)

GetOriginYOk returns a tuple with the OriginY field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstantiateTemplateRequestEntity) GetSnippet ¶

GetSnippet returns the Snippet field value if set, zero value otherwise.

func (*InstantiateTemplateRequestEntity) GetSnippetOk ¶

GetSnippetOk returns a tuple with the Snippet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstantiateTemplateRequestEntity) GetTemplateId ¶

func (o *InstantiateTemplateRequestEntity) GetTemplateId() string

GetTemplateId returns the TemplateId field value if set, zero value otherwise.

func (*InstantiateTemplateRequestEntity) GetTemplateIdOk ¶

func (o *InstantiateTemplateRequestEntity) GetTemplateIdOk() (*string, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*InstantiateTemplateRequestEntity) HasDisconnectedNodeAcknowledged ¶

func (o *InstantiateTemplateRequestEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*InstantiateTemplateRequestEntity) HasEncodingVersion ¶

func (o *InstantiateTemplateRequestEntity) HasEncodingVersion() bool

HasEncodingVersion returns a boolean if a field has been set.

func (*InstantiateTemplateRequestEntity) HasOriginX ¶

func (o *InstantiateTemplateRequestEntity) HasOriginX() bool

HasOriginX returns a boolean if a field has been set.

func (*InstantiateTemplateRequestEntity) HasOriginY ¶

func (o *InstantiateTemplateRequestEntity) HasOriginY() bool

HasOriginY returns a boolean if a field has been set.

func (*InstantiateTemplateRequestEntity) HasSnippet ¶

func (o *InstantiateTemplateRequestEntity) HasSnippet() bool

HasSnippet returns a boolean if a field has been set.

func (*InstantiateTemplateRequestEntity) HasTemplateId ¶

func (o *InstantiateTemplateRequestEntity) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

func (InstantiateTemplateRequestEntity) MarshalJSON ¶

func (o InstantiateTemplateRequestEntity) MarshalJSON() ([]byte, error)

func (*InstantiateTemplateRequestEntity) SetDisconnectedNodeAcknowledged ¶

func (o *InstantiateTemplateRequestEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*InstantiateTemplateRequestEntity) SetEncodingVersion ¶

func (o *InstantiateTemplateRequestEntity) SetEncodingVersion(v string)

SetEncodingVersion gets a reference to the given string and assigns it to the EncodingVersion field.

func (*InstantiateTemplateRequestEntity) SetOriginX ¶

func (o *InstantiateTemplateRequestEntity) SetOriginX(v float64)

SetOriginX gets a reference to the given float64 and assigns it to the OriginX field.

func (*InstantiateTemplateRequestEntity) SetOriginY ¶

func (o *InstantiateTemplateRequestEntity) SetOriginY(v float64)

SetOriginY gets a reference to the given float64 and assigns it to the OriginY field.

func (*InstantiateTemplateRequestEntity) SetSnippet ¶

SetSnippet gets a reference to the given FlowSnippetDTO and assigns it to the Snippet field.

func (*InstantiateTemplateRequestEntity) SetTemplateId ¶

func (o *InstantiateTemplateRequestEntity) SetTemplateId(v string)

SetTemplateId gets a reference to the given string and assigns it to the TemplateId field.

func (InstantiateTemplateRequestEntity) ToMap ¶

func (o InstantiateTemplateRequestEntity) ToMap() (map[string]interface{}, error)

type JVMControllerDiagnosticsSnapshotDTO ¶

type JVMControllerDiagnosticsSnapshotDTO struct {
	// Whether or not this node is primary node
	PrimaryNode *bool `json:"primaryNode,omitempty"`
	// Whether or not this node is cluster coordinator
	ClusterCoordinator *bool `json:"clusterCoordinator,omitempty"`
	// The maximum number of timer-driven threads
	MaxTimerDrivenThreads *int32 `json:"maxTimerDrivenThreads,omitempty"`
	// The maximum number of event-driven threads
	MaxEventDrivenThreads *int32 `json:"maxEventDrivenThreads,omitempty"`
}

JVMControllerDiagnosticsSnapshotDTO struct for JVMControllerDiagnosticsSnapshotDTO

func NewJVMControllerDiagnosticsSnapshotDTO ¶

func NewJVMControllerDiagnosticsSnapshotDTO() *JVMControllerDiagnosticsSnapshotDTO

NewJVMControllerDiagnosticsSnapshotDTO instantiates a new JVMControllerDiagnosticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJVMControllerDiagnosticsSnapshotDTOWithDefaults ¶

func NewJVMControllerDiagnosticsSnapshotDTOWithDefaults() *JVMControllerDiagnosticsSnapshotDTO

NewJVMControllerDiagnosticsSnapshotDTOWithDefaults instantiates a new JVMControllerDiagnosticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JVMControllerDiagnosticsSnapshotDTO) GetClusterCoordinator ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) GetClusterCoordinator() bool

GetClusterCoordinator returns the ClusterCoordinator field value if set, zero value otherwise.

func (*JVMControllerDiagnosticsSnapshotDTO) GetClusterCoordinatorOk ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) GetClusterCoordinatorOk() (*bool, bool)

GetClusterCoordinatorOk returns a tuple with the ClusterCoordinator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMControllerDiagnosticsSnapshotDTO) GetMaxEventDrivenThreads ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) GetMaxEventDrivenThreads() int32

GetMaxEventDrivenThreads returns the MaxEventDrivenThreads field value if set, zero value otherwise.

func (*JVMControllerDiagnosticsSnapshotDTO) GetMaxEventDrivenThreadsOk ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) GetMaxEventDrivenThreadsOk() (*int32, bool)

GetMaxEventDrivenThreadsOk returns a tuple with the MaxEventDrivenThreads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMControllerDiagnosticsSnapshotDTO) GetMaxTimerDrivenThreads ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) GetMaxTimerDrivenThreads() int32

GetMaxTimerDrivenThreads returns the MaxTimerDrivenThreads field value if set, zero value otherwise.

func (*JVMControllerDiagnosticsSnapshotDTO) GetMaxTimerDrivenThreadsOk ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) GetMaxTimerDrivenThreadsOk() (*int32, bool)

GetMaxTimerDrivenThreadsOk returns a tuple with the MaxTimerDrivenThreads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMControllerDiagnosticsSnapshotDTO) GetPrimaryNode ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) GetPrimaryNode() bool

GetPrimaryNode returns the PrimaryNode field value if set, zero value otherwise.

func (*JVMControllerDiagnosticsSnapshotDTO) GetPrimaryNodeOk ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) GetPrimaryNodeOk() (*bool, bool)

GetPrimaryNodeOk returns a tuple with the PrimaryNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMControllerDiagnosticsSnapshotDTO) HasClusterCoordinator ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) HasClusterCoordinator() bool

HasClusterCoordinator returns a boolean if a field has been set.

func (*JVMControllerDiagnosticsSnapshotDTO) HasMaxEventDrivenThreads ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) HasMaxEventDrivenThreads() bool

HasMaxEventDrivenThreads returns a boolean if a field has been set.

func (*JVMControllerDiagnosticsSnapshotDTO) HasMaxTimerDrivenThreads ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) HasMaxTimerDrivenThreads() bool

HasMaxTimerDrivenThreads returns a boolean if a field has been set.

func (*JVMControllerDiagnosticsSnapshotDTO) HasPrimaryNode ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) HasPrimaryNode() bool

HasPrimaryNode returns a boolean if a field has been set.

func (JVMControllerDiagnosticsSnapshotDTO) MarshalJSON ¶

func (o JVMControllerDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*JVMControllerDiagnosticsSnapshotDTO) SetClusterCoordinator ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) SetClusterCoordinator(v bool)

SetClusterCoordinator gets a reference to the given bool and assigns it to the ClusterCoordinator field.

func (*JVMControllerDiagnosticsSnapshotDTO) SetMaxEventDrivenThreads ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) SetMaxEventDrivenThreads(v int32)

SetMaxEventDrivenThreads gets a reference to the given int32 and assigns it to the MaxEventDrivenThreads field.

func (*JVMControllerDiagnosticsSnapshotDTO) SetMaxTimerDrivenThreads ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) SetMaxTimerDrivenThreads(v int32)

SetMaxTimerDrivenThreads gets a reference to the given int32 and assigns it to the MaxTimerDrivenThreads field.

func (*JVMControllerDiagnosticsSnapshotDTO) SetPrimaryNode ¶

func (o *JVMControllerDiagnosticsSnapshotDTO) SetPrimaryNode(v bool)

SetPrimaryNode gets a reference to the given bool and assigns it to the PrimaryNode field.

func (JVMControllerDiagnosticsSnapshotDTO) ToMap ¶

func (o JVMControllerDiagnosticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type JVMDiagnosticsDTO ¶

type JVMDiagnosticsDTO struct {
	// Whether or not the NiFi instance is clustered
	Clustered *bool `json:"clustered,omitempty"`
	// Whether or not the node is connected to the cluster
	Connected         *bool                      `json:"connected,omitempty"`
	AggregateSnapshot *JVMDiagnosticsSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// Node-wise breakdown of JVM diagnostic information
	NodeSnapshots []NodeJVMDiagnosticsSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

JVMDiagnosticsDTO struct for JVMDiagnosticsDTO

func NewJVMDiagnosticsDTO ¶

func NewJVMDiagnosticsDTO() *JVMDiagnosticsDTO

NewJVMDiagnosticsDTO instantiates a new JVMDiagnosticsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJVMDiagnosticsDTOWithDefaults ¶

func NewJVMDiagnosticsDTOWithDefaults() *JVMDiagnosticsDTO

NewJVMDiagnosticsDTOWithDefaults instantiates a new JVMDiagnosticsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JVMDiagnosticsDTO) GetAggregateSnapshot ¶

func (o *JVMDiagnosticsDTO) GetAggregateSnapshot() JVMDiagnosticsSnapshotDTO

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*JVMDiagnosticsDTO) GetAggregateSnapshotOk ¶

func (o *JVMDiagnosticsDTO) GetAggregateSnapshotOk() (*JVMDiagnosticsSnapshotDTO, bool)

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMDiagnosticsDTO) GetClustered ¶

func (o *JVMDiagnosticsDTO) GetClustered() bool

GetClustered returns the Clustered field value if set, zero value otherwise.

func (*JVMDiagnosticsDTO) GetClusteredOk ¶

func (o *JVMDiagnosticsDTO) GetClusteredOk() (*bool, bool)

GetClusteredOk returns a tuple with the Clustered field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMDiagnosticsDTO) GetConnected ¶

func (o *JVMDiagnosticsDTO) GetConnected() bool

GetConnected returns the Connected field value if set, zero value otherwise.

func (*JVMDiagnosticsDTO) GetConnectedOk ¶

func (o *JVMDiagnosticsDTO) GetConnectedOk() (*bool, bool)

GetConnectedOk returns a tuple with the Connected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMDiagnosticsDTO) GetNodeSnapshots ¶

func (o *JVMDiagnosticsDTO) GetNodeSnapshots() []NodeJVMDiagnosticsSnapshotDTO

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*JVMDiagnosticsDTO) GetNodeSnapshotsOk ¶

func (o *JVMDiagnosticsDTO) GetNodeSnapshotsOk() ([]NodeJVMDiagnosticsSnapshotDTO, bool)

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMDiagnosticsDTO) HasAggregateSnapshot ¶

func (o *JVMDiagnosticsDTO) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*JVMDiagnosticsDTO) HasClustered ¶

func (o *JVMDiagnosticsDTO) HasClustered() bool

HasClustered returns a boolean if a field has been set.

func (*JVMDiagnosticsDTO) HasConnected ¶

func (o *JVMDiagnosticsDTO) HasConnected() bool

HasConnected returns a boolean if a field has been set.

func (*JVMDiagnosticsDTO) HasNodeSnapshots ¶

func (o *JVMDiagnosticsDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (JVMDiagnosticsDTO) MarshalJSON ¶

func (o JVMDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*JVMDiagnosticsDTO) SetAggregateSnapshot ¶

func (o *JVMDiagnosticsDTO) SetAggregateSnapshot(v JVMDiagnosticsSnapshotDTO)

SetAggregateSnapshot gets a reference to the given JVMDiagnosticsSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*JVMDiagnosticsDTO) SetClustered ¶

func (o *JVMDiagnosticsDTO) SetClustered(v bool)

SetClustered gets a reference to the given bool and assigns it to the Clustered field.

func (*JVMDiagnosticsDTO) SetConnected ¶

func (o *JVMDiagnosticsDTO) SetConnected(v bool)

SetConnected gets a reference to the given bool and assigns it to the Connected field.

func (*JVMDiagnosticsDTO) SetNodeSnapshots ¶

func (o *JVMDiagnosticsDTO) SetNodeSnapshots(v []NodeJVMDiagnosticsSnapshotDTO)

SetNodeSnapshots gets a reference to the given []NodeJVMDiagnosticsSnapshotDTO and assigns it to the NodeSnapshots field.

func (JVMDiagnosticsDTO) ToMap ¶

func (o JVMDiagnosticsDTO) ToMap() (map[string]interface{}, error)

type JVMDiagnosticsSnapshotDTO ¶

type JVMDiagnosticsSnapshotDTO struct {
	SystemDiagnosticsDto  *JVMSystemDiagnosticsSnapshotDTO     `json:"systemDiagnosticsDto,omitempty"`
	FlowDiagnosticsDto    *JVMFlowDiagnosticsSnapshotDTO       `json:"flowDiagnosticsDto,omitempty"`
	ControllerDiagnostics *JVMControllerDiagnosticsSnapshotDTO `json:"controllerDiagnostics,omitempty"`
}

JVMDiagnosticsSnapshotDTO struct for JVMDiagnosticsSnapshotDTO

func NewJVMDiagnosticsSnapshotDTO ¶

func NewJVMDiagnosticsSnapshotDTO() *JVMDiagnosticsSnapshotDTO

NewJVMDiagnosticsSnapshotDTO instantiates a new JVMDiagnosticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJVMDiagnosticsSnapshotDTOWithDefaults ¶

func NewJVMDiagnosticsSnapshotDTOWithDefaults() *JVMDiagnosticsSnapshotDTO

NewJVMDiagnosticsSnapshotDTOWithDefaults instantiates a new JVMDiagnosticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JVMDiagnosticsSnapshotDTO) GetControllerDiagnostics ¶

func (o *JVMDiagnosticsSnapshotDTO) GetControllerDiagnostics() JVMControllerDiagnosticsSnapshotDTO

GetControllerDiagnostics returns the ControllerDiagnostics field value if set, zero value otherwise.

func (*JVMDiagnosticsSnapshotDTO) GetControllerDiagnosticsOk ¶

func (o *JVMDiagnosticsSnapshotDTO) GetControllerDiagnosticsOk() (*JVMControllerDiagnosticsSnapshotDTO, bool)

GetControllerDiagnosticsOk returns a tuple with the ControllerDiagnostics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMDiagnosticsSnapshotDTO) GetFlowDiagnosticsDto ¶

func (o *JVMDiagnosticsSnapshotDTO) GetFlowDiagnosticsDto() JVMFlowDiagnosticsSnapshotDTO

GetFlowDiagnosticsDto returns the FlowDiagnosticsDto field value if set, zero value otherwise.

func (*JVMDiagnosticsSnapshotDTO) GetFlowDiagnosticsDtoOk ¶

func (o *JVMDiagnosticsSnapshotDTO) GetFlowDiagnosticsDtoOk() (*JVMFlowDiagnosticsSnapshotDTO, bool)

GetFlowDiagnosticsDtoOk returns a tuple with the FlowDiagnosticsDto field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMDiagnosticsSnapshotDTO) GetSystemDiagnosticsDto ¶

func (o *JVMDiagnosticsSnapshotDTO) GetSystemDiagnosticsDto() JVMSystemDiagnosticsSnapshotDTO

GetSystemDiagnosticsDto returns the SystemDiagnosticsDto field value if set, zero value otherwise.

func (*JVMDiagnosticsSnapshotDTO) GetSystemDiagnosticsDtoOk ¶

func (o *JVMDiagnosticsSnapshotDTO) GetSystemDiagnosticsDtoOk() (*JVMSystemDiagnosticsSnapshotDTO, bool)

GetSystemDiagnosticsDtoOk returns a tuple with the SystemDiagnosticsDto field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMDiagnosticsSnapshotDTO) HasControllerDiagnostics ¶

func (o *JVMDiagnosticsSnapshotDTO) HasControllerDiagnostics() bool

HasControllerDiagnostics returns a boolean if a field has been set.

func (*JVMDiagnosticsSnapshotDTO) HasFlowDiagnosticsDto ¶

func (o *JVMDiagnosticsSnapshotDTO) HasFlowDiagnosticsDto() bool

HasFlowDiagnosticsDto returns a boolean if a field has been set.

func (*JVMDiagnosticsSnapshotDTO) HasSystemDiagnosticsDto ¶

func (o *JVMDiagnosticsSnapshotDTO) HasSystemDiagnosticsDto() bool

HasSystemDiagnosticsDto returns a boolean if a field has been set.

func (JVMDiagnosticsSnapshotDTO) MarshalJSON ¶

func (o JVMDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*JVMDiagnosticsSnapshotDTO) SetControllerDiagnostics ¶

func (o *JVMDiagnosticsSnapshotDTO) SetControllerDiagnostics(v JVMControllerDiagnosticsSnapshotDTO)

SetControllerDiagnostics gets a reference to the given JVMControllerDiagnosticsSnapshotDTO and assigns it to the ControllerDiagnostics field.

func (*JVMDiagnosticsSnapshotDTO) SetFlowDiagnosticsDto ¶

func (o *JVMDiagnosticsSnapshotDTO) SetFlowDiagnosticsDto(v JVMFlowDiagnosticsSnapshotDTO)

SetFlowDiagnosticsDto gets a reference to the given JVMFlowDiagnosticsSnapshotDTO and assigns it to the FlowDiagnosticsDto field.

func (*JVMDiagnosticsSnapshotDTO) SetSystemDiagnosticsDto ¶

func (o *JVMDiagnosticsSnapshotDTO) SetSystemDiagnosticsDto(v JVMSystemDiagnosticsSnapshotDTO)

SetSystemDiagnosticsDto gets a reference to the given JVMSystemDiagnosticsSnapshotDTO and assigns it to the SystemDiagnosticsDto field.

func (JVMDiagnosticsSnapshotDTO) ToMap ¶

func (o JVMDiagnosticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type JVMFlowDiagnosticsSnapshotDTO ¶

type JVMFlowDiagnosticsSnapshotDTO struct {
	// How long this node has been running, formatted as hours:minutes:seconds.milliseconds
	Uptime *string `json:"uptime,omitempty"`
	// The name of the Time Zone that is configured, if available
	TimeZone *string `json:"timeZone,omitempty"`
	// The number of timer-driven threads that are active
	ActiveTimerDrivenThreads *int32 `json:"activeTimerDrivenThreads,omitempty"`
	// The number of event-driven threads that are active
	ActiveEventDrivenThreads *int32 `json:"activeEventDrivenThreads,omitempty"`
	// The NiFi Bundles (NARs) that are loaded by NiFi
	BundlesLoaded []BundleDTO `json:"bundlesLoaded,omitempty"`
}

JVMFlowDiagnosticsSnapshotDTO struct for JVMFlowDiagnosticsSnapshotDTO

func NewJVMFlowDiagnosticsSnapshotDTO ¶

func NewJVMFlowDiagnosticsSnapshotDTO() *JVMFlowDiagnosticsSnapshotDTO

NewJVMFlowDiagnosticsSnapshotDTO instantiates a new JVMFlowDiagnosticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJVMFlowDiagnosticsSnapshotDTOWithDefaults ¶

func NewJVMFlowDiagnosticsSnapshotDTOWithDefaults() *JVMFlowDiagnosticsSnapshotDTO

NewJVMFlowDiagnosticsSnapshotDTOWithDefaults instantiates a new JVMFlowDiagnosticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JVMFlowDiagnosticsSnapshotDTO) GetActiveEventDrivenThreads ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) GetActiveEventDrivenThreads() int32

GetActiveEventDrivenThreads returns the ActiveEventDrivenThreads field value if set, zero value otherwise.

func (*JVMFlowDiagnosticsSnapshotDTO) GetActiveEventDrivenThreadsOk ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) GetActiveEventDrivenThreadsOk() (*int32, bool)

GetActiveEventDrivenThreadsOk returns a tuple with the ActiveEventDrivenThreads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMFlowDiagnosticsSnapshotDTO) GetActiveTimerDrivenThreads ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) GetActiveTimerDrivenThreads() int32

GetActiveTimerDrivenThreads returns the ActiveTimerDrivenThreads field value if set, zero value otherwise.

func (*JVMFlowDiagnosticsSnapshotDTO) GetActiveTimerDrivenThreadsOk ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) GetActiveTimerDrivenThreadsOk() (*int32, bool)

GetActiveTimerDrivenThreadsOk returns a tuple with the ActiveTimerDrivenThreads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMFlowDiagnosticsSnapshotDTO) GetBundlesLoaded ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) GetBundlesLoaded() []BundleDTO

GetBundlesLoaded returns the BundlesLoaded field value if set, zero value otherwise.

func (*JVMFlowDiagnosticsSnapshotDTO) GetBundlesLoadedOk ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) GetBundlesLoadedOk() ([]BundleDTO, bool)

GetBundlesLoadedOk returns a tuple with the BundlesLoaded field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMFlowDiagnosticsSnapshotDTO) GetTimeZone ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) GetTimeZone() string

GetTimeZone returns the TimeZone field value if set, zero value otherwise.

func (*JVMFlowDiagnosticsSnapshotDTO) GetTimeZoneOk ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) GetTimeZoneOk() (*string, bool)

GetTimeZoneOk returns a tuple with the TimeZone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMFlowDiagnosticsSnapshotDTO) GetUptime ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) GetUptime() string

GetUptime returns the Uptime field value if set, zero value otherwise.

func (*JVMFlowDiagnosticsSnapshotDTO) GetUptimeOk ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) GetUptimeOk() (*string, bool)

GetUptimeOk returns a tuple with the Uptime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMFlowDiagnosticsSnapshotDTO) HasActiveEventDrivenThreads ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) HasActiveEventDrivenThreads() bool

HasActiveEventDrivenThreads returns a boolean if a field has been set.

func (*JVMFlowDiagnosticsSnapshotDTO) HasActiveTimerDrivenThreads ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) HasActiveTimerDrivenThreads() bool

HasActiveTimerDrivenThreads returns a boolean if a field has been set.

func (*JVMFlowDiagnosticsSnapshotDTO) HasBundlesLoaded ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) HasBundlesLoaded() bool

HasBundlesLoaded returns a boolean if a field has been set.

func (*JVMFlowDiagnosticsSnapshotDTO) HasTimeZone ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) HasTimeZone() bool

HasTimeZone returns a boolean if a field has been set.

func (*JVMFlowDiagnosticsSnapshotDTO) HasUptime ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) HasUptime() bool

HasUptime returns a boolean if a field has been set.

func (JVMFlowDiagnosticsSnapshotDTO) MarshalJSON ¶

func (o JVMFlowDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*JVMFlowDiagnosticsSnapshotDTO) SetActiveEventDrivenThreads ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) SetActiveEventDrivenThreads(v int32)

SetActiveEventDrivenThreads gets a reference to the given int32 and assigns it to the ActiveEventDrivenThreads field.

func (*JVMFlowDiagnosticsSnapshotDTO) SetActiveTimerDrivenThreads ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) SetActiveTimerDrivenThreads(v int32)

SetActiveTimerDrivenThreads gets a reference to the given int32 and assigns it to the ActiveTimerDrivenThreads field.

func (*JVMFlowDiagnosticsSnapshotDTO) SetBundlesLoaded ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) SetBundlesLoaded(v []BundleDTO)

SetBundlesLoaded gets a reference to the given []BundleDTO and assigns it to the BundlesLoaded field.

func (*JVMFlowDiagnosticsSnapshotDTO) SetTimeZone ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) SetTimeZone(v string)

SetTimeZone gets a reference to the given string and assigns it to the TimeZone field.

func (*JVMFlowDiagnosticsSnapshotDTO) SetUptime ¶

func (o *JVMFlowDiagnosticsSnapshotDTO) SetUptime(v string)

SetUptime gets a reference to the given string and assigns it to the Uptime field.

func (JVMFlowDiagnosticsSnapshotDTO) ToMap ¶

func (o JVMFlowDiagnosticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type JVMSystemDiagnosticsSnapshotDTO ¶

type JVMSystemDiagnosticsSnapshotDTO struct {
	FlowFileRepositoryStorageUsage *RepositoryUsageDTO `json:"flowFileRepositoryStorageUsage,omitempty"`
	// Information about the Content Repository's usage
	ContentRepositoryStorageUsage []RepositoryUsageDTO `json:"contentRepositoryStorageUsage,omitempty"`
	// Information about the Provenance Repository's usage
	ProvenanceRepositoryStorageUsage []RepositoryUsageDTO `json:"provenanceRepositoryStorageUsage,omitempty"`
	// The maximum number of bytes that the JVM heap is configured to use for heap
	MaxHeapBytes *int64 `json:"maxHeapBytes,omitempty"`
	// The maximum number of bytes that the JVM heap is configured to use, as a human-readable value
	MaxHeap *string `json:"maxHeap,omitempty"`
	// Diagnostic information about the JVM's garbage collections
	GarbageCollectionDiagnostics []GarbageCollectionDiagnosticsDTO `json:"garbageCollectionDiagnostics,omitempty"`
	// The number of CPU Cores available on the system
	CpuCores *int32 `json:"cpuCores,omitempty"`
	// The 1-minute CPU Load Average
	CpuLoadAverage *float64 `json:"cpuLoadAverage,omitempty"`
	// The number of bytes of RAM available on the system
	PhysicalMemoryBytes *int64 `json:"physicalMemoryBytes,omitempty"`
	// The number of bytes of RAM available on the system as a human-readable value
	PhysicalMemory *string `json:"physicalMemory,omitempty"`
	// The number of files that are open by the NiFi process
	OpenFileDescriptors *int64 `json:"openFileDescriptors,omitempty"`
	// The maximum number of open file descriptors that are available to each process
	MaxOpenFileDescriptors *int64 `json:"maxOpenFileDescriptors,omitempty"`
}

JVMSystemDiagnosticsSnapshotDTO struct for JVMSystemDiagnosticsSnapshotDTO

func NewJVMSystemDiagnosticsSnapshotDTO ¶

func NewJVMSystemDiagnosticsSnapshotDTO() *JVMSystemDiagnosticsSnapshotDTO

NewJVMSystemDiagnosticsSnapshotDTO instantiates a new JVMSystemDiagnosticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJVMSystemDiagnosticsSnapshotDTOWithDefaults ¶

func NewJVMSystemDiagnosticsSnapshotDTOWithDefaults() *JVMSystemDiagnosticsSnapshotDTO

NewJVMSystemDiagnosticsSnapshotDTOWithDefaults instantiates a new JVMSystemDiagnosticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JVMSystemDiagnosticsSnapshotDTO) GetContentRepositoryStorageUsage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetContentRepositoryStorageUsage() []RepositoryUsageDTO

GetContentRepositoryStorageUsage returns the ContentRepositoryStorageUsage field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetContentRepositoryStorageUsageOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetContentRepositoryStorageUsageOk() ([]RepositoryUsageDTO, bool)

GetContentRepositoryStorageUsageOk returns a tuple with the ContentRepositoryStorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetCpuCores ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetCpuCores() int32

GetCpuCores returns the CpuCores field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetCpuCoresOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetCpuCoresOk() (*int32, bool)

GetCpuCoresOk returns a tuple with the CpuCores field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetCpuLoadAverage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetCpuLoadAverage() float64

GetCpuLoadAverage returns the CpuLoadAverage field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetCpuLoadAverageOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetCpuLoadAverageOk() (*float64, bool)

GetCpuLoadAverageOk returns a tuple with the CpuLoadAverage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetFlowFileRepositoryStorageUsage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetFlowFileRepositoryStorageUsage() RepositoryUsageDTO

GetFlowFileRepositoryStorageUsage returns the FlowFileRepositoryStorageUsage field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetFlowFileRepositoryStorageUsageOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetFlowFileRepositoryStorageUsageOk() (*RepositoryUsageDTO, bool)

GetFlowFileRepositoryStorageUsageOk returns a tuple with the FlowFileRepositoryStorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetGarbageCollectionDiagnostics ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetGarbageCollectionDiagnostics() []GarbageCollectionDiagnosticsDTO

GetGarbageCollectionDiagnostics returns the GarbageCollectionDiagnostics field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetGarbageCollectionDiagnosticsOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetGarbageCollectionDiagnosticsOk() ([]GarbageCollectionDiagnosticsDTO, bool)

GetGarbageCollectionDiagnosticsOk returns a tuple with the GarbageCollectionDiagnostics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetMaxHeap ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetMaxHeap() string

GetMaxHeap returns the MaxHeap field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetMaxHeapBytes ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetMaxHeapBytes() int64

GetMaxHeapBytes returns the MaxHeapBytes field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetMaxHeapBytesOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetMaxHeapBytesOk() (*int64, bool)

GetMaxHeapBytesOk returns a tuple with the MaxHeapBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetMaxHeapOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetMaxHeapOk() (*string, bool)

GetMaxHeapOk returns a tuple with the MaxHeap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetMaxOpenFileDescriptors ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetMaxOpenFileDescriptors() int64

GetMaxOpenFileDescriptors returns the MaxOpenFileDescriptors field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetMaxOpenFileDescriptorsOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetMaxOpenFileDescriptorsOk() (*int64, bool)

GetMaxOpenFileDescriptorsOk returns a tuple with the MaxOpenFileDescriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetOpenFileDescriptors ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetOpenFileDescriptors() int64

GetOpenFileDescriptors returns the OpenFileDescriptors field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetOpenFileDescriptorsOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetOpenFileDescriptorsOk() (*int64, bool)

GetOpenFileDescriptorsOk returns a tuple with the OpenFileDescriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetPhysicalMemory ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetPhysicalMemory() string

GetPhysicalMemory returns the PhysicalMemory field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetPhysicalMemoryBytes ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetPhysicalMemoryBytes() int64

GetPhysicalMemoryBytes returns the PhysicalMemoryBytes field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetPhysicalMemoryBytesOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetPhysicalMemoryBytesOk() (*int64, bool)

GetPhysicalMemoryBytesOk returns a tuple with the PhysicalMemoryBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetPhysicalMemoryOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetPhysicalMemoryOk() (*string, bool)

GetPhysicalMemoryOk returns a tuple with the PhysicalMemory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) GetProvenanceRepositoryStorageUsage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetProvenanceRepositoryStorageUsage() []RepositoryUsageDTO

GetProvenanceRepositoryStorageUsage returns the ProvenanceRepositoryStorageUsage field value if set, zero value otherwise.

func (*JVMSystemDiagnosticsSnapshotDTO) GetProvenanceRepositoryStorageUsageOk ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) GetProvenanceRepositoryStorageUsageOk() ([]RepositoryUsageDTO, bool)

GetProvenanceRepositoryStorageUsageOk returns a tuple with the ProvenanceRepositoryStorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasContentRepositoryStorageUsage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasContentRepositoryStorageUsage() bool

HasContentRepositoryStorageUsage returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasCpuCores ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasCpuCores() bool

HasCpuCores returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasCpuLoadAverage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasCpuLoadAverage() bool

HasCpuLoadAverage returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasFlowFileRepositoryStorageUsage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasFlowFileRepositoryStorageUsage() bool

HasFlowFileRepositoryStorageUsage returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasGarbageCollectionDiagnostics ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasGarbageCollectionDiagnostics() bool

HasGarbageCollectionDiagnostics returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasMaxHeap ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasMaxHeap() bool

HasMaxHeap returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasMaxHeapBytes ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasMaxHeapBytes() bool

HasMaxHeapBytes returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasMaxOpenFileDescriptors ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasMaxOpenFileDescriptors() bool

HasMaxOpenFileDescriptors returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasOpenFileDescriptors ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasOpenFileDescriptors() bool

HasOpenFileDescriptors returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasPhysicalMemory ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasPhysicalMemory() bool

HasPhysicalMemory returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasPhysicalMemoryBytes ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasPhysicalMemoryBytes() bool

HasPhysicalMemoryBytes returns a boolean if a field has been set.

func (*JVMSystemDiagnosticsSnapshotDTO) HasProvenanceRepositoryStorageUsage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) HasProvenanceRepositoryStorageUsage() bool

HasProvenanceRepositoryStorageUsage returns a boolean if a field has been set.

func (JVMSystemDiagnosticsSnapshotDTO) MarshalJSON ¶

func (o JVMSystemDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*JVMSystemDiagnosticsSnapshotDTO) SetContentRepositoryStorageUsage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetContentRepositoryStorageUsage(v []RepositoryUsageDTO)

SetContentRepositoryStorageUsage gets a reference to the given []RepositoryUsageDTO and assigns it to the ContentRepositoryStorageUsage field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetCpuCores ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetCpuCores(v int32)

SetCpuCores gets a reference to the given int32 and assigns it to the CpuCores field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetCpuLoadAverage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetCpuLoadAverage(v float64)

SetCpuLoadAverage gets a reference to the given float64 and assigns it to the CpuLoadAverage field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetFlowFileRepositoryStorageUsage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetFlowFileRepositoryStorageUsage(v RepositoryUsageDTO)

SetFlowFileRepositoryStorageUsage gets a reference to the given RepositoryUsageDTO and assigns it to the FlowFileRepositoryStorageUsage field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetGarbageCollectionDiagnostics ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetGarbageCollectionDiagnostics(v []GarbageCollectionDiagnosticsDTO)

SetGarbageCollectionDiagnostics gets a reference to the given []GarbageCollectionDiagnosticsDTO and assigns it to the GarbageCollectionDiagnostics field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetMaxHeap ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetMaxHeap(v string)

SetMaxHeap gets a reference to the given string and assigns it to the MaxHeap field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetMaxHeapBytes ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetMaxHeapBytes(v int64)

SetMaxHeapBytes gets a reference to the given int64 and assigns it to the MaxHeapBytes field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetMaxOpenFileDescriptors ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetMaxOpenFileDescriptors(v int64)

SetMaxOpenFileDescriptors gets a reference to the given int64 and assigns it to the MaxOpenFileDescriptors field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetOpenFileDescriptors ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetOpenFileDescriptors(v int64)

SetOpenFileDescriptors gets a reference to the given int64 and assigns it to the OpenFileDescriptors field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetPhysicalMemory ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetPhysicalMemory(v string)

SetPhysicalMemory gets a reference to the given string and assigns it to the PhysicalMemory field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetPhysicalMemoryBytes ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetPhysicalMemoryBytes(v int64)

SetPhysicalMemoryBytes gets a reference to the given int64 and assigns it to the PhysicalMemoryBytes field.

func (*JVMSystemDiagnosticsSnapshotDTO) SetProvenanceRepositoryStorageUsage ¶

func (o *JVMSystemDiagnosticsSnapshotDTO) SetProvenanceRepositoryStorageUsage(v []RepositoryUsageDTO)

SetProvenanceRepositoryStorageUsage gets a reference to the given []RepositoryUsageDTO and assigns it to the ProvenanceRepositoryStorageUsage field.

func (JVMSystemDiagnosticsSnapshotDTO) ToMap ¶

func (o JVMSystemDiagnosticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type JmxMetricsResultDTO ¶

type JmxMetricsResultDTO struct {
	// The bean name of the metrics bean.
	BeanName *string `json:"beanName,omitempty"`
	// The attribute name of the metrics bean's attribute.
	AttributeName *string `json:"attributeName,omitempty"`
	// The attribute value of the the metrics bean's attribute
	AttributeValue map[string]interface{} `json:"attributeValue,omitempty"`
}

JmxMetricsResultDTO struct for JmxMetricsResultDTO

func NewJmxMetricsResultDTO ¶

func NewJmxMetricsResultDTO() *JmxMetricsResultDTO

NewJmxMetricsResultDTO instantiates a new JmxMetricsResultDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJmxMetricsResultDTOWithDefaults ¶

func NewJmxMetricsResultDTOWithDefaults() *JmxMetricsResultDTO

NewJmxMetricsResultDTOWithDefaults instantiates a new JmxMetricsResultDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JmxMetricsResultDTO) GetAttributeName ¶

func (o *JmxMetricsResultDTO) GetAttributeName() string

GetAttributeName returns the AttributeName field value if set, zero value otherwise.

func (*JmxMetricsResultDTO) GetAttributeNameOk ¶

func (o *JmxMetricsResultDTO) GetAttributeNameOk() (*string, bool)

GetAttributeNameOk returns a tuple with the AttributeName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JmxMetricsResultDTO) GetAttributeValue ¶

func (o *JmxMetricsResultDTO) GetAttributeValue() map[string]interface{}

GetAttributeValue returns the AttributeValue field value if set, zero value otherwise.

func (*JmxMetricsResultDTO) GetAttributeValueOk ¶

func (o *JmxMetricsResultDTO) GetAttributeValueOk() (map[string]interface{}, bool)

GetAttributeValueOk returns a tuple with the AttributeValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JmxMetricsResultDTO) GetBeanName ¶

func (o *JmxMetricsResultDTO) GetBeanName() string

GetBeanName returns the BeanName field value if set, zero value otherwise.

func (*JmxMetricsResultDTO) GetBeanNameOk ¶

func (o *JmxMetricsResultDTO) GetBeanNameOk() (*string, bool)

GetBeanNameOk returns a tuple with the BeanName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JmxMetricsResultDTO) HasAttributeName ¶

func (o *JmxMetricsResultDTO) HasAttributeName() bool

HasAttributeName returns a boolean if a field has been set.

func (*JmxMetricsResultDTO) HasAttributeValue ¶

func (o *JmxMetricsResultDTO) HasAttributeValue() bool

HasAttributeValue returns a boolean if a field has been set.

func (*JmxMetricsResultDTO) HasBeanName ¶

func (o *JmxMetricsResultDTO) HasBeanName() bool

HasBeanName returns a boolean if a field has been set.

func (JmxMetricsResultDTO) MarshalJSON ¶

func (o JmxMetricsResultDTO) MarshalJSON() ([]byte, error)

func (*JmxMetricsResultDTO) SetAttributeName ¶

func (o *JmxMetricsResultDTO) SetAttributeName(v string)

SetAttributeName gets a reference to the given string and assigns it to the AttributeName field.

func (*JmxMetricsResultDTO) SetAttributeValue ¶

func (o *JmxMetricsResultDTO) SetAttributeValue(v map[string]interface{})

SetAttributeValue gets a reference to the given map[string]interface{} and assigns it to the AttributeValue field.

func (*JmxMetricsResultDTO) SetBeanName ¶

func (o *JmxMetricsResultDTO) SetBeanName(v string)

SetBeanName gets a reference to the given string and assigns it to the BeanName field.

func (JmxMetricsResultDTO) ToMap ¶

func (o JmxMetricsResultDTO) ToMap() (map[string]interface{}, error)

type JmxMetricsResultsEntity ¶

type JmxMetricsResultsEntity struct {
	JmxMetricsResults []JmxMetricsResultDTO `json:"jmxMetricsResults,omitempty"`
}

JmxMetricsResultsEntity struct for JmxMetricsResultsEntity

func NewJmxMetricsResultsEntity ¶

func NewJmxMetricsResultsEntity() *JmxMetricsResultsEntity

NewJmxMetricsResultsEntity instantiates a new JmxMetricsResultsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewJmxMetricsResultsEntityWithDefaults ¶

func NewJmxMetricsResultsEntityWithDefaults() *JmxMetricsResultsEntity

NewJmxMetricsResultsEntityWithDefaults instantiates a new JmxMetricsResultsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*JmxMetricsResultsEntity) GetJmxMetricsResults ¶

func (o *JmxMetricsResultsEntity) GetJmxMetricsResults() []JmxMetricsResultDTO

GetJmxMetricsResults returns the JmxMetricsResults field value if set, zero value otherwise.

func (*JmxMetricsResultsEntity) GetJmxMetricsResultsOk ¶

func (o *JmxMetricsResultsEntity) GetJmxMetricsResultsOk() ([]JmxMetricsResultDTO, bool)

GetJmxMetricsResultsOk returns a tuple with the JmxMetricsResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*JmxMetricsResultsEntity) HasJmxMetricsResults ¶

func (o *JmxMetricsResultsEntity) HasJmxMetricsResults() bool

HasJmxMetricsResults returns a boolean if a field has been set.

func (JmxMetricsResultsEntity) MarshalJSON ¶

func (o JmxMetricsResultsEntity) MarshalJSON() ([]byte, error)

func (*JmxMetricsResultsEntity) SetJmxMetricsResults ¶

func (o *JmxMetricsResultsEntity) SetJmxMetricsResults(v []JmxMetricsResultDTO)

SetJmxMetricsResults gets a reference to the given []JmxMetricsResultDTO and assigns it to the JmxMetricsResults field.

func (JmxMetricsResultsEntity) ToMap ¶

func (o JmxMetricsResultsEntity) ToMap() (map[string]interface{}, error)

type LabelDTO ¶

type LabelDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The text that appears in the label.
	Label *string `json:"label,omitempty"`
	// The width of the label in pixels when at a 1:1 scale.
	Width *float64 `json:"width,omitempty"`
	// The height of the label in pixels when at a 1:1 scale.
	Height *float64 `json:"height,omitempty"`
	// The z index of the label.
	GetzIndex *int64 `json:"getzIndex,omitempty"`
	// The styles for this label (font-size : 12px, background-color : #eee, etc).
	Style *map[string]string `json:"style,omitempty"`
}

LabelDTO struct for LabelDTO

func NewLabelDTO ¶

func NewLabelDTO() *LabelDTO

NewLabelDTO instantiates a new LabelDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLabelDTOWithDefaults ¶

func NewLabelDTOWithDefaults() *LabelDTO

NewLabelDTOWithDefaults instantiates a new LabelDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LabelDTO) GetGetzIndex ¶

func (o *LabelDTO) GetGetzIndex() int64

GetGetzIndex returns the GetzIndex field value if set, zero value otherwise.

func (*LabelDTO) GetGetzIndexOk ¶

func (o *LabelDTO) GetGetzIndexOk() (*int64, bool)

GetGetzIndexOk returns a tuple with the GetzIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelDTO) GetHeight ¶

func (o *LabelDTO) GetHeight() float64

GetHeight returns the Height field value if set, zero value otherwise.

func (*LabelDTO) GetHeightOk ¶

func (o *LabelDTO) GetHeightOk() (*float64, bool)

GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelDTO) GetId ¶

func (o *LabelDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LabelDTO) GetIdOk ¶

func (o *LabelDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelDTO) GetLabel ¶

func (o *LabelDTO) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*LabelDTO) GetLabelOk ¶

func (o *LabelDTO) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelDTO) GetParentGroupId ¶

func (o *LabelDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*LabelDTO) GetParentGroupIdOk ¶

func (o *LabelDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelDTO) GetPosition ¶

func (o *LabelDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*LabelDTO) GetPositionOk ¶

func (o *LabelDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelDTO) GetStyle ¶

func (o *LabelDTO) GetStyle() map[string]string

GetStyle returns the Style field value if set, zero value otherwise.

func (*LabelDTO) GetStyleOk ¶

func (o *LabelDTO) GetStyleOk() (*map[string]string, bool)

GetStyleOk returns a tuple with the Style field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelDTO) GetVersionedComponentId ¶

func (o *LabelDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*LabelDTO) GetVersionedComponentIdOk ¶

func (o *LabelDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelDTO) GetWidth ¶

func (o *LabelDTO) GetWidth() float64

GetWidth returns the Width field value if set, zero value otherwise.

func (*LabelDTO) GetWidthOk ¶

func (o *LabelDTO) GetWidthOk() (*float64, bool)

GetWidthOk returns a tuple with the Width field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelDTO) HasGetzIndex ¶

func (o *LabelDTO) HasGetzIndex() bool

HasGetzIndex returns a boolean if a field has been set.

func (*LabelDTO) HasHeight ¶

func (o *LabelDTO) HasHeight() bool

HasHeight returns a boolean if a field has been set.

func (*LabelDTO) HasId ¶

func (o *LabelDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*LabelDTO) HasLabel ¶

func (o *LabelDTO) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*LabelDTO) HasParentGroupId ¶

func (o *LabelDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*LabelDTO) HasPosition ¶

func (o *LabelDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*LabelDTO) HasStyle ¶

func (o *LabelDTO) HasStyle() bool

HasStyle returns a boolean if a field has been set.

func (*LabelDTO) HasVersionedComponentId ¶

func (o *LabelDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (*LabelDTO) HasWidth ¶

func (o *LabelDTO) HasWidth() bool

HasWidth returns a boolean if a field has been set.

func (LabelDTO) MarshalJSON ¶

func (o LabelDTO) MarshalJSON() ([]byte, error)

func (*LabelDTO) SetGetzIndex ¶

func (o *LabelDTO) SetGetzIndex(v int64)

SetGetzIndex gets a reference to the given int64 and assigns it to the GetzIndex field.

func (*LabelDTO) SetHeight ¶

func (o *LabelDTO) SetHeight(v float64)

SetHeight gets a reference to the given float64 and assigns it to the Height field.

func (*LabelDTO) SetId ¶

func (o *LabelDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LabelDTO) SetLabel ¶

func (o *LabelDTO) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*LabelDTO) SetParentGroupId ¶

func (o *LabelDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*LabelDTO) SetPosition ¶

func (o *LabelDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*LabelDTO) SetStyle ¶

func (o *LabelDTO) SetStyle(v map[string]string)

SetStyle gets a reference to the given map[string]string and assigns it to the Style field.

func (*LabelDTO) SetVersionedComponentId ¶

func (o *LabelDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (*LabelDTO) SetWidth ¶

func (o *LabelDTO) SetWidth(v float64)

SetWidth gets a reference to the given float64 and assigns it to the Width field.

func (LabelDTO) ToMap ¶

func (o LabelDTO) ToMap() (map[string]interface{}, error)

type LabelEntity ¶

type LabelEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool          `json:"disconnectedNodeAcknowledged,omitempty"`
	Dimensions                   *DimensionsDTO `json:"dimensions,omitempty"`
	// The z index of the label.
	GetzIndex *int64    `json:"getzIndex,omitempty"`
	Component *LabelDTO `json:"component,omitempty"`
}

LabelEntity struct for LabelEntity

func NewLabelEntity ¶

func NewLabelEntity() *LabelEntity

NewLabelEntity instantiates a new LabelEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLabelEntityWithDefaults ¶

func NewLabelEntityWithDefaults() *LabelEntity

NewLabelEntityWithDefaults instantiates a new LabelEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LabelEntity) GetBulletins ¶

func (o *LabelEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*LabelEntity) GetBulletinsOk ¶

func (o *LabelEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelEntity) GetComponent ¶

func (o *LabelEntity) GetComponent() LabelDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*LabelEntity) GetComponentOk ¶

func (o *LabelEntity) GetComponentOk() (*LabelDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelEntity) GetDimensions ¶

func (o *LabelEntity) GetDimensions() DimensionsDTO

GetDimensions returns the Dimensions field value if set, zero value otherwise.

func (*LabelEntity) GetDimensionsOk ¶

func (o *LabelEntity) GetDimensionsOk() (*DimensionsDTO, bool)

GetDimensionsOk returns a tuple with the Dimensions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelEntity) GetDisconnectedNodeAcknowledged ¶

func (o *LabelEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*LabelEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *LabelEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelEntity) GetGetzIndex ¶

func (o *LabelEntity) GetGetzIndex() int64

GetGetzIndex returns the GetzIndex field value if set, zero value otherwise.

func (*LabelEntity) GetGetzIndexOk ¶

func (o *LabelEntity) GetGetzIndexOk() (*int64, bool)

GetGetzIndexOk returns a tuple with the GetzIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelEntity) GetId ¶

func (o *LabelEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LabelEntity) GetIdOk ¶

func (o *LabelEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelEntity) GetPermissions ¶

func (o *LabelEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*LabelEntity) GetPermissionsOk ¶

func (o *LabelEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelEntity) GetPosition ¶

func (o *LabelEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*LabelEntity) GetPositionOk ¶

func (o *LabelEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelEntity) GetRevision ¶

func (o *LabelEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*LabelEntity) GetRevisionOk ¶

func (o *LabelEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelEntity) GetUri ¶

func (o *LabelEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*LabelEntity) GetUriOk ¶

func (o *LabelEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelEntity) HasBulletins ¶

func (o *LabelEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*LabelEntity) HasComponent ¶

func (o *LabelEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*LabelEntity) HasDimensions ¶

func (o *LabelEntity) HasDimensions() bool

HasDimensions returns a boolean if a field has been set.

func (*LabelEntity) HasDisconnectedNodeAcknowledged ¶

func (o *LabelEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*LabelEntity) HasGetzIndex ¶

func (o *LabelEntity) HasGetzIndex() bool

HasGetzIndex returns a boolean if a field has been set.

func (*LabelEntity) HasId ¶

func (o *LabelEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*LabelEntity) HasPermissions ¶

func (o *LabelEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*LabelEntity) HasPosition ¶

func (o *LabelEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*LabelEntity) HasRevision ¶

func (o *LabelEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*LabelEntity) HasUri ¶

func (o *LabelEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (LabelEntity) MarshalJSON ¶

func (o LabelEntity) MarshalJSON() ([]byte, error)

func (*LabelEntity) SetBulletins ¶

func (o *LabelEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*LabelEntity) SetComponent ¶

func (o *LabelEntity) SetComponent(v LabelDTO)

SetComponent gets a reference to the given LabelDTO and assigns it to the Component field.

func (*LabelEntity) SetDimensions ¶

func (o *LabelEntity) SetDimensions(v DimensionsDTO)

SetDimensions gets a reference to the given DimensionsDTO and assigns it to the Dimensions field.

func (*LabelEntity) SetDisconnectedNodeAcknowledged ¶

func (o *LabelEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*LabelEntity) SetGetzIndex ¶

func (o *LabelEntity) SetGetzIndex(v int64)

SetGetzIndex gets a reference to the given int64 and assigns it to the GetzIndex field.

func (*LabelEntity) SetId ¶

func (o *LabelEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LabelEntity) SetPermissions ¶

func (o *LabelEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*LabelEntity) SetPosition ¶

func (o *LabelEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*LabelEntity) SetRevision ¶

func (o *LabelEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*LabelEntity) SetUri ¶

func (o *LabelEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (LabelEntity) ToMap ¶

func (o LabelEntity) ToMap() (map[string]interface{}, error)

type LabelsAPIGetLabelRequest ¶

type LabelsAPIGetLabelRequest struct {
	ApiService *LabelsAPIService
	// contains filtered or unexported fields
}

func (LabelsAPIGetLabelRequest) Execute ¶

type LabelsAPIRemoveLabelRequest ¶

type LabelsAPIRemoveLabelRequest struct {
	ApiService *LabelsAPIService
	// contains filtered or unexported fields
}

func (LabelsAPIRemoveLabelRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (LabelsAPIRemoveLabelRequest) DisconnectedNodeAcknowledged ¶

func (r LabelsAPIRemoveLabelRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) LabelsAPIRemoveLabelRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (LabelsAPIRemoveLabelRequest) Execute ¶

func (LabelsAPIRemoveLabelRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type LabelsAPIService ¶

type LabelsAPIService service

LabelsAPIService LabelsAPI service

func (*LabelsAPIService) GetLabel ¶

GetLabel Gets a label

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The label id.
@return LabelsAPIGetLabelRequest

func (*LabelsAPIService) GetLabelExecute ¶

Execute executes the request

@return LabelEntity

func (*LabelsAPIService) RemoveLabel ¶

RemoveLabel Deletes a label

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The label id.
@return LabelsAPIRemoveLabelRequest

func (*LabelsAPIService) RemoveLabelExecute ¶

Execute executes the request

@return LabelEntity

func (*LabelsAPIService) UpdateLabel ¶

UpdateLabel Updates a label

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The label id.
@return LabelsAPIUpdateLabelRequest

func (*LabelsAPIService) UpdateLabelExecute ¶

Execute executes the request

@return LabelEntity

type LabelsAPIUpdateLabelRequest ¶

type LabelsAPIUpdateLabelRequest struct {
	ApiService *LabelsAPIService
	// contains filtered or unexported fields
}

func (LabelsAPIUpdateLabelRequest) Body ¶

The label configuration details.

func (LabelsAPIUpdateLabelRequest) Execute ¶

type LabelsEntity ¶

type LabelsEntity struct {
	Labels []LabelEntity `json:"labels,omitempty"`
}

LabelsEntity struct for LabelsEntity

func NewLabelsEntity ¶

func NewLabelsEntity() *LabelsEntity

NewLabelsEntity instantiates a new LabelsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLabelsEntityWithDefaults ¶

func NewLabelsEntityWithDefaults() *LabelsEntity

NewLabelsEntityWithDefaults instantiates a new LabelsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LabelsEntity) GetLabels ¶

func (o *LabelsEntity) GetLabels() []LabelEntity

GetLabels returns the Labels field value if set, zero value otherwise.

func (*LabelsEntity) GetLabelsOk ¶

func (o *LabelsEntity) GetLabelsOk() ([]LabelEntity, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LabelsEntity) HasLabels ¶

func (o *LabelsEntity) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (LabelsEntity) MarshalJSON ¶

func (o LabelsEntity) MarshalJSON() ([]byte, error)

func (*LabelsEntity) SetLabels ¶

func (o *LabelsEntity) SetLabels(v []LabelEntity)

SetLabels gets a reference to the given []LabelEntity and assigns it to the Labels field.

func (LabelsEntity) ToMap ¶

func (o LabelsEntity) ToMap() (map[string]interface{}, error)

type LineageDTO ¶

type LineageDTO struct {
	// The id of this lineage query.
	Id *string `json:"id,omitempty"`
	// The URI for this lineage query for later retrieval and deletion.
	Uri *string `json:"uri,omitempty"`
	// When the lineage query was submitted.
	SubmissionTime *string `json:"submissionTime,omitempty"`
	// When the lineage query will expire.
	Expiration *string `json:"expiration,omitempty"`
	// The percent complete for the lineage query.
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// Whether the lineage query has finished.
	Finished *bool              `json:"finished,omitempty"`
	Request  *LineageRequestDTO `json:"request,omitempty"`
	Results  *LineageResultsDTO `json:"results,omitempty"`
}

LineageDTO struct for LineageDTO

func NewLineageDTO ¶

func NewLineageDTO() *LineageDTO

NewLineageDTO instantiates a new LineageDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLineageDTOWithDefaults ¶

func NewLineageDTOWithDefaults() *LineageDTO

NewLineageDTOWithDefaults instantiates a new LineageDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LineageDTO) GetExpiration ¶

func (o *LineageDTO) GetExpiration() string

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*LineageDTO) GetExpirationOk ¶

func (o *LineageDTO) GetExpirationOk() (*string, bool)

GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageDTO) GetFinished ¶

func (o *LineageDTO) GetFinished() bool

GetFinished returns the Finished field value if set, zero value otherwise.

func (*LineageDTO) GetFinishedOk ¶

func (o *LineageDTO) GetFinishedOk() (*bool, bool)

GetFinishedOk returns a tuple with the Finished field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageDTO) GetId ¶

func (o *LineageDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*LineageDTO) GetIdOk ¶

func (o *LineageDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageDTO) GetPercentCompleted ¶

func (o *LineageDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*LineageDTO) GetPercentCompletedOk ¶

func (o *LineageDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageDTO) GetRequest ¶

func (o *LineageDTO) GetRequest() LineageRequestDTO

GetRequest returns the Request field value if set, zero value otherwise.

func (*LineageDTO) GetRequestOk ¶

func (o *LineageDTO) GetRequestOk() (*LineageRequestDTO, bool)

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageDTO) GetResults ¶

func (o *LineageDTO) GetResults() LineageResultsDTO

GetResults returns the Results field value if set, zero value otherwise.

func (*LineageDTO) GetResultsOk ¶

func (o *LineageDTO) GetResultsOk() (*LineageResultsDTO, bool)

GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageDTO) GetSubmissionTime ¶

func (o *LineageDTO) GetSubmissionTime() string

GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.

func (*LineageDTO) GetSubmissionTimeOk ¶

func (o *LineageDTO) GetSubmissionTimeOk() (*string, bool)

GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageDTO) GetUri ¶

func (o *LineageDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*LineageDTO) GetUriOk ¶

func (o *LineageDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageDTO) HasExpiration ¶

func (o *LineageDTO) HasExpiration() bool

HasExpiration returns a boolean if a field has been set.

func (*LineageDTO) HasFinished ¶

func (o *LineageDTO) HasFinished() bool

HasFinished returns a boolean if a field has been set.

func (*LineageDTO) HasId ¶

func (o *LineageDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*LineageDTO) HasPercentCompleted ¶

func (o *LineageDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*LineageDTO) HasRequest ¶

func (o *LineageDTO) HasRequest() bool

HasRequest returns a boolean if a field has been set.

func (*LineageDTO) HasResults ¶

func (o *LineageDTO) HasResults() bool

HasResults returns a boolean if a field has been set.

func (*LineageDTO) HasSubmissionTime ¶

func (o *LineageDTO) HasSubmissionTime() bool

HasSubmissionTime returns a boolean if a field has been set.

func (*LineageDTO) HasUri ¶

func (o *LineageDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (LineageDTO) MarshalJSON ¶

func (o LineageDTO) MarshalJSON() ([]byte, error)

func (*LineageDTO) SetExpiration ¶

func (o *LineageDTO) SetExpiration(v string)

SetExpiration gets a reference to the given string and assigns it to the Expiration field.

func (*LineageDTO) SetFinished ¶

func (o *LineageDTO) SetFinished(v bool)

SetFinished gets a reference to the given bool and assigns it to the Finished field.

func (*LineageDTO) SetId ¶

func (o *LineageDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*LineageDTO) SetPercentCompleted ¶

func (o *LineageDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*LineageDTO) SetRequest ¶

func (o *LineageDTO) SetRequest(v LineageRequestDTO)

SetRequest gets a reference to the given LineageRequestDTO and assigns it to the Request field.

func (*LineageDTO) SetResults ¶

func (o *LineageDTO) SetResults(v LineageResultsDTO)

SetResults gets a reference to the given LineageResultsDTO and assigns it to the Results field.

func (*LineageDTO) SetSubmissionTime ¶

func (o *LineageDTO) SetSubmissionTime(v string)

SetSubmissionTime gets a reference to the given string and assigns it to the SubmissionTime field.

func (*LineageDTO) SetUri ¶

func (o *LineageDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (LineageDTO) ToMap ¶

func (o LineageDTO) ToMap() (map[string]interface{}, error)

type LineageEntity ¶

type LineageEntity struct {
	Lineage *LineageDTO `json:"lineage,omitempty"`
}

LineageEntity struct for LineageEntity

func NewLineageEntity ¶

func NewLineageEntity() *LineageEntity

NewLineageEntity instantiates a new LineageEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLineageEntityWithDefaults ¶

func NewLineageEntityWithDefaults() *LineageEntity

NewLineageEntityWithDefaults instantiates a new LineageEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LineageEntity) GetLineage ¶

func (o *LineageEntity) GetLineage() LineageDTO

GetLineage returns the Lineage field value if set, zero value otherwise.

func (*LineageEntity) GetLineageOk ¶

func (o *LineageEntity) GetLineageOk() (*LineageDTO, bool)

GetLineageOk returns a tuple with the Lineage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageEntity) HasLineage ¶

func (o *LineageEntity) HasLineage() bool

HasLineage returns a boolean if a field has been set.

func (LineageEntity) MarshalJSON ¶

func (o LineageEntity) MarshalJSON() ([]byte, error)

func (*LineageEntity) SetLineage ¶

func (o *LineageEntity) SetLineage(v LineageDTO)

SetLineage gets a reference to the given LineageDTO and assigns it to the Lineage field.

func (LineageEntity) ToMap ¶

func (o LineageEntity) ToMap() (map[string]interface{}, error)

type LineageRequestDTO ¶

type LineageRequestDTO struct {
	// The event id that was used to generate this lineage, if applicable. The event id is allowed for any type of lineageRequestType. If the lineageRequestType is FLOWFILE and the flowfile uuid is also included in the request, the event id will be ignored.
	EventId *int64 `json:"eventId,omitempty"`
	// The type of lineage request. PARENTS will return the lineage for the flowfiles that are parents of the specified event. CHILDREN will return the lineage for the flowfiles that are children of the specified event. FLOWFILE will return the lineage for the specified flowfile.
	LineageRequestType *string `json:"lineageRequestType,omitempty"`
	// The flowfile uuid that was used to generate the lineage. The flowfile uuid is only allowed when the lineageRequestType is FLOWFILE and will take precedence over event id.
	Uuid *string `json:"uuid,omitempty"`
	// The id of the node where this lineage originated if clustered.
	ClusterNodeId *string `json:"clusterNodeId,omitempty"`
}

LineageRequestDTO struct for LineageRequestDTO

func NewLineageRequestDTO ¶

func NewLineageRequestDTO() *LineageRequestDTO

NewLineageRequestDTO instantiates a new LineageRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLineageRequestDTOWithDefaults ¶

func NewLineageRequestDTOWithDefaults() *LineageRequestDTO

NewLineageRequestDTOWithDefaults instantiates a new LineageRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LineageRequestDTO) GetClusterNodeId ¶

func (o *LineageRequestDTO) GetClusterNodeId() string

GetClusterNodeId returns the ClusterNodeId field value if set, zero value otherwise.

func (*LineageRequestDTO) GetClusterNodeIdOk ¶

func (o *LineageRequestDTO) GetClusterNodeIdOk() (*string, bool)

GetClusterNodeIdOk returns a tuple with the ClusterNodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageRequestDTO) GetEventId ¶

func (o *LineageRequestDTO) GetEventId() int64

GetEventId returns the EventId field value if set, zero value otherwise.

func (*LineageRequestDTO) GetEventIdOk ¶

func (o *LineageRequestDTO) GetEventIdOk() (*int64, bool)

GetEventIdOk returns a tuple with the EventId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageRequestDTO) GetLineageRequestType ¶

func (o *LineageRequestDTO) GetLineageRequestType() string

GetLineageRequestType returns the LineageRequestType field value if set, zero value otherwise.

func (*LineageRequestDTO) GetLineageRequestTypeOk ¶

func (o *LineageRequestDTO) GetLineageRequestTypeOk() (*string, bool)

GetLineageRequestTypeOk returns a tuple with the LineageRequestType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageRequestDTO) GetUuid ¶

func (o *LineageRequestDTO) GetUuid() string

GetUuid returns the Uuid field value if set, zero value otherwise.

func (*LineageRequestDTO) GetUuidOk ¶

func (o *LineageRequestDTO) GetUuidOk() (*string, bool)

GetUuidOk returns a tuple with the Uuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageRequestDTO) HasClusterNodeId ¶

func (o *LineageRequestDTO) HasClusterNodeId() bool

HasClusterNodeId returns a boolean if a field has been set.

func (*LineageRequestDTO) HasEventId ¶

func (o *LineageRequestDTO) HasEventId() bool

HasEventId returns a boolean if a field has been set.

func (*LineageRequestDTO) HasLineageRequestType ¶

func (o *LineageRequestDTO) HasLineageRequestType() bool

HasLineageRequestType returns a boolean if a field has been set.

func (*LineageRequestDTO) HasUuid ¶

func (o *LineageRequestDTO) HasUuid() bool

HasUuid returns a boolean if a field has been set.

func (LineageRequestDTO) MarshalJSON ¶

func (o LineageRequestDTO) MarshalJSON() ([]byte, error)

func (*LineageRequestDTO) SetClusterNodeId ¶

func (o *LineageRequestDTO) SetClusterNodeId(v string)

SetClusterNodeId gets a reference to the given string and assigns it to the ClusterNodeId field.

func (*LineageRequestDTO) SetEventId ¶

func (o *LineageRequestDTO) SetEventId(v int64)

SetEventId gets a reference to the given int64 and assigns it to the EventId field.

func (*LineageRequestDTO) SetLineageRequestType ¶

func (o *LineageRequestDTO) SetLineageRequestType(v string)

SetLineageRequestType gets a reference to the given string and assigns it to the LineageRequestType field.

func (*LineageRequestDTO) SetUuid ¶

func (o *LineageRequestDTO) SetUuid(v string)

SetUuid gets a reference to the given string and assigns it to the Uuid field.

func (LineageRequestDTO) ToMap ¶

func (o LineageRequestDTO) ToMap() (map[string]interface{}, error)

type LineageResultsDTO ¶

type LineageResultsDTO struct {
	// Any errors that occurred while generating the lineage.
	Errors []string `json:"errors,omitempty"`
	// The nodes in the lineage.
	Nodes []ProvenanceNodeDTO `json:"nodes,omitempty"`
	// The links between the nodes in the lineage.
	Links []ProvenanceLinkDTO `json:"links,omitempty"`
}

LineageResultsDTO struct for LineageResultsDTO

func NewLineageResultsDTO ¶

func NewLineageResultsDTO() *LineageResultsDTO

NewLineageResultsDTO instantiates a new LineageResultsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLineageResultsDTOWithDefaults ¶

func NewLineageResultsDTOWithDefaults() *LineageResultsDTO

NewLineageResultsDTOWithDefaults instantiates a new LineageResultsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LineageResultsDTO) GetErrors ¶

func (o *LineageResultsDTO) GetErrors() []string

GetErrors returns the Errors field value if set, zero value otherwise.

func (*LineageResultsDTO) GetErrorsOk ¶

func (o *LineageResultsDTO) GetErrorsOk() ([]string, bool)

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *LineageResultsDTO) GetLinks() []ProvenanceLinkDTO

GetLinks returns the Links field value if set, zero value otherwise.

func (*LineageResultsDTO) GetLinksOk ¶

func (o *LineageResultsDTO) GetLinksOk() ([]ProvenanceLinkDTO, bool)

GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageResultsDTO) GetNodes ¶

func (o *LineageResultsDTO) GetNodes() []ProvenanceNodeDTO

GetNodes returns the Nodes field value if set, zero value otherwise.

func (*LineageResultsDTO) GetNodesOk ¶

func (o *LineageResultsDTO) GetNodesOk() ([]ProvenanceNodeDTO, bool)

GetNodesOk returns a tuple with the Nodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LineageResultsDTO) HasErrors ¶

func (o *LineageResultsDTO) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (o *LineageResultsDTO) HasLinks() bool

HasLinks returns a boolean if a field has been set.

func (*LineageResultsDTO) HasNodes ¶

func (o *LineageResultsDTO) HasNodes() bool

HasNodes returns a boolean if a field has been set.

func (LineageResultsDTO) MarshalJSON ¶

func (o LineageResultsDTO) MarshalJSON() ([]byte, error)

func (*LineageResultsDTO) SetErrors ¶

func (o *LineageResultsDTO) SetErrors(v []string)

SetErrors gets a reference to the given []string and assigns it to the Errors field.

func (o *LineageResultsDTO) SetLinks(v []ProvenanceLinkDTO)

SetLinks gets a reference to the given []ProvenanceLinkDTO and assigns it to the Links field.

func (*LineageResultsDTO) SetNodes ¶

func (o *LineageResultsDTO) SetNodes(v []ProvenanceNodeDTO)

SetNodes gets a reference to the given []ProvenanceNodeDTO and assigns it to the Nodes field.

func (LineageResultsDTO) ToMap ¶

func (o LineageResultsDTO) ToMap() (map[string]interface{}, error)

type ListingRequestDTO ¶

type ListingRequestDTO struct {
	// The id for this listing request.
	Id *string `json:"id,omitempty"`
	// The URI for future requests to this listing request.
	Uri *string `json:"uri,omitempty"`
	// The timestamp when the query was submitted.
	SubmissionTime *string `json:"submissionTime,omitempty"`
	// The last time this listing request was updated.
	LastUpdated *string `json:"lastUpdated,omitempty"`
	// The current percent complete.
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// Whether the query has finished.
	Finished *bool `json:"finished,omitempty"`
	// The reason, if any, that this listing request failed.
	FailureReason *string `json:"failureReason,omitempty"`
	// The maximum number of FlowFileSummary objects to return
	MaxResults *int32 `json:"maxResults,omitempty"`
	// The current state of the listing request.
	State     *string       `json:"state,omitempty"`
	QueueSize *QueueSizeDTO `json:"queueSize,omitempty"`
	// The FlowFile summaries. The summaries will be populated once the request has completed.
	FlowFileSummaries []FlowFileSummaryDTO `json:"flowFileSummaries,omitempty"`
	// Whether the source of the connection is running
	SourceRunning *bool `json:"sourceRunning,omitempty"`
	// Whether the destination of the connection is running
	DestinationRunning *bool `json:"destinationRunning,omitempty"`
}

ListingRequestDTO struct for ListingRequestDTO

func NewListingRequestDTO ¶

func NewListingRequestDTO() *ListingRequestDTO

NewListingRequestDTO instantiates a new ListingRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListingRequestDTOWithDefaults ¶

func NewListingRequestDTOWithDefaults() *ListingRequestDTO

NewListingRequestDTOWithDefaults instantiates a new ListingRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListingRequestDTO) GetDestinationRunning ¶

func (o *ListingRequestDTO) GetDestinationRunning() bool

GetDestinationRunning returns the DestinationRunning field value if set, zero value otherwise.

func (*ListingRequestDTO) GetDestinationRunningOk ¶

func (o *ListingRequestDTO) GetDestinationRunningOk() (*bool, bool)

GetDestinationRunningOk returns a tuple with the DestinationRunning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetFailureReason ¶

func (o *ListingRequestDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*ListingRequestDTO) GetFailureReasonOk ¶

func (o *ListingRequestDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetFinished ¶

func (o *ListingRequestDTO) GetFinished() bool

GetFinished returns the Finished field value if set, zero value otherwise.

func (*ListingRequestDTO) GetFinishedOk ¶

func (o *ListingRequestDTO) GetFinishedOk() (*bool, bool)

GetFinishedOk returns a tuple with the Finished field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetFlowFileSummaries ¶

func (o *ListingRequestDTO) GetFlowFileSummaries() []FlowFileSummaryDTO

GetFlowFileSummaries returns the FlowFileSummaries field value if set, zero value otherwise.

func (*ListingRequestDTO) GetFlowFileSummariesOk ¶

func (o *ListingRequestDTO) GetFlowFileSummariesOk() ([]FlowFileSummaryDTO, bool)

GetFlowFileSummariesOk returns a tuple with the FlowFileSummaries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetId ¶

func (o *ListingRequestDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ListingRequestDTO) GetIdOk ¶

func (o *ListingRequestDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetLastUpdated ¶

func (o *ListingRequestDTO) GetLastUpdated() string

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*ListingRequestDTO) GetLastUpdatedOk ¶

func (o *ListingRequestDTO) GetLastUpdatedOk() (*string, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetMaxResults ¶

func (o *ListingRequestDTO) GetMaxResults() int32

GetMaxResults returns the MaxResults field value if set, zero value otherwise.

func (*ListingRequestDTO) GetMaxResultsOk ¶

func (o *ListingRequestDTO) GetMaxResultsOk() (*int32, bool)

GetMaxResultsOk returns a tuple with the MaxResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetPercentCompleted ¶

func (o *ListingRequestDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*ListingRequestDTO) GetPercentCompletedOk ¶

func (o *ListingRequestDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetQueueSize ¶

func (o *ListingRequestDTO) GetQueueSize() QueueSizeDTO

GetQueueSize returns the QueueSize field value if set, zero value otherwise.

func (*ListingRequestDTO) GetQueueSizeOk ¶

func (o *ListingRequestDTO) GetQueueSizeOk() (*QueueSizeDTO, bool)

GetQueueSizeOk returns a tuple with the QueueSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetSourceRunning ¶

func (o *ListingRequestDTO) GetSourceRunning() bool

GetSourceRunning returns the SourceRunning field value if set, zero value otherwise.

func (*ListingRequestDTO) GetSourceRunningOk ¶

func (o *ListingRequestDTO) GetSourceRunningOk() (*bool, bool)

GetSourceRunningOk returns a tuple with the SourceRunning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetState ¶

func (o *ListingRequestDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ListingRequestDTO) GetStateOk ¶

func (o *ListingRequestDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetSubmissionTime ¶

func (o *ListingRequestDTO) GetSubmissionTime() string

GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.

func (*ListingRequestDTO) GetSubmissionTimeOk ¶

func (o *ListingRequestDTO) GetSubmissionTimeOk() (*string, bool)

GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) GetUri ¶

func (o *ListingRequestDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ListingRequestDTO) GetUriOk ¶

func (o *ListingRequestDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestDTO) HasDestinationRunning ¶

func (o *ListingRequestDTO) HasDestinationRunning() bool

HasDestinationRunning returns a boolean if a field has been set.

func (*ListingRequestDTO) HasFailureReason ¶

func (o *ListingRequestDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*ListingRequestDTO) HasFinished ¶

func (o *ListingRequestDTO) HasFinished() bool

HasFinished returns a boolean if a field has been set.

func (*ListingRequestDTO) HasFlowFileSummaries ¶

func (o *ListingRequestDTO) HasFlowFileSummaries() bool

HasFlowFileSummaries returns a boolean if a field has been set.

func (*ListingRequestDTO) HasId ¶

func (o *ListingRequestDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ListingRequestDTO) HasLastUpdated ¶

func (o *ListingRequestDTO) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

func (*ListingRequestDTO) HasMaxResults ¶

func (o *ListingRequestDTO) HasMaxResults() bool

HasMaxResults returns a boolean if a field has been set.

func (*ListingRequestDTO) HasPercentCompleted ¶

func (o *ListingRequestDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*ListingRequestDTO) HasQueueSize ¶

func (o *ListingRequestDTO) HasQueueSize() bool

HasQueueSize returns a boolean if a field has been set.

func (*ListingRequestDTO) HasSourceRunning ¶

func (o *ListingRequestDTO) HasSourceRunning() bool

HasSourceRunning returns a boolean if a field has been set.

func (*ListingRequestDTO) HasState ¶

func (o *ListingRequestDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*ListingRequestDTO) HasSubmissionTime ¶

func (o *ListingRequestDTO) HasSubmissionTime() bool

HasSubmissionTime returns a boolean if a field has been set.

func (*ListingRequestDTO) HasUri ¶

func (o *ListingRequestDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ListingRequestDTO) MarshalJSON ¶

func (o ListingRequestDTO) MarshalJSON() ([]byte, error)

func (*ListingRequestDTO) SetDestinationRunning ¶

func (o *ListingRequestDTO) SetDestinationRunning(v bool)

SetDestinationRunning gets a reference to the given bool and assigns it to the DestinationRunning field.

func (*ListingRequestDTO) SetFailureReason ¶

func (o *ListingRequestDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*ListingRequestDTO) SetFinished ¶

func (o *ListingRequestDTO) SetFinished(v bool)

SetFinished gets a reference to the given bool and assigns it to the Finished field.

func (*ListingRequestDTO) SetFlowFileSummaries ¶

func (o *ListingRequestDTO) SetFlowFileSummaries(v []FlowFileSummaryDTO)

SetFlowFileSummaries gets a reference to the given []FlowFileSummaryDTO and assigns it to the FlowFileSummaries field.

func (*ListingRequestDTO) SetId ¶

func (o *ListingRequestDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ListingRequestDTO) SetLastUpdated ¶

func (o *ListingRequestDTO) SetLastUpdated(v string)

SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.

func (*ListingRequestDTO) SetMaxResults ¶

func (o *ListingRequestDTO) SetMaxResults(v int32)

SetMaxResults gets a reference to the given int32 and assigns it to the MaxResults field.

func (*ListingRequestDTO) SetPercentCompleted ¶

func (o *ListingRequestDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*ListingRequestDTO) SetQueueSize ¶

func (o *ListingRequestDTO) SetQueueSize(v QueueSizeDTO)

SetQueueSize gets a reference to the given QueueSizeDTO and assigns it to the QueueSize field.

func (*ListingRequestDTO) SetSourceRunning ¶

func (o *ListingRequestDTO) SetSourceRunning(v bool)

SetSourceRunning gets a reference to the given bool and assigns it to the SourceRunning field.

func (*ListingRequestDTO) SetState ¶

func (o *ListingRequestDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*ListingRequestDTO) SetSubmissionTime ¶

func (o *ListingRequestDTO) SetSubmissionTime(v string)

SetSubmissionTime gets a reference to the given string and assigns it to the SubmissionTime field.

func (*ListingRequestDTO) SetUri ¶

func (o *ListingRequestDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ListingRequestDTO) ToMap ¶

func (o ListingRequestDTO) ToMap() (map[string]interface{}, error)

type ListingRequestEntity ¶

type ListingRequestEntity struct {
	ListingRequest *ListingRequestDTO `json:"listingRequest,omitempty"`
}

ListingRequestEntity struct for ListingRequestEntity

func NewListingRequestEntity ¶

func NewListingRequestEntity() *ListingRequestEntity

NewListingRequestEntity instantiates a new ListingRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListingRequestEntityWithDefaults ¶

func NewListingRequestEntityWithDefaults() *ListingRequestEntity

NewListingRequestEntityWithDefaults instantiates a new ListingRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListingRequestEntity) GetListingRequest ¶

func (o *ListingRequestEntity) GetListingRequest() ListingRequestDTO

GetListingRequest returns the ListingRequest field value if set, zero value otherwise.

func (*ListingRequestEntity) GetListingRequestOk ¶

func (o *ListingRequestEntity) GetListingRequestOk() (*ListingRequestDTO, bool)

GetListingRequestOk returns a tuple with the ListingRequest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListingRequestEntity) HasListingRequest ¶

func (o *ListingRequestEntity) HasListingRequest() bool

HasListingRequest returns a boolean if a field has been set.

func (ListingRequestEntity) MarshalJSON ¶

func (o ListingRequestEntity) MarshalJSON() ([]byte, error)

func (*ListingRequestEntity) SetListingRequest ¶

func (o *ListingRequestEntity) SetListingRequest(v ListingRequestDTO)

SetListingRequest gets a reference to the given ListingRequestDTO and assigns it to the ListingRequest field.

func (ListingRequestEntity) ToMap ¶

func (o ListingRequestEntity) ToMap() (map[string]interface{}, error)

type LocalQueuePartitionDTO ¶

type LocalQueuePartitionDTO struct {
	// Total number of FlowFiles owned by the Connection
	TotalFlowFileCount *int32 `json:"totalFlowFileCount,omitempty"`
	// Total number of bytes that make up the content for the FlowFiles owned by this Connection
	TotalByteCount *int64 `json:"totalByteCount,omitempty"`
	// Total number of FlowFiles that exist in the Connection's Active Queue, immediately available to be offered up to a component
	ActiveQueueFlowFileCount *int32 `json:"activeQueueFlowFileCount,omitempty"`
	// Total number of bytes that make up the content for the FlowFiles that are present in the Connection's Active Queue
	ActiveQueueByteCount *int64 `json:"activeQueueByteCount,omitempty"`
	// The total number of FlowFiles that are swapped out for this Connection
	SwapFlowFileCount *int32 `json:"swapFlowFileCount,omitempty"`
	// Total number of bytes that make up the content for the FlowFiles that are swapped out to disk for the Connection
	SwapByteCount *int64 `json:"swapByteCount,omitempty"`
	// The number of Swap Files that exist for this Connection
	SwapFiles *int32 `json:"swapFiles,omitempty"`
	// The number of In-Flight FlowFiles for this Connection. These are FlowFiles that belong to the connection but are currently being operated on by a Processor, Port, etc.
	InFlightFlowFileCount *int32 `json:"inFlightFlowFileCount,omitempty"`
	// The number bytes that make up the content of the FlowFiles that are In-Flight
	InFlightByteCount *int64 `json:"inFlightByteCount,omitempty"`
	// Whether or not all of the FlowFiles in the Active Queue are penalized
	AllActiveQueueFlowFilesPenalized *bool `json:"allActiveQueueFlowFilesPenalized,omitempty"`
	// Whether or not any of the FlowFiles in the Active Queue are penalized
	AnyActiveQueueFlowFilesPenalized *bool `json:"anyActiveQueueFlowFilesPenalized,omitempty"`
}

LocalQueuePartitionDTO struct for LocalQueuePartitionDTO

func NewLocalQueuePartitionDTO ¶

func NewLocalQueuePartitionDTO() *LocalQueuePartitionDTO

NewLocalQueuePartitionDTO instantiates a new LocalQueuePartitionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewLocalQueuePartitionDTOWithDefaults ¶

func NewLocalQueuePartitionDTOWithDefaults() *LocalQueuePartitionDTO

NewLocalQueuePartitionDTOWithDefaults instantiates a new LocalQueuePartitionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*LocalQueuePartitionDTO) GetActiveQueueByteCount ¶

func (o *LocalQueuePartitionDTO) GetActiveQueueByteCount() int64

GetActiveQueueByteCount returns the ActiveQueueByteCount field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetActiveQueueByteCountOk ¶

func (o *LocalQueuePartitionDTO) GetActiveQueueByteCountOk() (*int64, bool)

GetActiveQueueByteCountOk returns a tuple with the ActiveQueueByteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) GetActiveQueueFlowFileCount ¶

func (o *LocalQueuePartitionDTO) GetActiveQueueFlowFileCount() int32

GetActiveQueueFlowFileCount returns the ActiveQueueFlowFileCount field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetActiveQueueFlowFileCountOk ¶

func (o *LocalQueuePartitionDTO) GetActiveQueueFlowFileCountOk() (*int32, bool)

GetActiveQueueFlowFileCountOk returns a tuple with the ActiveQueueFlowFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) GetAllActiveQueueFlowFilesPenalized ¶

func (o *LocalQueuePartitionDTO) GetAllActiveQueueFlowFilesPenalized() bool

GetAllActiveQueueFlowFilesPenalized returns the AllActiveQueueFlowFilesPenalized field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetAllActiveQueueFlowFilesPenalizedOk ¶

func (o *LocalQueuePartitionDTO) GetAllActiveQueueFlowFilesPenalizedOk() (*bool, bool)

GetAllActiveQueueFlowFilesPenalizedOk returns a tuple with the AllActiveQueueFlowFilesPenalized field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) GetAnyActiveQueueFlowFilesPenalized ¶

func (o *LocalQueuePartitionDTO) GetAnyActiveQueueFlowFilesPenalized() bool

GetAnyActiveQueueFlowFilesPenalized returns the AnyActiveQueueFlowFilesPenalized field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetAnyActiveQueueFlowFilesPenalizedOk ¶

func (o *LocalQueuePartitionDTO) GetAnyActiveQueueFlowFilesPenalizedOk() (*bool, bool)

GetAnyActiveQueueFlowFilesPenalizedOk returns a tuple with the AnyActiveQueueFlowFilesPenalized field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) GetInFlightByteCount ¶

func (o *LocalQueuePartitionDTO) GetInFlightByteCount() int64

GetInFlightByteCount returns the InFlightByteCount field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetInFlightByteCountOk ¶

func (o *LocalQueuePartitionDTO) GetInFlightByteCountOk() (*int64, bool)

GetInFlightByteCountOk returns a tuple with the InFlightByteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) GetInFlightFlowFileCount ¶

func (o *LocalQueuePartitionDTO) GetInFlightFlowFileCount() int32

GetInFlightFlowFileCount returns the InFlightFlowFileCount field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetInFlightFlowFileCountOk ¶

func (o *LocalQueuePartitionDTO) GetInFlightFlowFileCountOk() (*int32, bool)

GetInFlightFlowFileCountOk returns a tuple with the InFlightFlowFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) GetSwapByteCount ¶

func (o *LocalQueuePartitionDTO) GetSwapByteCount() int64

GetSwapByteCount returns the SwapByteCount field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetSwapByteCountOk ¶

func (o *LocalQueuePartitionDTO) GetSwapByteCountOk() (*int64, bool)

GetSwapByteCountOk returns a tuple with the SwapByteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) GetSwapFiles ¶

func (o *LocalQueuePartitionDTO) GetSwapFiles() int32

GetSwapFiles returns the SwapFiles field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetSwapFilesOk ¶

func (o *LocalQueuePartitionDTO) GetSwapFilesOk() (*int32, bool)

GetSwapFilesOk returns a tuple with the SwapFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) GetSwapFlowFileCount ¶

func (o *LocalQueuePartitionDTO) GetSwapFlowFileCount() int32

GetSwapFlowFileCount returns the SwapFlowFileCount field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetSwapFlowFileCountOk ¶

func (o *LocalQueuePartitionDTO) GetSwapFlowFileCountOk() (*int32, bool)

GetSwapFlowFileCountOk returns a tuple with the SwapFlowFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) GetTotalByteCount ¶

func (o *LocalQueuePartitionDTO) GetTotalByteCount() int64

GetTotalByteCount returns the TotalByteCount field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetTotalByteCountOk ¶

func (o *LocalQueuePartitionDTO) GetTotalByteCountOk() (*int64, bool)

GetTotalByteCountOk returns a tuple with the TotalByteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) GetTotalFlowFileCount ¶

func (o *LocalQueuePartitionDTO) GetTotalFlowFileCount() int32

GetTotalFlowFileCount returns the TotalFlowFileCount field value if set, zero value otherwise.

func (*LocalQueuePartitionDTO) GetTotalFlowFileCountOk ¶

func (o *LocalQueuePartitionDTO) GetTotalFlowFileCountOk() (*int32, bool)

GetTotalFlowFileCountOk returns a tuple with the TotalFlowFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LocalQueuePartitionDTO) HasActiveQueueByteCount ¶

func (o *LocalQueuePartitionDTO) HasActiveQueueByteCount() bool

HasActiveQueueByteCount returns a boolean if a field has been set.

func (*LocalQueuePartitionDTO) HasActiveQueueFlowFileCount ¶

func (o *LocalQueuePartitionDTO) HasActiveQueueFlowFileCount() bool

HasActiveQueueFlowFileCount returns a boolean if a field has been set.

func (*LocalQueuePartitionDTO) HasAllActiveQueueFlowFilesPenalized ¶

func (o *LocalQueuePartitionDTO) HasAllActiveQueueFlowFilesPenalized() bool

HasAllActiveQueueFlowFilesPenalized returns a boolean if a field has been set.

func (*LocalQueuePartitionDTO) HasAnyActiveQueueFlowFilesPenalized ¶

func (o *LocalQueuePartitionDTO) HasAnyActiveQueueFlowFilesPenalized() bool

HasAnyActiveQueueFlowFilesPenalized returns a boolean if a field has been set.

func (*LocalQueuePartitionDTO) HasInFlightByteCount ¶

func (o *LocalQueuePartitionDTO) HasInFlightByteCount() bool

HasInFlightByteCount returns a boolean if a field has been set.

func (*LocalQueuePartitionDTO) HasInFlightFlowFileCount ¶

func (o *LocalQueuePartitionDTO) HasInFlightFlowFileCount() bool

HasInFlightFlowFileCount returns a boolean if a field has been set.

func (*LocalQueuePartitionDTO) HasSwapByteCount ¶

func (o *LocalQueuePartitionDTO) HasSwapByteCount() bool

HasSwapByteCount returns a boolean if a field has been set.

func (*LocalQueuePartitionDTO) HasSwapFiles ¶

func (o *LocalQueuePartitionDTO) HasSwapFiles() bool

HasSwapFiles returns a boolean if a field has been set.

func (*LocalQueuePartitionDTO) HasSwapFlowFileCount ¶

func (o *LocalQueuePartitionDTO) HasSwapFlowFileCount() bool

HasSwapFlowFileCount returns a boolean if a field has been set.

func (*LocalQueuePartitionDTO) HasTotalByteCount ¶

func (o *LocalQueuePartitionDTO) HasTotalByteCount() bool

HasTotalByteCount returns a boolean if a field has been set.

func (*LocalQueuePartitionDTO) HasTotalFlowFileCount ¶

func (o *LocalQueuePartitionDTO) HasTotalFlowFileCount() bool

HasTotalFlowFileCount returns a boolean if a field has been set.

func (LocalQueuePartitionDTO) MarshalJSON ¶

func (o LocalQueuePartitionDTO) MarshalJSON() ([]byte, error)

func (*LocalQueuePartitionDTO) SetActiveQueueByteCount ¶

func (o *LocalQueuePartitionDTO) SetActiveQueueByteCount(v int64)

SetActiveQueueByteCount gets a reference to the given int64 and assigns it to the ActiveQueueByteCount field.

func (*LocalQueuePartitionDTO) SetActiveQueueFlowFileCount ¶

func (o *LocalQueuePartitionDTO) SetActiveQueueFlowFileCount(v int32)

SetActiveQueueFlowFileCount gets a reference to the given int32 and assigns it to the ActiveQueueFlowFileCount field.

func (*LocalQueuePartitionDTO) SetAllActiveQueueFlowFilesPenalized ¶

func (o *LocalQueuePartitionDTO) SetAllActiveQueueFlowFilesPenalized(v bool)

SetAllActiveQueueFlowFilesPenalized gets a reference to the given bool and assigns it to the AllActiveQueueFlowFilesPenalized field.

func (*LocalQueuePartitionDTO) SetAnyActiveQueueFlowFilesPenalized ¶

func (o *LocalQueuePartitionDTO) SetAnyActiveQueueFlowFilesPenalized(v bool)

SetAnyActiveQueueFlowFilesPenalized gets a reference to the given bool and assigns it to the AnyActiveQueueFlowFilesPenalized field.

func (*LocalQueuePartitionDTO) SetInFlightByteCount ¶

func (o *LocalQueuePartitionDTO) SetInFlightByteCount(v int64)

SetInFlightByteCount gets a reference to the given int64 and assigns it to the InFlightByteCount field.

func (*LocalQueuePartitionDTO) SetInFlightFlowFileCount ¶

func (o *LocalQueuePartitionDTO) SetInFlightFlowFileCount(v int32)

SetInFlightFlowFileCount gets a reference to the given int32 and assigns it to the InFlightFlowFileCount field.

func (*LocalQueuePartitionDTO) SetSwapByteCount ¶

func (o *LocalQueuePartitionDTO) SetSwapByteCount(v int64)

SetSwapByteCount gets a reference to the given int64 and assigns it to the SwapByteCount field.

func (*LocalQueuePartitionDTO) SetSwapFiles ¶

func (o *LocalQueuePartitionDTO) SetSwapFiles(v int32)

SetSwapFiles gets a reference to the given int32 and assigns it to the SwapFiles field.

func (*LocalQueuePartitionDTO) SetSwapFlowFileCount ¶

func (o *LocalQueuePartitionDTO) SetSwapFlowFileCount(v int32)

SetSwapFlowFileCount gets a reference to the given int32 and assigns it to the SwapFlowFileCount field.

func (*LocalQueuePartitionDTO) SetTotalByteCount ¶

func (o *LocalQueuePartitionDTO) SetTotalByteCount(v int64)

SetTotalByteCount gets a reference to the given int64 and assigns it to the TotalByteCount field.

func (*LocalQueuePartitionDTO) SetTotalFlowFileCount ¶

func (o *LocalQueuePartitionDTO) SetTotalFlowFileCount(v int32)

SetTotalFlowFileCount gets a reference to the given int32 and assigns it to the TotalFlowFileCount field.

func (LocalQueuePartitionDTO) ToMap ¶

func (o LocalQueuePartitionDTO) ToMap() (map[string]interface{}, error)

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type NodeConnectionStatisticsSnapshotDTO ¶

type NodeConnectionStatisticsSnapshotDTO struct {
	// The unique ID that identifies the node
	NodeId *string `json:"nodeId,omitempty"`
	// The API address of the node
	Address *string `json:"address,omitempty"`
	// The API port used to communicate with the node
	ApiPort            *int32                           `json:"apiPort,omitempty"`
	StatisticsSnapshot *ConnectionStatisticsSnapshotDTO `json:"statisticsSnapshot,omitempty"`
}

NodeConnectionStatisticsSnapshotDTO struct for NodeConnectionStatisticsSnapshotDTO

func NewNodeConnectionStatisticsSnapshotDTO ¶

func NewNodeConnectionStatisticsSnapshotDTO() *NodeConnectionStatisticsSnapshotDTO

NewNodeConnectionStatisticsSnapshotDTO instantiates a new NodeConnectionStatisticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeConnectionStatisticsSnapshotDTOWithDefaults ¶

func NewNodeConnectionStatisticsSnapshotDTOWithDefaults() *NodeConnectionStatisticsSnapshotDTO

NewNodeConnectionStatisticsSnapshotDTOWithDefaults instantiates a new NodeConnectionStatisticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeConnectionStatisticsSnapshotDTO) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeConnectionStatisticsSnapshotDTO) GetAddressOk ¶

func (o *NodeConnectionStatisticsSnapshotDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeConnectionStatisticsSnapshotDTO) GetApiPort ¶

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeConnectionStatisticsSnapshotDTO) GetApiPortOk ¶

func (o *NodeConnectionStatisticsSnapshotDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeConnectionStatisticsSnapshotDTO) GetNodeId ¶

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeConnectionStatisticsSnapshotDTO) GetNodeIdOk ¶

func (o *NodeConnectionStatisticsSnapshotDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeConnectionStatisticsSnapshotDTO) GetStatisticsSnapshot ¶

GetStatisticsSnapshot returns the StatisticsSnapshot field value if set, zero value otherwise.

func (*NodeConnectionStatisticsSnapshotDTO) GetStatisticsSnapshotOk ¶

GetStatisticsSnapshotOk returns a tuple with the StatisticsSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeConnectionStatisticsSnapshotDTO) HasAddress ¶

func (o *NodeConnectionStatisticsSnapshotDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeConnectionStatisticsSnapshotDTO) HasApiPort ¶

func (o *NodeConnectionStatisticsSnapshotDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeConnectionStatisticsSnapshotDTO) HasNodeId ¶

HasNodeId returns a boolean if a field has been set.

func (*NodeConnectionStatisticsSnapshotDTO) HasStatisticsSnapshot ¶

func (o *NodeConnectionStatisticsSnapshotDTO) HasStatisticsSnapshot() bool

HasStatisticsSnapshot returns a boolean if a field has been set.

func (NodeConnectionStatisticsSnapshotDTO) MarshalJSON ¶

func (o NodeConnectionStatisticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NodeConnectionStatisticsSnapshotDTO) SetAddress ¶

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeConnectionStatisticsSnapshotDTO) SetApiPort ¶

func (o *NodeConnectionStatisticsSnapshotDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeConnectionStatisticsSnapshotDTO) SetNodeId ¶

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeConnectionStatisticsSnapshotDTO) SetStatisticsSnapshot ¶

SetStatisticsSnapshot gets a reference to the given ConnectionStatisticsSnapshotDTO and assigns it to the StatisticsSnapshot field.

func (NodeConnectionStatisticsSnapshotDTO) ToMap ¶

func (o NodeConnectionStatisticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type NodeConnectionStatusSnapshotDTO ¶

type NodeConnectionStatusSnapshotDTO struct {
	// The unique ID that identifies the node
	NodeId *string `json:"nodeId,omitempty"`
	// The API address of the node
	Address *string `json:"address,omitempty"`
	// The API port used to communicate with the node
	ApiPort        *int32                       `json:"apiPort,omitempty"`
	StatusSnapshot *ConnectionStatusSnapshotDTO `json:"statusSnapshot,omitempty"`
}

NodeConnectionStatusSnapshotDTO struct for NodeConnectionStatusSnapshotDTO

func NewNodeConnectionStatusSnapshotDTO ¶

func NewNodeConnectionStatusSnapshotDTO() *NodeConnectionStatusSnapshotDTO

NewNodeConnectionStatusSnapshotDTO instantiates a new NodeConnectionStatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeConnectionStatusSnapshotDTOWithDefaults ¶

func NewNodeConnectionStatusSnapshotDTOWithDefaults() *NodeConnectionStatusSnapshotDTO

NewNodeConnectionStatusSnapshotDTOWithDefaults instantiates a new NodeConnectionStatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeConnectionStatusSnapshotDTO) GetAddress ¶

func (o *NodeConnectionStatusSnapshotDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeConnectionStatusSnapshotDTO) GetAddressOk ¶

func (o *NodeConnectionStatusSnapshotDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeConnectionStatusSnapshotDTO) GetApiPort ¶

func (o *NodeConnectionStatusSnapshotDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeConnectionStatusSnapshotDTO) GetApiPortOk ¶

func (o *NodeConnectionStatusSnapshotDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeConnectionStatusSnapshotDTO) GetNodeId ¶

func (o *NodeConnectionStatusSnapshotDTO) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeConnectionStatusSnapshotDTO) GetNodeIdOk ¶

func (o *NodeConnectionStatusSnapshotDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeConnectionStatusSnapshotDTO) GetStatusSnapshot ¶

GetStatusSnapshot returns the StatusSnapshot field value if set, zero value otherwise.

func (*NodeConnectionStatusSnapshotDTO) GetStatusSnapshotOk ¶

GetStatusSnapshotOk returns a tuple with the StatusSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeConnectionStatusSnapshotDTO) HasAddress ¶

func (o *NodeConnectionStatusSnapshotDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeConnectionStatusSnapshotDTO) HasApiPort ¶

func (o *NodeConnectionStatusSnapshotDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeConnectionStatusSnapshotDTO) HasNodeId ¶

func (o *NodeConnectionStatusSnapshotDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodeConnectionStatusSnapshotDTO) HasStatusSnapshot ¶

func (o *NodeConnectionStatusSnapshotDTO) HasStatusSnapshot() bool

HasStatusSnapshot returns a boolean if a field has been set.

func (NodeConnectionStatusSnapshotDTO) MarshalJSON ¶

func (o NodeConnectionStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NodeConnectionStatusSnapshotDTO) SetAddress ¶

func (o *NodeConnectionStatusSnapshotDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeConnectionStatusSnapshotDTO) SetApiPort ¶

func (o *NodeConnectionStatusSnapshotDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeConnectionStatusSnapshotDTO) SetNodeId ¶

func (o *NodeConnectionStatusSnapshotDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeConnectionStatusSnapshotDTO) SetStatusSnapshot ¶

SetStatusSnapshot gets a reference to the given ConnectionStatusSnapshotDTO and assigns it to the StatusSnapshot field.

func (NodeConnectionStatusSnapshotDTO) ToMap ¶

func (o NodeConnectionStatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type NodeCountersSnapshotDTO ¶

type NodeCountersSnapshotDTO struct {
	// The unique ID that identifies the node
	NodeId *string `json:"nodeId,omitempty"`
	// The API address of the node
	Address *string `json:"address,omitempty"`
	// The API port used to communicate with the node
	ApiPort  *int32               `json:"apiPort,omitempty"`
	Snapshot *CountersSnapshotDTO `json:"snapshot,omitempty"`
}

NodeCountersSnapshotDTO struct for NodeCountersSnapshotDTO

func NewNodeCountersSnapshotDTO ¶

func NewNodeCountersSnapshotDTO() *NodeCountersSnapshotDTO

NewNodeCountersSnapshotDTO instantiates a new NodeCountersSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeCountersSnapshotDTOWithDefaults ¶

func NewNodeCountersSnapshotDTOWithDefaults() *NodeCountersSnapshotDTO

NewNodeCountersSnapshotDTOWithDefaults instantiates a new NodeCountersSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeCountersSnapshotDTO) GetAddress ¶

func (o *NodeCountersSnapshotDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeCountersSnapshotDTO) GetAddressOk ¶

func (o *NodeCountersSnapshotDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCountersSnapshotDTO) GetApiPort ¶

func (o *NodeCountersSnapshotDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeCountersSnapshotDTO) GetApiPortOk ¶

func (o *NodeCountersSnapshotDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCountersSnapshotDTO) GetNodeId ¶

func (o *NodeCountersSnapshotDTO) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeCountersSnapshotDTO) GetNodeIdOk ¶

func (o *NodeCountersSnapshotDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCountersSnapshotDTO) GetSnapshot ¶

GetSnapshot returns the Snapshot field value if set, zero value otherwise.

func (*NodeCountersSnapshotDTO) GetSnapshotOk ¶

func (o *NodeCountersSnapshotDTO) GetSnapshotOk() (*CountersSnapshotDTO, bool)

GetSnapshotOk returns a tuple with the Snapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeCountersSnapshotDTO) HasAddress ¶

func (o *NodeCountersSnapshotDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeCountersSnapshotDTO) HasApiPort ¶

func (o *NodeCountersSnapshotDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeCountersSnapshotDTO) HasNodeId ¶

func (o *NodeCountersSnapshotDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodeCountersSnapshotDTO) HasSnapshot ¶

func (o *NodeCountersSnapshotDTO) HasSnapshot() bool

HasSnapshot returns a boolean if a field has been set.

func (NodeCountersSnapshotDTO) MarshalJSON ¶

func (o NodeCountersSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NodeCountersSnapshotDTO) SetAddress ¶

func (o *NodeCountersSnapshotDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeCountersSnapshotDTO) SetApiPort ¶

func (o *NodeCountersSnapshotDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeCountersSnapshotDTO) SetNodeId ¶

func (o *NodeCountersSnapshotDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeCountersSnapshotDTO) SetSnapshot ¶

func (o *NodeCountersSnapshotDTO) SetSnapshot(v CountersSnapshotDTO)

SetSnapshot gets a reference to the given CountersSnapshotDTO and assigns it to the Snapshot field.

func (NodeCountersSnapshotDTO) ToMap ¶

func (o NodeCountersSnapshotDTO) ToMap() (map[string]interface{}, error)

type NodeDTO ¶

type NodeDTO struct {
	// The id of the node.
	NodeId *string `json:"nodeId,omitempty"`
	// The node's host/ip address.
	Address *string `json:"address,omitempty"`
	// The port the node is listening for API requests.
	ApiPort *int32 `json:"apiPort,omitempty"`
	// The node's status.
	Status *string `json:"status,omitempty"`
	// the time of the nodes's last heartbeat.
	Heartbeat *string `json:"heartbeat,omitempty"`
	// The time of the node's last connection request.
	ConnectionRequested *string `json:"connectionRequested,omitempty"`
	// The roles of this node.
	Roles []string `json:"roles,omitempty"`
	// The active threads for the NiFi on the node.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
	// The queue the NiFi on the node.
	Queued *string `json:"queued,omitempty"`
	// The node's events.
	Events []NodeEventDTO `json:"events,omitempty"`
	// The time at which this Node was last refreshed.
	NodeStartTime *string `json:"nodeStartTime,omitempty"`
}

NodeDTO struct for NodeDTO

func NewNodeDTO ¶

func NewNodeDTO() *NodeDTO

NewNodeDTO instantiates a new NodeDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeDTOWithDefaults ¶

func NewNodeDTOWithDefaults() *NodeDTO

NewNodeDTOWithDefaults instantiates a new NodeDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeDTO) GetActiveThreadCount ¶

func (o *NodeDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*NodeDTO) GetActiveThreadCountOk ¶

func (o *NodeDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) GetAddress ¶

func (o *NodeDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeDTO) GetAddressOk ¶

func (o *NodeDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) GetApiPort ¶

func (o *NodeDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeDTO) GetApiPortOk ¶

func (o *NodeDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) GetConnectionRequested ¶

func (o *NodeDTO) GetConnectionRequested() string

GetConnectionRequested returns the ConnectionRequested field value if set, zero value otherwise.

func (*NodeDTO) GetConnectionRequestedOk ¶

func (o *NodeDTO) GetConnectionRequestedOk() (*string, bool)

GetConnectionRequestedOk returns a tuple with the ConnectionRequested field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) GetEvents ¶

func (o *NodeDTO) GetEvents() []NodeEventDTO

GetEvents returns the Events field value if set, zero value otherwise.

func (*NodeDTO) GetEventsOk ¶

func (o *NodeDTO) GetEventsOk() ([]NodeEventDTO, bool)

GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) GetHeartbeat ¶

func (o *NodeDTO) GetHeartbeat() string

GetHeartbeat returns the Heartbeat field value if set, zero value otherwise.

func (*NodeDTO) GetHeartbeatOk ¶

func (o *NodeDTO) GetHeartbeatOk() (*string, bool)

GetHeartbeatOk returns a tuple with the Heartbeat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) GetNodeId ¶

func (o *NodeDTO) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeDTO) GetNodeIdOk ¶

func (o *NodeDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) GetNodeStartTime ¶

func (o *NodeDTO) GetNodeStartTime() string

GetNodeStartTime returns the NodeStartTime field value if set, zero value otherwise.

func (*NodeDTO) GetNodeStartTimeOk ¶

func (o *NodeDTO) GetNodeStartTimeOk() (*string, bool)

GetNodeStartTimeOk returns a tuple with the NodeStartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) GetQueued ¶

func (o *NodeDTO) GetQueued() string

GetQueued returns the Queued field value if set, zero value otherwise.

func (*NodeDTO) GetQueuedOk ¶

func (o *NodeDTO) GetQueuedOk() (*string, bool)

GetQueuedOk returns a tuple with the Queued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) GetRoles ¶

func (o *NodeDTO) GetRoles() []string

GetRoles returns the Roles field value if set, zero value otherwise.

func (*NodeDTO) GetRolesOk ¶

func (o *NodeDTO) GetRolesOk() ([]string, bool)

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) GetStatus ¶

func (o *NodeDTO) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*NodeDTO) GetStatusOk ¶

func (o *NodeDTO) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeDTO) HasActiveThreadCount ¶

func (o *NodeDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*NodeDTO) HasAddress ¶

func (o *NodeDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeDTO) HasApiPort ¶

func (o *NodeDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeDTO) HasConnectionRequested ¶

func (o *NodeDTO) HasConnectionRequested() bool

HasConnectionRequested returns a boolean if a field has been set.

func (*NodeDTO) HasEvents ¶

func (o *NodeDTO) HasEvents() bool

HasEvents returns a boolean if a field has been set.

func (*NodeDTO) HasHeartbeat ¶

func (o *NodeDTO) HasHeartbeat() bool

HasHeartbeat returns a boolean if a field has been set.

func (*NodeDTO) HasNodeId ¶

func (o *NodeDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodeDTO) HasNodeStartTime ¶

func (o *NodeDTO) HasNodeStartTime() bool

HasNodeStartTime returns a boolean if a field has been set.

func (*NodeDTO) HasQueued ¶

func (o *NodeDTO) HasQueued() bool

HasQueued returns a boolean if a field has been set.

func (*NodeDTO) HasRoles ¶

func (o *NodeDTO) HasRoles() bool

HasRoles returns a boolean if a field has been set.

func (*NodeDTO) HasStatus ¶

func (o *NodeDTO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (NodeDTO) MarshalJSON ¶

func (o NodeDTO) MarshalJSON() ([]byte, error)

func (*NodeDTO) SetActiveThreadCount ¶

func (o *NodeDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*NodeDTO) SetAddress ¶

func (o *NodeDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeDTO) SetApiPort ¶

func (o *NodeDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeDTO) SetConnectionRequested ¶

func (o *NodeDTO) SetConnectionRequested(v string)

SetConnectionRequested gets a reference to the given string and assigns it to the ConnectionRequested field.

func (*NodeDTO) SetEvents ¶

func (o *NodeDTO) SetEvents(v []NodeEventDTO)

SetEvents gets a reference to the given []NodeEventDTO and assigns it to the Events field.

func (*NodeDTO) SetHeartbeat ¶

func (o *NodeDTO) SetHeartbeat(v string)

SetHeartbeat gets a reference to the given string and assigns it to the Heartbeat field.

func (*NodeDTO) SetNodeId ¶

func (o *NodeDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeDTO) SetNodeStartTime ¶

func (o *NodeDTO) SetNodeStartTime(v string)

SetNodeStartTime gets a reference to the given string and assigns it to the NodeStartTime field.

func (*NodeDTO) SetQueued ¶

func (o *NodeDTO) SetQueued(v string)

SetQueued gets a reference to the given string and assigns it to the Queued field.

func (*NodeDTO) SetRoles ¶

func (o *NodeDTO) SetRoles(v []string)

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (*NodeDTO) SetStatus ¶

func (o *NodeDTO) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (NodeDTO) ToMap ¶

func (o NodeDTO) ToMap() (map[string]interface{}, error)

type NodeEntity ¶

type NodeEntity struct {
	Node *NodeDTO `json:"node,omitempty"`
}

NodeEntity struct for NodeEntity

func NewNodeEntity ¶

func NewNodeEntity() *NodeEntity

NewNodeEntity instantiates a new NodeEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeEntityWithDefaults ¶

func NewNodeEntityWithDefaults() *NodeEntity

NewNodeEntityWithDefaults instantiates a new NodeEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeEntity) GetNode ¶

func (o *NodeEntity) GetNode() NodeDTO

GetNode returns the Node field value if set, zero value otherwise.

func (*NodeEntity) GetNodeOk ¶

func (o *NodeEntity) GetNodeOk() (*NodeDTO, bool)

GetNodeOk returns a tuple with the Node field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeEntity) HasNode ¶

func (o *NodeEntity) HasNode() bool

HasNode returns a boolean if a field has been set.

func (NodeEntity) MarshalJSON ¶

func (o NodeEntity) MarshalJSON() ([]byte, error)

func (*NodeEntity) SetNode ¶

func (o *NodeEntity) SetNode(v NodeDTO)

SetNode gets a reference to the given NodeDTO and assigns it to the Node field.

func (NodeEntity) ToMap ¶

func (o NodeEntity) ToMap() (map[string]interface{}, error)

type NodeEventDTO ¶

type NodeEventDTO struct {
	// The timestamp of the node event.
	Timestamp *string `json:"timestamp,omitempty"`
	// The category of the node event.
	Category *string `json:"category,omitempty"`
	// The message in the node event.
	Message *string `json:"message,omitempty"`
}

NodeEventDTO struct for NodeEventDTO

func NewNodeEventDTO ¶

func NewNodeEventDTO() *NodeEventDTO

NewNodeEventDTO instantiates a new NodeEventDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeEventDTOWithDefaults ¶

func NewNodeEventDTOWithDefaults() *NodeEventDTO

NewNodeEventDTOWithDefaults instantiates a new NodeEventDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeEventDTO) GetCategory ¶

func (o *NodeEventDTO) GetCategory() string

GetCategory returns the Category field value if set, zero value otherwise.

func (*NodeEventDTO) GetCategoryOk ¶

func (o *NodeEventDTO) GetCategoryOk() (*string, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeEventDTO) GetMessage ¶

func (o *NodeEventDTO) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*NodeEventDTO) GetMessageOk ¶

func (o *NodeEventDTO) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeEventDTO) GetTimestamp ¶

func (o *NodeEventDTO) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*NodeEventDTO) GetTimestampOk ¶

func (o *NodeEventDTO) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeEventDTO) HasCategory ¶

func (o *NodeEventDTO) HasCategory() bool

HasCategory returns a boolean if a field has been set.

func (*NodeEventDTO) HasMessage ¶

func (o *NodeEventDTO) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*NodeEventDTO) HasTimestamp ¶

func (o *NodeEventDTO) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (NodeEventDTO) MarshalJSON ¶

func (o NodeEventDTO) MarshalJSON() ([]byte, error)

func (*NodeEventDTO) SetCategory ¶

func (o *NodeEventDTO) SetCategory(v string)

SetCategory gets a reference to the given string and assigns it to the Category field.

func (*NodeEventDTO) SetMessage ¶

func (o *NodeEventDTO) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*NodeEventDTO) SetTimestamp ¶

func (o *NodeEventDTO) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (NodeEventDTO) ToMap ¶

func (o NodeEventDTO) ToMap() (map[string]interface{}, error)

type NodeIdentifier ¶

type NodeIdentifier struct {
	Id                    *string  `json:"id,omitempty"`
	ApiAddress            *string  `json:"apiAddress,omitempty"`
	ApiPort               *int32   `json:"apiPort,omitempty"`
	SocketAddress         *string  `json:"socketAddress,omitempty"`
	SocketPort            *int32   `json:"socketPort,omitempty"`
	LoadBalanceAddress    *string  `json:"loadBalanceAddress,omitempty"`
	LoadBalancePort       *int32   `json:"loadBalancePort,omitempty"`
	SiteToSiteAddress     *string  `json:"siteToSiteAddress,omitempty"`
	SiteToSitePort        *int32   `json:"siteToSitePort,omitempty"`
	SiteToSiteHttpApiPort *int32   `json:"siteToSiteHttpApiPort,omitempty"`
	SiteToSiteSecure      *bool    `json:"siteToSiteSecure,omitempty"`
	NodeIdentities        []string `json:"nodeIdentities,omitempty"`
	FullDescription       *string  `json:"fullDescription,omitempty"`
}

NodeIdentifier struct for NodeIdentifier

func NewNodeIdentifier ¶

func NewNodeIdentifier() *NodeIdentifier

NewNodeIdentifier instantiates a new NodeIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeIdentifierWithDefaults ¶

func NewNodeIdentifierWithDefaults() *NodeIdentifier

NewNodeIdentifierWithDefaults instantiates a new NodeIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeIdentifier) GetApiAddress ¶

func (o *NodeIdentifier) GetApiAddress() string

GetApiAddress returns the ApiAddress field value if set, zero value otherwise.

func (*NodeIdentifier) GetApiAddressOk ¶

func (o *NodeIdentifier) GetApiAddressOk() (*string, bool)

GetApiAddressOk returns a tuple with the ApiAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetApiPort ¶

func (o *NodeIdentifier) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeIdentifier) GetApiPortOk ¶

func (o *NodeIdentifier) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetFullDescription ¶

func (o *NodeIdentifier) GetFullDescription() string

GetFullDescription returns the FullDescription field value if set, zero value otherwise.

func (*NodeIdentifier) GetFullDescriptionOk ¶

func (o *NodeIdentifier) GetFullDescriptionOk() (*string, bool)

GetFullDescriptionOk returns a tuple with the FullDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetId ¶

func (o *NodeIdentifier) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*NodeIdentifier) GetIdOk ¶

func (o *NodeIdentifier) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetLoadBalanceAddress ¶

func (o *NodeIdentifier) GetLoadBalanceAddress() string

GetLoadBalanceAddress returns the LoadBalanceAddress field value if set, zero value otherwise.

func (*NodeIdentifier) GetLoadBalanceAddressOk ¶

func (o *NodeIdentifier) GetLoadBalanceAddressOk() (*string, bool)

GetLoadBalanceAddressOk returns a tuple with the LoadBalanceAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetLoadBalancePort ¶

func (o *NodeIdentifier) GetLoadBalancePort() int32

GetLoadBalancePort returns the LoadBalancePort field value if set, zero value otherwise.

func (*NodeIdentifier) GetLoadBalancePortOk ¶

func (o *NodeIdentifier) GetLoadBalancePortOk() (*int32, bool)

GetLoadBalancePortOk returns a tuple with the LoadBalancePort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetNodeIdentities ¶

func (o *NodeIdentifier) GetNodeIdentities() []string

GetNodeIdentities returns the NodeIdentities field value if set, zero value otherwise.

func (*NodeIdentifier) GetNodeIdentitiesOk ¶

func (o *NodeIdentifier) GetNodeIdentitiesOk() ([]string, bool)

GetNodeIdentitiesOk returns a tuple with the NodeIdentities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetSiteToSiteAddress ¶

func (o *NodeIdentifier) GetSiteToSiteAddress() string

GetSiteToSiteAddress returns the SiteToSiteAddress field value if set, zero value otherwise.

func (*NodeIdentifier) GetSiteToSiteAddressOk ¶

func (o *NodeIdentifier) GetSiteToSiteAddressOk() (*string, bool)

GetSiteToSiteAddressOk returns a tuple with the SiteToSiteAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetSiteToSiteHttpApiPort ¶

func (o *NodeIdentifier) GetSiteToSiteHttpApiPort() int32

GetSiteToSiteHttpApiPort returns the SiteToSiteHttpApiPort field value if set, zero value otherwise.

func (*NodeIdentifier) GetSiteToSiteHttpApiPortOk ¶

func (o *NodeIdentifier) GetSiteToSiteHttpApiPortOk() (*int32, bool)

GetSiteToSiteHttpApiPortOk returns a tuple with the SiteToSiteHttpApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetSiteToSitePort ¶

func (o *NodeIdentifier) GetSiteToSitePort() int32

GetSiteToSitePort returns the SiteToSitePort field value if set, zero value otherwise.

func (*NodeIdentifier) GetSiteToSitePortOk ¶

func (o *NodeIdentifier) GetSiteToSitePortOk() (*int32, bool)

GetSiteToSitePortOk returns a tuple with the SiteToSitePort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetSiteToSiteSecure ¶

func (o *NodeIdentifier) GetSiteToSiteSecure() bool

GetSiteToSiteSecure returns the SiteToSiteSecure field value if set, zero value otherwise.

func (*NodeIdentifier) GetSiteToSiteSecureOk ¶

func (o *NodeIdentifier) GetSiteToSiteSecureOk() (*bool, bool)

GetSiteToSiteSecureOk returns a tuple with the SiteToSiteSecure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetSocketAddress ¶

func (o *NodeIdentifier) GetSocketAddress() string

GetSocketAddress returns the SocketAddress field value if set, zero value otherwise.

func (*NodeIdentifier) GetSocketAddressOk ¶

func (o *NodeIdentifier) GetSocketAddressOk() (*string, bool)

GetSocketAddressOk returns a tuple with the SocketAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) GetSocketPort ¶

func (o *NodeIdentifier) GetSocketPort() int32

GetSocketPort returns the SocketPort field value if set, zero value otherwise.

func (*NodeIdentifier) GetSocketPortOk ¶

func (o *NodeIdentifier) GetSocketPortOk() (*int32, bool)

GetSocketPortOk returns a tuple with the SocketPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeIdentifier) HasApiAddress ¶

func (o *NodeIdentifier) HasApiAddress() bool

HasApiAddress returns a boolean if a field has been set.

func (*NodeIdentifier) HasApiPort ¶

func (o *NodeIdentifier) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeIdentifier) HasFullDescription ¶

func (o *NodeIdentifier) HasFullDescription() bool

HasFullDescription returns a boolean if a field has been set.

func (*NodeIdentifier) HasId ¶

func (o *NodeIdentifier) HasId() bool

HasId returns a boolean if a field has been set.

func (*NodeIdentifier) HasLoadBalanceAddress ¶

func (o *NodeIdentifier) HasLoadBalanceAddress() bool

HasLoadBalanceAddress returns a boolean if a field has been set.

func (*NodeIdentifier) HasLoadBalancePort ¶

func (o *NodeIdentifier) HasLoadBalancePort() bool

HasLoadBalancePort returns a boolean if a field has been set.

func (*NodeIdentifier) HasNodeIdentities ¶

func (o *NodeIdentifier) HasNodeIdentities() bool

HasNodeIdentities returns a boolean if a field has been set.

func (*NodeIdentifier) HasSiteToSiteAddress ¶

func (o *NodeIdentifier) HasSiteToSiteAddress() bool

HasSiteToSiteAddress returns a boolean if a field has been set.

func (*NodeIdentifier) HasSiteToSiteHttpApiPort ¶

func (o *NodeIdentifier) HasSiteToSiteHttpApiPort() bool

HasSiteToSiteHttpApiPort returns a boolean if a field has been set.

func (*NodeIdentifier) HasSiteToSitePort ¶

func (o *NodeIdentifier) HasSiteToSitePort() bool

HasSiteToSitePort returns a boolean if a field has been set.

func (*NodeIdentifier) HasSiteToSiteSecure ¶

func (o *NodeIdentifier) HasSiteToSiteSecure() bool

HasSiteToSiteSecure returns a boolean if a field has been set.

func (*NodeIdentifier) HasSocketAddress ¶

func (o *NodeIdentifier) HasSocketAddress() bool

HasSocketAddress returns a boolean if a field has been set.

func (*NodeIdentifier) HasSocketPort ¶

func (o *NodeIdentifier) HasSocketPort() bool

HasSocketPort returns a boolean if a field has been set.

func (NodeIdentifier) MarshalJSON ¶

func (o NodeIdentifier) MarshalJSON() ([]byte, error)

func (*NodeIdentifier) SetApiAddress ¶

func (o *NodeIdentifier) SetApiAddress(v string)

SetApiAddress gets a reference to the given string and assigns it to the ApiAddress field.

func (*NodeIdentifier) SetApiPort ¶

func (o *NodeIdentifier) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeIdentifier) SetFullDescription ¶

func (o *NodeIdentifier) SetFullDescription(v string)

SetFullDescription gets a reference to the given string and assigns it to the FullDescription field.

func (*NodeIdentifier) SetId ¶

func (o *NodeIdentifier) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*NodeIdentifier) SetLoadBalanceAddress ¶

func (o *NodeIdentifier) SetLoadBalanceAddress(v string)

SetLoadBalanceAddress gets a reference to the given string and assigns it to the LoadBalanceAddress field.

func (*NodeIdentifier) SetLoadBalancePort ¶

func (o *NodeIdentifier) SetLoadBalancePort(v int32)

SetLoadBalancePort gets a reference to the given int32 and assigns it to the LoadBalancePort field.

func (*NodeIdentifier) SetNodeIdentities ¶

func (o *NodeIdentifier) SetNodeIdentities(v []string)

SetNodeIdentities gets a reference to the given []string and assigns it to the NodeIdentities field.

func (*NodeIdentifier) SetSiteToSiteAddress ¶

func (o *NodeIdentifier) SetSiteToSiteAddress(v string)

SetSiteToSiteAddress gets a reference to the given string and assigns it to the SiteToSiteAddress field.

func (*NodeIdentifier) SetSiteToSiteHttpApiPort ¶

func (o *NodeIdentifier) SetSiteToSiteHttpApiPort(v int32)

SetSiteToSiteHttpApiPort gets a reference to the given int32 and assigns it to the SiteToSiteHttpApiPort field.

func (*NodeIdentifier) SetSiteToSitePort ¶

func (o *NodeIdentifier) SetSiteToSitePort(v int32)

SetSiteToSitePort gets a reference to the given int32 and assigns it to the SiteToSitePort field.

func (*NodeIdentifier) SetSiteToSiteSecure ¶

func (o *NodeIdentifier) SetSiteToSiteSecure(v bool)

SetSiteToSiteSecure gets a reference to the given bool and assigns it to the SiteToSiteSecure field.

func (*NodeIdentifier) SetSocketAddress ¶

func (o *NodeIdentifier) SetSocketAddress(v string)

SetSocketAddress gets a reference to the given string and assigns it to the SocketAddress field.

func (*NodeIdentifier) SetSocketPort ¶

func (o *NodeIdentifier) SetSocketPort(v int32)

SetSocketPort gets a reference to the given int32 and assigns it to the SocketPort field.

func (NodeIdentifier) ToMap ¶

func (o NodeIdentifier) ToMap() (map[string]interface{}, error)

type NodeJVMDiagnosticsSnapshotDTO ¶

type NodeJVMDiagnosticsSnapshotDTO struct {
	// The unique ID that identifies the node
	NodeId *string `json:"nodeId,omitempty"`
	// The API address of the node
	Address *string `json:"address,omitempty"`
	// The API port used to communicate with the node
	ApiPort  *int32                     `json:"apiPort,omitempty"`
	Snapshot *JVMDiagnosticsSnapshotDTO `json:"snapshot,omitempty"`
}

NodeJVMDiagnosticsSnapshotDTO struct for NodeJVMDiagnosticsSnapshotDTO

func NewNodeJVMDiagnosticsSnapshotDTO ¶

func NewNodeJVMDiagnosticsSnapshotDTO() *NodeJVMDiagnosticsSnapshotDTO

NewNodeJVMDiagnosticsSnapshotDTO instantiates a new NodeJVMDiagnosticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeJVMDiagnosticsSnapshotDTOWithDefaults ¶

func NewNodeJVMDiagnosticsSnapshotDTOWithDefaults() *NodeJVMDiagnosticsSnapshotDTO

NewNodeJVMDiagnosticsSnapshotDTOWithDefaults instantiates a new NodeJVMDiagnosticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeJVMDiagnosticsSnapshotDTO) GetAddress ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeJVMDiagnosticsSnapshotDTO) GetAddressOk ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeJVMDiagnosticsSnapshotDTO) GetApiPort ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeJVMDiagnosticsSnapshotDTO) GetApiPortOk ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeJVMDiagnosticsSnapshotDTO) GetNodeId ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeJVMDiagnosticsSnapshotDTO) GetNodeIdOk ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeJVMDiagnosticsSnapshotDTO) GetSnapshot ¶

GetSnapshot returns the Snapshot field value if set, zero value otherwise.

func (*NodeJVMDiagnosticsSnapshotDTO) GetSnapshotOk ¶

GetSnapshotOk returns a tuple with the Snapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeJVMDiagnosticsSnapshotDTO) HasAddress ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeJVMDiagnosticsSnapshotDTO) HasApiPort ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeJVMDiagnosticsSnapshotDTO) HasNodeId ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodeJVMDiagnosticsSnapshotDTO) HasSnapshot ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) HasSnapshot() bool

HasSnapshot returns a boolean if a field has been set.

func (NodeJVMDiagnosticsSnapshotDTO) MarshalJSON ¶

func (o NodeJVMDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NodeJVMDiagnosticsSnapshotDTO) SetAddress ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeJVMDiagnosticsSnapshotDTO) SetApiPort ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeJVMDiagnosticsSnapshotDTO) SetNodeId ¶

func (o *NodeJVMDiagnosticsSnapshotDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeJVMDiagnosticsSnapshotDTO) SetSnapshot ¶

SetSnapshot gets a reference to the given JVMDiagnosticsSnapshotDTO and assigns it to the Snapshot field.

func (NodeJVMDiagnosticsSnapshotDTO) ToMap ¶

func (o NodeJVMDiagnosticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type NodePortStatusSnapshotDTO ¶

type NodePortStatusSnapshotDTO struct {
	// The unique ID that identifies the node
	NodeId *string `json:"nodeId,omitempty"`
	// The API address of the node
	Address *string `json:"address,omitempty"`
	// The API port used to communicate with the node
	ApiPort        *int32                 `json:"apiPort,omitempty"`
	StatusSnapshot *PortStatusSnapshotDTO `json:"statusSnapshot,omitempty"`
}

NodePortStatusSnapshotDTO struct for NodePortStatusSnapshotDTO

func NewNodePortStatusSnapshotDTO ¶

func NewNodePortStatusSnapshotDTO() *NodePortStatusSnapshotDTO

NewNodePortStatusSnapshotDTO instantiates a new NodePortStatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodePortStatusSnapshotDTOWithDefaults ¶

func NewNodePortStatusSnapshotDTOWithDefaults() *NodePortStatusSnapshotDTO

NewNodePortStatusSnapshotDTOWithDefaults instantiates a new NodePortStatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodePortStatusSnapshotDTO) GetAddress ¶

func (o *NodePortStatusSnapshotDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodePortStatusSnapshotDTO) GetAddressOk ¶

func (o *NodePortStatusSnapshotDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodePortStatusSnapshotDTO) GetApiPort ¶

func (o *NodePortStatusSnapshotDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodePortStatusSnapshotDTO) GetApiPortOk ¶

func (o *NodePortStatusSnapshotDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodePortStatusSnapshotDTO) GetNodeId ¶

func (o *NodePortStatusSnapshotDTO) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodePortStatusSnapshotDTO) GetNodeIdOk ¶

func (o *NodePortStatusSnapshotDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodePortStatusSnapshotDTO) GetStatusSnapshot ¶

func (o *NodePortStatusSnapshotDTO) GetStatusSnapshot() PortStatusSnapshotDTO

GetStatusSnapshot returns the StatusSnapshot field value if set, zero value otherwise.

func (*NodePortStatusSnapshotDTO) GetStatusSnapshotOk ¶

func (o *NodePortStatusSnapshotDTO) GetStatusSnapshotOk() (*PortStatusSnapshotDTO, bool)

GetStatusSnapshotOk returns a tuple with the StatusSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodePortStatusSnapshotDTO) HasAddress ¶

func (o *NodePortStatusSnapshotDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodePortStatusSnapshotDTO) HasApiPort ¶

func (o *NodePortStatusSnapshotDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodePortStatusSnapshotDTO) HasNodeId ¶

func (o *NodePortStatusSnapshotDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodePortStatusSnapshotDTO) HasStatusSnapshot ¶

func (o *NodePortStatusSnapshotDTO) HasStatusSnapshot() bool

HasStatusSnapshot returns a boolean if a field has been set.

func (NodePortStatusSnapshotDTO) MarshalJSON ¶

func (o NodePortStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NodePortStatusSnapshotDTO) SetAddress ¶

func (o *NodePortStatusSnapshotDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodePortStatusSnapshotDTO) SetApiPort ¶

func (o *NodePortStatusSnapshotDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodePortStatusSnapshotDTO) SetNodeId ¶

func (o *NodePortStatusSnapshotDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodePortStatusSnapshotDTO) SetStatusSnapshot ¶

func (o *NodePortStatusSnapshotDTO) SetStatusSnapshot(v PortStatusSnapshotDTO)

SetStatusSnapshot gets a reference to the given PortStatusSnapshotDTO and assigns it to the StatusSnapshot field.

func (NodePortStatusSnapshotDTO) ToMap ¶

func (o NodePortStatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type NodeProcessGroupStatusSnapshotDTO ¶

type NodeProcessGroupStatusSnapshotDTO struct {
	// The unique ID that identifies the node
	NodeId *string `json:"nodeId,omitempty"`
	// The API address of the node
	Address *string `json:"address,omitempty"`
	// The API port used to communicate with the node
	ApiPort        *int32                         `json:"apiPort,omitempty"`
	StatusSnapshot *ProcessGroupStatusSnapshotDTO `json:"statusSnapshot,omitempty"`
}

NodeProcessGroupStatusSnapshotDTO struct for NodeProcessGroupStatusSnapshotDTO

func NewNodeProcessGroupStatusSnapshotDTO ¶

func NewNodeProcessGroupStatusSnapshotDTO() *NodeProcessGroupStatusSnapshotDTO

NewNodeProcessGroupStatusSnapshotDTO instantiates a new NodeProcessGroupStatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeProcessGroupStatusSnapshotDTOWithDefaults ¶

func NewNodeProcessGroupStatusSnapshotDTOWithDefaults() *NodeProcessGroupStatusSnapshotDTO

NewNodeProcessGroupStatusSnapshotDTOWithDefaults instantiates a new NodeProcessGroupStatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeProcessGroupStatusSnapshotDTO) GetAddress ¶

func (o *NodeProcessGroupStatusSnapshotDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeProcessGroupStatusSnapshotDTO) GetAddressOk ¶

func (o *NodeProcessGroupStatusSnapshotDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeProcessGroupStatusSnapshotDTO) GetApiPort ¶

func (o *NodeProcessGroupStatusSnapshotDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeProcessGroupStatusSnapshotDTO) GetApiPortOk ¶

func (o *NodeProcessGroupStatusSnapshotDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeProcessGroupStatusSnapshotDTO) GetNodeId ¶

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeProcessGroupStatusSnapshotDTO) GetNodeIdOk ¶

func (o *NodeProcessGroupStatusSnapshotDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeProcessGroupStatusSnapshotDTO) GetStatusSnapshot ¶

GetStatusSnapshot returns the StatusSnapshot field value if set, zero value otherwise.

func (*NodeProcessGroupStatusSnapshotDTO) GetStatusSnapshotOk ¶

GetStatusSnapshotOk returns a tuple with the StatusSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeProcessGroupStatusSnapshotDTO) HasAddress ¶

func (o *NodeProcessGroupStatusSnapshotDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeProcessGroupStatusSnapshotDTO) HasApiPort ¶

func (o *NodeProcessGroupStatusSnapshotDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeProcessGroupStatusSnapshotDTO) HasNodeId ¶

func (o *NodeProcessGroupStatusSnapshotDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodeProcessGroupStatusSnapshotDTO) HasStatusSnapshot ¶

func (o *NodeProcessGroupStatusSnapshotDTO) HasStatusSnapshot() bool

HasStatusSnapshot returns a boolean if a field has been set.

func (NodeProcessGroupStatusSnapshotDTO) MarshalJSON ¶

func (o NodeProcessGroupStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NodeProcessGroupStatusSnapshotDTO) SetAddress ¶

func (o *NodeProcessGroupStatusSnapshotDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeProcessGroupStatusSnapshotDTO) SetApiPort ¶

func (o *NodeProcessGroupStatusSnapshotDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeProcessGroupStatusSnapshotDTO) SetNodeId ¶

func (o *NodeProcessGroupStatusSnapshotDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeProcessGroupStatusSnapshotDTO) SetStatusSnapshot ¶

SetStatusSnapshot gets a reference to the given ProcessGroupStatusSnapshotDTO and assigns it to the StatusSnapshot field.

func (NodeProcessGroupStatusSnapshotDTO) ToMap ¶

func (o NodeProcessGroupStatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type NodeProcessorStatusSnapshotDTO ¶

type NodeProcessorStatusSnapshotDTO struct {
	// The unique ID that identifies the node
	NodeId *string `json:"nodeId,omitempty"`
	// The API address of the node
	Address *string `json:"address,omitempty"`
	// The API port used to communicate with the node
	ApiPort        *int32                      `json:"apiPort,omitempty"`
	StatusSnapshot *ProcessorStatusSnapshotDTO `json:"statusSnapshot,omitempty"`
}

NodeProcessorStatusSnapshotDTO struct for NodeProcessorStatusSnapshotDTO

func NewNodeProcessorStatusSnapshotDTO ¶

func NewNodeProcessorStatusSnapshotDTO() *NodeProcessorStatusSnapshotDTO

NewNodeProcessorStatusSnapshotDTO instantiates a new NodeProcessorStatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeProcessorStatusSnapshotDTOWithDefaults ¶

func NewNodeProcessorStatusSnapshotDTOWithDefaults() *NodeProcessorStatusSnapshotDTO

NewNodeProcessorStatusSnapshotDTOWithDefaults instantiates a new NodeProcessorStatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeProcessorStatusSnapshotDTO) GetAddress ¶

func (o *NodeProcessorStatusSnapshotDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeProcessorStatusSnapshotDTO) GetAddressOk ¶

func (o *NodeProcessorStatusSnapshotDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeProcessorStatusSnapshotDTO) GetApiPort ¶

func (o *NodeProcessorStatusSnapshotDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeProcessorStatusSnapshotDTO) GetApiPortOk ¶

func (o *NodeProcessorStatusSnapshotDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeProcessorStatusSnapshotDTO) GetNodeId ¶

func (o *NodeProcessorStatusSnapshotDTO) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeProcessorStatusSnapshotDTO) GetNodeIdOk ¶

func (o *NodeProcessorStatusSnapshotDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeProcessorStatusSnapshotDTO) GetStatusSnapshot ¶

GetStatusSnapshot returns the StatusSnapshot field value if set, zero value otherwise.

func (*NodeProcessorStatusSnapshotDTO) GetStatusSnapshotOk ¶

func (o *NodeProcessorStatusSnapshotDTO) GetStatusSnapshotOk() (*ProcessorStatusSnapshotDTO, bool)

GetStatusSnapshotOk returns a tuple with the StatusSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeProcessorStatusSnapshotDTO) HasAddress ¶

func (o *NodeProcessorStatusSnapshotDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeProcessorStatusSnapshotDTO) HasApiPort ¶

func (o *NodeProcessorStatusSnapshotDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeProcessorStatusSnapshotDTO) HasNodeId ¶

func (o *NodeProcessorStatusSnapshotDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodeProcessorStatusSnapshotDTO) HasStatusSnapshot ¶

func (o *NodeProcessorStatusSnapshotDTO) HasStatusSnapshot() bool

HasStatusSnapshot returns a boolean if a field has been set.

func (NodeProcessorStatusSnapshotDTO) MarshalJSON ¶

func (o NodeProcessorStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NodeProcessorStatusSnapshotDTO) SetAddress ¶

func (o *NodeProcessorStatusSnapshotDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeProcessorStatusSnapshotDTO) SetApiPort ¶

func (o *NodeProcessorStatusSnapshotDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeProcessorStatusSnapshotDTO) SetNodeId ¶

func (o *NodeProcessorStatusSnapshotDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeProcessorStatusSnapshotDTO) SetStatusSnapshot ¶

SetStatusSnapshot gets a reference to the given ProcessorStatusSnapshotDTO and assigns it to the StatusSnapshot field.

func (NodeProcessorStatusSnapshotDTO) ToMap ¶

func (o NodeProcessorStatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type NodeRemoteProcessGroupStatusSnapshotDTO ¶

type NodeRemoteProcessGroupStatusSnapshotDTO struct {
	// The unique ID that identifies the node
	NodeId *string `json:"nodeId,omitempty"`
	// The API address of the node
	Address *string `json:"address,omitempty"`
	// The API port used to communicate with the node
	ApiPort        *int32                               `json:"apiPort,omitempty"`
	StatusSnapshot *RemoteProcessGroupStatusSnapshotDTO `json:"statusSnapshot,omitempty"`
}

NodeRemoteProcessGroupStatusSnapshotDTO struct for NodeRemoteProcessGroupStatusSnapshotDTO

func NewNodeRemoteProcessGroupStatusSnapshotDTO ¶

func NewNodeRemoteProcessGroupStatusSnapshotDTO() *NodeRemoteProcessGroupStatusSnapshotDTO

NewNodeRemoteProcessGroupStatusSnapshotDTO instantiates a new NodeRemoteProcessGroupStatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeRemoteProcessGroupStatusSnapshotDTOWithDefaults ¶

func NewNodeRemoteProcessGroupStatusSnapshotDTOWithDefaults() *NodeRemoteProcessGroupStatusSnapshotDTO

NewNodeRemoteProcessGroupStatusSnapshotDTOWithDefaults instantiates a new NodeRemoteProcessGroupStatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeRemoteProcessGroupStatusSnapshotDTO) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) GetAddressOk ¶

func (o *NodeRemoteProcessGroupStatusSnapshotDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) GetApiPort ¶

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) GetApiPortOk ¶

func (o *NodeRemoteProcessGroupStatusSnapshotDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) GetNodeId ¶

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) GetNodeIdOk ¶

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) GetStatusSnapshot ¶

GetStatusSnapshot returns the StatusSnapshot field value if set, zero value otherwise.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) GetStatusSnapshotOk ¶

GetStatusSnapshotOk returns a tuple with the StatusSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) HasAddress ¶

HasAddress returns a boolean if a field has been set.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) HasApiPort ¶

HasApiPort returns a boolean if a field has been set.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) HasNodeId ¶

HasNodeId returns a boolean if a field has been set.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) HasStatusSnapshot ¶

func (o *NodeRemoteProcessGroupStatusSnapshotDTO) HasStatusSnapshot() bool

HasStatusSnapshot returns a boolean if a field has been set.

func (NodeRemoteProcessGroupStatusSnapshotDTO) MarshalJSON ¶

func (o NodeRemoteProcessGroupStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NodeRemoteProcessGroupStatusSnapshotDTO) SetAddress ¶

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) SetApiPort ¶

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) SetNodeId ¶

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeRemoteProcessGroupStatusSnapshotDTO) SetStatusSnapshot ¶

SetStatusSnapshot gets a reference to the given RemoteProcessGroupStatusSnapshotDTO and assigns it to the StatusSnapshot field.

func (NodeRemoteProcessGroupStatusSnapshotDTO) ToMap ¶

func (o NodeRemoteProcessGroupStatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type NodeReplayLastEventSnapshotDTO ¶

type NodeReplayLastEventSnapshotDTO struct {
	// The unique ID that identifies the node
	NodeId *string `json:"nodeId,omitempty"`
	// The API address of the node
	Address *string `json:"address,omitempty"`
	// The API port used to communicate with the node
	ApiPort  *int32                      `json:"apiPort,omitempty"`
	Snapshot *ReplayLastEventSnapshotDTO `json:"snapshot,omitempty"`
}

NodeReplayLastEventSnapshotDTO struct for NodeReplayLastEventSnapshotDTO

func NewNodeReplayLastEventSnapshotDTO ¶

func NewNodeReplayLastEventSnapshotDTO() *NodeReplayLastEventSnapshotDTO

NewNodeReplayLastEventSnapshotDTO instantiates a new NodeReplayLastEventSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeReplayLastEventSnapshotDTOWithDefaults ¶

func NewNodeReplayLastEventSnapshotDTOWithDefaults() *NodeReplayLastEventSnapshotDTO

NewNodeReplayLastEventSnapshotDTOWithDefaults instantiates a new NodeReplayLastEventSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeReplayLastEventSnapshotDTO) GetAddress ¶

func (o *NodeReplayLastEventSnapshotDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeReplayLastEventSnapshotDTO) GetAddressOk ¶

func (o *NodeReplayLastEventSnapshotDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeReplayLastEventSnapshotDTO) GetApiPort ¶

func (o *NodeReplayLastEventSnapshotDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeReplayLastEventSnapshotDTO) GetApiPortOk ¶

func (o *NodeReplayLastEventSnapshotDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeReplayLastEventSnapshotDTO) GetNodeId ¶

func (o *NodeReplayLastEventSnapshotDTO) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeReplayLastEventSnapshotDTO) GetNodeIdOk ¶

func (o *NodeReplayLastEventSnapshotDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeReplayLastEventSnapshotDTO) GetSnapshot ¶

GetSnapshot returns the Snapshot field value if set, zero value otherwise.

func (*NodeReplayLastEventSnapshotDTO) GetSnapshotOk ¶

GetSnapshotOk returns a tuple with the Snapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeReplayLastEventSnapshotDTO) HasAddress ¶

func (o *NodeReplayLastEventSnapshotDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeReplayLastEventSnapshotDTO) HasApiPort ¶

func (o *NodeReplayLastEventSnapshotDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeReplayLastEventSnapshotDTO) HasNodeId ¶

func (o *NodeReplayLastEventSnapshotDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodeReplayLastEventSnapshotDTO) HasSnapshot ¶

func (o *NodeReplayLastEventSnapshotDTO) HasSnapshot() bool

HasSnapshot returns a boolean if a field has been set.

func (NodeReplayLastEventSnapshotDTO) MarshalJSON ¶

func (o NodeReplayLastEventSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NodeReplayLastEventSnapshotDTO) SetAddress ¶

func (o *NodeReplayLastEventSnapshotDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeReplayLastEventSnapshotDTO) SetApiPort ¶

func (o *NodeReplayLastEventSnapshotDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeReplayLastEventSnapshotDTO) SetNodeId ¶

func (o *NodeReplayLastEventSnapshotDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeReplayLastEventSnapshotDTO) SetSnapshot ¶

SetSnapshot gets a reference to the given ReplayLastEventSnapshotDTO and assigns it to the Snapshot field.

func (NodeReplayLastEventSnapshotDTO) ToMap ¶

func (o NodeReplayLastEventSnapshotDTO) ToMap() (map[string]interface{}, error)

type NodeResponse ¶

type NodeResponse struct {
	HttpMethod     *string                `json:"httpMethod,omitempty"`
	RequestUri     *string                `json:"requestUri,omitempty"`
	Response       *Response              `json:"response,omitempty"`
	NodeId         *NodeIdentifier        `json:"nodeId,omitempty"`
	Throwable      *Throwable             `json:"throwable,omitempty"`
	UpdatedEntity  map[string]interface{} `json:"updatedEntity,omitempty"`
	RequestId      *string                `json:"requestId,omitempty"`
	InputStream    map[string]interface{} `json:"inputStream,omitempty"`
	Status         *int32                 `json:"status,omitempty"`
	ClientResponse *Response              `json:"clientResponse,omitempty"`
	Is5xx          *bool                  `json:"is5xx,omitempty"`
	Is2xx          *bool                  `json:"is2xx,omitempty"`
}

NodeResponse struct for NodeResponse

func NewNodeResponse ¶

func NewNodeResponse() *NodeResponse

NewNodeResponse instantiates a new NodeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeResponseWithDefaults ¶

func NewNodeResponseWithDefaults() *NodeResponse

NewNodeResponseWithDefaults instantiates a new NodeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeResponse) GetClientResponse ¶

func (o *NodeResponse) GetClientResponse() Response

GetClientResponse returns the ClientResponse field value if set, zero value otherwise.

func (*NodeResponse) GetClientResponseOk ¶

func (o *NodeResponse) GetClientResponseOk() (*Response, bool)

GetClientResponseOk returns a tuple with the ClientResponse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetHttpMethod ¶

func (o *NodeResponse) GetHttpMethod() string

GetHttpMethod returns the HttpMethod field value if set, zero value otherwise.

func (*NodeResponse) GetHttpMethodOk ¶

func (o *NodeResponse) GetHttpMethodOk() (*string, bool)

GetHttpMethodOk returns a tuple with the HttpMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetInputStream ¶

func (o *NodeResponse) GetInputStream() map[string]interface{}

GetInputStream returns the InputStream field value if set, zero value otherwise.

func (*NodeResponse) GetInputStreamOk ¶

func (o *NodeResponse) GetInputStreamOk() (map[string]interface{}, bool)

GetInputStreamOk returns a tuple with the InputStream field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetIs2xx ¶

func (o *NodeResponse) GetIs2xx() bool

GetIs2xx returns the Is2xx field value if set, zero value otherwise.

func (*NodeResponse) GetIs2xxOk ¶

func (o *NodeResponse) GetIs2xxOk() (*bool, bool)

GetIs2xxOk returns a tuple with the Is2xx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetIs5xx ¶

func (o *NodeResponse) GetIs5xx() bool

GetIs5xx returns the Is5xx field value if set, zero value otherwise.

func (*NodeResponse) GetIs5xxOk ¶

func (o *NodeResponse) GetIs5xxOk() (*bool, bool)

GetIs5xxOk returns a tuple with the Is5xx field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetNodeId ¶

func (o *NodeResponse) GetNodeId() NodeIdentifier

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeResponse) GetNodeIdOk ¶

func (o *NodeResponse) GetNodeIdOk() (*NodeIdentifier, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetRequestId ¶

func (o *NodeResponse) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*NodeResponse) GetRequestIdOk ¶

func (o *NodeResponse) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetRequestUri ¶

func (o *NodeResponse) GetRequestUri() string

GetRequestUri returns the RequestUri field value if set, zero value otherwise.

func (*NodeResponse) GetRequestUriOk ¶

func (o *NodeResponse) GetRequestUriOk() (*string, bool)

GetRequestUriOk returns a tuple with the RequestUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetResponse ¶

func (o *NodeResponse) GetResponse() Response

GetResponse returns the Response field value if set, zero value otherwise.

func (*NodeResponse) GetResponseOk ¶

func (o *NodeResponse) GetResponseOk() (*Response, bool)

GetResponseOk returns a tuple with the Response field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetStatus ¶

func (o *NodeResponse) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*NodeResponse) GetStatusOk ¶

func (o *NodeResponse) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetThrowable ¶

func (o *NodeResponse) GetThrowable() Throwable

GetThrowable returns the Throwable field value if set, zero value otherwise.

func (*NodeResponse) GetThrowableOk ¶

func (o *NodeResponse) GetThrowableOk() (*Throwable, bool)

GetThrowableOk returns a tuple with the Throwable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) GetUpdatedEntity ¶

func (o *NodeResponse) GetUpdatedEntity() map[string]interface{}

GetUpdatedEntity returns the UpdatedEntity field value if set, zero value otherwise.

func (*NodeResponse) GetUpdatedEntityOk ¶

func (o *NodeResponse) GetUpdatedEntityOk() (map[string]interface{}, bool)

GetUpdatedEntityOk returns a tuple with the UpdatedEntity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeResponse) HasClientResponse ¶

func (o *NodeResponse) HasClientResponse() bool

HasClientResponse returns a boolean if a field has been set.

func (*NodeResponse) HasHttpMethod ¶

func (o *NodeResponse) HasHttpMethod() bool

HasHttpMethod returns a boolean if a field has been set.

func (*NodeResponse) HasInputStream ¶

func (o *NodeResponse) HasInputStream() bool

HasInputStream returns a boolean if a field has been set.

func (*NodeResponse) HasIs2xx ¶

func (o *NodeResponse) HasIs2xx() bool

HasIs2xx returns a boolean if a field has been set.

func (*NodeResponse) HasIs5xx ¶

func (o *NodeResponse) HasIs5xx() bool

HasIs5xx returns a boolean if a field has been set.

func (*NodeResponse) HasNodeId ¶

func (o *NodeResponse) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodeResponse) HasRequestId ¶

func (o *NodeResponse) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*NodeResponse) HasRequestUri ¶

func (o *NodeResponse) HasRequestUri() bool

HasRequestUri returns a boolean if a field has been set.

func (*NodeResponse) HasResponse ¶

func (o *NodeResponse) HasResponse() bool

HasResponse returns a boolean if a field has been set.

func (*NodeResponse) HasStatus ¶

func (o *NodeResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*NodeResponse) HasThrowable ¶

func (o *NodeResponse) HasThrowable() bool

HasThrowable returns a boolean if a field has been set.

func (*NodeResponse) HasUpdatedEntity ¶

func (o *NodeResponse) HasUpdatedEntity() bool

HasUpdatedEntity returns a boolean if a field has been set.

func (NodeResponse) MarshalJSON ¶

func (o NodeResponse) MarshalJSON() ([]byte, error)

func (*NodeResponse) SetClientResponse ¶

func (o *NodeResponse) SetClientResponse(v Response)

SetClientResponse gets a reference to the given Response and assigns it to the ClientResponse field.

func (*NodeResponse) SetHttpMethod ¶

func (o *NodeResponse) SetHttpMethod(v string)

SetHttpMethod gets a reference to the given string and assigns it to the HttpMethod field.

func (*NodeResponse) SetInputStream ¶

func (o *NodeResponse) SetInputStream(v map[string]interface{})

SetInputStream gets a reference to the given map[string]interface{} and assigns it to the InputStream field.

func (*NodeResponse) SetIs2xx ¶

func (o *NodeResponse) SetIs2xx(v bool)

SetIs2xx gets a reference to the given bool and assigns it to the Is2xx field.

func (*NodeResponse) SetIs5xx ¶

func (o *NodeResponse) SetIs5xx(v bool)

SetIs5xx gets a reference to the given bool and assigns it to the Is5xx field.

func (*NodeResponse) SetNodeId ¶

func (o *NodeResponse) SetNodeId(v NodeIdentifier)

SetNodeId gets a reference to the given NodeIdentifier and assigns it to the NodeId field.

func (*NodeResponse) SetRequestId ¶

func (o *NodeResponse) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*NodeResponse) SetRequestUri ¶

func (o *NodeResponse) SetRequestUri(v string)

SetRequestUri gets a reference to the given string and assigns it to the RequestUri field.

func (*NodeResponse) SetResponse ¶

func (o *NodeResponse) SetResponse(v Response)

SetResponse gets a reference to the given Response and assigns it to the Response field.

func (*NodeResponse) SetStatus ¶

func (o *NodeResponse) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (*NodeResponse) SetThrowable ¶

func (o *NodeResponse) SetThrowable(v Throwable)

SetThrowable gets a reference to the given Throwable and assigns it to the Throwable field.

func (*NodeResponse) SetUpdatedEntity ¶

func (o *NodeResponse) SetUpdatedEntity(v map[string]interface{})

SetUpdatedEntity gets a reference to the given map[string]interface{} and assigns it to the UpdatedEntity field.

func (NodeResponse) ToMap ¶

func (o NodeResponse) ToMap() (map[string]interface{}, error)

type NodeSearchResultDTO ¶

type NodeSearchResultDTO struct {
	// The id of the node that matched the search.
	Id *string `json:"id,omitempty"`
	// The address of the node that matched the search.
	Address *string `json:"address,omitempty"`
}

NodeSearchResultDTO struct for NodeSearchResultDTO

func NewNodeSearchResultDTO ¶

func NewNodeSearchResultDTO() *NodeSearchResultDTO

NewNodeSearchResultDTO instantiates a new NodeSearchResultDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeSearchResultDTOWithDefaults ¶

func NewNodeSearchResultDTOWithDefaults() *NodeSearchResultDTO

NewNodeSearchResultDTOWithDefaults instantiates a new NodeSearchResultDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeSearchResultDTO) GetAddress ¶

func (o *NodeSearchResultDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeSearchResultDTO) GetAddressOk ¶

func (o *NodeSearchResultDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSearchResultDTO) GetId ¶

func (o *NodeSearchResultDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*NodeSearchResultDTO) GetIdOk ¶

func (o *NodeSearchResultDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSearchResultDTO) HasAddress ¶

func (o *NodeSearchResultDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeSearchResultDTO) HasId ¶

func (o *NodeSearchResultDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (NodeSearchResultDTO) MarshalJSON ¶

func (o NodeSearchResultDTO) MarshalJSON() ([]byte, error)

func (*NodeSearchResultDTO) SetAddress ¶

func (o *NodeSearchResultDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeSearchResultDTO) SetId ¶

func (o *NodeSearchResultDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (NodeSearchResultDTO) ToMap ¶

func (o NodeSearchResultDTO) ToMap() (map[string]interface{}, error)

type NodeStatusSnapshotsDTO ¶

type NodeStatusSnapshotsDTO struct {
	// The id of the node.
	NodeId *string `json:"nodeId,omitempty"`
	// The node's host/ip address.
	Address *string `json:"address,omitempty"`
	// The port the node is listening for API requests.
	ApiPort *int32 `json:"apiPort,omitempty"`
	// A list of StatusSnapshotDTO objects that provide the actual metric values for the component for this node.
	StatusSnapshots []StatusSnapshotDTO `json:"statusSnapshots,omitempty"`
}

NodeStatusSnapshotsDTO struct for NodeStatusSnapshotsDTO

func NewNodeStatusSnapshotsDTO ¶

func NewNodeStatusSnapshotsDTO() *NodeStatusSnapshotsDTO

NewNodeStatusSnapshotsDTO instantiates a new NodeStatusSnapshotsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeStatusSnapshotsDTOWithDefaults ¶

func NewNodeStatusSnapshotsDTOWithDefaults() *NodeStatusSnapshotsDTO

NewNodeStatusSnapshotsDTOWithDefaults instantiates a new NodeStatusSnapshotsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeStatusSnapshotsDTO) GetAddress ¶

func (o *NodeStatusSnapshotsDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeStatusSnapshotsDTO) GetAddressOk ¶

func (o *NodeStatusSnapshotsDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStatusSnapshotsDTO) GetApiPort ¶

func (o *NodeStatusSnapshotsDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeStatusSnapshotsDTO) GetApiPortOk ¶

func (o *NodeStatusSnapshotsDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStatusSnapshotsDTO) GetNodeId ¶

func (o *NodeStatusSnapshotsDTO) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeStatusSnapshotsDTO) GetNodeIdOk ¶

func (o *NodeStatusSnapshotsDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStatusSnapshotsDTO) GetStatusSnapshots ¶

func (o *NodeStatusSnapshotsDTO) GetStatusSnapshots() []StatusSnapshotDTO

GetStatusSnapshots returns the StatusSnapshots field value if set, zero value otherwise.

func (*NodeStatusSnapshotsDTO) GetStatusSnapshotsOk ¶

func (o *NodeStatusSnapshotsDTO) GetStatusSnapshotsOk() ([]StatusSnapshotDTO, bool)

GetStatusSnapshotsOk returns a tuple with the StatusSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeStatusSnapshotsDTO) HasAddress ¶

func (o *NodeStatusSnapshotsDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeStatusSnapshotsDTO) HasApiPort ¶

func (o *NodeStatusSnapshotsDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeStatusSnapshotsDTO) HasNodeId ¶

func (o *NodeStatusSnapshotsDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodeStatusSnapshotsDTO) HasStatusSnapshots ¶

func (o *NodeStatusSnapshotsDTO) HasStatusSnapshots() bool

HasStatusSnapshots returns a boolean if a field has been set.

func (NodeStatusSnapshotsDTO) MarshalJSON ¶

func (o NodeStatusSnapshotsDTO) MarshalJSON() ([]byte, error)

func (*NodeStatusSnapshotsDTO) SetAddress ¶

func (o *NodeStatusSnapshotsDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeStatusSnapshotsDTO) SetApiPort ¶

func (o *NodeStatusSnapshotsDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeStatusSnapshotsDTO) SetNodeId ¶

func (o *NodeStatusSnapshotsDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeStatusSnapshotsDTO) SetStatusSnapshots ¶

func (o *NodeStatusSnapshotsDTO) SetStatusSnapshots(v []StatusSnapshotDTO)

SetStatusSnapshots gets a reference to the given []StatusSnapshotDTO and assigns it to the StatusSnapshots field.

func (NodeStatusSnapshotsDTO) ToMap ¶

func (o NodeStatusSnapshotsDTO) ToMap() (map[string]interface{}, error)

type NodeSystemDiagnosticsSnapshotDTO ¶

type NodeSystemDiagnosticsSnapshotDTO struct {
	// The unique ID that identifies the node
	NodeId *string `json:"nodeId,omitempty"`
	// The API address of the node
	Address *string `json:"address,omitempty"`
	// The API port used to communicate with the node
	ApiPort  *int32                        `json:"apiPort,omitempty"`
	Snapshot *SystemDiagnosticsSnapshotDTO `json:"snapshot,omitempty"`
}

NodeSystemDiagnosticsSnapshotDTO struct for NodeSystemDiagnosticsSnapshotDTO

func NewNodeSystemDiagnosticsSnapshotDTO ¶

func NewNodeSystemDiagnosticsSnapshotDTO() *NodeSystemDiagnosticsSnapshotDTO

NewNodeSystemDiagnosticsSnapshotDTO instantiates a new NodeSystemDiagnosticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewNodeSystemDiagnosticsSnapshotDTOWithDefaults ¶

func NewNodeSystemDiagnosticsSnapshotDTOWithDefaults() *NodeSystemDiagnosticsSnapshotDTO

NewNodeSystemDiagnosticsSnapshotDTOWithDefaults instantiates a new NodeSystemDiagnosticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*NodeSystemDiagnosticsSnapshotDTO) GetAddress ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) GetAddress() string

GetAddress returns the Address field value if set, zero value otherwise.

func (*NodeSystemDiagnosticsSnapshotDTO) GetAddressOk ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSystemDiagnosticsSnapshotDTO) GetApiPort ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*NodeSystemDiagnosticsSnapshotDTO) GetApiPortOk ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSystemDiagnosticsSnapshotDTO) GetNodeId ¶

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*NodeSystemDiagnosticsSnapshotDTO) GetNodeIdOk ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSystemDiagnosticsSnapshotDTO) GetSnapshot ¶

GetSnapshot returns the Snapshot field value if set, zero value otherwise.

func (*NodeSystemDiagnosticsSnapshotDTO) GetSnapshotOk ¶

GetSnapshotOk returns a tuple with the Snapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*NodeSystemDiagnosticsSnapshotDTO) HasAddress ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*NodeSystemDiagnosticsSnapshotDTO) HasApiPort ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*NodeSystemDiagnosticsSnapshotDTO) HasNodeId ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*NodeSystemDiagnosticsSnapshotDTO) HasSnapshot ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) HasSnapshot() bool

HasSnapshot returns a boolean if a field has been set.

func (NodeSystemDiagnosticsSnapshotDTO) MarshalJSON ¶

func (o NodeSystemDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NodeSystemDiagnosticsSnapshotDTO) SetAddress ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) SetAddress(v string)

SetAddress gets a reference to the given string and assigns it to the Address field.

func (*NodeSystemDiagnosticsSnapshotDTO) SetApiPort ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*NodeSystemDiagnosticsSnapshotDTO) SetNodeId ¶

func (o *NodeSystemDiagnosticsSnapshotDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*NodeSystemDiagnosticsSnapshotDTO) SetSnapshot ¶

SetSnapshot gets a reference to the given SystemDiagnosticsSnapshotDTO and assigns it to the Snapshot field.

func (NodeSystemDiagnosticsSnapshotDTO) ToMap ¶

func (o NodeSystemDiagnosticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type NullableAboutDTO ¶

type NullableAboutDTO struct {
	// contains filtered or unexported fields
}

func NewNullableAboutDTO ¶

func NewNullableAboutDTO(val *AboutDTO) *NullableAboutDTO

func (NullableAboutDTO) Get ¶

func (v NullableAboutDTO) Get() *AboutDTO

func (NullableAboutDTO) IsSet ¶

func (v NullableAboutDTO) IsSet() bool

func (NullableAboutDTO) MarshalJSON ¶

func (v NullableAboutDTO) MarshalJSON() ([]byte, error)

func (*NullableAboutDTO) Set ¶

func (v *NullableAboutDTO) Set(val *AboutDTO)

func (*NullableAboutDTO) UnmarshalJSON ¶

func (v *NullableAboutDTO) UnmarshalJSON(src []byte) error

func (*NullableAboutDTO) Unset ¶

func (v *NullableAboutDTO) Unset()

type NullableAboutEntity ¶

type NullableAboutEntity struct {
	// contains filtered or unexported fields
}

func NewNullableAboutEntity ¶

func NewNullableAboutEntity(val *AboutEntity) *NullableAboutEntity

func (NullableAboutEntity) Get ¶

func (NullableAboutEntity) IsSet ¶

func (v NullableAboutEntity) IsSet() bool

func (NullableAboutEntity) MarshalJSON ¶

func (v NullableAboutEntity) MarshalJSON() ([]byte, error)

func (*NullableAboutEntity) Set ¶

func (v *NullableAboutEntity) Set(val *AboutEntity)

func (*NullableAboutEntity) UnmarshalJSON ¶

func (v *NullableAboutEntity) UnmarshalJSON(src []byte) error

func (*NullableAboutEntity) Unset ¶

func (v *NullableAboutEntity) Unset()

type NullableAccessConfigurationDTO ¶

type NullableAccessConfigurationDTO struct {
	// contains filtered or unexported fields
}

func (NullableAccessConfigurationDTO) Get ¶

func (NullableAccessConfigurationDTO) IsSet ¶

func (NullableAccessConfigurationDTO) MarshalJSON ¶

func (v NullableAccessConfigurationDTO) MarshalJSON() ([]byte, error)

func (*NullableAccessConfigurationDTO) Set ¶

func (*NullableAccessConfigurationDTO) UnmarshalJSON ¶

func (v *NullableAccessConfigurationDTO) UnmarshalJSON(src []byte) error

func (*NullableAccessConfigurationDTO) Unset ¶

func (v *NullableAccessConfigurationDTO) Unset()

type NullableAccessConfigurationEntity ¶

type NullableAccessConfigurationEntity struct {
	// contains filtered or unexported fields
}

func (NullableAccessConfigurationEntity) Get ¶

func (NullableAccessConfigurationEntity) IsSet ¶

func (NullableAccessConfigurationEntity) MarshalJSON ¶

func (v NullableAccessConfigurationEntity) MarshalJSON() ([]byte, error)

func (*NullableAccessConfigurationEntity) Set ¶

func (*NullableAccessConfigurationEntity) UnmarshalJSON ¶

func (v *NullableAccessConfigurationEntity) UnmarshalJSON(src []byte) error

func (*NullableAccessConfigurationEntity) Unset ¶

type NullableAccessPolicyDTO ¶

type NullableAccessPolicyDTO struct {
	// contains filtered or unexported fields
}

func NewNullableAccessPolicyDTO ¶

func NewNullableAccessPolicyDTO(val *AccessPolicyDTO) *NullableAccessPolicyDTO

func (NullableAccessPolicyDTO) Get ¶

func (NullableAccessPolicyDTO) IsSet ¶

func (v NullableAccessPolicyDTO) IsSet() bool

func (NullableAccessPolicyDTO) MarshalJSON ¶

func (v NullableAccessPolicyDTO) MarshalJSON() ([]byte, error)

func (*NullableAccessPolicyDTO) Set ¶

func (*NullableAccessPolicyDTO) UnmarshalJSON ¶

func (v *NullableAccessPolicyDTO) UnmarshalJSON(src []byte) error

func (*NullableAccessPolicyDTO) Unset ¶

func (v *NullableAccessPolicyDTO) Unset()

type NullableAccessPolicyEntity ¶

type NullableAccessPolicyEntity struct {
	// contains filtered or unexported fields
}

func NewNullableAccessPolicyEntity ¶

func NewNullableAccessPolicyEntity(val *AccessPolicyEntity) *NullableAccessPolicyEntity

func (NullableAccessPolicyEntity) Get ¶

func (NullableAccessPolicyEntity) IsSet ¶

func (v NullableAccessPolicyEntity) IsSet() bool

func (NullableAccessPolicyEntity) MarshalJSON ¶

func (v NullableAccessPolicyEntity) MarshalJSON() ([]byte, error)

func (*NullableAccessPolicyEntity) Set ¶

func (*NullableAccessPolicyEntity) UnmarshalJSON ¶

func (v *NullableAccessPolicyEntity) UnmarshalJSON(src []byte) error

func (*NullableAccessPolicyEntity) Unset ¶

func (v *NullableAccessPolicyEntity) Unset()

type NullableAccessPolicySummaryDTO ¶

type NullableAccessPolicySummaryDTO struct {
	// contains filtered or unexported fields
}

func (NullableAccessPolicySummaryDTO) Get ¶

func (NullableAccessPolicySummaryDTO) IsSet ¶

func (NullableAccessPolicySummaryDTO) MarshalJSON ¶

func (v NullableAccessPolicySummaryDTO) MarshalJSON() ([]byte, error)

func (*NullableAccessPolicySummaryDTO) Set ¶

func (*NullableAccessPolicySummaryDTO) UnmarshalJSON ¶

func (v *NullableAccessPolicySummaryDTO) UnmarshalJSON(src []byte) error

func (*NullableAccessPolicySummaryDTO) Unset ¶

func (v *NullableAccessPolicySummaryDTO) Unset()

type NullableAccessPolicySummaryEntity ¶

type NullableAccessPolicySummaryEntity struct {
	// contains filtered or unexported fields
}

func (NullableAccessPolicySummaryEntity) Get ¶

func (NullableAccessPolicySummaryEntity) IsSet ¶

func (NullableAccessPolicySummaryEntity) MarshalJSON ¶

func (v NullableAccessPolicySummaryEntity) MarshalJSON() ([]byte, error)

func (*NullableAccessPolicySummaryEntity) Set ¶

func (*NullableAccessPolicySummaryEntity) UnmarshalJSON ¶

func (v *NullableAccessPolicySummaryEntity) UnmarshalJSON(src []byte) error

func (*NullableAccessPolicySummaryEntity) Unset ¶

type NullableAccessStatusDTO ¶

type NullableAccessStatusDTO struct {
	// contains filtered or unexported fields
}

func NewNullableAccessStatusDTO ¶

func NewNullableAccessStatusDTO(val *AccessStatusDTO) *NullableAccessStatusDTO

func (NullableAccessStatusDTO) Get ¶

func (NullableAccessStatusDTO) IsSet ¶

func (v NullableAccessStatusDTO) IsSet() bool

func (NullableAccessStatusDTO) MarshalJSON ¶

func (v NullableAccessStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableAccessStatusDTO) Set ¶

func (*NullableAccessStatusDTO) UnmarshalJSON ¶

func (v *NullableAccessStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableAccessStatusDTO) Unset ¶

func (v *NullableAccessStatusDTO) Unset()

type NullableAccessStatusEntity ¶

type NullableAccessStatusEntity struct {
	// contains filtered or unexported fields
}

func NewNullableAccessStatusEntity ¶

func NewNullableAccessStatusEntity(val *AccessStatusEntity) *NullableAccessStatusEntity

func (NullableAccessStatusEntity) Get ¶

func (NullableAccessStatusEntity) IsSet ¶

func (v NullableAccessStatusEntity) IsSet() bool

func (NullableAccessStatusEntity) MarshalJSON ¶

func (v NullableAccessStatusEntity) MarshalJSON() ([]byte, error)

func (*NullableAccessStatusEntity) Set ¶

func (*NullableAccessStatusEntity) UnmarshalJSON ¶

func (v *NullableAccessStatusEntity) UnmarshalJSON(src []byte) error

func (*NullableAccessStatusEntity) Unset ¶

func (v *NullableAccessStatusEntity) Unset()

type NullableAccessTokenExpirationDTO ¶

type NullableAccessTokenExpirationDTO struct {
	// contains filtered or unexported fields
}

func (NullableAccessTokenExpirationDTO) Get ¶

func (NullableAccessTokenExpirationDTO) IsSet ¶

func (NullableAccessTokenExpirationDTO) MarshalJSON ¶

func (v NullableAccessTokenExpirationDTO) MarshalJSON() ([]byte, error)

func (*NullableAccessTokenExpirationDTO) Set ¶

func (*NullableAccessTokenExpirationDTO) UnmarshalJSON ¶

func (v *NullableAccessTokenExpirationDTO) UnmarshalJSON(src []byte) error

func (*NullableAccessTokenExpirationDTO) Unset ¶

type NullableAccessTokenExpirationEntity ¶

type NullableAccessTokenExpirationEntity struct {
	// contains filtered or unexported fields
}

func (NullableAccessTokenExpirationEntity) Get ¶

func (NullableAccessTokenExpirationEntity) IsSet ¶

func (NullableAccessTokenExpirationEntity) MarshalJSON ¶

func (v NullableAccessTokenExpirationEntity) MarshalJSON() ([]byte, error)

func (*NullableAccessTokenExpirationEntity) Set ¶

func (*NullableAccessTokenExpirationEntity) UnmarshalJSON ¶

func (v *NullableAccessTokenExpirationEntity) UnmarshalJSON(src []byte) error

func (*NullableAccessTokenExpirationEntity) Unset ¶

type NullableActionDTO ¶

type NullableActionDTO struct {
	// contains filtered or unexported fields
}

func NewNullableActionDTO ¶

func NewNullableActionDTO(val *ActionDTO) *NullableActionDTO

func (NullableActionDTO) Get ¶

func (v NullableActionDTO) Get() *ActionDTO

func (NullableActionDTO) IsSet ¶

func (v NullableActionDTO) IsSet() bool

func (NullableActionDTO) MarshalJSON ¶

func (v NullableActionDTO) MarshalJSON() ([]byte, error)

func (*NullableActionDTO) Set ¶

func (v *NullableActionDTO) Set(val *ActionDTO)

func (*NullableActionDTO) UnmarshalJSON ¶

func (v *NullableActionDTO) UnmarshalJSON(src []byte) error

func (*NullableActionDTO) Unset ¶

func (v *NullableActionDTO) Unset()

type NullableActionEntity ¶

type NullableActionEntity struct {
	// contains filtered or unexported fields
}

func NewNullableActionEntity ¶

func NewNullableActionEntity(val *ActionEntity) *NullableActionEntity

func (NullableActionEntity) Get ¶

func (NullableActionEntity) IsSet ¶

func (v NullableActionEntity) IsSet() bool

func (NullableActionEntity) MarshalJSON ¶

func (v NullableActionEntity) MarshalJSON() ([]byte, error)

func (*NullableActionEntity) Set ¶

func (v *NullableActionEntity) Set(val *ActionEntity)

func (*NullableActionEntity) UnmarshalJSON ¶

func (v *NullableActionEntity) UnmarshalJSON(src []byte) error

func (*NullableActionEntity) Unset ¶

func (v *NullableActionEntity) Unset()

type NullableActivateControllerServicesEntity ¶

type NullableActivateControllerServicesEntity struct {
	// contains filtered or unexported fields
}

func (NullableActivateControllerServicesEntity) Get ¶

func (NullableActivateControllerServicesEntity) IsSet ¶

func (NullableActivateControllerServicesEntity) MarshalJSON ¶

func (*NullableActivateControllerServicesEntity) Set ¶

func (*NullableActivateControllerServicesEntity) UnmarshalJSON ¶

func (v *NullableActivateControllerServicesEntity) UnmarshalJSON(src []byte) error

func (*NullableActivateControllerServicesEntity) Unset ¶

type NullableAffectedComponentDTO ¶

type NullableAffectedComponentDTO struct {
	// contains filtered or unexported fields
}

func (NullableAffectedComponentDTO) Get ¶

func (NullableAffectedComponentDTO) IsSet ¶

func (NullableAffectedComponentDTO) MarshalJSON ¶

func (v NullableAffectedComponentDTO) MarshalJSON() ([]byte, error)

func (*NullableAffectedComponentDTO) Set ¶

func (*NullableAffectedComponentDTO) UnmarshalJSON ¶

func (v *NullableAffectedComponentDTO) UnmarshalJSON(src []byte) error

func (*NullableAffectedComponentDTO) Unset ¶

func (v *NullableAffectedComponentDTO) Unset()

type NullableAffectedComponentEntity ¶

type NullableAffectedComponentEntity struct {
	// contains filtered or unexported fields
}

func (NullableAffectedComponentEntity) Get ¶

func (NullableAffectedComponentEntity) IsSet ¶

func (NullableAffectedComponentEntity) MarshalJSON ¶

func (v NullableAffectedComponentEntity) MarshalJSON() ([]byte, error)

func (*NullableAffectedComponentEntity) Set ¶

func (*NullableAffectedComponentEntity) UnmarshalJSON ¶

func (v *NullableAffectedComponentEntity) UnmarshalJSON(src []byte) error

func (*NullableAffectedComponentEntity) Unset ¶

type NullableAllowableValueDTO ¶

type NullableAllowableValueDTO struct {
	// contains filtered or unexported fields
}

func NewNullableAllowableValueDTO ¶

func NewNullableAllowableValueDTO(val *AllowableValueDTO) *NullableAllowableValueDTO

func (NullableAllowableValueDTO) Get ¶

func (NullableAllowableValueDTO) IsSet ¶

func (v NullableAllowableValueDTO) IsSet() bool

func (NullableAllowableValueDTO) MarshalJSON ¶

func (v NullableAllowableValueDTO) MarshalJSON() ([]byte, error)

func (*NullableAllowableValueDTO) Set ¶

func (*NullableAllowableValueDTO) UnmarshalJSON ¶

func (v *NullableAllowableValueDTO) UnmarshalJSON(src []byte) error

func (*NullableAllowableValueDTO) Unset ¶

func (v *NullableAllowableValueDTO) Unset()

type NullableAllowableValueEntity ¶

type NullableAllowableValueEntity struct {
	// contains filtered or unexported fields
}

func (NullableAllowableValueEntity) Get ¶

func (NullableAllowableValueEntity) IsSet ¶

func (NullableAllowableValueEntity) MarshalJSON ¶

func (v NullableAllowableValueEntity) MarshalJSON() ([]byte, error)

func (*NullableAllowableValueEntity) Set ¶

func (*NullableAllowableValueEntity) UnmarshalJSON ¶

func (v *NullableAllowableValueEntity) UnmarshalJSON(src []byte) error

func (*NullableAllowableValueEntity) Unset ¶

func (v *NullableAllowableValueEntity) Unset()

type NullableAttribute ¶

type NullableAttribute struct {
	// contains filtered or unexported fields
}

func NewNullableAttribute ¶

func NewNullableAttribute(val *Attribute) *NullableAttribute

func (NullableAttribute) Get ¶

func (v NullableAttribute) Get() *Attribute

func (NullableAttribute) IsSet ¶

func (v NullableAttribute) IsSet() bool

func (NullableAttribute) MarshalJSON ¶

func (v NullableAttribute) MarshalJSON() ([]byte, error)

func (*NullableAttribute) Set ¶

func (v *NullableAttribute) Set(val *Attribute)

func (*NullableAttribute) UnmarshalJSON ¶

func (v *NullableAttribute) UnmarshalJSON(src []byte) error

func (*NullableAttribute) Unset ¶

func (v *NullableAttribute) Unset()

type NullableAttributeDTO ¶

type NullableAttributeDTO struct {
	// contains filtered or unexported fields
}

func NewNullableAttributeDTO ¶

func NewNullableAttributeDTO(val *AttributeDTO) *NullableAttributeDTO

func (NullableAttributeDTO) Get ¶

func (NullableAttributeDTO) IsSet ¶

func (v NullableAttributeDTO) IsSet() bool

func (NullableAttributeDTO) MarshalJSON ¶

func (v NullableAttributeDTO) MarshalJSON() ([]byte, error)

func (*NullableAttributeDTO) Set ¶

func (v *NullableAttributeDTO) Set(val *AttributeDTO)

func (*NullableAttributeDTO) UnmarshalJSON ¶

func (v *NullableAttributeDTO) UnmarshalJSON(src []byte) error

func (*NullableAttributeDTO) Unset ¶

func (v *NullableAttributeDTO) Unset()

type NullableBannerDTO ¶

type NullableBannerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableBannerDTO ¶

func NewNullableBannerDTO(val *BannerDTO) *NullableBannerDTO

func (NullableBannerDTO) Get ¶

func (v NullableBannerDTO) Get() *BannerDTO

func (NullableBannerDTO) IsSet ¶

func (v NullableBannerDTO) IsSet() bool

func (NullableBannerDTO) MarshalJSON ¶

func (v NullableBannerDTO) MarshalJSON() ([]byte, error)

func (*NullableBannerDTO) Set ¶

func (v *NullableBannerDTO) Set(val *BannerDTO)

func (*NullableBannerDTO) UnmarshalJSON ¶

func (v *NullableBannerDTO) UnmarshalJSON(src []byte) error

func (*NullableBannerDTO) Unset ¶

func (v *NullableBannerDTO) Unset()

type NullableBannerEntity ¶

type NullableBannerEntity struct {
	// contains filtered or unexported fields
}

func NewNullableBannerEntity ¶

func NewNullableBannerEntity(val *BannerEntity) *NullableBannerEntity

func (NullableBannerEntity) Get ¶

func (NullableBannerEntity) IsSet ¶

func (v NullableBannerEntity) IsSet() bool

func (NullableBannerEntity) MarshalJSON ¶

func (v NullableBannerEntity) MarshalJSON() ([]byte, error)

func (*NullableBannerEntity) Set ¶

func (v *NullableBannerEntity) Set(val *BannerEntity)

func (*NullableBannerEntity) UnmarshalJSON ¶

func (v *NullableBannerEntity) UnmarshalJSON(src []byte) error

func (*NullableBannerEntity) Unset ¶

func (v *NullableBannerEntity) Unset()

type NullableBatchSettingsDTO ¶

type NullableBatchSettingsDTO struct {
	// contains filtered or unexported fields
}

func NewNullableBatchSettingsDTO ¶

func NewNullableBatchSettingsDTO(val *BatchSettingsDTO) *NullableBatchSettingsDTO

func (NullableBatchSettingsDTO) Get ¶

func (NullableBatchSettingsDTO) IsSet ¶

func (v NullableBatchSettingsDTO) IsSet() bool

func (NullableBatchSettingsDTO) MarshalJSON ¶

func (v NullableBatchSettingsDTO) MarshalJSON() ([]byte, error)

func (*NullableBatchSettingsDTO) Set ¶

func (*NullableBatchSettingsDTO) UnmarshalJSON ¶

func (v *NullableBatchSettingsDTO) UnmarshalJSON(src []byte) error

func (*NullableBatchSettingsDTO) Unset ¶

func (v *NullableBatchSettingsDTO) Unset()

type NullableBatchSize ¶

type NullableBatchSize struct {
	// contains filtered or unexported fields
}

func NewNullableBatchSize ¶

func NewNullableBatchSize(val *BatchSize) *NullableBatchSize

func (NullableBatchSize) Get ¶

func (v NullableBatchSize) Get() *BatchSize

func (NullableBatchSize) IsSet ¶

func (v NullableBatchSize) IsSet() bool

func (NullableBatchSize) MarshalJSON ¶

func (v NullableBatchSize) MarshalJSON() ([]byte, error)

func (*NullableBatchSize) Set ¶

func (v *NullableBatchSize) Set(val *BatchSize)

func (*NullableBatchSize) UnmarshalJSON ¶

func (v *NullableBatchSize) UnmarshalJSON(src []byte) error

func (*NullableBatchSize) Unset ¶

func (v *NullableBatchSize) Unset()

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableBuildInfo ¶

type NullableBuildInfo struct {
	// contains filtered or unexported fields
}

func NewNullableBuildInfo ¶

func NewNullableBuildInfo(val *BuildInfo) *NullableBuildInfo

func (NullableBuildInfo) Get ¶

func (v NullableBuildInfo) Get() *BuildInfo

func (NullableBuildInfo) IsSet ¶

func (v NullableBuildInfo) IsSet() bool

func (NullableBuildInfo) MarshalJSON ¶

func (v NullableBuildInfo) MarshalJSON() ([]byte, error)

func (*NullableBuildInfo) Set ¶

func (v *NullableBuildInfo) Set(val *BuildInfo)

func (*NullableBuildInfo) UnmarshalJSON ¶

func (v *NullableBuildInfo) UnmarshalJSON(src []byte) error

func (*NullableBuildInfo) Unset ¶

func (v *NullableBuildInfo) Unset()

type NullableBulletinBoardDTO ¶

type NullableBulletinBoardDTO struct {
	// contains filtered or unexported fields
}

func NewNullableBulletinBoardDTO ¶

func NewNullableBulletinBoardDTO(val *BulletinBoardDTO) *NullableBulletinBoardDTO

func (NullableBulletinBoardDTO) Get ¶

func (NullableBulletinBoardDTO) IsSet ¶

func (v NullableBulletinBoardDTO) IsSet() bool

func (NullableBulletinBoardDTO) MarshalJSON ¶

func (v NullableBulletinBoardDTO) MarshalJSON() ([]byte, error)

func (*NullableBulletinBoardDTO) Set ¶

func (*NullableBulletinBoardDTO) UnmarshalJSON ¶

func (v *NullableBulletinBoardDTO) UnmarshalJSON(src []byte) error

func (*NullableBulletinBoardDTO) Unset ¶

func (v *NullableBulletinBoardDTO) Unset()

type NullableBulletinBoardEntity ¶

type NullableBulletinBoardEntity struct {
	// contains filtered or unexported fields
}

func (NullableBulletinBoardEntity) Get ¶

func (NullableBulletinBoardEntity) IsSet ¶

func (NullableBulletinBoardEntity) MarshalJSON ¶

func (v NullableBulletinBoardEntity) MarshalJSON() ([]byte, error)

func (*NullableBulletinBoardEntity) Set ¶

func (*NullableBulletinBoardEntity) UnmarshalJSON ¶

func (v *NullableBulletinBoardEntity) UnmarshalJSON(src []byte) error

func (*NullableBulletinBoardEntity) Unset ¶

func (v *NullableBulletinBoardEntity) Unset()

type NullableBulletinDTO ¶

type NullableBulletinDTO struct {
	// contains filtered or unexported fields
}

func NewNullableBulletinDTO ¶

func NewNullableBulletinDTO(val *BulletinDTO) *NullableBulletinDTO

func (NullableBulletinDTO) Get ¶

func (NullableBulletinDTO) IsSet ¶

func (v NullableBulletinDTO) IsSet() bool

func (NullableBulletinDTO) MarshalJSON ¶

func (v NullableBulletinDTO) MarshalJSON() ([]byte, error)

func (*NullableBulletinDTO) Set ¶

func (v *NullableBulletinDTO) Set(val *BulletinDTO)

func (*NullableBulletinDTO) UnmarshalJSON ¶

func (v *NullableBulletinDTO) UnmarshalJSON(src []byte) error

func (*NullableBulletinDTO) Unset ¶

func (v *NullableBulletinDTO) Unset()

type NullableBulletinEntity ¶

type NullableBulletinEntity struct {
	// contains filtered or unexported fields
}

func NewNullableBulletinEntity ¶

func NewNullableBulletinEntity(val *BulletinEntity) *NullableBulletinEntity

func (NullableBulletinEntity) Get ¶

func (NullableBulletinEntity) IsSet ¶

func (v NullableBulletinEntity) IsSet() bool

func (NullableBulletinEntity) MarshalJSON ¶

func (v NullableBulletinEntity) MarshalJSON() ([]byte, error)

func (*NullableBulletinEntity) Set ¶

func (*NullableBulletinEntity) UnmarshalJSON ¶

func (v *NullableBulletinEntity) UnmarshalJSON(src []byte) error

func (*NullableBulletinEntity) Unset ¶

func (v *NullableBulletinEntity) Unset()

type NullableBundle ¶

type NullableBundle struct {
	// contains filtered or unexported fields
}

func NewNullableBundle ¶

func NewNullableBundle(val *Bundle) *NullableBundle

func (NullableBundle) Get ¶

func (v NullableBundle) Get() *Bundle

func (NullableBundle) IsSet ¶

func (v NullableBundle) IsSet() bool

func (NullableBundle) MarshalJSON ¶

func (v NullableBundle) MarshalJSON() ([]byte, error)

func (*NullableBundle) Set ¶

func (v *NullableBundle) Set(val *Bundle)

func (*NullableBundle) UnmarshalJSON ¶

func (v *NullableBundle) UnmarshalJSON(src []byte) error

func (*NullableBundle) Unset ¶

func (v *NullableBundle) Unset()

type NullableBundleDTO ¶

type NullableBundleDTO struct {
	// contains filtered or unexported fields
}

func NewNullableBundleDTO ¶

func NewNullableBundleDTO(val *BundleDTO) *NullableBundleDTO

func (NullableBundleDTO) Get ¶

func (v NullableBundleDTO) Get() *BundleDTO

func (NullableBundleDTO) IsSet ¶

func (v NullableBundleDTO) IsSet() bool

func (NullableBundleDTO) MarshalJSON ¶

func (v NullableBundleDTO) MarshalJSON() ([]byte, error)

func (*NullableBundleDTO) Set ¶

func (v *NullableBundleDTO) Set(val *BundleDTO)

func (*NullableBundleDTO) UnmarshalJSON ¶

func (v *NullableBundleDTO) UnmarshalJSON(src []byte) error

func (*NullableBundleDTO) Unset ¶

func (v *NullableBundleDTO) Unset()

type NullableClassLoaderDiagnosticsDTO ¶

type NullableClassLoaderDiagnosticsDTO struct {
	// contains filtered or unexported fields
}

func (NullableClassLoaderDiagnosticsDTO) Get ¶

func (NullableClassLoaderDiagnosticsDTO) IsSet ¶

func (NullableClassLoaderDiagnosticsDTO) MarshalJSON ¶

func (v NullableClassLoaderDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*NullableClassLoaderDiagnosticsDTO) Set ¶

func (*NullableClassLoaderDiagnosticsDTO) UnmarshalJSON ¶

func (v *NullableClassLoaderDiagnosticsDTO) UnmarshalJSON(src []byte) error

func (*NullableClassLoaderDiagnosticsDTO) Unset ¶

type NullableClusteSummaryEntity ¶

type NullableClusteSummaryEntity struct {
	// contains filtered or unexported fields
}

func (NullableClusteSummaryEntity) Get ¶

func (NullableClusteSummaryEntity) IsSet ¶

func (NullableClusteSummaryEntity) MarshalJSON ¶

func (v NullableClusteSummaryEntity) MarshalJSON() ([]byte, error)

func (*NullableClusteSummaryEntity) Set ¶

func (*NullableClusteSummaryEntity) UnmarshalJSON ¶

func (v *NullableClusteSummaryEntity) UnmarshalJSON(src []byte) error

func (*NullableClusteSummaryEntity) Unset ¶

func (v *NullableClusteSummaryEntity) Unset()

type NullableClusterDTO ¶

type NullableClusterDTO struct {
	// contains filtered or unexported fields
}

func NewNullableClusterDTO ¶

func NewNullableClusterDTO(val *ClusterDTO) *NullableClusterDTO

func (NullableClusterDTO) Get ¶

func (v NullableClusterDTO) Get() *ClusterDTO

func (NullableClusterDTO) IsSet ¶

func (v NullableClusterDTO) IsSet() bool

func (NullableClusterDTO) MarshalJSON ¶

func (v NullableClusterDTO) MarshalJSON() ([]byte, error)

func (*NullableClusterDTO) Set ¶

func (v *NullableClusterDTO) Set(val *ClusterDTO)

func (*NullableClusterDTO) UnmarshalJSON ¶

func (v *NullableClusterDTO) UnmarshalJSON(src []byte) error

func (*NullableClusterDTO) Unset ¶

func (v *NullableClusterDTO) Unset()

type NullableClusterEntity ¶

type NullableClusterEntity struct {
	// contains filtered or unexported fields
}

func NewNullableClusterEntity ¶

func NewNullableClusterEntity(val *ClusterEntity) *NullableClusterEntity

func (NullableClusterEntity) Get ¶

func (NullableClusterEntity) IsSet ¶

func (v NullableClusterEntity) IsSet() bool

func (NullableClusterEntity) MarshalJSON ¶

func (v NullableClusterEntity) MarshalJSON() ([]byte, error)

func (*NullableClusterEntity) Set ¶

func (v *NullableClusterEntity) Set(val *ClusterEntity)

func (*NullableClusterEntity) UnmarshalJSON ¶

func (v *NullableClusterEntity) UnmarshalJSON(src []byte) error

func (*NullableClusterEntity) Unset ¶

func (v *NullableClusterEntity) Unset()

type NullableClusterSearchResultsEntity ¶

type NullableClusterSearchResultsEntity struct {
	// contains filtered or unexported fields
}

func (NullableClusterSearchResultsEntity) Get ¶

func (NullableClusterSearchResultsEntity) IsSet ¶

func (NullableClusterSearchResultsEntity) MarshalJSON ¶

func (v NullableClusterSearchResultsEntity) MarshalJSON() ([]byte, error)

func (*NullableClusterSearchResultsEntity) Set ¶

func (*NullableClusterSearchResultsEntity) UnmarshalJSON ¶

func (v *NullableClusterSearchResultsEntity) UnmarshalJSON(src []byte) error

func (*NullableClusterSearchResultsEntity) Unset ¶

type NullableClusterSummaryDTO ¶

type NullableClusterSummaryDTO struct {
	// contains filtered or unexported fields
}

func NewNullableClusterSummaryDTO ¶

func NewNullableClusterSummaryDTO(val *ClusterSummaryDTO) *NullableClusterSummaryDTO

func (NullableClusterSummaryDTO) Get ¶

func (NullableClusterSummaryDTO) IsSet ¶

func (v NullableClusterSummaryDTO) IsSet() bool

func (NullableClusterSummaryDTO) MarshalJSON ¶

func (v NullableClusterSummaryDTO) MarshalJSON() ([]byte, error)

func (*NullableClusterSummaryDTO) Set ¶

func (*NullableClusterSummaryDTO) UnmarshalJSON ¶

func (v *NullableClusterSummaryDTO) UnmarshalJSON(src []byte) error

func (*NullableClusterSummaryDTO) Unset ¶

func (v *NullableClusterSummaryDTO) Unset()

type NullableComponentDifferenceDTO ¶

type NullableComponentDifferenceDTO struct {
	// contains filtered or unexported fields
}

func (NullableComponentDifferenceDTO) Get ¶

func (NullableComponentDifferenceDTO) IsSet ¶

func (NullableComponentDifferenceDTO) MarshalJSON ¶

func (v NullableComponentDifferenceDTO) MarshalJSON() ([]byte, error)

func (*NullableComponentDifferenceDTO) Set ¶

func (*NullableComponentDifferenceDTO) UnmarshalJSON ¶

func (v *NullableComponentDifferenceDTO) UnmarshalJSON(src []byte) error

func (*NullableComponentDifferenceDTO) Unset ¶

func (v *NullableComponentDifferenceDTO) Unset()

type NullableComponentHistoryDTO ¶

type NullableComponentHistoryDTO struct {
	// contains filtered or unexported fields
}

func (NullableComponentHistoryDTO) Get ¶

func (NullableComponentHistoryDTO) IsSet ¶

func (NullableComponentHistoryDTO) MarshalJSON ¶

func (v NullableComponentHistoryDTO) MarshalJSON() ([]byte, error)

func (*NullableComponentHistoryDTO) Set ¶

func (*NullableComponentHistoryDTO) UnmarshalJSON ¶

func (v *NullableComponentHistoryDTO) UnmarshalJSON(src []byte) error

func (*NullableComponentHistoryDTO) Unset ¶

func (v *NullableComponentHistoryDTO) Unset()

type NullableComponentHistoryEntity ¶

type NullableComponentHistoryEntity struct {
	// contains filtered or unexported fields
}

func (NullableComponentHistoryEntity) Get ¶

func (NullableComponentHistoryEntity) IsSet ¶

func (NullableComponentHistoryEntity) MarshalJSON ¶

func (v NullableComponentHistoryEntity) MarshalJSON() ([]byte, error)

func (*NullableComponentHistoryEntity) Set ¶

func (*NullableComponentHistoryEntity) UnmarshalJSON ¶

func (v *NullableComponentHistoryEntity) UnmarshalJSON(src []byte) error

func (*NullableComponentHistoryEntity) Unset ¶

func (v *NullableComponentHistoryEntity) Unset()

type NullableComponentManifest ¶

type NullableComponentManifest struct {
	// contains filtered or unexported fields
}

func NewNullableComponentManifest ¶

func NewNullableComponentManifest(val *ComponentManifest) *NullableComponentManifest

func (NullableComponentManifest) Get ¶

func (NullableComponentManifest) IsSet ¶

func (v NullableComponentManifest) IsSet() bool

func (NullableComponentManifest) MarshalJSON ¶

func (v NullableComponentManifest) MarshalJSON() ([]byte, error)

func (*NullableComponentManifest) Set ¶

func (*NullableComponentManifest) UnmarshalJSON ¶

func (v *NullableComponentManifest) UnmarshalJSON(src []byte) error

func (*NullableComponentManifest) Unset ¶

func (v *NullableComponentManifest) Unset()

type NullableComponentReferenceDTO ¶

type NullableComponentReferenceDTO struct {
	// contains filtered or unexported fields
}

func (NullableComponentReferenceDTO) Get ¶

func (NullableComponentReferenceDTO) IsSet ¶

func (NullableComponentReferenceDTO) MarshalJSON ¶

func (v NullableComponentReferenceDTO) MarshalJSON() ([]byte, error)

func (*NullableComponentReferenceDTO) Set ¶

func (*NullableComponentReferenceDTO) UnmarshalJSON ¶

func (v *NullableComponentReferenceDTO) UnmarshalJSON(src []byte) error

func (*NullableComponentReferenceDTO) Unset ¶

func (v *NullableComponentReferenceDTO) Unset()

type NullableComponentReferenceEntity ¶

type NullableComponentReferenceEntity struct {
	// contains filtered or unexported fields
}

func (NullableComponentReferenceEntity) Get ¶

func (NullableComponentReferenceEntity) IsSet ¶

func (NullableComponentReferenceEntity) MarshalJSON ¶

func (v NullableComponentReferenceEntity) MarshalJSON() ([]byte, error)

func (*NullableComponentReferenceEntity) Set ¶

func (*NullableComponentReferenceEntity) UnmarshalJSON ¶

func (v *NullableComponentReferenceEntity) UnmarshalJSON(src []byte) error

func (*NullableComponentReferenceEntity) Unset ¶

type NullableComponentRestrictionPermissionDTO ¶

type NullableComponentRestrictionPermissionDTO struct {
	// contains filtered or unexported fields
}

func (NullableComponentRestrictionPermissionDTO) Get ¶

func (NullableComponentRestrictionPermissionDTO) IsSet ¶

func (NullableComponentRestrictionPermissionDTO) MarshalJSON ¶

func (*NullableComponentRestrictionPermissionDTO) Set ¶

func (*NullableComponentRestrictionPermissionDTO) UnmarshalJSON ¶

func (v *NullableComponentRestrictionPermissionDTO) UnmarshalJSON(src []byte) error

func (*NullableComponentRestrictionPermissionDTO) Unset ¶

type NullableComponentSearchResultDTO ¶

type NullableComponentSearchResultDTO struct {
	// contains filtered or unexported fields
}

func (NullableComponentSearchResultDTO) Get ¶

func (NullableComponentSearchResultDTO) IsSet ¶

func (NullableComponentSearchResultDTO) MarshalJSON ¶

func (v NullableComponentSearchResultDTO) MarshalJSON() ([]byte, error)

func (*NullableComponentSearchResultDTO) Set ¶

func (*NullableComponentSearchResultDTO) UnmarshalJSON ¶

func (v *NullableComponentSearchResultDTO) UnmarshalJSON(src []byte) error

func (*NullableComponentSearchResultDTO) Unset ¶

type NullableComponentStateDTO ¶

type NullableComponentStateDTO struct {
	// contains filtered or unexported fields
}

func NewNullableComponentStateDTO ¶

func NewNullableComponentStateDTO(val *ComponentStateDTO) *NullableComponentStateDTO

func (NullableComponentStateDTO) Get ¶

func (NullableComponentStateDTO) IsSet ¶

func (v NullableComponentStateDTO) IsSet() bool

func (NullableComponentStateDTO) MarshalJSON ¶

func (v NullableComponentStateDTO) MarshalJSON() ([]byte, error)

func (*NullableComponentStateDTO) Set ¶

func (*NullableComponentStateDTO) UnmarshalJSON ¶

func (v *NullableComponentStateDTO) UnmarshalJSON(src []byte) error

func (*NullableComponentStateDTO) Unset ¶

func (v *NullableComponentStateDTO) Unset()

type NullableComponentStateEntity ¶

type NullableComponentStateEntity struct {
	// contains filtered or unexported fields
}

func (NullableComponentStateEntity) Get ¶

func (NullableComponentStateEntity) IsSet ¶

func (NullableComponentStateEntity) MarshalJSON ¶

func (v NullableComponentStateEntity) MarshalJSON() ([]byte, error)

func (*NullableComponentStateEntity) Set ¶

func (*NullableComponentStateEntity) UnmarshalJSON ¶

func (v *NullableComponentStateEntity) UnmarshalJSON(src []byte) error

func (*NullableComponentStateEntity) Unset ¶

func (v *NullableComponentStateEntity) Unset()

type NullableComponentValidationResultDTO ¶

type NullableComponentValidationResultDTO struct {
	// contains filtered or unexported fields
}

func (NullableComponentValidationResultDTO) Get ¶

func (NullableComponentValidationResultDTO) IsSet ¶

func (NullableComponentValidationResultDTO) MarshalJSON ¶

func (v NullableComponentValidationResultDTO) MarshalJSON() ([]byte, error)

func (*NullableComponentValidationResultDTO) Set ¶

func (*NullableComponentValidationResultDTO) UnmarshalJSON ¶

func (v *NullableComponentValidationResultDTO) UnmarshalJSON(src []byte) error

func (*NullableComponentValidationResultDTO) Unset ¶

type NullableComponentValidationResultEntity ¶

type NullableComponentValidationResultEntity struct {
	// contains filtered or unexported fields
}

func (NullableComponentValidationResultEntity) Get ¶

func (NullableComponentValidationResultEntity) IsSet ¶

func (NullableComponentValidationResultEntity) MarshalJSON ¶

func (v NullableComponentValidationResultEntity) MarshalJSON() ([]byte, error)

func (*NullableComponentValidationResultEntity) Set ¶

func (*NullableComponentValidationResultEntity) UnmarshalJSON ¶

func (v *NullableComponentValidationResultEntity) UnmarshalJSON(src []byte) error

func (*NullableComponentValidationResultEntity) Unset ¶

type NullableComponentValidationResultsEntity ¶

type NullableComponentValidationResultsEntity struct {
	// contains filtered or unexported fields
}

func (NullableComponentValidationResultsEntity) Get ¶

func (NullableComponentValidationResultsEntity) IsSet ¶

func (NullableComponentValidationResultsEntity) MarshalJSON ¶

func (*NullableComponentValidationResultsEntity) Set ¶

func (*NullableComponentValidationResultsEntity) UnmarshalJSON ¶

func (v *NullableComponentValidationResultsEntity) UnmarshalJSON(src []byte) error

func (*NullableComponentValidationResultsEntity) Unset ¶

type NullableConfigVerificationResultDTO ¶

type NullableConfigVerificationResultDTO struct {
	// contains filtered or unexported fields
}

func (NullableConfigVerificationResultDTO) Get ¶

func (NullableConfigVerificationResultDTO) IsSet ¶

func (NullableConfigVerificationResultDTO) MarshalJSON ¶

func (v NullableConfigVerificationResultDTO) MarshalJSON() ([]byte, error)

func (*NullableConfigVerificationResultDTO) Set ¶

func (*NullableConfigVerificationResultDTO) UnmarshalJSON ¶

func (v *NullableConfigVerificationResultDTO) UnmarshalJSON(src []byte) error

func (*NullableConfigVerificationResultDTO) Unset ¶

type NullableConfigurationAnalysisDTO ¶

type NullableConfigurationAnalysisDTO struct {
	// contains filtered or unexported fields
}

func (NullableConfigurationAnalysisDTO) Get ¶

func (NullableConfigurationAnalysisDTO) IsSet ¶

func (NullableConfigurationAnalysisDTO) MarshalJSON ¶

func (v NullableConfigurationAnalysisDTO) MarshalJSON() ([]byte, error)

func (*NullableConfigurationAnalysisDTO) Set ¶

func (*NullableConfigurationAnalysisDTO) UnmarshalJSON ¶

func (v *NullableConfigurationAnalysisDTO) UnmarshalJSON(src []byte) error

func (*NullableConfigurationAnalysisDTO) Unset ¶

type NullableConfigurationAnalysisEntity ¶

type NullableConfigurationAnalysisEntity struct {
	// contains filtered or unexported fields
}

func (NullableConfigurationAnalysisEntity) Get ¶

func (NullableConfigurationAnalysisEntity) IsSet ¶

func (NullableConfigurationAnalysisEntity) MarshalJSON ¶

func (v NullableConfigurationAnalysisEntity) MarshalJSON() ([]byte, error)

func (*NullableConfigurationAnalysisEntity) Set ¶

func (*NullableConfigurationAnalysisEntity) UnmarshalJSON ¶

func (v *NullableConfigurationAnalysisEntity) UnmarshalJSON(src []byte) error

func (*NullableConfigurationAnalysisEntity) Unset ¶

type NullableConnectableComponent ¶

type NullableConnectableComponent struct {
	// contains filtered or unexported fields
}

func (NullableConnectableComponent) Get ¶

func (NullableConnectableComponent) IsSet ¶

func (NullableConnectableComponent) MarshalJSON ¶

func (v NullableConnectableComponent) MarshalJSON() ([]byte, error)

func (*NullableConnectableComponent) Set ¶

func (*NullableConnectableComponent) UnmarshalJSON ¶

func (v *NullableConnectableComponent) UnmarshalJSON(src []byte) error

func (*NullableConnectableComponent) Unset ¶

func (v *NullableConnectableComponent) Unset()

type NullableConnectableDTO ¶

type NullableConnectableDTO struct {
	// contains filtered or unexported fields
}

func NewNullableConnectableDTO ¶

func NewNullableConnectableDTO(val *ConnectableDTO) *NullableConnectableDTO

func (NullableConnectableDTO) Get ¶

func (NullableConnectableDTO) IsSet ¶

func (v NullableConnectableDTO) IsSet() bool

func (NullableConnectableDTO) MarshalJSON ¶

func (v NullableConnectableDTO) MarshalJSON() ([]byte, error)

func (*NullableConnectableDTO) Set ¶

func (*NullableConnectableDTO) UnmarshalJSON ¶

func (v *NullableConnectableDTO) UnmarshalJSON(src []byte) error

func (*NullableConnectableDTO) Unset ¶

func (v *NullableConnectableDTO) Unset()

type NullableConnectionDTO ¶

type NullableConnectionDTO struct {
	// contains filtered or unexported fields
}

func NewNullableConnectionDTO ¶

func NewNullableConnectionDTO(val *ConnectionDTO) *NullableConnectionDTO

func (NullableConnectionDTO) Get ¶

func (NullableConnectionDTO) IsSet ¶

func (v NullableConnectionDTO) IsSet() bool

func (NullableConnectionDTO) MarshalJSON ¶

func (v NullableConnectionDTO) MarshalJSON() ([]byte, error)

func (*NullableConnectionDTO) Set ¶

func (v *NullableConnectionDTO) Set(val *ConnectionDTO)

func (*NullableConnectionDTO) UnmarshalJSON ¶

func (v *NullableConnectionDTO) UnmarshalJSON(src []byte) error

func (*NullableConnectionDTO) Unset ¶

func (v *NullableConnectionDTO) Unset()

type NullableConnectionDiagnosticsDTO ¶

type NullableConnectionDiagnosticsDTO struct {
	// contains filtered or unexported fields
}

func (NullableConnectionDiagnosticsDTO) Get ¶

func (NullableConnectionDiagnosticsDTO) IsSet ¶

func (NullableConnectionDiagnosticsDTO) MarshalJSON ¶

func (v NullableConnectionDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*NullableConnectionDiagnosticsDTO) Set ¶

func (*NullableConnectionDiagnosticsDTO) UnmarshalJSON ¶

func (v *NullableConnectionDiagnosticsDTO) UnmarshalJSON(src []byte) error

func (*NullableConnectionDiagnosticsDTO) Unset ¶

type NullableConnectionDiagnosticsSnapshotDTO ¶

type NullableConnectionDiagnosticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableConnectionDiagnosticsSnapshotDTO) Get ¶

func (NullableConnectionDiagnosticsSnapshotDTO) IsSet ¶

func (NullableConnectionDiagnosticsSnapshotDTO) MarshalJSON ¶

func (*NullableConnectionDiagnosticsSnapshotDTO) Set ¶

func (*NullableConnectionDiagnosticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableConnectionDiagnosticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableConnectionDiagnosticsSnapshotDTO) Unset ¶

type NullableConnectionEntity ¶

type NullableConnectionEntity struct {
	// contains filtered or unexported fields
}

func NewNullableConnectionEntity ¶

func NewNullableConnectionEntity(val *ConnectionEntity) *NullableConnectionEntity

func (NullableConnectionEntity) Get ¶

func (NullableConnectionEntity) IsSet ¶

func (v NullableConnectionEntity) IsSet() bool

func (NullableConnectionEntity) MarshalJSON ¶

func (v NullableConnectionEntity) MarshalJSON() ([]byte, error)

func (*NullableConnectionEntity) Set ¶

func (*NullableConnectionEntity) UnmarshalJSON ¶

func (v *NullableConnectionEntity) UnmarshalJSON(src []byte) error

func (*NullableConnectionEntity) Unset ¶

func (v *NullableConnectionEntity) Unset()

type NullableConnectionStatisticsDTO ¶

type NullableConnectionStatisticsDTO struct {
	// contains filtered or unexported fields
}

func (NullableConnectionStatisticsDTO) Get ¶

func (NullableConnectionStatisticsDTO) IsSet ¶

func (NullableConnectionStatisticsDTO) MarshalJSON ¶

func (v NullableConnectionStatisticsDTO) MarshalJSON() ([]byte, error)

func (*NullableConnectionStatisticsDTO) Set ¶

func (*NullableConnectionStatisticsDTO) UnmarshalJSON ¶

func (v *NullableConnectionStatisticsDTO) UnmarshalJSON(src []byte) error

func (*NullableConnectionStatisticsDTO) Unset ¶

type NullableConnectionStatisticsEntity ¶

type NullableConnectionStatisticsEntity struct {
	// contains filtered or unexported fields
}

func (NullableConnectionStatisticsEntity) Get ¶

func (NullableConnectionStatisticsEntity) IsSet ¶

func (NullableConnectionStatisticsEntity) MarshalJSON ¶

func (v NullableConnectionStatisticsEntity) MarshalJSON() ([]byte, error)

func (*NullableConnectionStatisticsEntity) Set ¶

func (*NullableConnectionStatisticsEntity) UnmarshalJSON ¶

func (v *NullableConnectionStatisticsEntity) UnmarshalJSON(src []byte) error

func (*NullableConnectionStatisticsEntity) Unset ¶

type NullableConnectionStatisticsSnapshotDTO ¶

type NullableConnectionStatisticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableConnectionStatisticsSnapshotDTO) Get ¶

func (NullableConnectionStatisticsSnapshotDTO) IsSet ¶

func (NullableConnectionStatisticsSnapshotDTO) MarshalJSON ¶

func (v NullableConnectionStatisticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableConnectionStatisticsSnapshotDTO) Set ¶

func (*NullableConnectionStatisticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableConnectionStatisticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableConnectionStatisticsSnapshotDTO) Unset ¶

type NullableConnectionStatusDTO ¶

type NullableConnectionStatusDTO struct {
	// contains filtered or unexported fields
}

func (NullableConnectionStatusDTO) Get ¶

func (NullableConnectionStatusDTO) IsSet ¶

func (NullableConnectionStatusDTO) MarshalJSON ¶

func (v NullableConnectionStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableConnectionStatusDTO) Set ¶

func (*NullableConnectionStatusDTO) UnmarshalJSON ¶

func (v *NullableConnectionStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableConnectionStatusDTO) Unset ¶

func (v *NullableConnectionStatusDTO) Unset()

type NullableConnectionStatusEntity ¶

type NullableConnectionStatusEntity struct {
	// contains filtered or unexported fields
}

func (NullableConnectionStatusEntity) Get ¶

func (NullableConnectionStatusEntity) IsSet ¶

func (NullableConnectionStatusEntity) MarshalJSON ¶

func (v NullableConnectionStatusEntity) MarshalJSON() ([]byte, error)

func (*NullableConnectionStatusEntity) Set ¶

func (*NullableConnectionStatusEntity) UnmarshalJSON ¶

func (v *NullableConnectionStatusEntity) UnmarshalJSON(src []byte) error

func (*NullableConnectionStatusEntity) Unset ¶

func (v *NullableConnectionStatusEntity) Unset()

type NullableConnectionStatusPredictionsSnapshotDTO ¶

type NullableConnectionStatusPredictionsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableConnectionStatusPredictionsSnapshotDTO) Get ¶

func (NullableConnectionStatusPredictionsSnapshotDTO) IsSet ¶

func (NullableConnectionStatusPredictionsSnapshotDTO) MarshalJSON ¶

func (*NullableConnectionStatusPredictionsSnapshotDTO) Set ¶

func (*NullableConnectionStatusPredictionsSnapshotDTO) UnmarshalJSON ¶

func (*NullableConnectionStatusPredictionsSnapshotDTO) Unset ¶

type NullableConnectionStatusSnapshotDTO ¶

type NullableConnectionStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableConnectionStatusSnapshotDTO) Get ¶

func (NullableConnectionStatusSnapshotDTO) IsSet ¶

func (NullableConnectionStatusSnapshotDTO) MarshalJSON ¶

func (v NullableConnectionStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableConnectionStatusSnapshotDTO) Set ¶

func (*NullableConnectionStatusSnapshotDTO) UnmarshalJSON ¶

func (v *NullableConnectionStatusSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableConnectionStatusSnapshotDTO) Unset ¶

type NullableConnectionStatusSnapshotEntity ¶

type NullableConnectionStatusSnapshotEntity struct {
	// contains filtered or unexported fields
}

func (NullableConnectionStatusSnapshotEntity) Get ¶

func (NullableConnectionStatusSnapshotEntity) IsSet ¶

func (NullableConnectionStatusSnapshotEntity) MarshalJSON ¶

func (v NullableConnectionStatusSnapshotEntity) MarshalJSON() ([]byte, error)

func (*NullableConnectionStatusSnapshotEntity) Set ¶

func (*NullableConnectionStatusSnapshotEntity) UnmarshalJSON ¶

func (v *NullableConnectionStatusSnapshotEntity) UnmarshalJSON(src []byte) error

func (*NullableConnectionStatusSnapshotEntity) Unset ¶

type NullableConnectionsEntity ¶

type NullableConnectionsEntity struct {
	// contains filtered or unexported fields
}

func NewNullableConnectionsEntity ¶

func NewNullableConnectionsEntity(val *ConnectionsEntity) *NullableConnectionsEntity

func (NullableConnectionsEntity) Get ¶

func (NullableConnectionsEntity) IsSet ¶

func (v NullableConnectionsEntity) IsSet() bool

func (NullableConnectionsEntity) MarshalJSON ¶

func (v NullableConnectionsEntity) MarshalJSON() ([]byte, error)

func (*NullableConnectionsEntity) Set ¶

func (*NullableConnectionsEntity) UnmarshalJSON ¶

func (v *NullableConnectionsEntity) UnmarshalJSON(src []byte) error

func (*NullableConnectionsEntity) Unset ¶

func (v *NullableConnectionsEntity) Unset()

type NullableControllerBulletinsEntity ¶

type NullableControllerBulletinsEntity struct {
	// contains filtered or unexported fields
}

func (NullableControllerBulletinsEntity) Get ¶

func (NullableControllerBulletinsEntity) IsSet ¶

func (NullableControllerBulletinsEntity) MarshalJSON ¶

func (v NullableControllerBulletinsEntity) MarshalJSON() ([]byte, error)

func (*NullableControllerBulletinsEntity) Set ¶

func (*NullableControllerBulletinsEntity) UnmarshalJSON ¶

func (v *NullableControllerBulletinsEntity) UnmarshalJSON(src []byte) error

func (*NullableControllerBulletinsEntity) Unset ¶

type NullableControllerConfigurationDTO ¶

type NullableControllerConfigurationDTO struct {
	// contains filtered or unexported fields
}

func (NullableControllerConfigurationDTO) Get ¶

func (NullableControllerConfigurationDTO) IsSet ¶

func (NullableControllerConfigurationDTO) MarshalJSON ¶

func (v NullableControllerConfigurationDTO) MarshalJSON() ([]byte, error)

func (*NullableControllerConfigurationDTO) Set ¶

func (*NullableControllerConfigurationDTO) UnmarshalJSON ¶

func (v *NullableControllerConfigurationDTO) UnmarshalJSON(src []byte) error

func (*NullableControllerConfigurationDTO) Unset ¶

type NullableControllerConfigurationEntity ¶

type NullableControllerConfigurationEntity struct {
	// contains filtered or unexported fields
}

func (NullableControllerConfigurationEntity) Get ¶

func (NullableControllerConfigurationEntity) IsSet ¶

func (NullableControllerConfigurationEntity) MarshalJSON ¶

func (v NullableControllerConfigurationEntity) MarshalJSON() ([]byte, error)

func (*NullableControllerConfigurationEntity) Set ¶

func (*NullableControllerConfigurationEntity) UnmarshalJSON ¶

func (v *NullableControllerConfigurationEntity) UnmarshalJSON(src []byte) error

func (*NullableControllerConfigurationEntity) Unset ¶

type NullableControllerDTO ¶

type NullableControllerDTO struct {
	// contains filtered or unexported fields
}

func NewNullableControllerDTO ¶

func NewNullableControllerDTO(val *ControllerDTO) *NullableControllerDTO

func (NullableControllerDTO) Get ¶

func (NullableControllerDTO) IsSet ¶

func (v NullableControllerDTO) IsSet() bool

func (NullableControllerDTO) MarshalJSON ¶

func (v NullableControllerDTO) MarshalJSON() ([]byte, error)

func (*NullableControllerDTO) Set ¶

func (v *NullableControllerDTO) Set(val *ControllerDTO)

func (*NullableControllerDTO) UnmarshalJSON ¶

func (v *NullableControllerDTO) UnmarshalJSON(src []byte) error

func (*NullableControllerDTO) Unset ¶

func (v *NullableControllerDTO) Unset()

type NullableControllerEntity ¶

type NullableControllerEntity struct {
	// contains filtered or unexported fields
}

func NewNullableControllerEntity ¶

func NewNullableControllerEntity(val *ControllerEntity) *NullableControllerEntity

func (NullableControllerEntity) Get ¶

func (NullableControllerEntity) IsSet ¶

func (v NullableControllerEntity) IsSet() bool

func (NullableControllerEntity) MarshalJSON ¶

func (v NullableControllerEntity) MarshalJSON() ([]byte, error)

func (*NullableControllerEntity) Set ¶

func (*NullableControllerEntity) UnmarshalJSON ¶

func (v *NullableControllerEntity) UnmarshalJSON(src []byte) error

func (*NullableControllerEntity) Unset ¶

func (v *NullableControllerEntity) Unset()

type NullableControllerServiceAPI ¶

type NullableControllerServiceAPI struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceAPI) Get ¶

func (NullableControllerServiceAPI) IsSet ¶

func (NullableControllerServiceAPI) MarshalJSON ¶

func (v NullableControllerServiceAPI) MarshalJSON() ([]byte, error)

func (*NullableControllerServiceAPI) Set ¶

func (*NullableControllerServiceAPI) UnmarshalJSON ¶

func (v *NullableControllerServiceAPI) UnmarshalJSON(src []byte) error

func (*NullableControllerServiceAPI) Unset ¶

func (v *NullableControllerServiceAPI) Unset()

type NullableControllerServiceApiDTO ¶

type NullableControllerServiceApiDTO struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceApiDTO) Get ¶

func (NullableControllerServiceApiDTO) IsSet ¶

func (NullableControllerServiceApiDTO) MarshalJSON ¶

func (v NullableControllerServiceApiDTO) MarshalJSON() ([]byte, error)

func (*NullableControllerServiceApiDTO) Set ¶

func (*NullableControllerServiceApiDTO) UnmarshalJSON ¶

func (v *NullableControllerServiceApiDTO) UnmarshalJSON(src []byte) error

func (*NullableControllerServiceApiDTO) Unset ¶

type NullableControllerServiceDTO ¶

type NullableControllerServiceDTO struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceDTO) Get ¶

func (NullableControllerServiceDTO) IsSet ¶

func (NullableControllerServiceDTO) MarshalJSON ¶

func (v NullableControllerServiceDTO) MarshalJSON() ([]byte, error)

func (*NullableControllerServiceDTO) Set ¶

func (*NullableControllerServiceDTO) UnmarshalJSON ¶

func (v *NullableControllerServiceDTO) UnmarshalJSON(src []byte) error

func (*NullableControllerServiceDTO) Unset ¶

func (v *NullableControllerServiceDTO) Unset()

type NullableControllerServiceDefinition ¶

type NullableControllerServiceDefinition struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceDefinition) Get ¶

func (NullableControllerServiceDefinition) IsSet ¶

func (NullableControllerServiceDefinition) MarshalJSON ¶

func (v NullableControllerServiceDefinition) MarshalJSON() ([]byte, error)

func (*NullableControllerServiceDefinition) Set ¶

func (*NullableControllerServiceDefinition) UnmarshalJSON ¶

func (v *NullableControllerServiceDefinition) UnmarshalJSON(src []byte) error

func (*NullableControllerServiceDefinition) Unset ¶

type NullableControllerServiceDiagnosticsDTO ¶

type NullableControllerServiceDiagnosticsDTO struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceDiagnosticsDTO) Get ¶

func (NullableControllerServiceDiagnosticsDTO) IsSet ¶

func (NullableControllerServiceDiagnosticsDTO) MarshalJSON ¶

func (v NullableControllerServiceDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*NullableControllerServiceDiagnosticsDTO) Set ¶

func (*NullableControllerServiceDiagnosticsDTO) UnmarshalJSON ¶

func (v *NullableControllerServiceDiagnosticsDTO) UnmarshalJSON(src []byte) error

func (*NullableControllerServiceDiagnosticsDTO) Unset ¶

type NullableControllerServiceEntity ¶

type NullableControllerServiceEntity struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceEntity) Get ¶

func (NullableControllerServiceEntity) IsSet ¶

func (NullableControllerServiceEntity) MarshalJSON ¶

func (v NullableControllerServiceEntity) MarshalJSON() ([]byte, error)

func (*NullableControllerServiceEntity) Set ¶

func (*NullableControllerServiceEntity) UnmarshalJSON ¶

func (v *NullableControllerServiceEntity) UnmarshalJSON(src []byte) error

func (*NullableControllerServiceEntity) Unset ¶

type NullableControllerServiceReferencingComponentDTO ¶

type NullableControllerServiceReferencingComponentDTO struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceReferencingComponentDTO) Get ¶

func (NullableControllerServiceReferencingComponentDTO) IsSet ¶

func (NullableControllerServiceReferencingComponentDTO) MarshalJSON ¶

func (*NullableControllerServiceReferencingComponentDTO) Set ¶

func (*NullableControllerServiceReferencingComponentDTO) UnmarshalJSON ¶

func (*NullableControllerServiceReferencingComponentDTO) Unset ¶

type NullableControllerServiceReferencingComponentEntity ¶

type NullableControllerServiceReferencingComponentEntity struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceReferencingComponentEntity) Get ¶

func (NullableControllerServiceReferencingComponentEntity) IsSet ¶

func (NullableControllerServiceReferencingComponentEntity) MarshalJSON ¶

func (*NullableControllerServiceReferencingComponentEntity) Set ¶

func (*NullableControllerServiceReferencingComponentEntity) UnmarshalJSON ¶

func (*NullableControllerServiceReferencingComponentEntity) Unset ¶

type NullableControllerServiceReferencingComponentsEntity ¶

type NullableControllerServiceReferencingComponentsEntity struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceReferencingComponentsEntity) Get ¶

func (NullableControllerServiceReferencingComponentsEntity) IsSet ¶

func (NullableControllerServiceReferencingComponentsEntity) MarshalJSON ¶

func (*NullableControllerServiceReferencingComponentsEntity) Set ¶

func (*NullableControllerServiceReferencingComponentsEntity) UnmarshalJSON ¶

func (*NullableControllerServiceReferencingComponentsEntity) Unset ¶

type NullableControllerServiceRunStatusEntity ¶

type NullableControllerServiceRunStatusEntity struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceRunStatusEntity) Get ¶

func (NullableControllerServiceRunStatusEntity) IsSet ¶

func (NullableControllerServiceRunStatusEntity) MarshalJSON ¶

func (*NullableControllerServiceRunStatusEntity) Set ¶

func (*NullableControllerServiceRunStatusEntity) UnmarshalJSON ¶

func (v *NullableControllerServiceRunStatusEntity) UnmarshalJSON(src []byte) error

func (*NullableControllerServiceRunStatusEntity) Unset ¶

type NullableControllerServiceStatusDTO ¶

type NullableControllerServiceStatusDTO struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceStatusDTO) Get ¶

func (NullableControllerServiceStatusDTO) IsSet ¶

func (NullableControllerServiceStatusDTO) MarshalJSON ¶

func (v NullableControllerServiceStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableControllerServiceStatusDTO) Set ¶

func (*NullableControllerServiceStatusDTO) UnmarshalJSON ¶

func (v *NullableControllerServiceStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableControllerServiceStatusDTO) Unset ¶

type NullableControllerServiceTypesEntity ¶

type NullableControllerServiceTypesEntity struct {
	// contains filtered or unexported fields
}

func (NullableControllerServiceTypesEntity) Get ¶

func (NullableControllerServiceTypesEntity) IsSet ¶

func (NullableControllerServiceTypesEntity) MarshalJSON ¶

func (v NullableControllerServiceTypesEntity) MarshalJSON() ([]byte, error)

func (*NullableControllerServiceTypesEntity) Set ¶

func (*NullableControllerServiceTypesEntity) UnmarshalJSON ¶

func (v *NullableControllerServiceTypesEntity) UnmarshalJSON(src []byte) error

func (*NullableControllerServiceTypesEntity) Unset ¶

type NullableControllerServicesEntity ¶

type NullableControllerServicesEntity struct {
	// contains filtered or unexported fields
}

func (NullableControllerServicesEntity) Get ¶

func (NullableControllerServicesEntity) IsSet ¶

func (NullableControllerServicesEntity) MarshalJSON ¶

func (v NullableControllerServicesEntity) MarshalJSON() ([]byte, error)

func (*NullableControllerServicesEntity) Set ¶

func (*NullableControllerServicesEntity) UnmarshalJSON ¶

func (v *NullableControllerServicesEntity) UnmarshalJSON(src []byte) error

func (*NullableControllerServicesEntity) Unset ¶

type NullableControllerStatusDTO ¶

type NullableControllerStatusDTO struct {
	// contains filtered or unexported fields
}

func (NullableControllerStatusDTO) Get ¶

func (NullableControllerStatusDTO) IsSet ¶

func (NullableControllerStatusDTO) MarshalJSON ¶

func (v NullableControllerStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableControllerStatusDTO) Set ¶

func (*NullableControllerStatusDTO) UnmarshalJSON ¶

func (v *NullableControllerStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableControllerStatusDTO) Unset ¶

func (v *NullableControllerStatusDTO) Unset()

type NullableControllerStatusEntity ¶

type NullableControllerStatusEntity struct {
	// contains filtered or unexported fields
}

func (NullableControllerStatusEntity) Get ¶

func (NullableControllerStatusEntity) IsSet ¶

func (NullableControllerStatusEntity) MarshalJSON ¶

func (v NullableControllerStatusEntity) MarshalJSON() ([]byte, error)

func (*NullableControllerStatusEntity) Set ¶

func (*NullableControllerStatusEntity) UnmarshalJSON ¶

func (v *NullableControllerStatusEntity) UnmarshalJSON(src []byte) error

func (*NullableControllerStatusEntity) Unset ¶

func (v *NullableControllerStatusEntity) Unset()

type NullableCopySnippetRequestEntity ¶

type NullableCopySnippetRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableCopySnippetRequestEntity) Get ¶

func (NullableCopySnippetRequestEntity) IsSet ¶

func (NullableCopySnippetRequestEntity) MarshalJSON ¶

func (v NullableCopySnippetRequestEntity) MarshalJSON() ([]byte, error)

func (*NullableCopySnippetRequestEntity) Set ¶

func (*NullableCopySnippetRequestEntity) UnmarshalJSON ¶

func (v *NullableCopySnippetRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableCopySnippetRequestEntity) Unset ¶

type NullableCounterDTO ¶

type NullableCounterDTO struct {
	// contains filtered or unexported fields
}

func NewNullableCounterDTO ¶

func NewNullableCounterDTO(val *CounterDTO) *NullableCounterDTO

func (NullableCounterDTO) Get ¶

func (v NullableCounterDTO) Get() *CounterDTO

func (NullableCounterDTO) IsSet ¶

func (v NullableCounterDTO) IsSet() bool

func (NullableCounterDTO) MarshalJSON ¶

func (v NullableCounterDTO) MarshalJSON() ([]byte, error)

func (*NullableCounterDTO) Set ¶

func (v *NullableCounterDTO) Set(val *CounterDTO)

func (*NullableCounterDTO) UnmarshalJSON ¶

func (v *NullableCounterDTO) UnmarshalJSON(src []byte) error

func (*NullableCounterDTO) Unset ¶

func (v *NullableCounterDTO) Unset()

type NullableCounterEntity ¶

type NullableCounterEntity struct {
	// contains filtered or unexported fields
}

func NewNullableCounterEntity ¶

func NewNullableCounterEntity(val *CounterEntity) *NullableCounterEntity

func (NullableCounterEntity) Get ¶

func (NullableCounterEntity) IsSet ¶

func (v NullableCounterEntity) IsSet() bool

func (NullableCounterEntity) MarshalJSON ¶

func (v NullableCounterEntity) MarshalJSON() ([]byte, error)

func (*NullableCounterEntity) Set ¶

func (v *NullableCounterEntity) Set(val *CounterEntity)

func (*NullableCounterEntity) UnmarshalJSON ¶

func (v *NullableCounterEntity) UnmarshalJSON(src []byte) error

func (*NullableCounterEntity) Unset ¶

func (v *NullableCounterEntity) Unset()

type NullableCountersDTO ¶

type NullableCountersDTO struct {
	// contains filtered or unexported fields
}

func NewNullableCountersDTO ¶

func NewNullableCountersDTO(val *CountersDTO) *NullableCountersDTO

func (NullableCountersDTO) Get ¶

func (NullableCountersDTO) IsSet ¶

func (v NullableCountersDTO) IsSet() bool

func (NullableCountersDTO) MarshalJSON ¶

func (v NullableCountersDTO) MarshalJSON() ([]byte, error)

func (*NullableCountersDTO) Set ¶

func (v *NullableCountersDTO) Set(val *CountersDTO)

func (*NullableCountersDTO) UnmarshalJSON ¶

func (v *NullableCountersDTO) UnmarshalJSON(src []byte) error

func (*NullableCountersDTO) Unset ¶

func (v *NullableCountersDTO) Unset()

type NullableCountersEntity ¶

type NullableCountersEntity struct {
	// contains filtered or unexported fields
}

func NewNullableCountersEntity ¶

func NewNullableCountersEntity(val *CountersEntity) *NullableCountersEntity

func (NullableCountersEntity) Get ¶

func (NullableCountersEntity) IsSet ¶

func (v NullableCountersEntity) IsSet() bool

func (NullableCountersEntity) MarshalJSON ¶

func (v NullableCountersEntity) MarshalJSON() ([]byte, error)

func (*NullableCountersEntity) Set ¶

func (*NullableCountersEntity) UnmarshalJSON ¶

func (v *NullableCountersEntity) UnmarshalJSON(src []byte) error

func (*NullableCountersEntity) Unset ¶

func (v *NullableCountersEntity) Unset()

type NullableCountersSnapshotDTO ¶

type NullableCountersSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableCountersSnapshotDTO) Get ¶

func (NullableCountersSnapshotDTO) IsSet ¶

func (NullableCountersSnapshotDTO) MarshalJSON ¶

func (v NullableCountersSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableCountersSnapshotDTO) Set ¶

func (*NullableCountersSnapshotDTO) UnmarshalJSON ¶

func (v *NullableCountersSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableCountersSnapshotDTO) Unset ¶

func (v *NullableCountersSnapshotDTO) Unset()

type NullableCreateActiveRequestEntity ¶

type NullableCreateActiveRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableCreateActiveRequestEntity) Get ¶

func (NullableCreateActiveRequestEntity) IsSet ¶

func (NullableCreateActiveRequestEntity) MarshalJSON ¶

func (v NullableCreateActiveRequestEntity) MarshalJSON() ([]byte, error)

func (*NullableCreateActiveRequestEntity) Set ¶

func (*NullableCreateActiveRequestEntity) UnmarshalJSON ¶

func (v *NullableCreateActiveRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableCreateActiveRequestEntity) Unset ¶

type NullableCreateTemplateRequestEntity ¶

type NullableCreateTemplateRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableCreateTemplateRequestEntity) Get ¶

func (NullableCreateTemplateRequestEntity) IsSet ¶

func (NullableCreateTemplateRequestEntity) MarshalJSON ¶

func (v NullableCreateTemplateRequestEntity) MarshalJSON() ([]byte, error)

func (*NullableCreateTemplateRequestEntity) Set ¶

func (*NullableCreateTemplateRequestEntity) UnmarshalJSON ¶

func (v *NullableCreateTemplateRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableCreateTemplateRequestEntity) Unset ¶

type NullableCurrentUserEntity ¶

type NullableCurrentUserEntity struct {
	// contains filtered or unexported fields
}

func NewNullableCurrentUserEntity ¶

func NewNullableCurrentUserEntity(val *CurrentUserEntity) *NullableCurrentUserEntity

func (NullableCurrentUserEntity) Get ¶

func (NullableCurrentUserEntity) IsSet ¶

func (v NullableCurrentUserEntity) IsSet() bool

func (NullableCurrentUserEntity) MarshalJSON ¶

func (v NullableCurrentUserEntity) MarshalJSON() ([]byte, error)

func (*NullableCurrentUserEntity) Set ¶

func (*NullableCurrentUserEntity) UnmarshalJSON ¶

func (v *NullableCurrentUserEntity) UnmarshalJSON(src []byte) error

func (*NullableCurrentUserEntity) Unset ¶

func (v *NullableCurrentUserEntity) Unset()

type NullableDefinedType ¶

type NullableDefinedType struct {
	// contains filtered or unexported fields
}

func NewNullableDefinedType ¶

func NewNullableDefinedType(val *DefinedType) *NullableDefinedType

func (NullableDefinedType) Get ¶

func (NullableDefinedType) IsSet ¶

func (v NullableDefinedType) IsSet() bool

func (NullableDefinedType) MarshalJSON ¶

func (v NullableDefinedType) MarshalJSON() ([]byte, error)

func (*NullableDefinedType) Set ¶

func (v *NullableDefinedType) Set(val *DefinedType)

func (*NullableDefinedType) UnmarshalJSON ¶

func (v *NullableDefinedType) UnmarshalJSON(src []byte) error

func (*NullableDefinedType) Unset ¶

func (v *NullableDefinedType) Unset()

type NullableDifferenceDTO ¶

type NullableDifferenceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableDifferenceDTO ¶

func NewNullableDifferenceDTO(val *DifferenceDTO) *NullableDifferenceDTO

func (NullableDifferenceDTO) Get ¶

func (NullableDifferenceDTO) IsSet ¶

func (v NullableDifferenceDTO) IsSet() bool

func (NullableDifferenceDTO) MarshalJSON ¶

func (v NullableDifferenceDTO) MarshalJSON() ([]byte, error)

func (*NullableDifferenceDTO) Set ¶

func (v *NullableDifferenceDTO) Set(val *DifferenceDTO)

func (*NullableDifferenceDTO) UnmarshalJSON ¶

func (v *NullableDifferenceDTO) UnmarshalJSON(src []byte) error

func (*NullableDifferenceDTO) Unset ¶

func (v *NullableDifferenceDTO) Unset()

type NullableDimensionsDTO ¶

type NullableDimensionsDTO struct {
	// contains filtered or unexported fields
}

func NewNullableDimensionsDTO ¶

func NewNullableDimensionsDTO(val *DimensionsDTO) *NullableDimensionsDTO

func (NullableDimensionsDTO) Get ¶

func (NullableDimensionsDTO) IsSet ¶

func (v NullableDimensionsDTO) IsSet() bool

func (NullableDimensionsDTO) MarshalJSON ¶

func (v NullableDimensionsDTO) MarshalJSON() ([]byte, error)

func (*NullableDimensionsDTO) Set ¶

func (v *NullableDimensionsDTO) Set(val *DimensionsDTO)

func (*NullableDimensionsDTO) UnmarshalJSON ¶

func (v *NullableDimensionsDTO) UnmarshalJSON(src []byte) error

func (*NullableDimensionsDTO) Unset ¶

func (v *NullableDimensionsDTO) Unset()

type NullableDocumentedTypeDTO ¶

type NullableDocumentedTypeDTO struct {
	// contains filtered or unexported fields
}

func NewNullableDocumentedTypeDTO ¶

func NewNullableDocumentedTypeDTO(val *DocumentedTypeDTO) *NullableDocumentedTypeDTO

func (NullableDocumentedTypeDTO) Get ¶

func (NullableDocumentedTypeDTO) IsSet ¶

func (v NullableDocumentedTypeDTO) IsSet() bool

func (NullableDocumentedTypeDTO) MarshalJSON ¶

func (v NullableDocumentedTypeDTO) MarshalJSON() ([]byte, error)

func (*NullableDocumentedTypeDTO) Set ¶

func (*NullableDocumentedTypeDTO) UnmarshalJSON ¶

func (v *NullableDocumentedTypeDTO) UnmarshalJSON(src []byte) error

func (*NullableDocumentedTypeDTO) Unset ¶

func (v *NullableDocumentedTypeDTO) Unset()

type NullableDropRequestDTO ¶

type NullableDropRequestDTO struct {
	// contains filtered or unexported fields
}

func NewNullableDropRequestDTO ¶

func NewNullableDropRequestDTO(val *DropRequestDTO) *NullableDropRequestDTO

func (NullableDropRequestDTO) Get ¶

func (NullableDropRequestDTO) IsSet ¶

func (v NullableDropRequestDTO) IsSet() bool

func (NullableDropRequestDTO) MarshalJSON ¶

func (v NullableDropRequestDTO) MarshalJSON() ([]byte, error)

func (*NullableDropRequestDTO) Set ¶

func (*NullableDropRequestDTO) UnmarshalJSON ¶

func (v *NullableDropRequestDTO) UnmarshalJSON(src []byte) error

func (*NullableDropRequestDTO) Unset ¶

func (v *NullableDropRequestDTO) Unset()

type NullableDropRequestEntity ¶

type NullableDropRequestEntity struct {
	// contains filtered or unexported fields
}

func NewNullableDropRequestEntity ¶

func NewNullableDropRequestEntity(val *DropRequestEntity) *NullableDropRequestEntity

func (NullableDropRequestEntity) Get ¶

func (NullableDropRequestEntity) IsSet ¶

func (v NullableDropRequestEntity) IsSet() bool

func (NullableDropRequestEntity) MarshalJSON ¶

func (v NullableDropRequestEntity) MarshalJSON() ([]byte, error)

func (*NullableDropRequestEntity) Set ¶

func (*NullableDropRequestEntity) UnmarshalJSON ¶

func (v *NullableDropRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableDropRequestEntity) Unset ¶

func (v *NullableDropRequestEntity) Unset()

type NullableDynamicProperty ¶

type NullableDynamicProperty struct {
	// contains filtered or unexported fields
}

func NewNullableDynamicProperty ¶

func NewNullableDynamicProperty(val *DynamicProperty) *NullableDynamicProperty

func (NullableDynamicProperty) Get ¶

func (NullableDynamicProperty) IsSet ¶

func (v NullableDynamicProperty) IsSet() bool

func (NullableDynamicProperty) MarshalJSON ¶

func (v NullableDynamicProperty) MarshalJSON() ([]byte, error)

func (*NullableDynamicProperty) Set ¶

func (*NullableDynamicProperty) UnmarshalJSON ¶

func (v *NullableDynamicProperty) UnmarshalJSON(src []byte) error

func (*NullableDynamicProperty) Unset ¶

func (v *NullableDynamicProperty) Unset()

type NullableDynamicRelationship ¶

type NullableDynamicRelationship struct {
	// contains filtered or unexported fields
}

func (NullableDynamicRelationship) Get ¶

func (NullableDynamicRelationship) IsSet ¶

func (NullableDynamicRelationship) MarshalJSON ¶

func (v NullableDynamicRelationship) MarshalJSON() ([]byte, error)

func (*NullableDynamicRelationship) Set ¶

func (*NullableDynamicRelationship) UnmarshalJSON ¶

func (v *NullableDynamicRelationship) UnmarshalJSON(src []byte) error

func (*NullableDynamicRelationship) Unset ¶

func (v *NullableDynamicRelationship) Unset()

type NullableExplicitRestrictionDTO ¶

type NullableExplicitRestrictionDTO struct {
	// contains filtered or unexported fields
}

func (NullableExplicitRestrictionDTO) Get ¶

func (NullableExplicitRestrictionDTO) IsSet ¶

func (NullableExplicitRestrictionDTO) MarshalJSON ¶

func (v NullableExplicitRestrictionDTO) MarshalJSON() ([]byte, error)

func (*NullableExplicitRestrictionDTO) Set ¶

func (*NullableExplicitRestrictionDTO) UnmarshalJSON ¶

func (v *NullableExplicitRestrictionDTO) UnmarshalJSON(src []byte) error

func (*NullableExplicitRestrictionDTO) Unset ¶

func (v *NullableExplicitRestrictionDTO) Unset()

type NullableExternalControllerServiceReference ¶

type NullableExternalControllerServiceReference struct {
	// contains filtered or unexported fields
}

func (NullableExternalControllerServiceReference) Get ¶

func (NullableExternalControllerServiceReference) IsSet ¶

func (NullableExternalControllerServiceReference) MarshalJSON ¶

func (*NullableExternalControllerServiceReference) Set ¶

func (*NullableExternalControllerServiceReference) UnmarshalJSON ¶

func (v *NullableExternalControllerServiceReference) UnmarshalJSON(src []byte) error

func (*NullableExternalControllerServiceReference) Unset ¶

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableFlowBreadcrumbDTO ¶

type NullableFlowBreadcrumbDTO struct {
	// contains filtered or unexported fields
}

func NewNullableFlowBreadcrumbDTO ¶

func NewNullableFlowBreadcrumbDTO(val *FlowBreadcrumbDTO) *NullableFlowBreadcrumbDTO

func (NullableFlowBreadcrumbDTO) Get ¶

func (NullableFlowBreadcrumbDTO) IsSet ¶

func (v NullableFlowBreadcrumbDTO) IsSet() bool

func (NullableFlowBreadcrumbDTO) MarshalJSON ¶

func (v NullableFlowBreadcrumbDTO) MarshalJSON() ([]byte, error)

func (*NullableFlowBreadcrumbDTO) Set ¶

func (*NullableFlowBreadcrumbDTO) UnmarshalJSON ¶

func (v *NullableFlowBreadcrumbDTO) UnmarshalJSON(src []byte) error

func (*NullableFlowBreadcrumbDTO) Unset ¶

func (v *NullableFlowBreadcrumbDTO) Unset()

type NullableFlowBreadcrumbEntity ¶

type NullableFlowBreadcrumbEntity struct {
	// contains filtered or unexported fields
}

func (NullableFlowBreadcrumbEntity) Get ¶

func (NullableFlowBreadcrumbEntity) IsSet ¶

func (NullableFlowBreadcrumbEntity) MarshalJSON ¶

func (v NullableFlowBreadcrumbEntity) MarshalJSON() ([]byte, error)

func (*NullableFlowBreadcrumbEntity) Set ¶

func (*NullableFlowBreadcrumbEntity) UnmarshalJSON ¶

func (v *NullableFlowBreadcrumbEntity) UnmarshalJSON(src []byte) error

func (*NullableFlowBreadcrumbEntity) Unset ¶

func (v *NullableFlowBreadcrumbEntity) Unset()

type NullableFlowComparisonEntity ¶

type NullableFlowComparisonEntity struct {
	// contains filtered or unexported fields
}

func (NullableFlowComparisonEntity) Get ¶

func (NullableFlowComparisonEntity) IsSet ¶

func (NullableFlowComparisonEntity) MarshalJSON ¶

func (v NullableFlowComparisonEntity) MarshalJSON() ([]byte, error)

func (*NullableFlowComparisonEntity) Set ¶

func (*NullableFlowComparisonEntity) UnmarshalJSON ¶

func (v *NullableFlowComparisonEntity) UnmarshalJSON(src []byte) error

func (*NullableFlowComparisonEntity) Unset ¶

func (v *NullableFlowComparisonEntity) Unset()

type NullableFlowConfigurationDTO ¶

type NullableFlowConfigurationDTO struct {
	// contains filtered or unexported fields
}

func (NullableFlowConfigurationDTO) Get ¶

func (NullableFlowConfigurationDTO) IsSet ¶

func (NullableFlowConfigurationDTO) MarshalJSON ¶

func (v NullableFlowConfigurationDTO) MarshalJSON() ([]byte, error)

func (*NullableFlowConfigurationDTO) Set ¶

func (*NullableFlowConfigurationDTO) UnmarshalJSON ¶

func (v *NullableFlowConfigurationDTO) UnmarshalJSON(src []byte) error

func (*NullableFlowConfigurationDTO) Unset ¶

func (v *NullableFlowConfigurationDTO) Unset()

type NullableFlowConfigurationEntity ¶

type NullableFlowConfigurationEntity struct {
	// contains filtered or unexported fields
}

func (NullableFlowConfigurationEntity) Get ¶

func (NullableFlowConfigurationEntity) IsSet ¶

func (NullableFlowConfigurationEntity) MarshalJSON ¶

func (v NullableFlowConfigurationEntity) MarshalJSON() ([]byte, error)

func (*NullableFlowConfigurationEntity) Set ¶

func (*NullableFlowConfigurationEntity) UnmarshalJSON ¶

func (v *NullableFlowConfigurationEntity) UnmarshalJSON(src []byte) error

func (*NullableFlowConfigurationEntity) Unset ¶

type NullableFlowDTO ¶

type NullableFlowDTO struct {
	// contains filtered or unexported fields
}

func NewNullableFlowDTO ¶

func NewNullableFlowDTO(val *FlowDTO) *NullableFlowDTO

func (NullableFlowDTO) Get ¶

func (v NullableFlowDTO) Get() *FlowDTO

func (NullableFlowDTO) IsSet ¶

func (v NullableFlowDTO) IsSet() bool

func (NullableFlowDTO) MarshalJSON ¶

func (v NullableFlowDTO) MarshalJSON() ([]byte, error)

func (*NullableFlowDTO) Set ¶

func (v *NullableFlowDTO) Set(val *FlowDTO)

func (*NullableFlowDTO) UnmarshalJSON ¶

func (v *NullableFlowDTO) UnmarshalJSON(src []byte) error

func (*NullableFlowDTO) Unset ¶

func (v *NullableFlowDTO) Unset()

type NullableFlowEntity ¶

type NullableFlowEntity struct {
	// contains filtered or unexported fields
}

func NewNullableFlowEntity ¶

func NewNullableFlowEntity(val *FlowEntity) *NullableFlowEntity

func (NullableFlowEntity) Get ¶

func (v NullableFlowEntity) Get() *FlowEntity

func (NullableFlowEntity) IsSet ¶

func (v NullableFlowEntity) IsSet() bool

func (NullableFlowEntity) MarshalJSON ¶

func (v NullableFlowEntity) MarshalJSON() ([]byte, error)

func (*NullableFlowEntity) Set ¶

func (v *NullableFlowEntity) Set(val *FlowEntity)

func (*NullableFlowEntity) UnmarshalJSON ¶

func (v *NullableFlowEntity) UnmarshalJSON(src []byte) error

func (*NullableFlowEntity) Unset ¶

func (v *NullableFlowEntity) Unset()

type NullableFlowFileDTO ¶

type NullableFlowFileDTO struct {
	// contains filtered or unexported fields
}

func NewNullableFlowFileDTO ¶

func NewNullableFlowFileDTO(val *FlowFileDTO) *NullableFlowFileDTO

func (NullableFlowFileDTO) Get ¶

func (NullableFlowFileDTO) IsSet ¶

func (v NullableFlowFileDTO) IsSet() bool

func (NullableFlowFileDTO) MarshalJSON ¶

func (v NullableFlowFileDTO) MarshalJSON() ([]byte, error)

func (*NullableFlowFileDTO) Set ¶

func (v *NullableFlowFileDTO) Set(val *FlowFileDTO)

func (*NullableFlowFileDTO) UnmarshalJSON ¶

func (v *NullableFlowFileDTO) UnmarshalJSON(src []byte) error

func (*NullableFlowFileDTO) Unset ¶

func (v *NullableFlowFileDTO) Unset()

type NullableFlowFileEntity ¶

type NullableFlowFileEntity struct {
	// contains filtered or unexported fields
}

func NewNullableFlowFileEntity ¶

func NewNullableFlowFileEntity(val *FlowFileEntity) *NullableFlowFileEntity

func (NullableFlowFileEntity) Get ¶

func (NullableFlowFileEntity) IsSet ¶

func (v NullableFlowFileEntity) IsSet() bool

func (NullableFlowFileEntity) MarshalJSON ¶

func (v NullableFlowFileEntity) MarshalJSON() ([]byte, error)

func (*NullableFlowFileEntity) Set ¶

func (*NullableFlowFileEntity) UnmarshalJSON ¶

func (v *NullableFlowFileEntity) UnmarshalJSON(src []byte) error

func (*NullableFlowFileEntity) Unset ¶

func (v *NullableFlowFileEntity) Unset()

type NullableFlowFileSummaryDTO ¶

type NullableFlowFileSummaryDTO struct {
	// contains filtered or unexported fields
}

func NewNullableFlowFileSummaryDTO ¶

func NewNullableFlowFileSummaryDTO(val *FlowFileSummaryDTO) *NullableFlowFileSummaryDTO

func (NullableFlowFileSummaryDTO) Get ¶

func (NullableFlowFileSummaryDTO) IsSet ¶

func (v NullableFlowFileSummaryDTO) IsSet() bool

func (NullableFlowFileSummaryDTO) MarshalJSON ¶

func (v NullableFlowFileSummaryDTO) MarshalJSON() ([]byte, error)

func (*NullableFlowFileSummaryDTO) Set ¶

func (*NullableFlowFileSummaryDTO) UnmarshalJSON ¶

func (v *NullableFlowFileSummaryDTO) UnmarshalJSON(src []byte) error

func (*NullableFlowFileSummaryDTO) Unset ¶

func (v *NullableFlowFileSummaryDTO) Unset()

type NullableFlowRegistryBucket ¶

type NullableFlowRegistryBucket struct {
	// contains filtered or unexported fields
}

func NewNullableFlowRegistryBucket ¶

func NewNullableFlowRegistryBucket(val *FlowRegistryBucket) *NullableFlowRegistryBucket

func (NullableFlowRegistryBucket) Get ¶

func (NullableFlowRegistryBucket) IsSet ¶

func (v NullableFlowRegistryBucket) IsSet() bool

func (NullableFlowRegistryBucket) MarshalJSON ¶

func (v NullableFlowRegistryBucket) MarshalJSON() ([]byte, error)

func (*NullableFlowRegistryBucket) Set ¶

func (*NullableFlowRegistryBucket) UnmarshalJSON ¶

func (v *NullableFlowRegistryBucket) UnmarshalJSON(src []byte) error

func (*NullableFlowRegistryBucket) Unset ¶

func (v *NullableFlowRegistryBucket) Unset()

type NullableFlowRegistryBucketDTO ¶

type NullableFlowRegistryBucketDTO struct {
	// contains filtered or unexported fields
}

func (NullableFlowRegistryBucketDTO) Get ¶

func (NullableFlowRegistryBucketDTO) IsSet ¶

func (NullableFlowRegistryBucketDTO) MarshalJSON ¶

func (v NullableFlowRegistryBucketDTO) MarshalJSON() ([]byte, error)

func (*NullableFlowRegistryBucketDTO) Set ¶

func (*NullableFlowRegistryBucketDTO) UnmarshalJSON ¶

func (v *NullableFlowRegistryBucketDTO) UnmarshalJSON(src []byte) error

func (*NullableFlowRegistryBucketDTO) Unset ¶

func (v *NullableFlowRegistryBucketDTO) Unset()

type NullableFlowRegistryBucketEntity ¶

type NullableFlowRegistryBucketEntity struct {
	// contains filtered or unexported fields
}

func (NullableFlowRegistryBucketEntity) Get ¶

func (NullableFlowRegistryBucketEntity) IsSet ¶

func (NullableFlowRegistryBucketEntity) MarshalJSON ¶

func (v NullableFlowRegistryBucketEntity) MarshalJSON() ([]byte, error)

func (*NullableFlowRegistryBucketEntity) Set ¶

func (*NullableFlowRegistryBucketEntity) UnmarshalJSON ¶

func (v *NullableFlowRegistryBucketEntity) UnmarshalJSON(src []byte) error

func (*NullableFlowRegistryBucketEntity) Unset ¶

type NullableFlowRegistryBucketsEntity ¶

type NullableFlowRegistryBucketsEntity struct {
	// contains filtered or unexported fields
}

func (NullableFlowRegistryBucketsEntity) Get ¶

func (NullableFlowRegistryBucketsEntity) IsSet ¶

func (NullableFlowRegistryBucketsEntity) MarshalJSON ¶

func (v NullableFlowRegistryBucketsEntity) MarshalJSON() ([]byte, error)

func (*NullableFlowRegistryBucketsEntity) Set ¶

func (*NullableFlowRegistryBucketsEntity) UnmarshalJSON ¶

func (v *NullableFlowRegistryBucketsEntity) UnmarshalJSON(src []byte) error

func (*NullableFlowRegistryBucketsEntity) Unset ¶

type NullableFlowRegistryClientDTO ¶

type NullableFlowRegistryClientDTO struct {
	// contains filtered or unexported fields
}

func (NullableFlowRegistryClientDTO) Get ¶

func (NullableFlowRegistryClientDTO) IsSet ¶

func (NullableFlowRegistryClientDTO) MarshalJSON ¶

func (v NullableFlowRegistryClientDTO) MarshalJSON() ([]byte, error)

func (*NullableFlowRegistryClientDTO) Set ¶

func (*NullableFlowRegistryClientDTO) UnmarshalJSON ¶

func (v *NullableFlowRegistryClientDTO) UnmarshalJSON(src []byte) error

func (*NullableFlowRegistryClientDTO) Unset ¶

func (v *NullableFlowRegistryClientDTO) Unset()

type NullableFlowRegistryClientEntity ¶

type NullableFlowRegistryClientEntity struct {
	// contains filtered or unexported fields
}

func (NullableFlowRegistryClientEntity) Get ¶

func (NullableFlowRegistryClientEntity) IsSet ¶

func (NullableFlowRegistryClientEntity) MarshalJSON ¶

func (v NullableFlowRegistryClientEntity) MarshalJSON() ([]byte, error)

func (*NullableFlowRegistryClientEntity) Set ¶

func (*NullableFlowRegistryClientEntity) UnmarshalJSON ¶

func (v *NullableFlowRegistryClientEntity) UnmarshalJSON(src []byte) error

func (*NullableFlowRegistryClientEntity) Unset ¶

type NullableFlowRegistryClientTypesEntity ¶

type NullableFlowRegistryClientTypesEntity struct {
	// contains filtered or unexported fields
}

func (NullableFlowRegistryClientTypesEntity) Get ¶

func (NullableFlowRegistryClientTypesEntity) IsSet ¶

func (NullableFlowRegistryClientTypesEntity) MarshalJSON ¶

func (v NullableFlowRegistryClientTypesEntity) MarshalJSON() ([]byte, error)

func (*NullableFlowRegistryClientTypesEntity) Set ¶

func (*NullableFlowRegistryClientTypesEntity) UnmarshalJSON ¶

func (v *NullableFlowRegistryClientTypesEntity) UnmarshalJSON(src []byte) error

func (*NullableFlowRegistryClientTypesEntity) Unset ¶

type NullableFlowRegistryClientsEntity ¶

type NullableFlowRegistryClientsEntity struct {
	// contains filtered or unexported fields
}

func (NullableFlowRegistryClientsEntity) Get ¶

func (NullableFlowRegistryClientsEntity) IsSet ¶

func (NullableFlowRegistryClientsEntity) MarshalJSON ¶

func (v NullableFlowRegistryClientsEntity) MarshalJSON() ([]byte, error)

func (*NullableFlowRegistryClientsEntity) Set ¶

func (*NullableFlowRegistryClientsEntity) UnmarshalJSON ¶

func (v *NullableFlowRegistryClientsEntity) UnmarshalJSON(src []byte) error

func (*NullableFlowRegistryClientsEntity) Unset ¶

type NullableFlowRegistryPermissions ¶

type NullableFlowRegistryPermissions struct {
	// contains filtered or unexported fields
}

func (NullableFlowRegistryPermissions) Get ¶

func (NullableFlowRegistryPermissions) IsSet ¶

func (NullableFlowRegistryPermissions) MarshalJSON ¶

func (v NullableFlowRegistryPermissions) MarshalJSON() ([]byte, error)

func (*NullableFlowRegistryPermissions) Set ¶

func (*NullableFlowRegistryPermissions) UnmarshalJSON ¶

func (v *NullableFlowRegistryPermissions) UnmarshalJSON(src []byte) error

func (*NullableFlowRegistryPermissions) Unset ¶

type NullableFlowSnippetDTO ¶

type NullableFlowSnippetDTO struct {
	// contains filtered or unexported fields
}

func NewNullableFlowSnippetDTO ¶

func NewNullableFlowSnippetDTO(val *FlowSnippetDTO) *NullableFlowSnippetDTO

func (NullableFlowSnippetDTO) Get ¶

func (NullableFlowSnippetDTO) IsSet ¶

func (v NullableFlowSnippetDTO) IsSet() bool

func (NullableFlowSnippetDTO) MarshalJSON ¶

func (v NullableFlowSnippetDTO) MarshalJSON() ([]byte, error)

func (*NullableFlowSnippetDTO) Set ¶

func (*NullableFlowSnippetDTO) UnmarshalJSON ¶

func (v *NullableFlowSnippetDTO) UnmarshalJSON(src []byte) error

func (*NullableFlowSnippetDTO) Unset ¶

func (v *NullableFlowSnippetDTO) Unset()

type NullableFunnelDTO ¶

type NullableFunnelDTO struct {
	// contains filtered or unexported fields
}

func NewNullableFunnelDTO ¶

func NewNullableFunnelDTO(val *FunnelDTO) *NullableFunnelDTO

func (NullableFunnelDTO) Get ¶

func (v NullableFunnelDTO) Get() *FunnelDTO

func (NullableFunnelDTO) IsSet ¶

func (v NullableFunnelDTO) IsSet() bool

func (NullableFunnelDTO) MarshalJSON ¶

func (v NullableFunnelDTO) MarshalJSON() ([]byte, error)

func (*NullableFunnelDTO) Set ¶

func (v *NullableFunnelDTO) Set(val *FunnelDTO)

func (*NullableFunnelDTO) UnmarshalJSON ¶

func (v *NullableFunnelDTO) UnmarshalJSON(src []byte) error

func (*NullableFunnelDTO) Unset ¶

func (v *NullableFunnelDTO) Unset()

type NullableFunnelEntity ¶

type NullableFunnelEntity struct {
	// contains filtered or unexported fields
}

func NewNullableFunnelEntity ¶

func NewNullableFunnelEntity(val *FunnelEntity) *NullableFunnelEntity

func (NullableFunnelEntity) Get ¶

func (NullableFunnelEntity) IsSet ¶

func (v NullableFunnelEntity) IsSet() bool

func (NullableFunnelEntity) MarshalJSON ¶

func (v NullableFunnelEntity) MarshalJSON() ([]byte, error)

func (*NullableFunnelEntity) Set ¶

func (v *NullableFunnelEntity) Set(val *FunnelEntity)

func (*NullableFunnelEntity) UnmarshalJSON ¶

func (v *NullableFunnelEntity) UnmarshalJSON(src []byte) error

func (*NullableFunnelEntity) Unset ¶

func (v *NullableFunnelEntity) Unset()

type NullableFunnelsEntity ¶

type NullableFunnelsEntity struct {
	// contains filtered or unexported fields
}

func NewNullableFunnelsEntity ¶

func NewNullableFunnelsEntity(val *FunnelsEntity) *NullableFunnelsEntity

func (NullableFunnelsEntity) Get ¶

func (NullableFunnelsEntity) IsSet ¶

func (v NullableFunnelsEntity) IsSet() bool

func (NullableFunnelsEntity) MarshalJSON ¶

func (v NullableFunnelsEntity) MarshalJSON() ([]byte, error)

func (*NullableFunnelsEntity) Set ¶

func (v *NullableFunnelsEntity) Set(val *FunnelsEntity)

func (*NullableFunnelsEntity) UnmarshalJSON ¶

func (v *NullableFunnelsEntity) UnmarshalJSON(src []byte) error

func (*NullableFunnelsEntity) Unset ¶

func (v *NullableFunnelsEntity) Unset()

type NullableGCDiagnosticsSnapshotDTO ¶

type NullableGCDiagnosticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableGCDiagnosticsSnapshotDTO) Get ¶

func (NullableGCDiagnosticsSnapshotDTO) IsSet ¶

func (NullableGCDiagnosticsSnapshotDTO) MarshalJSON ¶

func (v NullableGCDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableGCDiagnosticsSnapshotDTO) Set ¶

func (*NullableGCDiagnosticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableGCDiagnosticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableGCDiagnosticsSnapshotDTO) Unset ¶

type NullableGarbageCollectionDTO ¶

type NullableGarbageCollectionDTO struct {
	// contains filtered or unexported fields
}

func (NullableGarbageCollectionDTO) Get ¶

func (NullableGarbageCollectionDTO) IsSet ¶

func (NullableGarbageCollectionDTO) MarshalJSON ¶

func (v NullableGarbageCollectionDTO) MarshalJSON() ([]byte, error)

func (*NullableGarbageCollectionDTO) Set ¶

func (*NullableGarbageCollectionDTO) UnmarshalJSON ¶

func (v *NullableGarbageCollectionDTO) UnmarshalJSON(src []byte) error

func (*NullableGarbageCollectionDTO) Unset ¶

func (v *NullableGarbageCollectionDTO) Unset()

type NullableGarbageCollectionDiagnosticsDTO ¶

type NullableGarbageCollectionDiagnosticsDTO struct {
	// contains filtered or unexported fields
}

func (NullableGarbageCollectionDiagnosticsDTO) Get ¶

func (NullableGarbageCollectionDiagnosticsDTO) IsSet ¶

func (NullableGarbageCollectionDiagnosticsDTO) MarshalJSON ¶

func (v NullableGarbageCollectionDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*NullableGarbageCollectionDiagnosticsDTO) Set ¶

func (*NullableGarbageCollectionDiagnosticsDTO) UnmarshalJSON ¶

func (v *NullableGarbageCollectionDiagnosticsDTO) UnmarshalJSON(src []byte) error

func (*NullableGarbageCollectionDiagnosticsDTO) Unset ¶

type NullableHistoryDTO ¶

type NullableHistoryDTO struct {
	// contains filtered or unexported fields
}

func NewNullableHistoryDTO ¶

func NewNullableHistoryDTO(val *HistoryDTO) *NullableHistoryDTO

func (NullableHistoryDTO) Get ¶

func (v NullableHistoryDTO) Get() *HistoryDTO

func (NullableHistoryDTO) IsSet ¶

func (v NullableHistoryDTO) IsSet() bool

func (NullableHistoryDTO) MarshalJSON ¶

func (v NullableHistoryDTO) MarshalJSON() ([]byte, error)

func (*NullableHistoryDTO) Set ¶

func (v *NullableHistoryDTO) Set(val *HistoryDTO)

func (*NullableHistoryDTO) UnmarshalJSON ¶

func (v *NullableHistoryDTO) UnmarshalJSON(src []byte) error

func (*NullableHistoryDTO) Unset ¶

func (v *NullableHistoryDTO) Unset()

type NullableHistoryEntity ¶

type NullableHistoryEntity struct {
	// contains filtered or unexported fields
}

func NewNullableHistoryEntity ¶

func NewNullableHistoryEntity(val *HistoryEntity) *NullableHistoryEntity

func (NullableHistoryEntity) Get ¶

func (NullableHistoryEntity) IsSet ¶

func (v NullableHistoryEntity) IsSet() bool

func (NullableHistoryEntity) MarshalJSON ¶

func (v NullableHistoryEntity) MarshalJSON() ([]byte, error)

func (*NullableHistoryEntity) Set ¶

func (v *NullableHistoryEntity) Set(val *HistoryEntity)

func (*NullableHistoryEntity) UnmarshalJSON ¶

func (v *NullableHistoryEntity) UnmarshalJSON(src []byte) error

func (*NullableHistoryEntity) Unset ¶

func (v *NullableHistoryEntity) Unset()

type NullableInputPortsEntity ¶

type NullableInputPortsEntity struct {
	// contains filtered or unexported fields
}

func NewNullableInputPortsEntity ¶

func NewNullableInputPortsEntity(val *InputPortsEntity) *NullableInputPortsEntity

func (NullableInputPortsEntity) Get ¶

func (NullableInputPortsEntity) IsSet ¶

func (v NullableInputPortsEntity) IsSet() bool

func (NullableInputPortsEntity) MarshalJSON ¶

func (v NullableInputPortsEntity) MarshalJSON() ([]byte, error)

func (*NullableInputPortsEntity) Set ¶

func (*NullableInputPortsEntity) UnmarshalJSON ¶

func (v *NullableInputPortsEntity) UnmarshalJSON(src []byte) error

func (*NullableInputPortsEntity) Unset ¶

func (v *NullableInputPortsEntity) Unset()

type NullableInstantiateTemplateRequestEntity ¶

type NullableInstantiateTemplateRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableInstantiateTemplateRequestEntity) Get ¶

func (NullableInstantiateTemplateRequestEntity) IsSet ¶

func (NullableInstantiateTemplateRequestEntity) MarshalJSON ¶

func (*NullableInstantiateTemplateRequestEntity) Set ¶

func (*NullableInstantiateTemplateRequestEntity) UnmarshalJSON ¶

func (v *NullableInstantiateTemplateRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableInstantiateTemplateRequestEntity) Unset ¶

type NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableJVMControllerDiagnosticsSnapshotDTO ¶

type NullableJVMControllerDiagnosticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableJVMControllerDiagnosticsSnapshotDTO) Get ¶

func (NullableJVMControllerDiagnosticsSnapshotDTO) IsSet ¶

func (NullableJVMControllerDiagnosticsSnapshotDTO) MarshalJSON ¶

func (*NullableJVMControllerDiagnosticsSnapshotDTO) Set ¶

func (*NullableJVMControllerDiagnosticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableJVMControllerDiagnosticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableJVMControllerDiagnosticsSnapshotDTO) Unset ¶

type NullableJVMDiagnosticsDTO ¶

type NullableJVMDiagnosticsDTO struct {
	// contains filtered or unexported fields
}

func NewNullableJVMDiagnosticsDTO ¶

func NewNullableJVMDiagnosticsDTO(val *JVMDiagnosticsDTO) *NullableJVMDiagnosticsDTO

func (NullableJVMDiagnosticsDTO) Get ¶

func (NullableJVMDiagnosticsDTO) IsSet ¶

func (v NullableJVMDiagnosticsDTO) IsSet() bool

func (NullableJVMDiagnosticsDTO) MarshalJSON ¶

func (v NullableJVMDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*NullableJVMDiagnosticsDTO) Set ¶

func (*NullableJVMDiagnosticsDTO) UnmarshalJSON ¶

func (v *NullableJVMDiagnosticsDTO) UnmarshalJSON(src []byte) error

func (*NullableJVMDiagnosticsDTO) Unset ¶

func (v *NullableJVMDiagnosticsDTO) Unset()

type NullableJVMDiagnosticsSnapshotDTO ¶

type NullableJVMDiagnosticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableJVMDiagnosticsSnapshotDTO) Get ¶

func (NullableJVMDiagnosticsSnapshotDTO) IsSet ¶

func (NullableJVMDiagnosticsSnapshotDTO) MarshalJSON ¶

func (v NullableJVMDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableJVMDiagnosticsSnapshotDTO) Set ¶

func (*NullableJVMDiagnosticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableJVMDiagnosticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableJVMDiagnosticsSnapshotDTO) Unset ¶

type NullableJVMFlowDiagnosticsSnapshotDTO ¶

type NullableJVMFlowDiagnosticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableJVMFlowDiagnosticsSnapshotDTO) Get ¶

func (NullableJVMFlowDiagnosticsSnapshotDTO) IsSet ¶

func (NullableJVMFlowDiagnosticsSnapshotDTO) MarshalJSON ¶

func (v NullableJVMFlowDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableJVMFlowDiagnosticsSnapshotDTO) Set ¶

func (*NullableJVMFlowDiagnosticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableJVMFlowDiagnosticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableJVMFlowDiagnosticsSnapshotDTO) Unset ¶

type NullableJVMSystemDiagnosticsSnapshotDTO ¶

type NullableJVMSystemDiagnosticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableJVMSystemDiagnosticsSnapshotDTO) Get ¶

func (NullableJVMSystemDiagnosticsSnapshotDTO) IsSet ¶

func (NullableJVMSystemDiagnosticsSnapshotDTO) MarshalJSON ¶

func (v NullableJVMSystemDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableJVMSystemDiagnosticsSnapshotDTO) Set ¶

func (*NullableJVMSystemDiagnosticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableJVMSystemDiagnosticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableJVMSystemDiagnosticsSnapshotDTO) Unset ¶

type NullableJmxMetricsResultDTO ¶

type NullableJmxMetricsResultDTO struct {
	// contains filtered or unexported fields
}

func (NullableJmxMetricsResultDTO) Get ¶

func (NullableJmxMetricsResultDTO) IsSet ¶

func (NullableJmxMetricsResultDTO) MarshalJSON ¶

func (v NullableJmxMetricsResultDTO) MarshalJSON() ([]byte, error)

func (*NullableJmxMetricsResultDTO) Set ¶

func (*NullableJmxMetricsResultDTO) UnmarshalJSON ¶

func (v *NullableJmxMetricsResultDTO) UnmarshalJSON(src []byte) error

func (*NullableJmxMetricsResultDTO) Unset ¶

func (v *NullableJmxMetricsResultDTO) Unset()

type NullableJmxMetricsResultsEntity ¶

type NullableJmxMetricsResultsEntity struct {
	// contains filtered or unexported fields
}

func (NullableJmxMetricsResultsEntity) Get ¶

func (NullableJmxMetricsResultsEntity) IsSet ¶

func (NullableJmxMetricsResultsEntity) MarshalJSON ¶

func (v NullableJmxMetricsResultsEntity) MarshalJSON() ([]byte, error)

func (*NullableJmxMetricsResultsEntity) Set ¶

func (*NullableJmxMetricsResultsEntity) UnmarshalJSON ¶

func (v *NullableJmxMetricsResultsEntity) UnmarshalJSON(src []byte) error

func (*NullableJmxMetricsResultsEntity) Unset ¶

type NullableLabelDTO ¶

type NullableLabelDTO struct {
	// contains filtered or unexported fields
}

func NewNullableLabelDTO ¶

func NewNullableLabelDTO(val *LabelDTO) *NullableLabelDTO

func (NullableLabelDTO) Get ¶

func (v NullableLabelDTO) Get() *LabelDTO

func (NullableLabelDTO) IsSet ¶

func (v NullableLabelDTO) IsSet() bool

func (NullableLabelDTO) MarshalJSON ¶

func (v NullableLabelDTO) MarshalJSON() ([]byte, error)

func (*NullableLabelDTO) Set ¶

func (v *NullableLabelDTO) Set(val *LabelDTO)

func (*NullableLabelDTO) UnmarshalJSON ¶

func (v *NullableLabelDTO) UnmarshalJSON(src []byte) error

func (*NullableLabelDTO) Unset ¶

func (v *NullableLabelDTO) Unset()

type NullableLabelEntity ¶

type NullableLabelEntity struct {
	// contains filtered or unexported fields
}

func NewNullableLabelEntity ¶

func NewNullableLabelEntity(val *LabelEntity) *NullableLabelEntity

func (NullableLabelEntity) Get ¶

func (NullableLabelEntity) IsSet ¶

func (v NullableLabelEntity) IsSet() bool

func (NullableLabelEntity) MarshalJSON ¶

func (v NullableLabelEntity) MarshalJSON() ([]byte, error)

func (*NullableLabelEntity) Set ¶

func (v *NullableLabelEntity) Set(val *LabelEntity)

func (*NullableLabelEntity) UnmarshalJSON ¶

func (v *NullableLabelEntity) UnmarshalJSON(src []byte) error

func (*NullableLabelEntity) Unset ¶

func (v *NullableLabelEntity) Unset()

type NullableLabelsEntity ¶

type NullableLabelsEntity struct {
	// contains filtered or unexported fields
}

func NewNullableLabelsEntity ¶

func NewNullableLabelsEntity(val *LabelsEntity) *NullableLabelsEntity

func (NullableLabelsEntity) Get ¶

func (NullableLabelsEntity) IsSet ¶

func (v NullableLabelsEntity) IsSet() bool

func (NullableLabelsEntity) MarshalJSON ¶

func (v NullableLabelsEntity) MarshalJSON() ([]byte, error)

func (*NullableLabelsEntity) Set ¶

func (v *NullableLabelsEntity) Set(val *LabelsEntity)

func (*NullableLabelsEntity) UnmarshalJSON ¶

func (v *NullableLabelsEntity) UnmarshalJSON(src []byte) error

func (*NullableLabelsEntity) Unset ¶

func (v *NullableLabelsEntity) Unset()

type NullableLineageDTO ¶

type NullableLineageDTO struct {
	// contains filtered or unexported fields
}

func NewNullableLineageDTO ¶

func NewNullableLineageDTO(val *LineageDTO) *NullableLineageDTO

func (NullableLineageDTO) Get ¶

func (v NullableLineageDTO) Get() *LineageDTO

func (NullableLineageDTO) IsSet ¶

func (v NullableLineageDTO) IsSet() bool

func (NullableLineageDTO) MarshalJSON ¶

func (v NullableLineageDTO) MarshalJSON() ([]byte, error)

func (*NullableLineageDTO) Set ¶

func (v *NullableLineageDTO) Set(val *LineageDTO)

func (*NullableLineageDTO) UnmarshalJSON ¶

func (v *NullableLineageDTO) UnmarshalJSON(src []byte) error

func (*NullableLineageDTO) Unset ¶

func (v *NullableLineageDTO) Unset()

type NullableLineageEntity ¶

type NullableLineageEntity struct {
	// contains filtered or unexported fields
}

func NewNullableLineageEntity ¶

func NewNullableLineageEntity(val *LineageEntity) *NullableLineageEntity

func (NullableLineageEntity) Get ¶

func (NullableLineageEntity) IsSet ¶

func (v NullableLineageEntity) IsSet() bool

func (NullableLineageEntity) MarshalJSON ¶

func (v NullableLineageEntity) MarshalJSON() ([]byte, error)

func (*NullableLineageEntity) Set ¶

func (v *NullableLineageEntity) Set(val *LineageEntity)

func (*NullableLineageEntity) UnmarshalJSON ¶

func (v *NullableLineageEntity) UnmarshalJSON(src []byte) error

func (*NullableLineageEntity) Unset ¶

func (v *NullableLineageEntity) Unset()

type NullableLineageRequestDTO ¶

type NullableLineageRequestDTO struct {
	// contains filtered or unexported fields
}

func NewNullableLineageRequestDTO ¶

func NewNullableLineageRequestDTO(val *LineageRequestDTO) *NullableLineageRequestDTO

func (NullableLineageRequestDTO) Get ¶

func (NullableLineageRequestDTO) IsSet ¶

func (v NullableLineageRequestDTO) IsSet() bool

func (NullableLineageRequestDTO) MarshalJSON ¶

func (v NullableLineageRequestDTO) MarshalJSON() ([]byte, error)

func (*NullableLineageRequestDTO) Set ¶

func (*NullableLineageRequestDTO) UnmarshalJSON ¶

func (v *NullableLineageRequestDTO) UnmarshalJSON(src []byte) error

func (*NullableLineageRequestDTO) Unset ¶

func (v *NullableLineageRequestDTO) Unset()

type NullableLineageResultsDTO ¶

type NullableLineageResultsDTO struct {
	// contains filtered or unexported fields
}

func NewNullableLineageResultsDTO ¶

func NewNullableLineageResultsDTO(val *LineageResultsDTO) *NullableLineageResultsDTO

func (NullableLineageResultsDTO) Get ¶

func (NullableLineageResultsDTO) IsSet ¶

func (v NullableLineageResultsDTO) IsSet() bool

func (NullableLineageResultsDTO) MarshalJSON ¶

func (v NullableLineageResultsDTO) MarshalJSON() ([]byte, error)

func (*NullableLineageResultsDTO) Set ¶

func (*NullableLineageResultsDTO) UnmarshalJSON ¶

func (v *NullableLineageResultsDTO) UnmarshalJSON(src []byte) error

func (*NullableLineageResultsDTO) Unset ¶

func (v *NullableLineageResultsDTO) Unset()

type NullableListingRequestDTO ¶

type NullableListingRequestDTO struct {
	// contains filtered or unexported fields
}

func NewNullableListingRequestDTO ¶

func NewNullableListingRequestDTO(val *ListingRequestDTO) *NullableListingRequestDTO

func (NullableListingRequestDTO) Get ¶

func (NullableListingRequestDTO) IsSet ¶

func (v NullableListingRequestDTO) IsSet() bool

func (NullableListingRequestDTO) MarshalJSON ¶

func (v NullableListingRequestDTO) MarshalJSON() ([]byte, error)

func (*NullableListingRequestDTO) Set ¶

func (*NullableListingRequestDTO) UnmarshalJSON ¶

func (v *NullableListingRequestDTO) UnmarshalJSON(src []byte) error

func (*NullableListingRequestDTO) Unset ¶

func (v *NullableListingRequestDTO) Unset()

type NullableListingRequestEntity ¶

type NullableListingRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableListingRequestEntity) Get ¶

func (NullableListingRequestEntity) IsSet ¶

func (NullableListingRequestEntity) MarshalJSON ¶

func (v NullableListingRequestEntity) MarshalJSON() ([]byte, error)

func (*NullableListingRequestEntity) Set ¶

func (*NullableListingRequestEntity) UnmarshalJSON ¶

func (v *NullableListingRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableListingRequestEntity) Unset ¶

func (v *NullableListingRequestEntity) Unset()

type NullableLocalQueuePartitionDTO ¶

type NullableLocalQueuePartitionDTO struct {
	// contains filtered or unexported fields
}

func (NullableLocalQueuePartitionDTO) Get ¶

func (NullableLocalQueuePartitionDTO) IsSet ¶

func (NullableLocalQueuePartitionDTO) MarshalJSON ¶

func (v NullableLocalQueuePartitionDTO) MarshalJSON() ([]byte, error)

func (*NullableLocalQueuePartitionDTO) Set ¶

func (*NullableLocalQueuePartitionDTO) UnmarshalJSON ¶

func (v *NullableLocalQueuePartitionDTO) UnmarshalJSON(src []byte) error

func (*NullableLocalQueuePartitionDTO) Unset ¶

func (v *NullableLocalQueuePartitionDTO) Unset()

type NullableNodeConnectionStatisticsSnapshotDTO ¶

type NullableNodeConnectionStatisticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeConnectionStatisticsSnapshotDTO) Get ¶

func (NullableNodeConnectionStatisticsSnapshotDTO) IsSet ¶

func (NullableNodeConnectionStatisticsSnapshotDTO) MarshalJSON ¶

func (*NullableNodeConnectionStatisticsSnapshotDTO) Set ¶

func (*NullableNodeConnectionStatisticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableNodeConnectionStatisticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeConnectionStatisticsSnapshotDTO) Unset ¶

type NullableNodeConnectionStatusSnapshotDTO ¶

type NullableNodeConnectionStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeConnectionStatusSnapshotDTO) Get ¶

func (NullableNodeConnectionStatusSnapshotDTO) IsSet ¶

func (NullableNodeConnectionStatusSnapshotDTO) MarshalJSON ¶

func (v NullableNodeConnectionStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableNodeConnectionStatusSnapshotDTO) Set ¶

func (*NullableNodeConnectionStatusSnapshotDTO) UnmarshalJSON ¶

func (v *NullableNodeConnectionStatusSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeConnectionStatusSnapshotDTO) Unset ¶

type NullableNodeCountersSnapshotDTO ¶

type NullableNodeCountersSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeCountersSnapshotDTO) Get ¶

func (NullableNodeCountersSnapshotDTO) IsSet ¶

func (NullableNodeCountersSnapshotDTO) MarshalJSON ¶

func (v NullableNodeCountersSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableNodeCountersSnapshotDTO) Set ¶

func (*NullableNodeCountersSnapshotDTO) UnmarshalJSON ¶

func (v *NullableNodeCountersSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeCountersSnapshotDTO) Unset ¶

type NullableNodeDTO ¶

type NullableNodeDTO struct {
	// contains filtered or unexported fields
}

func NewNullableNodeDTO ¶

func NewNullableNodeDTO(val *NodeDTO) *NullableNodeDTO

func (NullableNodeDTO) Get ¶

func (v NullableNodeDTO) Get() *NodeDTO

func (NullableNodeDTO) IsSet ¶

func (v NullableNodeDTO) IsSet() bool

func (NullableNodeDTO) MarshalJSON ¶

func (v NullableNodeDTO) MarshalJSON() ([]byte, error)

func (*NullableNodeDTO) Set ¶

func (v *NullableNodeDTO) Set(val *NodeDTO)

func (*NullableNodeDTO) UnmarshalJSON ¶

func (v *NullableNodeDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeDTO) Unset ¶

func (v *NullableNodeDTO) Unset()

type NullableNodeEntity ¶

type NullableNodeEntity struct {
	// contains filtered or unexported fields
}

func NewNullableNodeEntity ¶

func NewNullableNodeEntity(val *NodeEntity) *NullableNodeEntity

func (NullableNodeEntity) Get ¶

func (v NullableNodeEntity) Get() *NodeEntity

func (NullableNodeEntity) IsSet ¶

func (v NullableNodeEntity) IsSet() bool

func (NullableNodeEntity) MarshalJSON ¶

func (v NullableNodeEntity) MarshalJSON() ([]byte, error)

func (*NullableNodeEntity) Set ¶

func (v *NullableNodeEntity) Set(val *NodeEntity)

func (*NullableNodeEntity) UnmarshalJSON ¶

func (v *NullableNodeEntity) UnmarshalJSON(src []byte) error

func (*NullableNodeEntity) Unset ¶

func (v *NullableNodeEntity) Unset()

type NullableNodeEventDTO ¶

type NullableNodeEventDTO struct {
	// contains filtered or unexported fields
}

func NewNullableNodeEventDTO ¶

func NewNullableNodeEventDTO(val *NodeEventDTO) *NullableNodeEventDTO

func (NullableNodeEventDTO) Get ¶

func (NullableNodeEventDTO) IsSet ¶

func (v NullableNodeEventDTO) IsSet() bool

func (NullableNodeEventDTO) MarshalJSON ¶

func (v NullableNodeEventDTO) MarshalJSON() ([]byte, error)

func (*NullableNodeEventDTO) Set ¶

func (v *NullableNodeEventDTO) Set(val *NodeEventDTO)

func (*NullableNodeEventDTO) UnmarshalJSON ¶

func (v *NullableNodeEventDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeEventDTO) Unset ¶

func (v *NullableNodeEventDTO) Unset()

type NullableNodeIdentifier ¶

type NullableNodeIdentifier struct {
	// contains filtered or unexported fields
}

func NewNullableNodeIdentifier ¶

func NewNullableNodeIdentifier(val *NodeIdentifier) *NullableNodeIdentifier

func (NullableNodeIdentifier) Get ¶

func (NullableNodeIdentifier) IsSet ¶

func (v NullableNodeIdentifier) IsSet() bool

func (NullableNodeIdentifier) MarshalJSON ¶

func (v NullableNodeIdentifier) MarshalJSON() ([]byte, error)

func (*NullableNodeIdentifier) Set ¶

func (*NullableNodeIdentifier) UnmarshalJSON ¶

func (v *NullableNodeIdentifier) UnmarshalJSON(src []byte) error

func (*NullableNodeIdentifier) Unset ¶

func (v *NullableNodeIdentifier) Unset()

type NullableNodeJVMDiagnosticsSnapshotDTO ¶

type NullableNodeJVMDiagnosticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeJVMDiagnosticsSnapshotDTO) Get ¶

func (NullableNodeJVMDiagnosticsSnapshotDTO) IsSet ¶

func (NullableNodeJVMDiagnosticsSnapshotDTO) MarshalJSON ¶

func (v NullableNodeJVMDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableNodeJVMDiagnosticsSnapshotDTO) Set ¶

func (*NullableNodeJVMDiagnosticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableNodeJVMDiagnosticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeJVMDiagnosticsSnapshotDTO) Unset ¶

type NullableNodePortStatusSnapshotDTO ¶

type NullableNodePortStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodePortStatusSnapshotDTO) Get ¶

func (NullableNodePortStatusSnapshotDTO) IsSet ¶

func (NullableNodePortStatusSnapshotDTO) MarshalJSON ¶

func (v NullableNodePortStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableNodePortStatusSnapshotDTO) Set ¶

func (*NullableNodePortStatusSnapshotDTO) UnmarshalJSON ¶

func (v *NullableNodePortStatusSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableNodePortStatusSnapshotDTO) Unset ¶

type NullableNodeProcessGroupStatusSnapshotDTO ¶

type NullableNodeProcessGroupStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeProcessGroupStatusSnapshotDTO) Get ¶

func (NullableNodeProcessGroupStatusSnapshotDTO) IsSet ¶

func (NullableNodeProcessGroupStatusSnapshotDTO) MarshalJSON ¶

func (*NullableNodeProcessGroupStatusSnapshotDTO) Set ¶

func (*NullableNodeProcessGroupStatusSnapshotDTO) UnmarshalJSON ¶

func (v *NullableNodeProcessGroupStatusSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeProcessGroupStatusSnapshotDTO) Unset ¶

type NullableNodeProcessorStatusSnapshotDTO ¶

type NullableNodeProcessorStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeProcessorStatusSnapshotDTO) Get ¶

func (NullableNodeProcessorStatusSnapshotDTO) IsSet ¶

func (NullableNodeProcessorStatusSnapshotDTO) MarshalJSON ¶

func (v NullableNodeProcessorStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableNodeProcessorStatusSnapshotDTO) Set ¶

func (*NullableNodeProcessorStatusSnapshotDTO) UnmarshalJSON ¶

func (v *NullableNodeProcessorStatusSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeProcessorStatusSnapshotDTO) Unset ¶

type NullableNodeRemoteProcessGroupStatusSnapshotDTO ¶

type NullableNodeRemoteProcessGroupStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeRemoteProcessGroupStatusSnapshotDTO) Get ¶

func (NullableNodeRemoteProcessGroupStatusSnapshotDTO) IsSet ¶

func (NullableNodeRemoteProcessGroupStatusSnapshotDTO) MarshalJSON ¶

func (*NullableNodeRemoteProcessGroupStatusSnapshotDTO) Set ¶

func (*NullableNodeRemoteProcessGroupStatusSnapshotDTO) UnmarshalJSON ¶

func (*NullableNodeRemoteProcessGroupStatusSnapshotDTO) Unset ¶

type NullableNodeReplayLastEventSnapshotDTO ¶

type NullableNodeReplayLastEventSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeReplayLastEventSnapshotDTO) Get ¶

func (NullableNodeReplayLastEventSnapshotDTO) IsSet ¶

func (NullableNodeReplayLastEventSnapshotDTO) MarshalJSON ¶

func (v NullableNodeReplayLastEventSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableNodeReplayLastEventSnapshotDTO) Set ¶

func (*NullableNodeReplayLastEventSnapshotDTO) UnmarshalJSON ¶

func (v *NullableNodeReplayLastEventSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeReplayLastEventSnapshotDTO) Unset ¶

type NullableNodeResponse ¶

type NullableNodeResponse struct {
	// contains filtered or unexported fields
}

func NewNullableNodeResponse ¶

func NewNullableNodeResponse(val *NodeResponse) *NullableNodeResponse

func (NullableNodeResponse) Get ¶

func (NullableNodeResponse) IsSet ¶

func (v NullableNodeResponse) IsSet() bool

func (NullableNodeResponse) MarshalJSON ¶

func (v NullableNodeResponse) MarshalJSON() ([]byte, error)

func (*NullableNodeResponse) Set ¶

func (v *NullableNodeResponse) Set(val *NodeResponse)

func (*NullableNodeResponse) UnmarshalJSON ¶

func (v *NullableNodeResponse) UnmarshalJSON(src []byte) error

func (*NullableNodeResponse) Unset ¶

func (v *NullableNodeResponse) Unset()

type NullableNodeSearchResultDTO ¶

type NullableNodeSearchResultDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeSearchResultDTO) Get ¶

func (NullableNodeSearchResultDTO) IsSet ¶

func (NullableNodeSearchResultDTO) MarshalJSON ¶

func (v NullableNodeSearchResultDTO) MarshalJSON() ([]byte, error)

func (*NullableNodeSearchResultDTO) Set ¶

func (*NullableNodeSearchResultDTO) UnmarshalJSON ¶

func (v *NullableNodeSearchResultDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeSearchResultDTO) Unset ¶

func (v *NullableNodeSearchResultDTO) Unset()

type NullableNodeStatusSnapshotsDTO ¶

type NullableNodeStatusSnapshotsDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeStatusSnapshotsDTO) Get ¶

func (NullableNodeStatusSnapshotsDTO) IsSet ¶

func (NullableNodeStatusSnapshotsDTO) MarshalJSON ¶

func (v NullableNodeStatusSnapshotsDTO) MarshalJSON() ([]byte, error)

func (*NullableNodeStatusSnapshotsDTO) Set ¶

func (*NullableNodeStatusSnapshotsDTO) UnmarshalJSON ¶

func (v *NullableNodeStatusSnapshotsDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeStatusSnapshotsDTO) Unset ¶

func (v *NullableNodeStatusSnapshotsDTO) Unset()

type NullableNodeSystemDiagnosticsSnapshotDTO ¶

type NullableNodeSystemDiagnosticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableNodeSystemDiagnosticsSnapshotDTO) Get ¶

func (NullableNodeSystemDiagnosticsSnapshotDTO) IsSet ¶

func (NullableNodeSystemDiagnosticsSnapshotDTO) MarshalJSON ¶

func (*NullableNodeSystemDiagnosticsSnapshotDTO) Set ¶

func (*NullableNodeSystemDiagnosticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableNodeSystemDiagnosticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableNodeSystemDiagnosticsSnapshotDTO) Unset ¶

type NullableOutputPortsEntity ¶

type NullableOutputPortsEntity struct {
	// contains filtered or unexported fields
}

func NewNullableOutputPortsEntity ¶

func NewNullableOutputPortsEntity(val *OutputPortsEntity) *NullableOutputPortsEntity

func (NullableOutputPortsEntity) Get ¶

func (NullableOutputPortsEntity) IsSet ¶

func (v NullableOutputPortsEntity) IsSet() bool

func (NullableOutputPortsEntity) MarshalJSON ¶

func (v NullableOutputPortsEntity) MarshalJSON() ([]byte, error)

func (*NullableOutputPortsEntity) Set ¶

func (*NullableOutputPortsEntity) UnmarshalJSON ¶

func (v *NullableOutputPortsEntity) UnmarshalJSON(src []byte) error

func (*NullableOutputPortsEntity) Unset ¶

func (v *NullableOutputPortsEntity) Unset()

type NullableParameterContextDTO ¶

type NullableParameterContextDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextDTO) Get ¶

func (NullableParameterContextDTO) IsSet ¶

func (NullableParameterContextDTO) MarshalJSON ¶

func (v NullableParameterContextDTO) MarshalJSON() ([]byte, error)

func (*NullableParameterContextDTO) Set ¶

func (*NullableParameterContextDTO) UnmarshalJSON ¶

func (v *NullableParameterContextDTO) UnmarshalJSON(src []byte) error

func (*NullableParameterContextDTO) Unset ¶

func (v *NullableParameterContextDTO) Unset()

type NullableParameterContextEntity ¶

type NullableParameterContextEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextEntity) Get ¶

func (NullableParameterContextEntity) IsSet ¶

func (NullableParameterContextEntity) MarshalJSON ¶

func (v NullableParameterContextEntity) MarshalJSON() ([]byte, error)

func (*NullableParameterContextEntity) Set ¶

func (*NullableParameterContextEntity) UnmarshalJSON ¶

func (v *NullableParameterContextEntity) UnmarshalJSON(src []byte) error

func (*NullableParameterContextEntity) Unset ¶

func (v *NullableParameterContextEntity) Unset()

type NullableParameterContextReferenceDTO ¶

type NullableParameterContextReferenceDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextReferenceDTO) Get ¶

func (NullableParameterContextReferenceDTO) IsSet ¶

func (NullableParameterContextReferenceDTO) MarshalJSON ¶

func (v NullableParameterContextReferenceDTO) MarshalJSON() ([]byte, error)

func (*NullableParameterContextReferenceDTO) Set ¶

func (*NullableParameterContextReferenceDTO) UnmarshalJSON ¶

func (v *NullableParameterContextReferenceDTO) UnmarshalJSON(src []byte) error

func (*NullableParameterContextReferenceDTO) Unset ¶

type NullableParameterContextReferenceEntity ¶

type NullableParameterContextReferenceEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextReferenceEntity) Get ¶

func (NullableParameterContextReferenceEntity) IsSet ¶

func (NullableParameterContextReferenceEntity) MarshalJSON ¶

func (v NullableParameterContextReferenceEntity) MarshalJSON() ([]byte, error)

func (*NullableParameterContextReferenceEntity) Set ¶

func (*NullableParameterContextReferenceEntity) UnmarshalJSON ¶

func (v *NullableParameterContextReferenceEntity) UnmarshalJSON(src []byte) error

func (*NullableParameterContextReferenceEntity) Unset ¶

type NullableParameterContextUpdateEntity ¶

type NullableParameterContextUpdateEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextUpdateEntity) Get ¶

func (NullableParameterContextUpdateEntity) IsSet ¶

func (NullableParameterContextUpdateEntity) MarshalJSON ¶

func (v NullableParameterContextUpdateEntity) MarshalJSON() ([]byte, error)

func (*NullableParameterContextUpdateEntity) Set ¶

func (*NullableParameterContextUpdateEntity) UnmarshalJSON ¶

func (v *NullableParameterContextUpdateEntity) UnmarshalJSON(src []byte) error

func (*NullableParameterContextUpdateEntity) Unset ¶

type NullableParameterContextUpdateRequestDTO ¶

type NullableParameterContextUpdateRequestDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextUpdateRequestDTO) Get ¶

func (NullableParameterContextUpdateRequestDTO) IsSet ¶

func (NullableParameterContextUpdateRequestDTO) MarshalJSON ¶

func (*NullableParameterContextUpdateRequestDTO) Set ¶

func (*NullableParameterContextUpdateRequestDTO) UnmarshalJSON ¶

func (v *NullableParameterContextUpdateRequestDTO) UnmarshalJSON(src []byte) error

func (*NullableParameterContextUpdateRequestDTO) Unset ¶

type NullableParameterContextUpdateRequestEntity ¶

type NullableParameterContextUpdateRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextUpdateRequestEntity) Get ¶

func (NullableParameterContextUpdateRequestEntity) IsSet ¶

func (NullableParameterContextUpdateRequestEntity) MarshalJSON ¶

func (*NullableParameterContextUpdateRequestEntity) Set ¶

func (*NullableParameterContextUpdateRequestEntity) UnmarshalJSON ¶

func (v *NullableParameterContextUpdateRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableParameterContextUpdateRequestEntity) Unset ¶

type NullableParameterContextUpdateStepDTO ¶

type NullableParameterContextUpdateStepDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextUpdateStepDTO) Get ¶

func (NullableParameterContextUpdateStepDTO) IsSet ¶

func (NullableParameterContextUpdateStepDTO) MarshalJSON ¶

func (v NullableParameterContextUpdateStepDTO) MarshalJSON() ([]byte, error)

func (*NullableParameterContextUpdateStepDTO) Set ¶

func (*NullableParameterContextUpdateStepDTO) UnmarshalJSON ¶

func (v *NullableParameterContextUpdateStepDTO) UnmarshalJSON(src []byte) error

func (*NullableParameterContextUpdateStepDTO) Unset ¶

type NullableParameterContextValidationRequestDTO ¶

type NullableParameterContextValidationRequestDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextValidationRequestDTO) Get ¶

func (NullableParameterContextValidationRequestDTO) IsSet ¶

func (NullableParameterContextValidationRequestDTO) MarshalJSON ¶

func (*NullableParameterContextValidationRequestDTO) Set ¶

func (*NullableParameterContextValidationRequestDTO) UnmarshalJSON ¶

func (*NullableParameterContextValidationRequestDTO) Unset ¶

type NullableParameterContextValidationRequestEntity ¶

type NullableParameterContextValidationRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextValidationRequestEntity) Get ¶

func (NullableParameterContextValidationRequestEntity) IsSet ¶

func (NullableParameterContextValidationRequestEntity) MarshalJSON ¶

func (*NullableParameterContextValidationRequestEntity) Set ¶

func (*NullableParameterContextValidationRequestEntity) UnmarshalJSON ¶

func (*NullableParameterContextValidationRequestEntity) Unset ¶

type NullableParameterContextValidationStepDTO ¶

type NullableParameterContextValidationStepDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextValidationStepDTO) Get ¶

func (NullableParameterContextValidationStepDTO) IsSet ¶

func (NullableParameterContextValidationStepDTO) MarshalJSON ¶

func (*NullableParameterContextValidationStepDTO) Set ¶

func (*NullableParameterContextValidationStepDTO) UnmarshalJSON ¶

func (v *NullableParameterContextValidationStepDTO) UnmarshalJSON(src []byte) error

func (*NullableParameterContextValidationStepDTO) Unset ¶

type NullableParameterContextsEntity ¶

type NullableParameterContextsEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterContextsEntity) Get ¶

func (NullableParameterContextsEntity) IsSet ¶

func (NullableParameterContextsEntity) MarshalJSON ¶

func (v NullableParameterContextsEntity) MarshalJSON() ([]byte, error)

func (*NullableParameterContextsEntity) Set ¶

func (*NullableParameterContextsEntity) UnmarshalJSON ¶

func (v *NullableParameterContextsEntity) UnmarshalJSON(src []byte) error

func (*NullableParameterContextsEntity) Unset ¶

type NullableParameterDTO ¶

type NullableParameterDTO struct {
	// contains filtered or unexported fields
}

func NewNullableParameterDTO ¶

func NewNullableParameterDTO(val *ParameterDTO) *NullableParameterDTO

func (NullableParameterDTO) Get ¶

func (NullableParameterDTO) IsSet ¶

func (v NullableParameterDTO) IsSet() bool

func (NullableParameterDTO) MarshalJSON ¶

func (v NullableParameterDTO) MarshalJSON() ([]byte, error)

func (*NullableParameterDTO) Set ¶

func (v *NullableParameterDTO) Set(val *ParameterDTO)

func (*NullableParameterDTO) UnmarshalJSON ¶

func (v *NullableParameterDTO) UnmarshalJSON(src []byte) error

func (*NullableParameterDTO) Unset ¶

func (v *NullableParameterDTO) Unset()

type NullableParameterEntity ¶

type NullableParameterEntity struct {
	// contains filtered or unexported fields
}

func NewNullableParameterEntity ¶

func NewNullableParameterEntity(val *ParameterEntity) *NullableParameterEntity

func (NullableParameterEntity) Get ¶

func (NullableParameterEntity) IsSet ¶

func (v NullableParameterEntity) IsSet() bool

func (NullableParameterEntity) MarshalJSON ¶

func (v NullableParameterEntity) MarshalJSON() ([]byte, error)

func (*NullableParameterEntity) Set ¶

func (*NullableParameterEntity) UnmarshalJSON ¶

func (v *NullableParameterEntity) UnmarshalJSON(src []byte) error

func (*NullableParameterEntity) Unset ¶

func (v *NullableParameterEntity) Unset()

type NullableParameterGroupConfigurationEntity ¶

type NullableParameterGroupConfigurationEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterGroupConfigurationEntity) Get ¶

func (NullableParameterGroupConfigurationEntity) IsSet ¶

func (NullableParameterGroupConfigurationEntity) MarshalJSON ¶

func (*NullableParameterGroupConfigurationEntity) Set ¶

func (*NullableParameterGroupConfigurationEntity) UnmarshalJSON ¶

func (v *NullableParameterGroupConfigurationEntity) UnmarshalJSON(src []byte) error

func (*NullableParameterGroupConfigurationEntity) Unset ¶

type NullableParameterProviderApplyParametersRequestDTO ¶

type NullableParameterProviderApplyParametersRequestDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderApplyParametersRequestDTO) Get ¶

func (NullableParameterProviderApplyParametersRequestDTO) IsSet ¶

func (NullableParameterProviderApplyParametersRequestDTO) MarshalJSON ¶

func (*NullableParameterProviderApplyParametersRequestDTO) Set ¶

func (*NullableParameterProviderApplyParametersRequestDTO) UnmarshalJSON ¶

func (*NullableParameterProviderApplyParametersRequestDTO) Unset ¶

type NullableParameterProviderApplyParametersRequestEntity ¶

type NullableParameterProviderApplyParametersRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderApplyParametersRequestEntity) Get ¶

func (NullableParameterProviderApplyParametersRequestEntity) IsSet ¶

func (NullableParameterProviderApplyParametersRequestEntity) MarshalJSON ¶

func (*NullableParameterProviderApplyParametersRequestEntity) Set ¶

func (*NullableParameterProviderApplyParametersRequestEntity) UnmarshalJSON ¶

func (*NullableParameterProviderApplyParametersRequestEntity) Unset ¶

type NullableParameterProviderApplyParametersUpdateStepDTO ¶

type NullableParameterProviderApplyParametersUpdateStepDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderApplyParametersUpdateStepDTO) Get ¶

func (NullableParameterProviderApplyParametersUpdateStepDTO) IsSet ¶

func (NullableParameterProviderApplyParametersUpdateStepDTO) MarshalJSON ¶

func (*NullableParameterProviderApplyParametersUpdateStepDTO) Set ¶

func (*NullableParameterProviderApplyParametersUpdateStepDTO) UnmarshalJSON ¶

func (*NullableParameterProviderApplyParametersUpdateStepDTO) Unset ¶

type NullableParameterProviderConfigurationDTO ¶

type NullableParameterProviderConfigurationDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderConfigurationDTO) Get ¶

func (NullableParameterProviderConfigurationDTO) IsSet ¶

func (NullableParameterProviderConfigurationDTO) MarshalJSON ¶

func (*NullableParameterProviderConfigurationDTO) Set ¶

func (*NullableParameterProviderConfigurationDTO) UnmarshalJSON ¶

func (v *NullableParameterProviderConfigurationDTO) UnmarshalJSON(src []byte) error

func (*NullableParameterProviderConfigurationDTO) Unset ¶

type NullableParameterProviderConfigurationEntity ¶

type NullableParameterProviderConfigurationEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderConfigurationEntity) Get ¶

func (NullableParameterProviderConfigurationEntity) IsSet ¶

func (NullableParameterProviderConfigurationEntity) MarshalJSON ¶

func (*NullableParameterProviderConfigurationEntity) Set ¶

func (*NullableParameterProviderConfigurationEntity) UnmarshalJSON ¶

func (*NullableParameterProviderConfigurationEntity) Unset ¶

type NullableParameterProviderDTO ¶

type NullableParameterProviderDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderDTO) Get ¶

func (NullableParameterProviderDTO) IsSet ¶

func (NullableParameterProviderDTO) MarshalJSON ¶

func (v NullableParameterProviderDTO) MarshalJSON() ([]byte, error)

func (*NullableParameterProviderDTO) Set ¶

func (*NullableParameterProviderDTO) UnmarshalJSON ¶

func (v *NullableParameterProviderDTO) UnmarshalJSON(src []byte) error

func (*NullableParameterProviderDTO) Unset ¶

func (v *NullableParameterProviderDTO) Unset()

type NullableParameterProviderEntity ¶

type NullableParameterProviderEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderEntity) Get ¶

func (NullableParameterProviderEntity) IsSet ¶

func (NullableParameterProviderEntity) MarshalJSON ¶

func (v NullableParameterProviderEntity) MarshalJSON() ([]byte, error)

func (*NullableParameterProviderEntity) Set ¶

func (*NullableParameterProviderEntity) UnmarshalJSON ¶

func (v *NullableParameterProviderEntity) UnmarshalJSON(src []byte) error

func (*NullableParameterProviderEntity) Unset ¶

type NullableParameterProviderParameterApplicationEntity ¶

type NullableParameterProviderParameterApplicationEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderParameterApplicationEntity) Get ¶

func (NullableParameterProviderParameterApplicationEntity) IsSet ¶

func (NullableParameterProviderParameterApplicationEntity) MarshalJSON ¶

func (*NullableParameterProviderParameterApplicationEntity) Set ¶

func (*NullableParameterProviderParameterApplicationEntity) UnmarshalJSON ¶

func (*NullableParameterProviderParameterApplicationEntity) Unset ¶

type NullableParameterProviderParameterFetchEntity ¶

type NullableParameterProviderParameterFetchEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderParameterFetchEntity) Get ¶

func (NullableParameterProviderParameterFetchEntity) IsSet ¶

func (NullableParameterProviderParameterFetchEntity) MarshalJSON ¶

func (*NullableParameterProviderParameterFetchEntity) Set ¶

func (*NullableParameterProviderParameterFetchEntity) UnmarshalJSON ¶

func (*NullableParameterProviderParameterFetchEntity) Unset ¶

type NullableParameterProviderReference ¶

type NullableParameterProviderReference struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderReference) Get ¶

func (NullableParameterProviderReference) IsSet ¶

func (NullableParameterProviderReference) MarshalJSON ¶

func (v NullableParameterProviderReference) MarshalJSON() ([]byte, error)

func (*NullableParameterProviderReference) Set ¶

func (*NullableParameterProviderReference) UnmarshalJSON ¶

func (v *NullableParameterProviderReference) UnmarshalJSON(src []byte) error

func (*NullableParameterProviderReference) Unset ¶

type NullableParameterProviderReferencingComponentDTO ¶

type NullableParameterProviderReferencingComponentDTO struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderReferencingComponentDTO) Get ¶

func (NullableParameterProviderReferencingComponentDTO) IsSet ¶

func (NullableParameterProviderReferencingComponentDTO) MarshalJSON ¶

func (*NullableParameterProviderReferencingComponentDTO) Set ¶

func (*NullableParameterProviderReferencingComponentDTO) UnmarshalJSON ¶

func (*NullableParameterProviderReferencingComponentDTO) Unset ¶

type NullableParameterProviderReferencingComponentEntity ¶

type NullableParameterProviderReferencingComponentEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderReferencingComponentEntity) Get ¶

func (NullableParameterProviderReferencingComponentEntity) IsSet ¶

func (NullableParameterProviderReferencingComponentEntity) MarshalJSON ¶

func (*NullableParameterProviderReferencingComponentEntity) Set ¶

func (*NullableParameterProviderReferencingComponentEntity) UnmarshalJSON ¶

func (*NullableParameterProviderReferencingComponentEntity) Unset ¶

type NullableParameterProviderReferencingComponentsEntity ¶

type NullableParameterProviderReferencingComponentsEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderReferencingComponentsEntity) Get ¶

func (NullableParameterProviderReferencingComponentsEntity) IsSet ¶

func (NullableParameterProviderReferencingComponentsEntity) MarshalJSON ¶

func (*NullableParameterProviderReferencingComponentsEntity) Set ¶

func (*NullableParameterProviderReferencingComponentsEntity) UnmarshalJSON ¶

func (*NullableParameterProviderReferencingComponentsEntity) Unset ¶

type NullableParameterProviderTypesEntity ¶

type NullableParameterProviderTypesEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterProviderTypesEntity) Get ¶

func (NullableParameterProviderTypesEntity) IsSet ¶

func (NullableParameterProviderTypesEntity) MarshalJSON ¶

func (v NullableParameterProviderTypesEntity) MarshalJSON() ([]byte, error)

func (*NullableParameterProviderTypesEntity) Set ¶

func (*NullableParameterProviderTypesEntity) UnmarshalJSON ¶

func (v *NullableParameterProviderTypesEntity) UnmarshalJSON(src []byte) error

func (*NullableParameterProviderTypesEntity) Unset ¶

type NullableParameterProvidersEntity ¶

type NullableParameterProvidersEntity struct {
	// contains filtered or unexported fields
}

func (NullableParameterProvidersEntity) Get ¶

func (NullableParameterProvidersEntity) IsSet ¶

func (NullableParameterProvidersEntity) MarshalJSON ¶

func (v NullableParameterProvidersEntity) MarshalJSON() ([]byte, error)

func (*NullableParameterProvidersEntity) Set ¶

func (*NullableParameterProvidersEntity) UnmarshalJSON ¶

func (v *NullableParameterProvidersEntity) UnmarshalJSON(src []byte) error

func (*NullableParameterProvidersEntity) Unset ¶

type NullableParameterStatusDTO ¶

type NullableParameterStatusDTO struct {
	// contains filtered or unexported fields
}

func NewNullableParameterStatusDTO ¶

func NewNullableParameterStatusDTO(val *ParameterStatusDTO) *NullableParameterStatusDTO

func (NullableParameterStatusDTO) Get ¶

func (NullableParameterStatusDTO) IsSet ¶

func (v NullableParameterStatusDTO) IsSet() bool

func (NullableParameterStatusDTO) MarshalJSON ¶

func (v NullableParameterStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableParameterStatusDTO) Set ¶

func (*NullableParameterStatusDTO) UnmarshalJSON ¶

func (v *NullableParameterStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableParameterStatusDTO) Unset ¶

func (v *NullableParameterStatusDTO) Unset()

type NullablePeerDTO ¶

type NullablePeerDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePeerDTO ¶

func NewNullablePeerDTO(val *PeerDTO) *NullablePeerDTO

func (NullablePeerDTO) Get ¶

func (v NullablePeerDTO) Get() *PeerDTO

func (NullablePeerDTO) IsSet ¶

func (v NullablePeerDTO) IsSet() bool

func (NullablePeerDTO) MarshalJSON ¶

func (v NullablePeerDTO) MarshalJSON() ([]byte, error)

func (*NullablePeerDTO) Set ¶

func (v *NullablePeerDTO) Set(val *PeerDTO)

func (*NullablePeerDTO) UnmarshalJSON ¶

func (v *NullablePeerDTO) UnmarshalJSON(src []byte) error

func (*NullablePeerDTO) Unset ¶

func (v *NullablePeerDTO) Unset()

type NullablePeersEntity ¶

type NullablePeersEntity struct {
	// contains filtered or unexported fields
}

func NewNullablePeersEntity ¶

func NewNullablePeersEntity(val *PeersEntity) *NullablePeersEntity

func (NullablePeersEntity) Get ¶

func (NullablePeersEntity) IsSet ¶

func (v NullablePeersEntity) IsSet() bool

func (NullablePeersEntity) MarshalJSON ¶

func (v NullablePeersEntity) MarshalJSON() ([]byte, error)

func (*NullablePeersEntity) Set ¶

func (v *NullablePeersEntity) Set(val *PeersEntity)

func (*NullablePeersEntity) UnmarshalJSON ¶

func (v *NullablePeersEntity) UnmarshalJSON(src []byte) error

func (*NullablePeersEntity) Unset ¶

func (v *NullablePeersEntity) Unset()

type NullablePermissionsDTO ¶

type NullablePermissionsDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePermissionsDTO ¶

func NewNullablePermissionsDTO(val *PermissionsDTO) *NullablePermissionsDTO

func (NullablePermissionsDTO) Get ¶

func (NullablePermissionsDTO) IsSet ¶

func (v NullablePermissionsDTO) IsSet() bool

func (NullablePermissionsDTO) MarshalJSON ¶

func (v NullablePermissionsDTO) MarshalJSON() ([]byte, error)

func (*NullablePermissionsDTO) Set ¶

func (*NullablePermissionsDTO) UnmarshalJSON ¶

func (v *NullablePermissionsDTO) UnmarshalJSON(src []byte) error

func (*NullablePermissionsDTO) Unset ¶

func (v *NullablePermissionsDTO) Unset()

type NullablePortDTO ¶

type NullablePortDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePortDTO ¶

func NewNullablePortDTO(val *PortDTO) *NullablePortDTO

func (NullablePortDTO) Get ¶

func (v NullablePortDTO) Get() *PortDTO

func (NullablePortDTO) IsSet ¶

func (v NullablePortDTO) IsSet() bool

func (NullablePortDTO) MarshalJSON ¶

func (v NullablePortDTO) MarshalJSON() ([]byte, error)

func (*NullablePortDTO) Set ¶

func (v *NullablePortDTO) Set(val *PortDTO)

func (*NullablePortDTO) UnmarshalJSON ¶

func (v *NullablePortDTO) UnmarshalJSON(src []byte) error

func (*NullablePortDTO) Unset ¶

func (v *NullablePortDTO) Unset()

type NullablePortEntity ¶

type NullablePortEntity struct {
	// contains filtered or unexported fields
}

func NewNullablePortEntity ¶

func NewNullablePortEntity(val *PortEntity) *NullablePortEntity

func (NullablePortEntity) Get ¶

func (v NullablePortEntity) Get() *PortEntity

func (NullablePortEntity) IsSet ¶

func (v NullablePortEntity) IsSet() bool

func (NullablePortEntity) MarshalJSON ¶

func (v NullablePortEntity) MarshalJSON() ([]byte, error)

func (*NullablePortEntity) Set ¶

func (v *NullablePortEntity) Set(val *PortEntity)

func (*NullablePortEntity) UnmarshalJSON ¶

func (v *NullablePortEntity) UnmarshalJSON(src []byte) error

func (*NullablePortEntity) Unset ¶

func (v *NullablePortEntity) Unset()

type NullablePortRunStatusEntity ¶

type NullablePortRunStatusEntity struct {
	// contains filtered or unexported fields
}

func (NullablePortRunStatusEntity) Get ¶

func (NullablePortRunStatusEntity) IsSet ¶

func (NullablePortRunStatusEntity) MarshalJSON ¶

func (v NullablePortRunStatusEntity) MarshalJSON() ([]byte, error)

func (*NullablePortRunStatusEntity) Set ¶

func (*NullablePortRunStatusEntity) UnmarshalJSON ¶

func (v *NullablePortRunStatusEntity) UnmarshalJSON(src []byte) error

func (*NullablePortRunStatusEntity) Unset ¶

func (v *NullablePortRunStatusEntity) Unset()

type NullablePortStatusDTO ¶

type NullablePortStatusDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePortStatusDTO ¶

func NewNullablePortStatusDTO(val *PortStatusDTO) *NullablePortStatusDTO

func (NullablePortStatusDTO) Get ¶

func (NullablePortStatusDTO) IsSet ¶

func (v NullablePortStatusDTO) IsSet() bool

func (NullablePortStatusDTO) MarshalJSON ¶

func (v NullablePortStatusDTO) MarshalJSON() ([]byte, error)

func (*NullablePortStatusDTO) Set ¶

func (v *NullablePortStatusDTO) Set(val *PortStatusDTO)

func (*NullablePortStatusDTO) UnmarshalJSON ¶

func (v *NullablePortStatusDTO) UnmarshalJSON(src []byte) error

func (*NullablePortStatusDTO) Unset ¶

func (v *NullablePortStatusDTO) Unset()

type NullablePortStatusEntity ¶

type NullablePortStatusEntity struct {
	// contains filtered or unexported fields
}

func NewNullablePortStatusEntity ¶

func NewNullablePortStatusEntity(val *PortStatusEntity) *NullablePortStatusEntity

func (NullablePortStatusEntity) Get ¶

func (NullablePortStatusEntity) IsSet ¶

func (v NullablePortStatusEntity) IsSet() bool

func (NullablePortStatusEntity) MarshalJSON ¶

func (v NullablePortStatusEntity) MarshalJSON() ([]byte, error)

func (*NullablePortStatusEntity) Set ¶

func (*NullablePortStatusEntity) UnmarshalJSON ¶

func (v *NullablePortStatusEntity) UnmarshalJSON(src []byte) error

func (*NullablePortStatusEntity) Unset ¶

func (v *NullablePortStatusEntity) Unset()

type NullablePortStatusSnapshotDTO ¶

type NullablePortStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullablePortStatusSnapshotDTO) Get ¶

func (NullablePortStatusSnapshotDTO) IsSet ¶

func (NullablePortStatusSnapshotDTO) MarshalJSON ¶

func (v NullablePortStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullablePortStatusSnapshotDTO) Set ¶

func (*NullablePortStatusSnapshotDTO) UnmarshalJSON ¶

func (v *NullablePortStatusSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullablePortStatusSnapshotDTO) Unset ¶

func (v *NullablePortStatusSnapshotDTO) Unset()

type NullablePortStatusSnapshotEntity ¶

type NullablePortStatusSnapshotEntity struct {
	// contains filtered or unexported fields
}

func (NullablePortStatusSnapshotEntity) Get ¶

func (NullablePortStatusSnapshotEntity) IsSet ¶

func (NullablePortStatusSnapshotEntity) MarshalJSON ¶

func (v NullablePortStatusSnapshotEntity) MarshalJSON() ([]byte, error)

func (*NullablePortStatusSnapshotEntity) Set ¶

func (*NullablePortStatusSnapshotEntity) UnmarshalJSON ¶

func (v *NullablePortStatusSnapshotEntity) UnmarshalJSON(src []byte) error

func (*NullablePortStatusSnapshotEntity) Unset ¶

type NullablePosition ¶

type NullablePosition struct {
	// contains filtered or unexported fields
}

func NewNullablePosition ¶

func NewNullablePosition(val *Position) *NullablePosition

func (NullablePosition) Get ¶

func (v NullablePosition) Get() *Position

func (NullablePosition) IsSet ¶

func (v NullablePosition) IsSet() bool

func (NullablePosition) MarshalJSON ¶

func (v NullablePosition) MarshalJSON() ([]byte, error)

func (*NullablePosition) Set ¶

func (v *NullablePosition) Set(val *Position)

func (*NullablePosition) UnmarshalJSON ¶

func (v *NullablePosition) UnmarshalJSON(src []byte) error

func (*NullablePosition) Unset ¶

func (v *NullablePosition) Unset()

type NullablePositionDTO ¶

type NullablePositionDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePositionDTO ¶

func NewNullablePositionDTO(val *PositionDTO) *NullablePositionDTO

func (NullablePositionDTO) Get ¶

func (NullablePositionDTO) IsSet ¶

func (v NullablePositionDTO) IsSet() bool

func (NullablePositionDTO) MarshalJSON ¶

func (v NullablePositionDTO) MarshalJSON() ([]byte, error)

func (*NullablePositionDTO) Set ¶

func (v *NullablePositionDTO) Set(val *PositionDTO)

func (*NullablePositionDTO) UnmarshalJSON ¶

func (v *NullablePositionDTO) UnmarshalJSON(src []byte) error

func (*NullablePositionDTO) Unset ¶

func (v *NullablePositionDTO) Unset()

type NullablePreviousValueDTO ¶

type NullablePreviousValueDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePreviousValueDTO ¶

func NewNullablePreviousValueDTO(val *PreviousValueDTO) *NullablePreviousValueDTO

func (NullablePreviousValueDTO) Get ¶

func (NullablePreviousValueDTO) IsSet ¶

func (v NullablePreviousValueDTO) IsSet() bool

func (NullablePreviousValueDTO) MarshalJSON ¶

func (v NullablePreviousValueDTO) MarshalJSON() ([]byte, error)

func (*NullablePreviousValueDTO) Set ¶

func (*NullablePreviousValueDTO) UnmarshalJSON ¶

func (v *NullablePreviousValueDTO) UnmarshalJSON(src []byte) error

func (*NullablePreviousValueDTO) Unset ¶

func (v *NullablePreviousValueDTO) Unset()

type NullablePrioritizerTypesEntity ¶

type NullablePrioritizerTypesEntity struct {
	// contains filtered or unexported fields
}

func (NullablePrioritizerTypesEntity) Get ¶

func (NullablePrioritizerTypesEntity) IsSet ¶

func (NullablePrioritizerTypesEntity) MarshalJSON ¶

func (v NullablePrioritizerTypesEntity) MarshalJSON() ([]byte, error)

func (*NullablePrioritizerTypesEntity) Set ¶

func (*NullablePrioritizerTypesEntity) UnmarshalJSON ¶

func (v *NullablePrioritizerTypesEntity) UnmarshalJSON(src []byte) error

func (*NullablePrioritizerTypesEntity) Unset ¶

func (v *NullablePrioritizerTypesEntity) Unset()

type NullableProcessGroupDTO ¶

type NullableProcessGroupDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProcessGroupDTO ¶

func NewNullableProcessGroupDTO(val *ProcessGroupDTO) *NullableProcessGroupDTO

func (NullableProcessGroupDTO) Get ¶

func (NullableProcessGroupDTO) IsSet ¶

func (v NullableProcessGroupDTO) IsSet() bool

func (NullableProcessGroupDTO) MarshalJSON ¶

func (v NullableProcessGroupDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupDTO) Set ¶

func (*NullableProcessGroupDTO) UnmarshalJSON ¶

func (v *NullableProcessGroupDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupDTO) Unset ¶

func (v *NullableProcessGroupDTO) Unset()

type NullableProcessGroupEntity ¶

type NullableProcessGroupEntity struct {
	// contains filtered or unexported fields
}

func NewNullableProcessGroupEntity ¶

func NewNullableProcessGroupEntity(val *ProcessGroupEntity) *NullableProcessGroupEntity

func (NullableProcessGroupEntity) Get ¶

func (NullableProcessGroupEntity) IsSet ¶

func (v NullableProcessGroupEntity) IsSet() bool

func (NullableProcessGroupEntity) MarshalJSON ¶

func (v NullableProcessGroupEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupEntity) Set ¶

func (*NullableProcessGroupEntity) UnmarshalJSON ¶

func (v *NullableProcessGroupEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupEntity) Unset ¶

func (v *NullableProcessGroupEntity) Unset()

type NullableProcessGroupFlowDTO ¶

type NullableProcessGroupFlowDTO struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupFlowDTO) Get ¶

func (NullableProcessGroupFlowDTO) IsSet ¶

func (NullableProcessGroupFlowDTO) MarshalJSON ¶

func (v NullableProcessGroupFlowDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupFlowDTO) Set ¶

func (*NullableProcessGroupFlowDTO) UnmarshalJSON ¶

func (v *NullableProcessGroupFlowDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupFlowDTO) Unset ¶

func (v *NullableProcessGroupFlowDTO) Unset()

type NullableProcessGroupFlowEntity ¶

type NullableProcessGroupFlowEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupFlowEntity) Get ¶

func (NullableProcessGroupFlowEntity) IsSet ¶

func (NullableProcessGroupFlowEntity) MarshalJSON ¶

func (v NullableProcessGroupFlowEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupFlowEntity) Set ¶

func (*NullableProcessGroupFlowEntity) UnmarshalJSON ¶

func (v *NullableProcessGroupFlowEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupFlowEntity) Unset ¶

func (v *NullableProcessGroupFlowEntity) Unset()

type NullableProcessGroupImportEntity ¶

type NullableProcessGroupImportEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupImportEntity) Get ¶

func (NullableProcessGroupImportEntity) IsSet ¶

func (NullableProcessGroupImportEntity) MarshalJSON ¶

func (v NullableProcessGroupImportEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupImportEntity) Set ¶

func (*NullableProcessGroupImportEntity) UnmarshalJSON ¶

func (v *NullableProcessGroupImportEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupImportEntity) Unset ¶

type NullableProcessGroupNameDTO ¶

type NullableProcessGroupNameDTO struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupNameDTO) Get ¶

func (NullableProcessGroupNameDTO) IsSet ¶

func (NullableProcessGroupNameDTO) MarshalJSON ¶

func (v NullableProcessGroupNameDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupNameDTO) Set ¶

func (*NullableProcessGroupNameDTO) UnmarshalJSON ¶

func (v *NullableProcessGroupNameDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupNameDTO) Unset ¶

func (v *NullableProcessGroupNameDTO) Unset()

type NullableProcessGroupReplaceRequestDTO ¶

type NullableProcessGroupReplaceRequestDTO struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupReplaceRequestDTO) Get ¶

func (NullableProcessGroupReplaceRequestDTO) IsSet ¶

func (NullableProcessGroupReplaceRequestDTO) MarshalJSON ¶

func (v NullableProcessGroupReplaceRequestDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupReplaceRequestDTO) Set ¶

func (*NullableProcessGroupReplaceRequestDTO) UnmarshalJSON ¶

func (v *NullableProcessGroupReplaceRequestDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupReplaceRequestDTO) Unset ¶

type NullableProcessGroupReplaceRequestEntity ¶

type NullableProcessGroupReplaceRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupReplaceRequestEntity) Get ¶

func (NullableProcessGroupReplaceRequestEntity) IsSet ¶

func (NullableProcessGroupReplaceRequestEntity) MarshalJSON ¶

func (*NullableProcessGroupReplaceRequestEntity) Set ¶

func (*NullableProcessGroupReplaceRequestEntity) UnmarshalJSON ¶

func (v *NullableProcessGroupReplaceRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupReplaceRequestEntity) Unset ¶

type NullableProcessGroupStatusDTO ¶

type NullableProcessGroupStatusDTO struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupStatusDTO) Get ¶

func (NullableProcessGroupStatusDTO) IsSet ¶

func (NullableProcessGroupStatusDTO) MarshalJSON ¶

func (v NullableProcessGroupStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupStatusDTO) Set ¶

func (*NullableProcessGroupStatusDTO) UnmarshalJSON ¶

func (v *NullableProcessGroupStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupStatusDTO) Unset ¶

func (v *NullableProcessGroupStatusDTO) Unset()

type NullableProcessGroupStatusEntity ¶

type NullableProcessGroupStatusEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupStatusEntity) Get ¶

func (NullableProcessGroupStatusEntity) IsSet ¶

func (NullableProcessGroupStatusEntity) MarshalJSON ¶

func (v NullableProcessGroupStatusEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupStatusEntity) Set ¶

func (*NullableProcessGroupStatusEntity) UnmarshalJSON ¶

func (v *NullableProcessGroupStatusEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupStatusEntity) Unset ¶

type NullableProcessGroupStatusSnapshotDTO ¶

type NullableProcessGroupStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupStatusSnapshotDTO) Get ¶

func (NullableProcessGroupStatusSnapshotDTO) IsSet ¶

func (NullableProcessGroupStatusSnapshotDTO) MarshalJSON ¶

func (v NullableProcessGroupStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupStatusSnapshotDTO) Set ¶

func (*NullableProcessGroupStatusSnapshotDTO) UnmarshalJSON ¶

func (v *NullableProcessGroupStatusSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupStatusSnapshotDTO) Unset ¶

type NullableProcessGroupStatusSnapshotEntity ¶

type NullableProcessGroupStatusSnapshotEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupStatusSnapshotEntity) Get ¶

func (NullableProcessGroupStatusSnapshotEntity) IsSet ¶

func (NullableProcessGroupStatusSnapshotEntity) MarshalJSON ¶

func (*NullableProcessGroupStatusSnapshotEntity) Set ¶

func (*NullableProcessGroupStatusSnapshotEntity) UnmarshalJSON ¶

func (v *NullableProcessGroupStatusSnapshotEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupStatusSnapshotEntity) Unset ¶

type NullableProcessGroupsEntity ¶

type NullableProcessGroupsEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessGroupsEntity) Get ¶

func (NullableProcessGroupsEntity) IsSet ¶

func (NullableProcessGroupsEntity) MarshalJSON ¶

func (v NullableProcessGroupsEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessGroupsEntity) Set ¶

func (*NullableProcessGroupsEntity) UnmarshalJSON ¶

func (v *NullableProcessGroupsEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessGroupsEntity) Unset ¶

func (v *NullableProcessGroupsEntity) Unset()

type NullableProcessorConfigDTO ¶

type NullableProcessorConfigDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProcessorConfigDTO ¶

func NewNullableProcessorConfigDTO(val *ProcessorConfigDTO) *NullableProcessorConfigDTO

func (NullableProcessorConfigDTO) Get ¶

func (NullableProcessorConfigDTO) IsSet ¶

func (v NullableProcessorConfigDTO) IsSet() bool

func (NullableProcessorConfigDTO) MarshalJSON ¶

func (v NullableProcessorConfigDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessorConfigDTO) Set ¶

func (*NullableProcessorConfigDTO) UnmarshalJSON ¶

func (v *NullableProcessorConfigDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessorConfigDTO) Unset ¶

func (v *NullableProcessorConfigDTO) Unset()

type NullableProcessorDTO ¶

type NullableProcessorDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProcessorDTO ¶

func NewNullableProcessorDTO(val *ProcessorDTO) *NullableProcessorDTO

func (NullableProcessorDTO) Get ¶

func (NullableProcessorDTO) IsSet ¶

func (v NullableProcessorDTO) IsSet() bool

func (NullableProcessorDTO) MarshalJSON ¶

func (v NullableProcessorDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessorDTO) Set ¶

func (v *NullableProcessorDTO) Set(val *ProcessorDTO)

func (*NullableProcessorDTO) UnmarshalJSON ¶

func (v *NullableProcessorDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessorDTO) Unset ¶

func (v *NullableProcessorDTO) Unset()

type NullableProcessorDefinition ¶

type NullableProcessorDefinition struct {
	// contains filtered or unexported fields
}

func (NullableProcessorDefinition) Get ¶

func (NullableProcessorDefinition) IsSet ¶

func (NullableProcessorDefinition) MarshalJSON ¶

func (v NullableProcessorDefinition) MarshalJSON() ([]byte, error)

func (*NullableProcessorDefinition) Set ¶

func (*NullableProcessorDefinition) UnmarshalJSON ¶

func (v *NullableProcessorDefinition) UnmarshalJSON(src []byte) error

func (*NullableProcessorDefinition) Unset ¶

func (v *NullableProcessorDefinition) Unset()

type NullableProcessorDiagnosticsDTO ¶

type NullableProcessorDiagnosticsDTO struct {
	// contains filtered or unexported fields
}

func (NullableProcessorDiagnosticsDTO) Get ¶

func (NullableProcessorDiagnosticsDTO) IsSet ¶

func (NullableProcessorDiagnosticsDTO) MarshalJSON ¶

func (v NullableProcessorDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessorDiagnosticsDTO) Set ¶

func (*NullableProcessorDiagnosticsDTO) UnmarshalJSON ¶

func (v *NullableProcessorDiagnosticsDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessorDiagnosticsDTO) Unset ¶

type NullableProcessorDiagnosticsEntity ¶

type NullableProcessorDiagnosticsEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessorDiagnosticsEntity) Get ¶

func (NullableProcessorDiagnosticsEntity) IsSet ¶

func (NullableProcessorDiagnosticsEntity) MarshalJSON ¶

func (v NullableProcessorDiagnosticsEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessorDiagnosticsEntity) Set ¶

func (*NullableProcessorDiagnosticsEntity) UnmarshalJSON ¶

func (v *NullableProcessorDiagnosticsEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessorDiagnosticsEntity) Unset ¶

type NullableProcessorEntity ¶

type NullableProcessorEntity struct {
	// contains filtered or unexported fields
}

func NewNullableProcessorEntity ¶

func NewNullableProcessorEntity(val *ProcessorEntity) *NullableProcessorEntity

func (NullableProcessorEntity) Get ¶

func (NullableProcessorEntity) IsSet ¶

func (v NullableProcessorEntity) IsSet() bool

func (NullableProcessorEntity) MarshalJSON ¶

func (v NullableProcessorEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessorEntity) Set ¶

func (*NullableProcessorEntity) UnmarshalJSON ¶

func (v *NullableProcessorEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessorEntity) Unset ¶

func (v *NullableProcessorEntity) Unset()

type NullableProcessorRunStatusDetailsDTO ¶

type NullableProcessorRunStatusDetailsDTO struct {
	// contains filtered or unexported fields
}

func (NullableProcessorRunStatusDetailsDTO) Get ¶

func (NullableProcessorRunStatusDetailsDTO) IsSet ¶

func (NullableProcessorRunStatusDetailsDTO) MarshalJSON ¶

func (v NullableProcessorRunStatusDetailsDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessorRunStatusDetailsDTO) Set ¶

func (*NullableProcessorRunStatusDetailsDTO) UnmarshalJSON ¶

func (v *NullableProcessorRunStatusDetailsDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessorRunStatusDetailsDTO) Unset ¶

type NullableProcessorRunStatusDetailsEntity ¶

type NullableProcessorRunStatusDetailsEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessorRunStatusDetailsEntity) Get ¶

func (NullableProcessorRunStatusDetailsEntity) IsSet ¶

func (NullableProcessorRunStatusDetailsEntity) MarshalJSON ¶

func (v NullableProcessorRunStatusDetailsEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessorRunStatusDetailsEntity) Set ¶

func (*NullableProcessorRunStatusDetailsEntity) UnmarshalJSON ¶

func (v *NullableProcessorRunStatusDetailsEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessorRunStatusDetailsEntity) Unset ¶

type NullableProcessorRunStatusEntity ¶

type NullableProcessorRunStatusEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessorRunStatusEntity) Get ¶

func (NullableProcessorRunStatusEntity) IsSet ¶

func (NullableProcessorRunStatusEntity) MarshalJSON ¶

func (v NullableProcessorRunStatusEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessorRunStatusEntity) Set ¶

func (*NullableProcessorRunStatusEntity) UnmarshalJSON ¶

func (v *NullableProcessorRunStatusEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessorRunStatusEntity) Unset ¶

type NullableProcessorStatusDTO ¶

type NullableProcessorStatusDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProcessorStatusDTO ¶

func NewNullableProcessorStatusDTO(val *ProcessorStatusDTO) *NullableProcessorStatusDTO

func (NullableProcessorStatusDTO) Get ¶

func (NullableProcessorStatusDTO) IsSet ¶

func (v NullableProcessorStatusDTO) IsSet() bool

func (NullableProcessorStatusDTO) MarshalJSON ¶

func (v NullableProcessorStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessorStatusDTO) Set ¶

func (*NullableProcessorStatusDTO) UnmarshalJSON ¶

func (v *NullableProcessorStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessorStatusDTO) Unset ¶

func (v *NullableProcessorStatusDTO) Unset()

type NullableProcessorStatusEntity ¶

type NullableProcessorStatusEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessorStatusEntity) Get ¶

func (NullableProcessorStatusEntity) IsSet ¶

func (NullableProcessorStatusEntity) MarshalJSON ¶

func (v NullableProcessorStatusEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessorStatusEntity) Set ¶

func (*NullableProcessorStatusEntity) UnmarshalJSON ¶

func (v *NullableProcessorStatusEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessorStatusEntity) Unset ¶

func (v *NullableProcessorStatusEntity) Unset()

type NullableProcessorStatusSnapshotDTO ¶

type NullableProcessorStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableProcessorStatusSnapshotDTO) Get ¶

func (NullableProcessorStatusSnapshotDTO) IsSet ¶

func (NullableProcessorStatusSnapshotDTO) MarshalJSON ¶

func (v NullableProcessorStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableProcessorStatusSnapshotDTO) Set ¶

func (*NullableProcessorStatusSnapshotDTO) UnmarshalJSON ¶

func (v *NullableProcessorStatusSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableProcessorStatusSnapshotDTO) Unset ¶

type NullableProcessorStatusSnapshotEntity ¶

type NullableProcessorStatusSnapshotEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessorStatusSnapshotEntity) Get ¶

func (NullableProcessorStatusSnapshotEntity) IsSet ¶

func (NullableProcessorStatusSnapshotEntity) MarshalJSON ¶

func (v NullableProcessorStatusSnapshotEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessorStatusSnapshotEntity) Set ¶

func (*NullableProcessorStatusSnapshotEntity) UnmarshalJSON ¶

func (v *NullableProcessorStatusSnapshotEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessorStatusSnapshotEntity) Unset ¶

type NullableProcessorTypesEntity ¶

type NullableProcessorTypesEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessorTypesEntity) Get ¶

func (NullableProcessorTypesEntity) IsSet ¶

func (NullableProcessorTypesEntity) MarshalJSON ¶

func (v NullableProcessorTypesEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessorTypesEntity) Set ¶

func (*NullableProcessorTypesEntity) UnmarshalJSON ¶

func (v *NullableProcessorTypesEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessorTypesEntity) Unset ¶

func (v *NullableProcessorTypesEntity) Unset()

type NullableProcessorsEntity ¶

type NullableProcessorsEntity struct {
	// contains filtered or unexported fields
}

func NewNullableProcessorsEntity ¶

func NewNullableProcessorsEntity(val *ProcessorsEntity) *NullableProcessorsEntity

func (NullableProcessorsEntity) Get ¶

func (NullableProcessorsEntity) IsSet ¶

func (v NullableProcessorsEntity) IsSet() bool

func (NullableProcessorsEntity) MarshalJSON ¶

func (v NullableProcessorsEntity) MarshalJSON() ([]byte, error)

func (*NullableProcessorsEntity) Set ¶

func (*NullableProcessorsEntity) UnmarshalJSON ¶

func (v *NullableProcessorsEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessorsEntity) Unset ¶

func (v *NullableProcessorsEntity) Unset()

type NullableProcessorsRunStatusDetailsEntity ¶

type NullableProcessorsRunStatusDetailsEntity struct {
	// contains filtered or unexported fields
}

func (NullableProcessorsRunStatusDetailsEntity) Get ¶

func (NullableProcessorsRunStatusDetailsEntity) IsSet ¶

func (NullableProcessorsRunStatusDetailsEntity) MarshalJSON ¶

func (*NullableProcessorsRunStatusDetailsEntity) Set ¶

func (*NullableProcessorsRunStatusDetailsEntity) UnmarshalJSON ¶

func (v *NullableProcessorsRunStatusDetailsEntity) UnmarshalJSON(src []byte) error

func (*NullableProcessorsRunStatusDetailsEntity) Unset ¶

type NullablePropertyAllowableValue ¶

type NullablePropertyAllowableValue struct {
	// contains filtered or unexported fields
}

func (NullablePropertyAllowableValue) Get ¶

func (NullablePropertyAllowableValue) IsSet ¶

func (NullablePropertyAllowableValue) MarshalJSON ¶

func (v NullablePropertyAllowableValue) MarshalJSON() ([]byte, error)

func (*NullablePropertyAllowableValue) Set ¶

func (*NullablePropertyAllowableValue) UnmarshalJSON ¶

func (v *NullablePropertyAllowableValue) UnmarshalJSON(src []byte) error

func (*NullablePropertyAllowableValue) Unset ¶

func (v *NullablePropertyAllowableValue) Unset()

type NullablePropertyDependency ¶

type NullablePropertyDependency struct {
	// contains filtered or unexported fields
}

func NewNullablePropertyDependency ¶

func NewNullablePropertyDependency(val *PropertyDependency) *NullablePropertyDependency

func (NullablePropertyDependency) Get ¶

func (NullablePropertyDependency) IsSet ¶

func (v NullablePropertyDependency) IsSet() bool

func (NullablePropertyDependency) MarshalJSON ¶

func (v NullablePropertyDependency) MarshalJSON() ([]byte, error)

func (*NullablePropertyDependency) Set ¶

func (*NullablePropertyDependency) UnmarshalJSON ¶

func (v *NullablePropertyDependency) UnmarshalJSON(src []byte) error

func (*NullablePropertyDependency) Unset ¶

func (v *NullablePropertyDependency) Unset()

type NullablePropertyDependencyDTO ¶

type NullablePropertyDependencyDTO struct {
	// contains filtered or unexported fields
}

func (NullablePropertyDependencyDTO) Get ¶

func (NullablePropertyDependencyDTO) IsSet ¶

func (NullablePropertyDependencyDTO) MarshalJSON ¶

func (v NullablePropertyDependencyDTO) MarshalJSON() ([]byte, error)

func (*NullablePropertyDependencyDTO) Set ¶

func (*NullablePropertyDependencyDTO) UnmarshalJSON ¶

func (v *NullablePropertyDependencyDTO) UnmarshalJSON(src []byte) error

func (*NullablePropertyDependencyDTO) Unset ¶

func (v *NullablePropertyDependencyDTO) Unset()

type NullablePropertyDescriptor ¶

type NullablePropertyDescriptor struct {
	// contains filtered or unexported fields
}

func NewNullablePropertyDescriptor ¶

func NewNullablePropertyDescriptor(val *PropertyDescriptor) *NullablePropertyDescriptor

func (NullablePropertyDescriptor) Get ¶

func (NullablePropertyDescriptor) IsSet ¶

func (v NullablePropertyDescriptor) IsSet() bool

func (NullablePropertyDescriptor) MarshalJSON ¶

func (v NullablePropertyDescriptor) MarshalJSON() ([]byte, error)

func (*NullablePropertyDescriptor) Set ¶

func (*NullablePropertyDescriptor) UnmarshalJSON ¶

func (v *NullablePropertyDescriptor) UnmarshalJSON(src []byte) error

func (*NullablePropertyDescriptor) Unset ¶

func (v *NullablePropertyDescriptor) Unset()

type NullablePropertyDescriptorDTO ¶

type NullablePropertyDescriptorDTO struct {
	// contains filtered or unexported fields
}

func (NullablePropertyDescriptorDTO) Get ¶

func (NullablePropertyDescriptorDTO) IsSet ¶

func (NullablePropertyDescriptorDTO) MarshalJSON ¶

func (v NullablePropertyDescriptorDTO) MarshalJSON() ([]byte, error)

func (*NullablePropertyDescriptorDTO) Set ¶

func (*NullablePropertyDescriptorDTO) UnmarshalJSON ¶

func (v *NullablePropertyDescriptorDTO) UnmarshalJSON(src []byte) error

func (*NullablePropertyDescriptorDTO) Unset ¶

func (v *NullablePropertyDescriptorDTO) Unset()

type NullablePropertyDescriptorEntity ¶

type NullablePropertyDescriptorEntity struct {
	// contains filtered or unexported fields
}

func (NullablePropertyDescriptorEntity) Get ¶

func (NullablePropertyDescriptorEntity) IsSet ¶

func (NullablePropertyDescriptorEntity) MarshalJSON ¶

func (v NullablePropertyDescriptorEntity) MarshalJSON() ([]byte, error)

func (*NullablePropertyDescriptorEntity) Set ¶

func (*NullablePropertyDescriptorEntity) UnmarshalJSON ¶

func (v *NullablePropertyDescriptorEntity) UnmarshalJSON(src []byte) error

func (*NullablePropertyDescriptorEntity) Unset ¶

type NullablePropertyHistoryDTO ¶

type NullablePropertyHistoryDTO struct {
	// contains filtered or unexported fields
}

func NewNullablePropertyHistoryDTO ¶

func NewNullablePropertyHistoryDTO(val *PropertyHistoryDTO) *NullablePropertyHistoryDTO

func (NullablePropertyHistoryDTO) Get ¶

func (NullablePropertyHistoryDTO) IsSet ¶

func (v NullablePropertyHistoryDTO) IsSet() bool

func (NullablePropertyHistoryDTO) MarshalJSON ¶

func (v NullablePropertyHistoryDTO) MarshalJSON() ([]byte, error)

func (*NullablePropertyHistoryDTO) Set ¶

func (*NullablePropertyHistoryDTO) UnmarshalJSON ¶

func (v *NullablePropertyHistoryDTO) UnmarshalJSON(src []byte) error

func (*NullablePropertyHistoryDTO) Unset ¶

func (v *NullablePropertyHistoryDTO) Unset()

type NullablePropertyResourceDefinition ¶

type NullablePropertyResourceDefinition struct {
	// contains filtered or unexported fields
}

func (NullablePropertyResourceDefinition) Get ¶

func (NullablePropertyResourceDefinition) IsSet ¶

func (NullablePropertyResourceDefinition) MarshalJSON ¶

func (v NullablePropertyResourceDefinition) MarshalJSON() ([]byte, error)

func (*NullablePropertyResourceDefinition) Set ¶

func (*NullablePropertyResourceDefinition) UnmarshalJSON ¶

func (v *NullablePropertyResourceDefinition) UnmarshalJSON(src []byte) error

func (*NullablePropertyResourceDefinition) Unset ¶

type NullableProvenanceDTO ¶

type NullableProvenanceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProvenanceDTO ¶

func NewNullableProvenanceDTO(val *ProvenanceDTO) *NullableProvenanceDTO

func (NullableProvenanceDTO) Get ¶

func (NullableProvenanceDTO) IsSet ¶

func (v NullableProvenanceDTO) IsSet() bool

func (NullableProvenanceDTO) MarshalJSON ¶

func (v NullableProvenanceDTO) MarshalJSON() ([]byte, error)

func (*NullableProvenanceDTO) Set ¶

func (v *NullableProvenanceDTO) Set(val *ProvenanceDTO)

func (*NullableProvenanceDTO) UnmarshalJSON ¶

func (v *NullableProvenanceDTO) UnmarshalJSON(src []byte) error

func (*NullableProvenanceDTO) Unset ¶

func (v *NullableProvenanceDTO) Unset()

type NullableProvenanceEntity ¶

type NullableProvenanceEntity struct {
	// contains filtered or unexported fields
}

func NewNullableProvenanceEntity ¶

func NewNullableProvenanceEntity(val *ProvenanceEntity) *NullableProvenanceEntity

func (NullableProvenanceEntity) Get ¶

func (NullableProvenanceEntity) IsSet ¶

func (v NullableProvenanceEntity) IsSet() bool

func (NullableProvenanceEntity) MarshalJSON ¶

func (v NullableProvenanceEntity) MarshalJSON() ([]byte, error)

func (*NullableProvenanceEntity) Set ¶

func (*NullableProvenanceEntity) UnmarshalJSON ¶

func (v *NullableProvenanceEntity) UnmarshalJSON(src []byte) error

func (*NullableProvenanceEntity) Unset ¶

func (v *NullableProvenanceEntity) Unset()

type NullableProvenanceEventDTO ¶

type NullableProvenanceEventDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProvenanceEventDTO ¶

func NewNullableProvenanceEventDTO(val *ProvenanceEventDTO) *NullableProvenanceEventDTO

func (NullableProvenanceEventDTO) Get ¶

func (NullableProvenanceEventDTO) IsSet ¶

func (v NullableProvenanceEventDTO) IsSet() bool

func (NullableProvenanceEventDTO) MarshalJSON ¶

func (v NullableProvenanceEventDTO) MarshalJSON() ([]byte, error)

func (*NullableProvenanceEventDTO) Set ¶

func (*NullableProvenanceEventDTO) UnmarshalJSON ¶

func (v *NullableProvenanceEventDTO) UnmarshalJSON(src []byte) error

func (*NullableProvenanceEventDTO) Unset ¶

func (v *NullableProvenanceEventDTO) Unset()

type NullableProvenanceEventEntity ¶

type NullableProvenanceEventEntity struct {
	// contains filtered or unexported fields
}

func (NullableProvenanceEventEntity) Get ¶

func (NullableProvenanceEventEntity) IsSet ¶

func (NullableProvenanceEventEntity) MarshalJSON ¶

func (v NullableProvenanceEventEntity) MarshalJSON() ([]byte, error)

func (*NullableProvenanceEventEntity) Set ¶

func (*NullableProvenanceEventEntity) UnmarshalJSON ¶

func (v *NullableProvenanceEventEntity) UnmarshalJSON(src []byte) error

func (*NullableProvenanceEventEntity) Unset ¶

func (v *NullableProvenanceEventEntity) Unset()

type NullableProvenanceLinkDTO ¶

type NullableProvenanceLinkDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProvenanceLinkDTO ¶

func NewNullableProvenanceLinkDTO(val *ProvenanceLinkDTO) *NullableProvenanceLinkDTO

func (NullableProvenanceLinkDTO) Get ¶

func (NullableProvenanceLinkDTO) IsSet ¶

func (v NullableProvenanceLinkDTO) IsSet() bool

func (NullableProvenanceLinkDTO) MarshalJSON ¶

func (v NullableProvenanceLinkDTO) MarshalJSON() ([]byte, error)

func (*NullableProvenanceLinkDTO) Set ¶

func (*NullableProvenanceLinkDTO) UnmarshalJSON ¶

func (v *NullableProvenanceLinkDTO) UnmarshalJSON(src []byte) error

func (*NullableProvenanceLinkDTO) Unset ¶

func (v *NullableProvenanceLinkDTO) Unset()

type NullableProvenanceNodeDTO ¶

type NullableProvenanceNodeDTO struct {
	// contains filtered or unexported fields
}

func NewNullableProvenanceNodeDTO ¶

func NewNullableProvenanceNodeDTO(val *ProvenanceNodeDTO) *NullableProvenanceNodeDTO

func (NullableProvenanceNodeDTO) Get ¶

func (NullableProvenanceNodeDTO) IsSet ¶

func (v NullableProvenanceNodeDTO) IsSet() bool

func (NullableProvenanceNodeDTO) MarshalJSON ¶

func (v NullableProvenanceNodeDTO) MarshalJSON() ([]byte, error)

func (*NullableProvenanceNodeDTO) Set ¶

func (*NullableProvenanceNodeDTO) UnmarshalJSON ¶

func (v *NullableProvenanceNodeDTO) UnmarshalJSON(src []byte) error

func (*NullableProvenanceNodeDTO) Unset ¶

func (v *NullableProvenanceNodeDTO) Unset()

type NullableProvenanceOptionsDTO ¶

type NullableProvenanceOptionsDTO struct {
	// contains filtered or unexported fields
}

func (NullableProvenanceOptionsDTO) Get ¶

func (NullableProvenanceOptionsDTO) IsSet ¶

func (NullableProvenanceOptionsDTO) MarshalJSON ¶

func (v NullableProvenanceOptionsDTO) MarshalJSON() ([]byte, error)

func (*NullableProvenanceOptionsDTO) Set ¶

func (*NullableProvenanceOptionsDTO) UnmarshalJSON ¶

func (v *NullableProvenanceOptionsDTO) UnmarshalJSON(src []byte) error

func (*NullableProvenanceOptionsDTO) Unset ¶

func (v *NullableProvenanceOptionsDTO) Unset()

type NullableProvenanceOptionsEntity ¶

type NullableProvenanceOptionsEntity struct {
	// contains filtered or unexported fields
}

func (NullableProvenanceOptionsEntity) Get ¶

func (NullableProvenanceOptionsEntity) IsSet ¶

func (NullableProvenanceOptionsEntity) MarshalJSON ¶

func (v NullableProvenanceOptionsEntity) MarshalJSON() ([]byte, error)

func (*NullableProvenanceOptionsEntity) Set ¶

func (*NullableProvenanceOptionsEntity) UnmarshalJSON ¶

func (v *NullableProvenanceOptionsEntity) UnmarshalJSON(src []byte) error

func (*NullableProvenanceOptionsEntity) Unset ¶

type NullableProvenanceRequestDTO ¶

type NullableProvenanceRequestDTO struct {
	// contains filtered or unexported fields
}

func (NullableProvenanceRequestDTO) Get ¶

func (NullableProvenanceRequestDTO) IsSet ¶

func (NullableProvenanceRequestDTO) MarshalJSON ¶

func (v NullableProvenanceRequestDTO) MarshalJSON() ([]byte, error)

func (*NullableProvenanceRequestDTO) Set ¶

func (*NullableProvenanceRequestDTO) UnmarshalJSON ¶

func (v *NullableProvenanceRequestDTO) UnmarshalJSON(src []byte) error

func (*NullableProvenanceRequestDTO) Unset ¶

func (v *NullableProvenanceRequestDTO) Unset()

type NullableProvenanceResultsDTO ¶

type NullableProvenanceResultsDTO struct {
	// contains filtered or unexported fields
}

func (NullableProvenanceResultsDTO) Get ¶

func (NullableProvenanceResultsDTO) IsSet ¶

func (NullableProvenanceResultsDTO) MarshalJSON ¶

func (v NullableProvenanceResultsDTO) MarshalJSON() ([]byte, error)

func (*NullableProvenanceResultsDTO) Set ¶

func (*NullableProvenanceResultsDTO) UnmarshalJSON ¶

func (v *NullableProvenanceResultsDTO) UnmarshalJSON(src []byte) error

func (*NullableProvenanceResultsDTO) Unset ¶

func (v *NullableProvenanceResultsDTO) Unset()

type NullableProvenanceSearchValueDTO ¶

type NullableProvenanceSearchValueDTO struct {
	// contains filtered or unexported fields
}

func (NullableProvenanceSearchValueDTO) Get ¶

func (NullableProvenanceSearchValueDTO) IsSet ¶

func (NullableProvenanceSearchValueDTO) MarshalJSON ¶

func (v NullableProvenanceSearchValueDTO) MarshalJSON() ([]byte, error)

func (*NullableProvenanceSearchValueDTO) Set ¶

func (*NullableProvenanceSearchValueDTO) UnmarshalJSON ¶

func (v *NullableProvenanceSearchValueDTO) UnmarshalJSON(src []byte) error

func (*NullableProvenanceSearchValueDTO) Unset ¶

type NullableProvenanceSearchableFieldDTO ¶

type NullableProvenanceSearchableFieldDTO struct {
	// contains filtered or unexported fields
}

func (NullableProvenanceSearchableFieldDTO) Get ¶

func (NullableProvenanceSearchableFieldDTO) IsSet ¶

func (NullableProvenanceSearchableFieldDTO) MarshalJSON ¶

func (v NullableProvenanceSearchableFieldDTO) MarshalJSON() ([]byte, error)

func (*NullableProvenanceSearchableFieldDTO) Set ¶

func (*NullableProvenanceSearchableFieldDTO) UnmarshalJSON ¶

func (v *NullableProvenanceSearchableFieldDTO) UnmarshalJSON(src []byte) error

func (*NullableProvenanceSearchableFieldDTO) Unset ¶

type NullableQueueSizeDTO ¶

type NullableQueueSizeDTO struct {
	// contains filtered or unexported fields
}

func NewNullableQueueSizeDTO ¶

func NewNullableQueueSizeDTO(val *QueueSizeDTO) *NullableQueueSizeDTO

func (NullableQueueSizeDTO) Get ¶

func (NullableQueueSizeDTO) IsSet ¶

func (v NullableQueueSizeDTO) IsSet() bool

func (NullableQueueSizeDTO) MarshalJSON ¶

func (v NullableQueueSizeDTO) MarshalJSON() ([]byte, error)

func (*NullableQueueSizeDTO) Set ¶

func (v *NullableQueueSizeDTO) Set(val *QueueSizeDTO)

func (*NullableQueueSizeDTO) UnmarshalJSON ¶

func (v *NullableQueueSizeDTO) UnmarshalJSON(src []byte) error

func (*NullableQueueSizeDTO) Unset ¶

func (v *NullableQueueSizeDTO) Unset()

type NullableRegisteredFlow ¶

type NullableRegisteredFlow struct {
	// contains filtered or unexported fields
}

func NewNullableRegisteredFlow ¶

func NewNullableRegisteredFlow(val *RegisteredFlow) *NullableRegisteredFlow

func (NullableRegisteredFlow) Get ¶

func (NullableRegisteredFlow) IsSet ¶

func (v NullableRegisteredFlow) IsSet() bool

func (NullableRegisteredFlow) MarshalJSON ¶

func (v NullableRegisteredFlow) MarshalJSON() ([]byte, error)

func (*NullableRegisteredFlow) Set ¶

func (*NullableRegisteredFlow) UnmarshalJSON ¶

func (v *NullableRegisteredFlow) UnmarshalJSON(src []byte) error

func (*NullableRegisteredFlow) Unset ¶

func (v *NullableRegisteredFlow) Unset()

type NullableRegisteredFlowSnapshot ¶

type NullableRegisteredFlowSnapshot struct {
	// contains filtered or unexported fields
}

func (NullableRegisteredFlowSnapshot) Get ¶

func (NullableRegisteredFlowSnapshot) IsSet ¶

func (NullableRegisteredFlowSnapshot) MarshalJSON ¶

func (v NullableRegisteredFlowSnapshot) MarshalJSON() ([]byte, error)

func (*NullableRegisteredFlowSnapshot) Set ¶

func (*NullableRegisteredFlowSnapshot) UnmarshalJSON ¶

func (v *NullableRegisteredFlowSnapshot) UnmarshalJSON(src []byte) error

func (*NullableRegisteredFlowSnapshot) Unset ¶

func (v *NullableRegisteredFlowSnapshot) Unset()

type NullableRegisteredFlowSnapshotMetadata ¶

type NullableRegisteredFlowSnapshotMetadata struct {
	// contains filtered or unexported fields
}

func (NullableRegisteredFlowSnapshotMetadata) Get ¶

func (NullableRegisteredFlowSnapshotMetadata) IsSet ¶

func (NullableRegisteredFlowSnapshotMetadata) MarshalJSON ¶

func (v NullableRegisteredFlowSnapshotMetadata) MarshalJSON() ([]byte, error)

func (*NullableRegisteredFlowSnapshotMetadata) Set ¶

func (*NullableRegisteredFlowSnapshotMetadata) UnmarshalJSON ¶

func (v *NullableRegisteredFlowSnapshotMetadata) UnmarshalJSON(src []byte) error

func (*NullableRegisteredFlowSnapshotMetadata) Unset ¶

type NullableRegisteredFlowVersionInfo ¶

type NullableRegisteredFlowVersionInfo struct {
	// contains filtered or unexported fields
}

func (NullableRegisteredFlowVersionInfo) Get ¶

func (NullableRegisteredFlowVersionInfo) IsSet ¶

func (NullableRegisteredFlowVersionInfo) MarshalJSON ¶

func (v NullableRegisteredFlowVersionInfo) MarshalJSON() ([]byte, error)

func (*NullableRegisteredFlowVersionInfo) Set ¶

func (*NullableRegisteredFlowVersionInfo) UnmarshalJSON ¶

func (v *NullableRegisteredFlowVersionInfo) UnmarshalJSON(src []byte) error

func (*NullableRegisteredFlowVersionInfo) Unset ¶

type NullableRelationship ¶

type NullableRelationship struct {
	// contains filtered or unexported fields
}

func NewNullableRelationship ¶

func NewNullableRelationship(val *Relationship) *NullableRelationship

func (NullableRelationship) Get ¶

func (NullableRelationship) IsSet ¶

func (v NullableRelationship) IsSet() bool

func (NullableRelationship) MarshalJSON ¶

func (v NullableRelationship) MarshalJSON() ([]byte, error)

func (*NullableRelationship) Set ¶

func (v *NullableRelationship) Set(val *Relationship)

func (*NullableRelationship) UnmarshalJSON ¶

func (v *NullableRelationship) UnmarshalJSON(src []byte) error

func (*NullableRelationship) Unset ¶

func (v *NullableRelationship) Unset()

type NullableRelationshipDTO ¶

type NullableRelationshipDTO struct {
	// contains filtered or unexported fields
}

func NewNullableRelationshipDTO ¶

func NewNullableRelationshipDTO(val *RelationshipDTO) *NullableRelationshipDTO

func (NullableRelationshipDTO) Get ¶

func (NullableRelationshipDTO) IsSet ¶

func (v NullableRelationshipDTO) IsSet() bool

func (NullableRelationshipDTO) MarshalJSON ¶

func (v NullableRelationshipDTO) MarshalJSON() ([]byte, error)

func (*NullableRelationshipDTO) Set ¶

func (*NullableRelationshipDTO) UnmarshalJSON ¶

func (v *NullableRelationshipDTO) UnmarshalJSON(src []byte) error

func (*NullableRelationshipDTO) Unset ¶

func (v *NullableRelationshipDTO) Unset()

type NullableRemotePortRunStatusEntity ¶

type NullableRemotePortRunStatusEntity struct {
	// contains filtered or unexported fields
}

func (NullableRemotePortRunStatusEntity) Get ¶

func (NullableRemotePortRunStatusEntity) IsSet ¶

func (NullableRemotePortRunStatusEntity) MarshalJSON ¶

func (v NullableRemotePortRunStatusEntity) MarshalJSON() ([]byte, error)

func (*NullableRemotePortRunStatusEntity) Set ¶

func (*NullableRemotePortRunStatusEntity) UnmarshalJSON ¶

func (v *NullableRemotePortRunStatusEntity) UnmarshalJSON(src []byte) error

func (*NullableRemotePortRunStatusEntity) Unset ¶

type NullableRemoteProcessGroupContentsDTO ¶

type NullableRemoteProcessGroupContentsDTO struct {
	// contains filtered or unexported fields
}

func (NullableRemoteProcessGroupContentsDTO) Get ¶

func (NullableRemoteProcessGroupContentsDTO) IsSet ¶

func (NullableRemoteProcessGroupContentsDTO) MarshalJSON ¶

func (v NullableRemoteProcessGroupContentsDTO) MarshalJSON() ([]byte, error)

func (*NullableRemoteProcessGroupContentsDTO) Set ¶

func (*NullableRemoteProcessGroupContentsDTO) UnmarshalJSON ¶

func (v *NullableRemoteProcessGroupContentsDTO) UnmarshalJSON(src []byte) error

func (*NullableRemoteProcessGroupContentsDTO) Unset ¶

type NullableRemoteProcessGroupDTO ¶

type NullableRemoteProcessGroupDTO struct {
	// contains filtered or unexported fields
}

func (NullableRemoteProcessGroupDTO) Get ¶

func (NullableRemoteProcessGroupDTO) IsSet ¶

func (NullableRemoteProcessGroupDTO) MarshalJSON ¶

func (v NullableRemoteProcessGroupDTO) MarshalJSON() ([]byte, error)

func (*NullableRemoteProcessGroupDTO) Set ¶

func (*NullableRemoteProcessGroupDTO) UnmarshalJSON ¶

func (v *NullableRemoteProcessGroupDTO) UnmarshalJSON(src []byte) error

func (*NullableRemoteProcessGroupDTO) Unset ¶

func (v *NullableRemoteProcessGroupDTO) Unset()

type NullableRemoteProcessGroupEntity ¶

type NullableRemoteProcessGroupEntity struct {
	// contains filtered or unexported fields
}

func (NullableRemoteProcessGroupEntity) Get ¶

func (NullableRemoteProcessGroupEntity) IsSet ¶

func (NullableRemoteProcessGroupEntity) MarshalJSON ¶

func (v NullableRemoteProcessGroupEntity) MarshalJSON() ([]byte, error)

func (*NullableRemoteProcessGroupEntity) Set ¶

func (*NullableRemoteProcessGroupEntity) UnmarshalJSON ¶

func (v *NullableRemoteProcessGroupEntity) UnmarshalJSON(src []byte) error

func (*NullableRemoteProcessGroupEntity) Unset ¶

type NullableRemoteProcessGroupPortDTO ¶

type NullableRemoteProcessGroupPortDTO struct {
	// contains filtered or unexported fields
}

func (NullableRemoteProcessGroupPortDTO) Get ¶

func (NullableRemoteProcessGroupPortDTO) IsSet ¶

func (NullableRemoteProcessGroupPortDTO) MarshalJSON ¶

func (v NullableRemoteProcessGroupPortDTO) MarshalJSON() ([]byte, error)

func (*NullableRemoteProcessGroupPortDTO) Set ¶

func (*NullableRemoteProcessGroupPortDTO) UnmarshalJSON ¶

func (v *NullableRemoteProcessGroupPortDTO) UnmarshalJSON(src []byte) error

func (*NullableRemoteProcessGroupPortDTO) Unset ¶

type NullableRemoteProcessGroupPortEntity ¶

type NullableRemoteProcessGroupPortEntity struct {
	// contains filtered or unexported fields
}

func (NullableRemoteProcessGroupPortEntity) Get ¶

func (NullableRemoteProcessGroupPortEntity) IsSet ¶

func (NullableRemoteProcessGroupPortEntity) MarshalJSON ¶

func (v NullableRemoteProcessGroupPortEntity) MarshalJSON() ([]byte, error)

func (*NullableRemoteProcessGroupPortEntity) Set ¶

func (*NullableRemoteProcessGroupPortEntity) UnmarshalJSON ¶

func (v *NullableRemoteProcessGroupPortEntity) UnmarshalJSON(src []byte) error

func (*NullableRemoteProcessGroupPortEntity) Unset ¶

type NullableRemoteProcessGroupStatusDTO ¶

type NullableRemoteProcessGroupStatusDTO struct {
	// contains filtered or unexported fields
}

func (NullableRemoteProcessGroupStatusDTO) Get ¶

func (NullableRemoteProcessGroupStatusDTO) IsSet ¶

func (NullableRemoteProcessGroupStatusDTO) MarshalJSON ¶

func (v NullableRemoteProcessGroupStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableRemoteProcessGroupStatusDTO) Set ¶

func (*NullableRemoteProcessGroupStatusDTO) UnmarshalJSON ¶

func (v *NullableRemoteProcessGroupStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableRemoteProcessGroupStatusDTO) Unset ¶

type NullableRemoteProcessGroupStatusEntity ¶

type NullableRemoteProcessGroupStatusEntity struct {
	// contains filtered or unexported fields
}

func (NullableRemoteProcessGroupStatusEntity) Get ¶

func (NullableRemoteProcessGroupStatusEntity) IsSet ¶

func (NullableRemoteProcessGroupStatusEntity) MarshalJSON ¶

func (v NullableRemoteProcessGroupStatusEntity) MarshalJSON() ([]byte, error)

func (*NullableRemoteProcessGroupStatusEntity) Set ¶

func (*NullableRemoteProcessGroupStatusEntity) UnmarshalJSON ¶

func (v *NullableRemoteProcessGroupStatusEntity) UnmarshalJSON(src []byte) error

func (*NullableRemoteProcessGroupStatusEntity) Unset ¶

type NullableRemoteProcessGroupStatusSnapshotDTO ¶

type NullableRemoteProcessGroupStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableRemoteProcessGroupStatusSnapshotDTO) Get ¶

func (NullableRemoteProcessGroupStatusSnapshotDTO) IsSet ¶

func (NullableRemoteProcessGroupStatusSnapshotDTO) MarshalJSON ¶

func (*NullableRemoteProcessGroupStatusSnapshotDTO) Set ¶

func (*NullableRemoteProcessGroupStatusSnapshotDTO) UnmarshalJSON ¶

func (v *NullableRemoteProcessGroupStatusSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableRemoteProcessGroupStatusSnapshotDTO) Unset ¶

type NullableRemoteProcessGroupStatusSnapshotEntity ¶

type NullableRemoteProcessGroupStatusSnapshotEntity struct {
	// contains filtered or unexported fields
}

func (NullableRemoteProcessGroupStatusSnapshotEntity) Get ¶

func (NullableRemoteProcessGroupStatusSnapshotEntity) IsSet ¶

func (NullableRemoteProcessGroupStatusSnapshotEntity) MarshalJSON ¶

func (*NullableRemoteProcessGroupStatusSnapshotEntity) Set ¶

func (*NullableRemoteProcessGroupStatusSnapshotEntity) UnmarshalJSON ¶

func (*NullableRemoteProcessGroupStatusSnapshotEntity) Unset ¶

type NullableRemoteProcessGroupsEntity ¶

type NullableRemoteProcessGroupsEntity struct {
	// contains filtered or unexported fields
}

func (NullableRemoteProcessGroupsEntity) Get ¶

func (NullableRemoteProcessGroupsEntity) IsSet ¶

func (NullableRemoteProcessGroupsEntity) MarshalJSON ¶

func (v NullableRemoteProcessGroupsEntity) MarshalJSON() ([]byte, error)

func (*NullableRemoteProcessGroupsEntity) Set ¶

func (*NullableRemoteProcessGroupsEntity) UnmarshalJSON ¶

func (v *NullableRemoteProcessGroupsEntity) UnmarshalJSON(src []byte) error

func (*NullableRemoteProcessGroupsEntity) Unset ¶

type NullableRemoteQueuePartitionDTO ¶

type NullableRemoteQueuePartitionDTO struct {
	// contains filtered or unexported fields
}

func (NullableRemoteQueuePartitionDTO) Get ¶

func (NullableRemoteQueuePartitionDTO) IsSet ¶

func (NullableRemoteQueuePartitionDTO) MarshalJSON ¶

func (v NullableRemoteQueuePartitionDTO) MarshalJSON() ([]byte, error)

func (*NullableRemoteQueuePartitionDTO) Set ¶

func (*NullableRemoteQueuePartitionDTO) UnmarshalJSON ¶

func (v *NullableRemoteQueuePartitionDTO) UnmarshalJSON(src []byte) error

func (*NullableRemoteQueuePartitionDTO) Unset ¶

type NullableReplayLastEventRequestEntity ¶

type NullableReplayLastEventRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableReplayLastEventRequestEntity) Get ¶

func (NullableReplayLastEventRequestEntity) IsSet ¶

func (NullableReplayLastEventRequestEntity) MarshalJSON ¶

func (v NullableReplayLastEventRequestEntity) MarshalJSON() ([]byte, error)

func (*NullableReplayLastEventRequestEntity) Set ¶

func (*NullableReplayLastEventRequestEntity) UnmarshalJSON ¶

func (v *NullableReplayLastEventRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableReplayLastEventRequestEntity) Unset ¶

type NullableReplayLastEventResponseEntity ¶

type NullableReplayLastEventResponseEntity struct {
	// contains filtered or unexported fields
}

func (NullableReplayLastEventResponseEntity) Get ¶

func (NullableReplayLastEventResponseEntity) IsSet ¶

func (NullableReplayLastEventResponseEntity) MarshalJSON ¶

func (v NullableReplayLastEventResponseEntity) MarshalJSON() ([]byte, error)

func (*NullableReplayLastEventResponseEntity) Set ¶

func (*NullableReplayLastEventResponseEntity) UnmarshalJSON ¶

func (v *NullableReplayLastEventResponseEntity) UnmarshalJSON(src []byte) error

func (*NullableReplayLastEventResponseEntity) Unset ¶

type NullableReplayLastEventSnapshotDTO ¶

type NullableReplayLastEventSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableReplayLastEventSnapshotDTO) Get ¶

func (NullableReplayLastEventSnapshotDTO) IsSet ¶

func (NullableReplayLastEventSnapshotDTO) MarshalJSON ¶

func (v NullableReplayLastEventSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableReplayLastEventSnapshotDTO) Set ¶

func (*NullableReplayLastEventSnapshotDTO) UnmarshalJSON ¶

func (v *NullableReplayLastEventSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableReplayLastEventSnapshotDTO) Unset ¶

type NullableReportingTaskDTO ¶

type NullableReportingTaskDTO struct {
	// contains filtered or unexported fields
}

func NewNullableReportingTaskDTO ¶

func NewNullableReportingTaskDTO(val *ReportingTaskDTO) *NullableReportingTaskDTO

func (NullableReportingTaskDTO) Get ¶

func (NullableReportingTaskDTO) IsSet ¶

func (v NullableReportingTaskDTO) IsSet() bool

func (NullableReportingTaskDTO) MarshalJSON ¶

func (v NullableReportingTaskDTO) MarshalJSON() ([]byte, error)

func (*NullableReportingTaskDTO) Set ¶

func (*NullableReportingTaskDTO) UnmarshalJSON ¶

func (v *NullableReportingTaskDTO) UnmarshalJSON(src []byte) error

func (*NullableReportingTaskDTO) Unset ¶

func (v *NullableReportingTaskDTO) Unset()

type NullableReportingTaskDefinition ¶

type NullableReportingTaskDefinition struct {
	// contains filtered or unexported fields
}

func (NullableReportingTaskDefinition) Get ¶

func (NullableReportingTaskDefinition) IsSet ¶

func (NullableReportingTaskDefinition) MarshalJSON ¶

func (v NullableReportingTaskDefinition) MarshalJSON() ([]byte, error)

func (*NullableReportingTaskDefinition) Set ¶

func (*NullableReportingTaskDefinition) UnmarshalJSON ¶

func (v *NullableReportingTaskDefinition) UnmarshalJSON(src []byte) error

func (*NullableReportingTaskDefinition) Unset ¶

type NullableReportingTaskEntity ¶

type NullableReportingTaskEntity struct {
	// contains filtered or unexported fields
}

func (NullableReportingTaskEntity) Get ¶

func (NullableReportingTaskEntity) IsSet ¶

func (NullableReportingTaskEntity) MarshalJSON ¶

func (v NullableReportingTaskEntity) MarshalJSON() ([]byte, error)

func (*NullableReportingTaskEntity) Set ¶

func (*NullableReportingTaskEntity) UnmarshalJSON ¶

func (v *NullableReportingTaskEntity) UnmarshalJSON(src []byte) error

func (*NullableReportingTaskEntity) Unset ¶

func (v *NullableReportingTaskEntity) Unset()

type NullableReportingTaskRunStatusEntity ¶

type NullableReportingTaskRunStatusEntity struct {
	// contains filtered or unexported fields
}

func (NullableReportingTaskRunStatusEntity) Get ¶

func (NullableReportingTaskRunStatusEntity) IsSet ¶

func (NullableReportingTaskRunStatusEntity) MarshalJSON ¶

func (v NullableReportingTaskRunStatusEntity) MarshalJSON() ([]byte, error)

func (*NullableReportingTaskRunStatusEntity) Set ¶

func (*NullableReportingTaskRunStatusEntity) UnmarshalJSON ¶

func (v *NullableReportingTaskRunStatusEntity) UnmarshalJSON(src []byte) error

func (*NullableReportingTaskRunStatusEntity) Unset ¶

type NullableReportingTaskStatusDTO ¶

type NullableReportingTaskStatusDTO struct {
	// contains filtered or unexported fields
}

func (NullableReportingTaskStatusDTO) Get ¶

func (NullableReportingTaskStatusDTO) IsSet ¶

func (NullableReportingTaskStatusDTO) MarshalJSON ¶

func (v NullableReportingTaskStatusDTO) MarshalJSON() ([]byte, error)

func (*NullableReportingTaskStatusDTO) Set ¶

func (*NullableReportingTaskStatusDTO) UnmarshalJSON ¶

func (v *NullableReportingTaskStatusDTO) UnmarshalJSON(src []byte) error

func (*NullableReportingTaskStatusDTO) Unset ¶

func (v *NullableReportingTaskStatusDTO) Unset()

type NullableReportingTaskTypesEntity ¶

type NullableReportingTaskTypesEntity struct {
	// contains filtered or unexported fields
}

func (NullableReportingTaskTypesEntity) Get ¶

func (NullableReportingTaskTypesEntity) IsSet ¶

func (NullableReportingTaskTypesEntity) MarshalJSON ¶

func (v NullableReportingTaskTypesEntity) MarshalJSON() ([]byte, error)

func (*NullableReportingTaskTypesEntity) Set ¶

func (*NullableReportingTaskTypesEntity) UnmarshalJSON ¶

func (v *NullableReportingTaskTypesEntity) UnmarshalJSON(src []byte) error

func (*NullableReportingTaskTypesEntity) Unset ¶

type NullableReportingTasksEntity ¶

type NullableReportingTasksEntity struct {
	// contains filtered or unexported fields
}

func (NullableReportingTasksEntity) Get ¶

func (NullableReportingTasksEntity) IsSet ¶

func (NullableReportingTasksEntity) MarshalJSON ¶

func (v NullableReportingTasksEntity) MarshalJSON() ([]byte, error)

func (*NullableReportingTasksEntity) Set ¶

func (*NullableReportingTasksEntity) UnmarshalJSON ¶

func (v *NullableReportingTasksEntity) UnmarshalJSON(src []byte) error

func (*NullableReportingTasksEntity) Unset ¶

func (v *NullableReportingTasksEntity) Unset()

type NullableRepositoryUsageDTO ¶

type NullableRepositoryUsageDTO struct {
	// contains filtered or unexported fields
}

func NewNullableRepositoryUsageDTO ¶

func NewNullableRepositoryUsageDTO(val *RepositoryUsageDTO) *NullableRepositoryUsageDTO

func (NullableRepositoryUsageDTO) Get ¶

func (NullableRepositoryUsageDTO) IsSet ¶

func (v NullableRepositoryUsageDTO) IsSet() bool

func (NullableRepositoryUsageDTO) MarshalJSON ¶

func (v NullableRepositoryUsageDTO) MarshalJSON() ([]byte, error)

func (*NullableRepositoryUsageDTO) Set ¶

func (*NullableRepositoryUsageDTO) UnmarshalJSON ¶

func (v *NullableRepositoryUsageDTO) UnmarshalJSON(src []byte) error

func (*NullableRepositoryUsageDTO) Unset ¶

func (v *NullableRepositoryUsageDTO) Unset()

type NullableRequiredPermissionDTO ¶

type NullableRequiredPermissionDTO struct {
	// contains filtered or unexported fields
}

func (NullableRequiredPermissionDTO) Get ¶

func (NullableRequiredPermissionDTO) IsSet ¶

func (NullableRequiredPermissionDTO) MarshalJSON ¶

func (v NullableRequiredPermissionDTO) MarshalJSON() ([]byte, error)

func (*NullableRequiredPermissionDTO) Set ¶

func (*NullableRequiredPermissionDTO) UnmarshalJSON ¶

func (v *NullableRequiredPermissionDTO) UnmarshalJSON(src []byte) error

func (*NullableRequiredPermissionDTO) Unset ¶

func (v *NullableRequiredPermissionDTO) Unset()

type NullableResourceDTO ¶

type NullableResourceDTO struct {
	// contains filtered or unexported fields
}

func NewNullableResourceDTO ¶

func NewNullableResourceDTO(val *ResourceDTO) *NullableResourceDTO

func (NullableResourceDTO) Get ¶

func (NullableResourceDTO) IsSet ¶

func (v NullableResourceDTO) IsSet() bool

func (NullableResourceDTO) MarshalJSON ¶

func (v NullableResourceDTO) MarshalJSON() ([]byte, error)

func (*NullableResourceDTO) Set ¶

func (v *NullableResourceDTO) Set(val *ResourceDTO)

func (*NullableResourceDTO) UnmarshalJSON ¶

func (v *NullableResourceDTO) UnmarshalJSON(src []byte) error

func (*NullableResourceDTO) Unset ¶

func (v *NullableResourceDTO) Unset()

type NullableResourcesEntity ¶

type NullableResourcesEntity struct {
	// contains filtered or unexported fields
}

func NewNullableResourcesEntity ¶

func NewNullableResourcesEntity(val *ResourcesEntity) *NullableResourcesEntity

func (NullableResourcesEntity) Get ¶

func (NullableResourcesEntity) IsSet ¶

func (v NullableResourcesEntity) IsSet() bool

func (NullableResourcesEntity) MarshalJSON ¶

func (v NullableResourcesEntity) MarshalJSON() ([]byte, error)

func (*NullableResourcesEntity) Set ¶

func (*NullableResourcesEntity) UnmarshalJSON ¶

func (v *NullableResourcesEntity) UnmarshalJSON(src []byte) error

func (*NullableResourcesEntity) Unset ¶

func (v *NullableResourcesEntity) Unset()

type NullableResponse ¶

type NullableResponse struct {
	// contains filtered or unexported fields
}

func NewNullableResponse ¶

func NewNullableResponse(val *Response) *NullableResponse

func (NullableResponse) Get ¶

func (v NullableResponse) Get() *Response

func (NullableResponse) IsSet ¶

func (v NullableResponse) IsSet() bool

func (NullableResponse) MarshalJSON ¶

func (v NullableResponse) MarshalJSON() ([]byte, error)

func (*NullableResponse) Set ¶

func (v *NullableResponse) Set(val *Response)

func (*NullableResponse) UnmarshalJSON ¶

func (v *NullableResponse) UnmarshalJSON(src []byte) error

func (*NullableResponse) Unset ¶

func (v *NullableResponse) Unset()

type NullableRestriction ¶

type NullableRestriction struct {
	// contains filtered or unexported fields
}

func NewNullableRestriction ¶

func NewNullableRestriction(val *Restriction) *NullableRestriction

func (NullableRestriction) Get ¶

func (NullableRestriction) IsSet ¶

func (v NullableRestriction) IsSet() bool

func (NullableRestriction) MarshalJSON ¶

func (v NullableRestriction) MarshalJSON() ([]byte, error)

func (*NullableRestriction) Set ¶

func (v *NullableRestriction) Set(val *Restriction)

func (*NullableRestriction) UnmarshalJSON ¶

func (v *NullableRestriction) UnmarshalJSON(src []byte) error

func (*NullableRestriction) Unset ¶

func (v *NullableRestriction) Unset()

type NullableRevisionDTO ¶

type NullableRevisionDTO struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionDTO ¶

func NewNullableRevisionDTO(val *RevisionDTO) *NullableRevisionDTO

func (NullableRevisionDTO) Get ¶

func (NullableRevisionDTO) IsSet ¶

func (v NullableRevisionDTO) IsSet() bool

func (NullableRevisionDTO) MarshalJSON ¶

func (v NullableRevisionDTO) MarshalJSON() ([]byte, error)

func (*NullableRevisionDTO) Set ¶

func (v *NullableRevisionDTO) Set(val *RevisionDTO)

func (*NullableRevisionDTO) UnmarshalJSON ¶

func (v *NullableRevisionDTO) UnmarshalJSON(src []byte) error

func (*NullableRevisionDTO) Unset ¶

func (v *NullableRevisionDTO) Unset()

type NullableRunStatusDetailsRequestEntity ¶

type NullableRunStatusDetailsRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableRunStatusDetailsRequestEntity) Get ¶

func (NullableRunStatusDetailsRequestEntity) IsSet ¶

func (NullableRunStatusDetailsRequestEntity) MarshalJSON ¶

func (v NullableRunStatusDetailsRequestEntity) MarshalJSON() ([]byte, error)

func (*NullableRunStatusDetailsRequestEntity) Set ¶

func (*NullableRunStatusDetailsRequestEntity) UnmarshalJSON ¶

func (v *NullableRunStatusDetailsRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableRunStatusDetailsRequestEntity) Unset ¶

type NullableRuntimeManifest ¶

type NullableRuntimeManifest struct {
	// contains filtered or unexported fields
}

func NewNullableRuntimeManifest ¶

func NewNullableRuntimeManifest(val *RuntimeManifest) *NullableRuntimeManifest

func (NullableRuntimeManifest) Get ¶

func (NullableRuntimeManifest) IsSet ¶

func (v NullableRuntimeManifest) IsSet() bool

func (NullableRuntimeManifest) MarshalJSON ¶

func (v NullableRuntimeManifest) MarshalJSON() ([]byte, error)

func (*NullableRuntimeManifest) Set ¶

func (*NullableRuntimeManifest) UnmarshalJSON ¶

func (v *NullableRuntimeManifest) UnmarshalJSON(src []byte) error

func (*NullableRuntimeManifest) Unset ¶

func (v *NullableRuntimeManifest) Unset()

type NullableRuntimeManifestEntity ¶

type NullableRuntimeManifestEntity struct {
	// contains filtered or unexported fields
}

func (NullableRuntimeManifestEntity) Get ¶

func (NullableRuntimeManifestEntity) IsSet ¶

func (NullableRuntimeManifestEntity) MarshalJSON ¶

func (v NullableRuntimeManifestEntity) MarshalJSON() ([]byte, error)

func (*NullableRuntimeManifestEntity) Set ¶

func (*NullableRuntimeManifestEntity) UnmarshalJSON ¶

func (v *NullableRuntimeManifestEntity) UnmarshalJSON(src []byte) error

func (*NullableRuntimeManifestEntity) Unset ¶

func (v *NullableRuntimeManifestEntity) Unset()

type NullableScheduleComponentsEntity ¶

type NullableScheduleComponentsEntity struct {
	// contains filtered or unexported fields
}

func (NullableScheduleComponentsEntity) Get ¶

func (NullableScheduleComponentsEntity) IsSet ¶

func (NullableScheduleComponentsEntity) MarshalJSON ¶

func (v NullableScheduleComponentsEntity) MarshalJSON() ([]byte, error)

func (*NullableScheduleComponentsEntity) Set ¶

func (*NullableScheduleComponentsEntity) UnmarshalJSON ¶

func (v *NullableScheduleComponentsEntity) UnmarshalJSON(src []byte) error

func (*NullableScheduleComponentsEntity) Unset ¶

type NullableSchedulingDefaults ¶

type NullableSchedulingDefaults struct {
	// contains filtered or unexported fields
}

func NewNullableSchedulingDefaults ¶

func NewNullableSchedulingDefaults(val *SchedulingDefaults) *NullableSchedulingDefaults

func (NullableSchedulingDefaults) Get ¶

func (NullableSchedulingDefaults) IsSet ¶

func (v NullableSchedulingDefaults) IsSet() bool

func (NullableSchedulingDefaults) MarshalJSON ¶

func (v NullableSchedulingDefaults) MarshalJSON() ([]byte, error)

func (*NullableSchedulingDefaults) Set ¶

func (*NullableSchedulingDefaults) UnmarshalJSON ¶

func (v *NullableSchedulingDefaults) UnmarshalJSON(src []byte) error

func (*NullableSchedulingDefaults) Unset ¶

func (v *NullableSchedulingDefaults) Unset()

type NullableSearchResultGroupDTO ¶

type NullableSearchResultGroupDTO struct {
	// contains filtered or unexported fields
}

func (NullableSearchResultGroupDTO) Get ¶

func (NullableSearchResultGroupDTO) IsSet ¶

func (NullableSearchResultGroupDTO) MarshalJSON ¶

func (v NullableSearchResultGroupDTO) MarshalJSON() ([]byte, error)

func (*NullableSearchResultGroupDTO) Set ¶

func (*NullableSearchResultGroupDTO) UnmarshalJSON ¶

func (v *NullableSearchResultGroupDTO) UnmarshalJSON(src []byte) error

func (*NullableSearchResultGroupDTO) Unset ¶

func (v *NullableSearchResultGroupDTO) Unset()

type NullableSearchResultsDTO ¶

type NullableSearchResultsDTO struct {
	// contains filtered or unexported fields
}

func NewNullableSearchResultsDTO ¶

func NewNullableSearchResultsDTO(val *SearchResultsDTO) *NullableSearchResultsDTO

func (NullableSearchResultsDTO) Get ¶

func (NullableSearchResultsDTO) IsSet ¶

func (v NullableSearchResultsDTO) IsSet() bool

func (NullableSearchResultsDTO) MarshalJSON ¶

func (v NullableSearchResultsDTO) MarshalJSON() ([]byte, error)

func (*NullableSearchResultsDTO) Set ¶

func (*NullableSearchResultsDTO) UnmarshalJSON ¶

func (v *NullableSearchResultsDTO) UnmarshalJSON(src []byte) error

func (*NullableSearchResultsDTO) Unset ¶

func (v *NullableSearchResultsDTO) Unset()

type NullableSearchResultsEntity ¶

type NullableSearchResultsEntity struct {
	// contains filtered or unexported fields
}

func (NullableSearchResultsEntity) Get ¶

func (NullableSearchResultsEntity) IsSet ¶

func (NullableSearchResultsEntity) MarshalJSON ¶

func (v NullableSearchResultsEntity) MarshalJSON() ([]byte, error)

func (*NullableSearchResultsEntity) Set ¶

func (*NullableSearchResultsEntity) UnmarshalJSON ¶

func (v *NullableSearchResultsEntity) UnmarshalJSON(src []byte) error

func (*NullableSearchResultsEntity) Unset ¶

func (v *NullableSearchResultsEntity) Unset()

type NullableSnippetDTO ¶

type NullableSnippetDTO struct {
	// contains filtered or unexported fields
}

func NewNullableSnippetDTO ¶

func NewNullableSnippetDTO(val *SnippetDTO) *NullableSnippetDTO

func (NullableSnippetDTO) Get ¶

func (v NullableSnippetDTO) Get() *SnippetDTO

func (NullableSnippetDTO) IsSet ¶

func (v NullableSnippetDTO) IsSet() bool

func (NullableSnippetDTO) MarshalJSON ¶

func (v NullableSnippetDTO) MarshalJSON() ([]byte, error)

func (*NullableSnippetDTO) Set ¶

func (v *NullableSnippetDTO) Set(val *SnippetDTO)

func (*NullableSnippetDTO) UnmarshalJSON ¶

func (v *NullableSnippetDTO) UnmarshalJSON(src []byte) error

func (*NullableSnippetDTO) Unset ¶

func (v *NullableSnippetDTO) Unset()

type NullableSnippetEntity ¶

type NullableSnippetEntity struct {
	// contains filtered or unexported fields
}

func NewNullableSnippetEntity ¶

func NewNullableSnippetEntity(val *SnippetEntity) *NullableSnippetEntity

func (NullableSnippetEntity) Get ¶

func (NullableSnippetEntity) IsSet ¶

func (v NullableSnippetEntity) IsSet() bool

func (NullableSnippetEntity) MarshalJSON ¶

func (v NullableSnippetEntity) MarshalJSON() ([]byte, error)

func (*NullableSnippetEntity) Set ¶

func (v *NullableSnippetEntity) Set(val *SnippetEntity)

func (*NullableSnippetEntity) UnmarshalJSON ¶

func (v *NullableSnippetEntity) UnmarshalJSON(src []byte) error

func (*NullableSnippetEntity) Unset ¶

func (v *NullableSnippetEntity) Unset()

type NullableStackTraceElement ¶

type NullableStackTraceElement struct {
	// contains filtered or unexported fields
}

func NewNullableStackTraceElement ¶

func NewNullableStackTraceElement(val *StackTraceElement) *NullableStackTraceElement

func (NullableStackTraceElement) Get ¶

func (NullableStackTraceElement) IsSet ¶

func (v NullableStackTraceElement) IsSet() bool

func (NullableStackTraceElement) MarshalJSON ¶

func (v NullableStackTraceElement) MarshalJSON() ([]byte, error)

func (*NullableStackTraceElement) Set ¶

func (*NullableStackTraceElement) UnmarshalJSON ¶

func (v *NullableStackTraceElement) UnmarshalJSON(src []byte) error

func (*NullableStackTraceElement) Unset ¶

func (v *NullableStackTraceElement) Unset()

type NullableStartVersionControlRequestEntity ¶

type NullableStartVersionControlRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableStartVersionControlRequestEntity) Get ¶

func (NullableStartVersionControlRequestEntity) IsSet ¶

func (NullableStartVersionControlRequestEntity) MarshalJSON ¶

func (*NullableStartVersionControlRequestEntity) Set ¶

func (*NullableStartVersionControlRequestEntity) UnmarshalJSON ¶

func (v *NullableStartVersionControlRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableStartVersionControlRequestEntity) Unset ¶

type NullableStateEntryDTO ¶

type NullableStateEntryDTO struct {
	// contains filtered or unexported fields
}

func NewNullableStateEntryDTO ¶

func NewNullableStateEntryDTO(val *StateEntryDTO) *NullableStateEntryDTO

func (NullableStateEntryDTO) Get ¶

func (NullableStateEntryDTO) IsSet ¶

func (v NullableStateEntryDTO) IsSet() bool

func (NullableStateEntryDTO) MarshalJSON ¶

func (v NullableStateEntryDTO) MarshalJSON() ([]byte, error)

func (*NullableStateEntryDTO) Set ¶

func (v *NullableStateEntryDTO) Set(val *StateEntryDTO)

func (*NullableStateEntryDTO) UnmarshalJSON ¶

func (v *NullableStateEntryDTO) UnmarshalJSON(src []byte) error

func (*NullableStateEntryDTO) Unset ¶

func (v *NullableStateEntryDTO) Unset()

type NullableStateMapDTO ¶

type NullableStateMapDTO struct {
	// contains filtered or unexported fields
}

func NewNullableStateMapDTO ¶

func NewNullableStateMapDTO(val *StateMapDTO) *NullableStateMapDTO

func (NullableStateMapDTO) Get ¶

func (NullableStateMapDTO) IsSet ¶

func (v NullableStateMapDTO) IsSet() bool

func (NullableStateMapDTO) MarshalJSON ¶

func (v NullableStateMapDTO) MarshalJSON() ([]byte, error)

func (*NullableStateMapDTO) Set ¶

func (v *NullableStateMapDTO) Set(val *StateMapDTO)

func (*NullableStateMapDTO) UnmarshalJSON ¶

func (v *NullableStateMapDTO) UnmarshalJSON(src []byte) error

func (*NullableStateMapDTO) Unset ¶

func (v *NullableStateMapDTO) Unset()

type NullableStateful ¶

type NullableStateful struct {
	// contains filtered or unexported fields
}

func NewNullableStateful ¶

func NewNullableStateful(val *Stateful) *NullableStateful

func (NullableStateful) Get ¶

func (v NullableStateful) Get() *Stateful

func (NullableStateful) IsSet ¶

func (v NullableStateful) IsSet() bool

func (NullableStateful) MarshalJSON ¶

func (v NullableStateful) MarshalJSON() ([]byte, error)

func (*NullableStateful) Set ¶

func (v *NullableStateful) Set(val *Stateful)

func (*NullableStateful) UnmarshalJSON ¶

func (v *NullableStateful) UnmarshalJSON(src []byte) error

func (*NullableStateful) Unset ¶

func (v *NullableStateful) Unset()

type NullableStatusDescriptorDTO ¶

type NullableStatusDescriptorDTO struct {
	// contains filtered or unexported fields
}

func (NullableStatusDescriptorDTO) Get ¶

func (NullableStatusDescriptorDTO) IsSet ¶

func (NullableStatusDescriptorDTO) MarshalJSON ¶

func (v NullableStatusDescriptorDTO) MarshalJSON() ([]byte, error)

func (*NullableStatusDescriptorDTO) Set ¶

func (*NullableStatusDescriptorDTO) UnmarshalJSON ¶

func (v *NullableStatusDescriptorDTO) UnmarshalJSON(src []byte) error

func (*NullableStatusDescriptorDTO) Unset ¶

func (v *NullableStatusDescriptorDTO) Unset()

type NullableStatusHistoryDTO ¶

type NullableStatusHistoryDTO struct {
	// contains filtered or unexported fields
}

func NewNullableStatusHistoryDTO ¶

func NewNullableStatusHistoryDTO(val *StatusHistoryDTO) *NullableStatusHistoryDTO

func (NullableStatusHistoryDTO) Get ¶

func (NullableStatusHistoryDTO) IsSet ¶

func (v NullableStatusHistoryDTO) IsSet() bool

func (NullableStatusHistoryDTO) MarshalJSON ¶

func (v NullableStatusHistoryDTO) MarshalJSON() ([]byte, error)

func (*NullableStatusHistoryDTO) Set ¶

func (*NullableStatusHistoryDTO) UnmarshalJSON ¶

func (v *NullableStatusHistoryDTO) UnmarshalJSON(src []byte) error

func (*NullableStatusHistoryDTO) Unset ¶

func (v *NullableStatusHistoryDTO) Unset()

type NullableStatusHistoryEntity ¶

type NullableStatusHistoryEntity struct {
	// contains filtered or unexported fields
}

func (NullableStatusHistoryEntity) Get ¶

func (NullableStatusHistoryEntity) IsSet ¶

func (NullableStatusHistoryEntity) MarshalJSON ¶

func (v NullableStatusHistoryEntity) MarshalJSON() ([]byte, error)

func (*NullableStatusHistoryEntity) Set ¶

func (*NullableStatusHistoryEntity) UnmarshalJSON ¶

func (v *NullableStatusHistoryEntity) UnmarshalJSON(src []byte) error

func (*NullableStatusHistoryEntity) Unset ¶

func (v *NullableStatusHistoryEntity) Unset()

type NullableStatusSnapshotDTO ¶

type NullableStatusSnapshotDTO struct {
	// contains filtered or unexported fields
}

func NewNullableStatusSnapshotDTO ¶

func NewNullableStatusSnapshotDTO(val *StatusSnapshotDTO) *NullableStatusSnapshotDTO

func (NullableStatusSnapshotDTO) Get ¶

func (NullableStatusSnapshotDTO) IsSet ¶

func (v NullableStatusSnapshotDTO) IsSet() bool

func (NullableStatusSnapshotDTO) MarshalJSON ¶

func (v NullableStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableStatusSnapshotDTO) Set ¶

func (*NullableStatusSnapshotDTO) UnmarshalJSON ¶

func (v *NullableStatusSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableStatusSnapshotDTO) Unset ¶

func (v *NullableStatusSnapshotDTO) Unset()

type NullableStorageUsageDTO ¶

type NullableStorageUsageDTO struct {
	// contains filtered or unexported fields
}

func NewNullableStorageUsageDTO ¶

func NewNullableStorageUsageDTO(val *StorageUsageDTO) *NullableStorageUsageDTO

func (NullableStorageUsageDTO) Get ¶

func (NullableStorageUsageDTO) IsSet ¶

func (v NullableStorageUsageDTO) IsSet() bool

func (NullableStorageUsageDTO) MarshalJSON ¶

func (v NullableStorageUsageDTO) MarshalJSON() ([]byte, error)

func (*NullableStorageUsageDTO) Set ¶

func (*NullableStorageUsageDTO) UnmarshalJSON ¶

func (v *NullableStorageUsageDTO) UnmarshalJSON(src []byte) error

func (*NullableStorageUsageDTO) Unset ¶

func (v *NullableStorageUsageDTO) Unset()

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableSubmitReplayRequestEntity ¶

type NullableSubmitReplayRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableSubmitReplayRequestEntity) Get ¶

func (NullableSubmitReplayRequestEntity) IsSet ¶

func (NullableSubmitReplayRequestEntity) MarshalJSON ¶

func (v NullableSubmitReplayRequestEntity) MarshalJSON() ([]byte, error)

func (*NullableSubmitReplayRequestEntity) Set ¶

func (*NullableSubmitReplayRequestEntity) UnmarshalJSON ¶

func (v *NullableSubmitReplayRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableSubmitReplayRequestEntity) Unset ¶

type NullableSystemDiagnosticsDTO ¶

type NullableSystemDiagnosticsDTO struct {
	// contains filtered or unexported fields
}

func (NullableSystemDiagnosticsDTO) Get ¶

func (NullableSystemDiagnosticsDTO) IsSet ¶

func (NullableSystemDiagnosticsDTO) MarshalJSON ¶

func (v NullableSystemDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*NullableSystemDiagnosticsDTO) Set ¶

func (*NullableSystemDiagnosticsDTO) UnmarshalJSON ¶

func (v *NullableSystemDiagnosticsDTO) UnmarshalJSON(src []byte) error

func (*NullableSystemDiagnosticsDTO) Unset ¶

func (v *NullableSystemDiagnosticsDTO) Unset()

type NullableSystemDiagnosticsEntity ¶

type NullableSystemDiagnosticsEntity struct {
	// contains filtered or unexported fields
}

func (NullableSystemDiagnosticsEntity) Get ¶

func (NullableSystemDiagnosticsEntity) IsSet ¶

func (NullableSystemDiagnosticsEntity) MarshalJSON ¶

func (v NullableSystemDiagnosticsEntity) MarshalJSON() ([]byte, error)

func (*NullableSystemDiagnosticsEntity) Set ¶

func (*NullableSystemDiagnosticsEntity) UnmarshalJSON ¶

func (v *NullableSystemDiagnosticsEntity) UnmarshalJSON(src []byte) error

func (*NullableSystemDiagnosticsEntity) Unset ¶

type NullableSystemDiagnosticsSnapshotDTO ¶

type NullableSystemDiagnosticsSnapshotDTO struct {
	// contains filtered or unexported fields
}

func (NullableSystemDiagnosticsSnapshotDTO) Get ¶

func (NullableSystemDiagnosticsSnapshotDTO) IsSet ¶

func (NullableSystemDiagnosticsSnapshotDTO) MarshalJSON ¶

func (v NullableSystemDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*NullableSystemDiagnosticsSnapshotDTO) Set ¶

func (*NullableSystemDiagnosticsSnapshotDTO) UnmarshalJSON ¶

func (v *NullableSystemDiagnosticsSnapshotDTO) UnmarshalJSON(src []byte) error

func (*NullableSystemDiagnosticsSnapshotDTO) Unset ¶

type NullableSystemResourceConsideration ¶

type NullableSystemResourceConsideration struct {
	// contains filtered or unexported fields
}

func (NullableSystemResourceConsideration) Get ¶

func (NullableSystemResourceConsideration) IsSet ¶

func (NullableSystemResourceConsideration) MarshalJSON ¶

func (v NullableSystemResourceConsideration) MarshalJSON() ([]byte, error)

func (*NullableSystemResourceConsideration) Set ¶

func (*NullableSystemResourceConsideration) UnmarshalJSON ¶

func (v *NullableSystemResourceConsideration) UnmarshalJSON(src []byte) error

func (*NullableSystemResourceConsideration) Unset ¶

type NullableTemplateDTO ¶

type NullableTemplateDTO struct {
	// contains filtered or unexported fields
}

func NewNullableTemplateDTO ¶

func NewNullableTemplateDTO(val *TemplateDTO) *NullableTemplateDTO

func (NullableTemplateDTO) Get ¶

func (NullableTemplateDTO) IsSet ¶

func (v NullableTemplateDTO) IsSet() bool

func (NullableTemplateDTO) MarshalJSON ¶

func (v NullableTemplateDTO) MarshalJSON() ([]byte, error)

func (*NullableTemplateDTO) Set ¶

func (v *NullableTemplateDTO) Set(val *TemplateDTO)

func (*NullableTemplateDTO) UnmarshalJSON ¶

func (v *NullableTemplateDTO) UnmarshalJSON(src []byte) error

func (*NullableTemplateDTO) Unset ¶

func (v *NullableTemplateDTO) Unset()

type NullableTemplateEntity ¶

type NullableTemplateEntity struct {
	// contains filtered or unexported fields
}

func NewNullableTemplateEntity ¶

func NewNullableTemplateEntity(val *TemplateEntity) *NullableTemplateEntity

func (NullableTemplateEntity) Get ¶

func (NullableTemplateEntity) IsSet ¶

func (v NullableTemplateEntity) IsSet() bool

func (NullableTemplateEntity) MarshalJSON ¶

func (v NullableTemplateEntity) MarshalJSON() ([]byte, error)

func (*NullableTemplateEntity) Set ¶

func (*NullableTemplateEntity) UnmarshalJSON ¶

func (v *NullableTemplateEntity) UnmarshalJSON(src []byte) error

func (*NullableTemplateEntity) Unset ¶

func (v *NullableTemplateEntity) Unset()

type NullableTemplatesEntity ¶

type NullableTemplatesEntity struct {
	// contains filtered or unexported fields
}

func NewNullableTemplatesEntity ¶

func NewNullableTemplatesEntity(val *TemplatesEntity) *NullableTemplatesEntity

func (NullableTemplatesEntity) Get ¶

func (NullableTemplatesEntity) IsSet ¶

func (v NullableTemplatesEntity) IsSet() bool

func (NullableTemplatesEntity) MarshalJSON ¶

func (v NullableTemplatesEntity) MarshalJSON() ([]byte, error)

func (*NullableTemplatesEntity) Set ¶

func (*NullableTemplatesEntity) UnmarshalJSON ¶

func (v *NullableTemplatesEntity) UnmarshalJSON(src []byte) error

func (*NullableTemplatesEntity) Unset ¶

func (v *NullableTemplatesEntity) Unset()

type NullableTenantDTO ¶

type NullableTenantDTO struct {
	// contains filtered or unexported fields
}

func NewNullableTenantDTO ¶

func NewNullableTenantDTO(val *TenantDTO) *NullableTenantDTO

func (NullableTenantDTO) Get ¶

func (v NullableTenantDTO) Get() *TenantDTO

func (NullableTenantDTO) IsSet ¶

func (v NullableTenantDTO) IsSet() bool

func (NullableTenantDTO) MarshalJSON ¶

func (v NullableTenantDTO) MarshalJSON() ([]byte, error)

func (*NullableTenantDTO) Set ¶

func (v *NullableTenantDTO) Set(val *TenantDTO)

func (*NullableTenantDTO) UnmarshalJSON ¶

func (v *NullableTenantDTO) UnmarshalJSON(src []byte) error

func (*NullableTenantDTO) Unset ¶

func (v *NullableTenantDTO) Unset()

type NullableTenantEntity ¶

type NullableTenantEntity struct {
	// contains filtered or unexported fields
}

func NewNullableTenantEntity ¶

func NewNullableTenantEntity(val *TenantEntity) *NullableTenantEntity

func (NullableTenantEntity) Get ¶

func (NullableTenantEntity) IsSet ¶

func (v NullableTenantEntity) IsSet() bool

func (NullableTenantEntity) MarshalJSON ¶

func (v NullableTenantEntity) MarshalJSON() ([]byte, error)

func (*NullableTenantEntity) Set ¶

func (v *NullableTenantEntity) Set(val *TenantEntity)

func (*NullableTenantEntity) UnmarshalJSON ¶

func (v *NullableTenantEntity) UnmarshalJSON(src []byte) error

func (*NullableTenantEntity) Unset ¶

func (v *NullableTenantEntity) Unset()

type NullableTenantsEntity ¶

type NullableTenantsEntity struct {
	// contains filtered or unexported fields
}

func NewNullableTenantsEntity ¶

func NewNullableTenantsEntity(val *TenantsEntity) *NullableTenantsEntity

func (NullableTenantsEntity) Get ¶

func (NullableTenantsEntity) IsSet ¶

func (v NullableTenantsEntity) IsSet() bool

func (NullableTenantsEntity) MarshalJSON ¶

func (v NullableTenantsEntity) MarshalJSON() ([]byte, error)

func (*NullableTenantsEntity) Set ¶

func (v *NullableTenantsEntity) Set(val *TenantsEntity)

func (*NullableTenantsEntity) UnmarshalJSON ¶

func (v *NullableTenantsEntity) UnmarshalJSON(src []byte) error

func (*NullableTenantsEntity) Unset ¶

func (v *NullableTenantsEntity) Unset()

type NullableThreadDumpDTO ¶

type NullableThreadDumpDTO struct {
	// contains filtered or unexported fields
}

func NewNullableThreadDumpDTO ¶

func NewNullableThreadDumpDTO(val *ThreadDumpDTO) *NullableThreadDumpDTO

func (NullableThreadDumpDTO) Get ¶

func (NullableThreadDumpDTO) IsSet ¶

func (v NullableThreadDumpDTO) IsSet() bool

func (NullableThreadDumpDTO) MarshalJSON ¶

func (v NullableThreadDumpDTO) MarshalJSON() ([]byte, error)

func (*NullableThreadDumpDTO) Set ¶

func (v *NullableThreadDumpDTO) Set(val *ThreadDumpDTO)

func (*NullableThreadDumpDTO) UnmarshalJSON ¶

func (v *NullableThreadDumpDTO) UnmarshalJSON(src []byte) error

func (*NullableThreadDumpDTO) Unset ¶

func (v *NullableThreadDumpDTO) Unset()

type NullableThrowable ¶

type NullableThrowable struct {
	// contains filtered or unexported fields
}

func NewNullableThrowable ¶

func NewNullableThrowable(val *Throwable) *NullableThrowable

func (NullableThrowable) Get ¶

func (v NullableThrowable) Get() *Throwable

func (NullableThrowable) IsSet ¶

func (v NullableThrowable) IsSet() bool

func (NullableThrowable) MarshalJSON ¶

func (v NullableThrowable) MarshalJSON() ([]byte, error)

func (*NullableThrowable) Set ¶

func (v *NullableThrowable) Set(val *Throwable)

func (*NullableThrowable) UnmarshalJSON ¶

func (v *NullableThrowable) UnmarshalJSON(src []byte) error

func (*NullableThrowable) Unset ¶

func (v *NullableThrowable) Unset()

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableTransactionResultEntity ¶

type NullableTransactionResultEntity struct {
	// contains filtered or unexported fields
}

func (NullableTransactionResultEntity) Get ¶

func (NullableTransactionResultEntity) IsSet ¶

func (NullableTransactionResultEntity) MarshalJSON ¶

func (v NullableTransactionResultEntity) MarshalJSON() ([]byte, error)

func (*NullableTransactionResultEntity) Set ¶

func (*NullableTransactionResultEntity) UnmarshalJSON ¶

func (v *NullableTransactionResultEntity) UnmarshalJSON(src []byte) error

func (*NullableTransactionResultEntity) Unset ¶

type NullableUpdateControllerServiceReferenceRequestEntity ¶

type NullableUpdateControllerServiceReferenceRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableUpdateControllerServiceReferenceRequestEntity) Get ¶

func (NullableUpdateControllerServiceReferenceRequestEntity) IsSet ¶

func (NullableUpdateControllerServiceReferenceRequestEntity) MarshalJSON ¶

func (*NullableUpdateControllerServiceReferenceRequestEntity) Set ¶

func (*NullableUpdateControllerServiceReferenceRequestEntity) UnmarshalJSON ¶

func (*NullableUpdateControllerServiceReferenceRequestEntity) Unset ¶

type NullableUserDTO ¶

type NullableUserDTO struct {
	// contains filtered or unexported fields
}

func NewNullableUserDTO ¶

func NewNullableUserDTO(val *UserDTO) *NullableUserDTO

func (NullableUserDTO) Get ¶

func (v NullableUserDTO) Get() *UserDTO

func (NullableUserDTO) IsSet ¶

func (v NullableUserDTO) IsSet() bool

func (NullableUserDTO) MarshalJSON ¶

func (v NullableUserDTO) MarshalJSON() ([]byte, error)

func (*NullableUserDTO) Set ¶

func (v *NullableUserDTO) Set(val *UserDTO)

func (*NullableUserDTO) UnmarshalJSON ¶

func (v *NullableUserDTO) UnmarshalJSON(src []byte) error

func (*NullableUserDTO) Unset ¶

func (v *NullableUserDTO) Unset()

type NullableUserEntity ¶

type NullableUserEntity struct {
	// contains filtered or unexported fields
}

func NewNullableUserEntity ¶

func NewNullableUserEntity(val *UserEntity) *NullableUserEntity

func (NullableUserEntity) Get ¶

func (v NullableUserEntity) Get() *UserEntity

func (NullableUserEntity) IsSet ¶

func (v NullableUserEntity) IsSet() bool

func (NullableUserEntity) MarshalJSON ¶

func (v NullableUserEntity) MarshalJSON() ([]byte, error)

func (*NullableUserEntity) Set ¶

func (v *NullableUserEntity) Set(val *UserEntity)

func (*NullableUserEntity) UnmarshalJSON ¶

func (v *NullableUserEntity) UnmarshalJSON(src []byte) error

func (*NullableUserEntity) Unset ¶

func (v *NullableUserEntity) Unset()

type NullableUserGroupDTO ¶

type NullableUserGroupDTO struct {
	// contains filtered or unexported fields
}

func NewNullableUserGroupDTO ¶

func NewNullableUserGroupDTO(val *UserGroupDTO) *NullableUserGroupDTO

func (NullableUserGroupDTO) Get ¶

func (NullableUserGroupDTO) IsSet ¶

func (v NullableUserGroupDTO) IsSet() bool

func (NullableUserGroupDTO) MarshalJSON ¶

func (v NullableUserGroupDTO) MarshalJSON() ([]byte, error)

func (*NullableUserGroupDTO) Set ¶

func (v *NullableUserGroupDTO) Set(val *UserGroupDTO)

func (*NullableUserGroupDTO) UnmarshalJSON ¶

func (v *NullableUserGroupDTO) UnmarshalJSON(src []byte) error

func (*NullableUserGroupDTO) Unset ¶

func (v *NullableUserGroupDTO) Unset()

type NullableUserGroupEntity ¶

type NullableUserGroupEntity struct {
	// contains filtered or unexported fields
}

func NewNullableUserGroupEntity ¶

func NewNullableUserGroupEntity(val *UserGroupEntity) *NullableUserGroupEntity

func (NullableUserGroupEntity) Get ¶

func (NullableUserGroupEntity) IsSet ¶

func (v NullableUserGroupEntity) IsSet() bool

func (NullableUserGroupEntity) MarshalJSON ¶

func (v NullableUserGroupEntity) MarshalJSON() ([]byte, error)

func (*NullableUserGroupEntity) Set ¶

func (*NullableUserGroupEntity) UnmarshalJSON ¶

func (v *NullableUserGroupEntity) UnmarshalJSON(src []byte) error

func (*NullableUserGroupEntity) Unset ¶

func (v *NullableUserGroupEntity) Unset()

type NullableUserGroupsEntity ¶

type NullableUserGroupsEntity struct {
	// contains filtered or unexported fields
}

func NewNullableUserGroupsEntity ¶

func NewNullableUserGroupsEntity(val *UserGroupsEntity) *NullableUserGroupsEntity

func (NullableUserGroupsEntity) Get ¶

func (NullableUserGroupsEntity) IsSet ¶

func (v NullableUserGroupsEntity) IsSet() bool

func (NullableUserGroupsEntity) MarshalJSON ¶

func (v NullableUserGroupsEntity) MarshalJSON() ([]byte, error)

func (*NullableUserGroupsEntity) Set ¶

func (*NullableUserGroupsEntity) UnmarshalJSON ¶

func (v *NullableUserGroupsEntity) UnmarshalJSON(src []byte) error

func (*NullableUserGroupsEntity) Unset ¶

func (v *NullableUserGroupsEntity) Unset()

type NullableUsersEntity ¶

type NullableUsersEntity struct {
	// contains filtered or unexported fields
}

func NewNullableUsersEntity ¶

func NewNullableUsersEntity(val *UsersEntity) *NullableUsersEntity

func (NullableUsersEntity) Get ¶

func (NullableUsersEntity) IsSet ¶

func (v NullableUsersEntity) IsSet() bool

func (NullableUsersEntity) MarshalJSON ¶

func (v NullableUsersEntity) MarshalJSON() ([]byte, error)

func (*NullableUsersEntity) Set ¶

func (v *NullableUsersEntity) Set(val *UsersEntity)

func (*NullableUsersEntity) UnmarshalJSON ¶

func (v *NullableUsersEntity) UnmarshalJSON(src []byte) error

func (*NullableUsersEntity) Unset ¶

func (v *NullableUsersEntity) Unset()

type NullableVariableDTO ¶

type NullableVariableDTO struct {
	// contains filtered or unexported fields
}

func NewNullableVariableDTO ¶

func NewNullableVariableDTO(val *VariableDTO) *NullableVariableDTO

func (NullableVariableDTO) Get ¶

func (NullableVariableDTO) IsSet ¶

func (v NullableVariableDTO) IsSet() bool

func (NullableVariableDTO) MarshalJSON ¶

func (v NullableVariableDTO) MarshalJSON() ([]byte, error)

func (*NullableVariableDTO) Set ¶

func (v *NullableVariableDTO) Set(val *VariableDTO)

func (*NullableVariableDTO) UnmarshalJSON ¶

func (v *NullableVariableDTO) UnmarshalJSON(src []byte) error

func (*NullableVariableDTO) Unset ¶

func (v *NullableVariableDTO) Unset()

type NullableVariableEntity ¶

type NullableVariableEntity struct {
	// contains filtered or unexported fields
}

func NewNullableVariableEntity ¶

func NewNullableVariableEntity(val *VariableEntity) *NullableVariableEntity

func (NullableVariableEntity) Get ¶

func (NullableVariableEntity) IsSet ¶

func (v NullableVariableEntity) IsSet() bool

func (NullableVariableEntity) MarshalJSON ¶

func (v NullableVariableEntity) MarshalJSON() ([]byte, error)

func (*NullableVariableEntity) Set ¶

func (*NullableVariableEntity) UnmarshalJSON ¶

func (v *NullableVariableEntity) UnmarshalJSON(src []byte) error

func (*NullableVariableEntity) Unset ¶

func (v *NullableVariableEntity) Unset()

type NullableVariableRegistryDTO ¶

type NullableVariableRegistryDTO struct {
	// contains filtered or unexported fields
}

func (NullableVariableRegistryDTO) Get ¶

func (NullableVariableRegistryDTO) IsSet ¶

func (NullableVariableRegistryDTO) MarshalJSON ¶

func (v NullableVariableRegistryDTO) MarshalJSON() ([]byte, error)

func (*NullableVariableRegistryDTO) Set ¶

func (*NullableVariableRegistryDTO) UnmarshalJSON ¶

func (v *NullableVariableRegistryDTO) UnmarshalJSON(src []byte) error

func (*NullableVariableRegistryDTO) Unset ¶

func (v *NullableVariableRegistryDTO) Unset()

type NullableVariableRegistryEntity ¶

type NullableVariableRegistryEntity struct {
	// contains filtered or unexported fields
}

func (NullableVariableRegistryEntity) Get ¶

func (NullableVariableRegistryEntity) IsSet ¶

func (NullableVariableRegistryEntity) MarshalJSON ¶

func (v NullableVariableRegistryEntity) MarshalJSON() ([]byte, error)

func (*NullableVariableRegistryEntity) Set ¶

func (*NullableVariableRegistryEntity) UnmarshalJSON ¶

func (v *NullableVariableRegistryEntity) UnmarshalJSON(src []byte) error

func (*NullableVariableRegistryEntity) Unset ¶

func (v *NullableVariableRegistryEntity) Unset()

type NullableVariableRegistryUpdateRequestDTO ¶

type NullableVariableRegistryUpdateRequestDTO struct {
	// contains filtered or unexported fields
}

func (NullableVariableRegistryUpdateRequestDTO) Get ¶

func (NullableVariableRegistryUpdateRequestDTO) IsSet ¶

func (NullableVariableRegistryUpdateRequestDTO) MarshalJSON ¶

func (*NullableVariableRegistryUpdateRequestDTO) Set ¶

func (*NullableVariableRegistryUpdateRequestDTO) UnmarshalJSON ¶

func (v *NullableVariableRegistryUpdateRequestDTO) UnmarshalJSON(src []byte) error

func (*NullableVariableRegistryUpdateRequestDTO) Unset ¶

type NullableVariableRegistryUpdateRequestEntity ¶

type NullableVariableRegistryUpdateRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableVariableRegistryUpdateRequestEntity) Get ¶

func (NullableVariableRegistryUpdateRequestEntity) IsSet ¶

func (NullableVariableRegistryUpdateRequestEntity) MarshalJSON ¶

func (*NullableVariableRegistryUpdateRequestEntity) Set ¶

func (*NullableVariableRegistryUpdateRequestEntity) UnmarshalJSON ¶

func (v *NullableVariableRegistryUpdateRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableVariableRegistryUpdateRequestEntity) Unset ¶

type NullableVariableRegistryUpdateStepDTO ¶

type NullableVariableRegistryUpdateStepDTO struct {
	// contains filtered or unexported fields
}

func (NullableVariableRegistryUpdateStepDTO) Get ¶

func (NullableVariableRegistryUpdateStepDTO) IsSet ¶

func (NullableVariableRegistryUpdateStepDTO) MarshalJSON ¶

func (v NullableVariableRegistryUpdateStepDTO) MarshalJSON() ([]byte, error)

func (*NullableVariableRegistryUpdateStepDTO) Set ¶

func (*NullableVariableRegistryUpdateStepDTO) UnmarshalJSON ¶

func (v *NullableVariableRegistryUpdateStepDTO) UnmarshalJSON(src []byte) error

func (*NullableVariableRegistryUpdateStepDTO) Unset ¶

type NullableVerifyConfigRequestDTO ¶

type NullableVerifyConfigRequestDTO struct {
	// contains filtered or unexported fields
}

func (NullableVerifyConfigRequestDTO) Get ¶

func (NullableVerifyConfigRequestDTO) IsSet ¶

func (NullableVerifyConfigRequestDTO) MarshalJSON ¶

func (v NullableVerifyConfigRequestDTO) MarshalJSON() ([]byte, error)

func (*NullableVerifyConfigRequestDTO) Set ¶

func (*NullableVerifyConfigRequestDTO) UnmarshalJSON ¶

func (v *NullableVerifyConfigRequestDTO) UnmarshalJSON(src []byte) error

func (*NullableVerifyConfigRequestDTO) Unset ¶

func (v *NullableVerifyConfigRequestDTO) Unset()

type NullableVerifyConfigRequestEntity ¶

type NullableVerifyConfigRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableVerifyConfigRequestEntity) Get ¶

func (NullableVerifyConfigRequestEntity) IsSet ¶

func (NullableVerifyConfigRequestEntity) MarshalJSON ¶

func (v NullableVerifyConfigRequestEntity) MarshalJSON() ([]byte, error)

func (*NullableVerifyConfigRequestEntity) Set ¶

func (*NullableVerifyConfigRequestEntity) UnmarshalJSON ¶

func (v *NullableVerifyConfigRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableVerifyConfigRequestEntity) Unset ¶

type NullableVerifyConfigUpdateStepDTO ¶

type NullableVerifyConfigUpdateStepDTO struct {
	// contains filtered or unexported fields
}

func (NullableVerifyConfigUpdateStepDTO) Get ¶

func (NullableVerifyConfigUpdateStepDTO) IsSet ¶

func (NullableVerifyConfigUpdateStepDTO) MarshalJSON ¶

func (v NullableVerifyConfigUpdateStepDTO) MarshalJSON() ([]byte, error)

func (*NullableVerifyConfigUpdateStepDTO) Set ¶

func (*NullableVerifyConfigUpdateStepDTO) UnmarshalJSON ¶

func (v *NullableVerifyConfigUpdateStepDTO) UnmarshalJSON(src []byte) error

func (*NullableVerifyConfigUpdateStepDTO) Unset ¶

type NullableVersionControlComponentMappingEntity ¶

type NullableVersionControlComponentMappingEntity struct {
	// contains filtered or unexported fields
}

func (NullableVersionControlComponentMappingEntity) Get ¶

func (NullableVersionControlComponentMappingEntity) IsSet ¶

func (NullableVersionControlComponentMappingEntity) MarshalJSON ¶

func (*NullableVersionControlComponentMappingEntity) Set ¶

func (*NullableVersionControlComponentMappingEntity) UnmarshalJSON ¶

func (*NullableVersionControlComponentMappingEntity) Unset ¶

type NullableVersionControlInformationDTO ¶

type NullableVersionControlInformationDTO struct {
	// contains filtered or unexported fields
}

func (NullableVersionControlInformationDTO) Get ¶

func (NullableVersionControlInformationDTO) IsSet ¶

func (NullableVersionControlInformationDTO) MarshalJSON ¶

func (v NullableVersionControlInformationDTO) MarshalJSON() ([]byte, error)

func (*NullableVersionControlInformationDTO) Set ¶

func (*NullableVersionControlInformationDTO) UnmarshalJSON ¶

func (v *NullableVersionControlInformationDTO) UnmarshalJSON(src []byte) error

func (*NullableVersionControlInformationDTO) Unset ¶

type NullableVersionControlInformationEntity ¶

type NullableVersionControlInformationEntity struct {
	// contains filtered or unexported fields
}

func (NullableVersionControlInformationEntity) Get ¶

func (NullableVersionControlInformationEntity) IsSet ¶

func (NullableVersionControlInformationEntity) MarshalJSON ¶

func (v NullableVersionControlInformationEntity) MarshalJSON() ([]byte, error)

func (*NullableVersionControlInformationEntity) Set ¶

func (*NullableVersionControlInformationEntity) UnmarshalJSON ¶

func (v *NullableVersionControlInformationEntity) UnmarshalJSON(src []byte) error

func (*NullableVersionControlInformationEntity) Unset ¶

type NullableVersionInfoDTO ¶

type NullableVersionInfoDTO struct {
	// contains filtered or unexported fields
}

func NewNullableVersionInfoDTO ¶

func NewNullableVersionInfoDTO(val *VersionInfoDTO) *NullableVersionInfoDTO

func (NullableVersionInfoDTO) Get ¶

func (NullableVersionInfoDTO) IsSet ¶

func (v NullableVersionInfoDTO) IsSet() bool

func (NullableVersionInfoDTO) MarshalJSON ¶

func (v NullableVersionInfoDTO) MarshalJSON() ([]byte, error)

func (*NullableVersionInfoDTO) Set ¶

func (*NullableVersionInfoDTO) UnmarshalJSON ¶

func (v *NullableVersionInfoDTO) UnmarshalJSON(src []byte) error

func (*NullableVersionInfoDTO) Unset ¶

func (v *NullableVersionInfoDTO) Unset()

type NullableVersionedConnection ¶

type NullableVersionedConnection struct {
	// contains filtered or unexported fields
}

func (NullableVersionedConnection) Get ¶

func (NullableVersionedConnection) IsSet ¶

func (NullableVersionedConnection) MarshalJSON ¶

func (v NullableVersionedConnection) MarshalJSON() ([]byte, error)

func (*NullableVersionedConnection) Set ¶

func (*NullableVersionedConnection) UnmarshalJSON ¶

func (v *NullableVersionedConnection) UnmarshalJSON(src []byte) error

func (*NullableVersionedConnection) Unset ¶

func (v *NullableVersionedConnection) Unset()

type NullableVersionedControllerService ¶

type NullableVersionedControllerService struct {
	// contains filtered or unexported fields
}

func (NullableVersionedControllerService) Get ¶

func (NullableVersionedControllerService) IsSet ¶

func (NullableVersionedControllerService) MarshalJSON ¶

func (v NullableVersionedControllerService) MarshalJSON() ([]byte, error)

func (*NullableVersionedControllerService) Set ¶

func (*NullableVersionedControllerService) UnmarshalJSON ¶

func (v *NullableVersionedControllerService) UnmarshalJSON(src []byte) error

func (*NullableVersionedControllerService) Unset ¶

type NullableVersionedFlowCoordinates ¶

type NullableVersionedFlowCoordinates struct {
	// contains filtered or unexported fields
}

func (NullableVersionedFlowCoordinates) Get ¶

func (NullableVersionedFlowCoordinates) IsSet ¶

func (NullableVersionedFlowCoordinates) MarshalJSON ¶

func (v NullableVersionedFlowCoordinates) MarshalJSON() ([]byte, error)

func (*NullableVersionedFlowCoordinates) Set ¶

func (*NullableVersionedFlowCoordinates) UnmarshalJSON ¶

func (v *NullableVersionedFlowCoordinates) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlowCoordinates) Unset ¶

type NullableVersionedFlowDTO ¶

type NullableVersionedFlowDTO struct {
	// contains filtered or unexported fields
}

func NewNullableVersionedFlowDTO ¶

func NewNullableVersionedFlowDTO(val *VersionedFlowDTO) *NullableVersionedFlowDTO

func (NullableVersionedFlowDTO) Get ¶

func (NullableVersionedFlowDTO) IsSet ¶

func (v NullableVersionedFlowDTO) IsSet() bool

func (NullableVersionedFlowDTO) MarshalJSON ¶

func (v NullableVersionedFlowDTO) MarshalJSON() ([]byte, error)

func (*NullableVersionedFlowDTO) Set ¶

func (*NullableVersionedFlowDTO) UnmarshalJSON ¶

func (v *NullableVersionedFlowDTO) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlowDTO) Unset ¶

func (v *NullableVersionedFlowDTO) Unset()

type NullableVersionedFlowEntity ¶

type NullableVersionedFlowEntity struct {
	// contains filtered or unexported fields
}

func (NullableVersionedFlowEntity) Get ¶

func (NullableVersionedFlowEntity) IsSet ¶

func (NullableVersionedFlowEntity) MarshalJSON ¶

func (v NullableVersionedFlowEntity) MarshalJSON() ([]byte, error)

func (*NullableVersionedFlowEntity) Set ¶

func (*NullableVersionedFlowEntity) UnmarshalJSON ¶

func (v *NullableVersionedFlowEntity) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlowEntity) Unset ¶

func (v *NullableVersionedFlowEntity) Unset()

type NullableVersionedFlowSnapshotEntity ¶

type NullableVersionedFlowSnapshotEntity struct {
	// contains filtered or unexported fields
}

func (NullableVersionedFlowSnapshotEntity) Get ¶

func (NullableVersionedFlowSnapshotEntity) IsSet ¶

func (NullableVersionedFlowSnapshotEntity) MarshalJSON ¶

func (v NullableVersionedFlowSnapshotEntity) MarshalJSON() ([]byte, error)

func (*NullableVersionedFlowSnapshotEntity) Set ¶

func (*NullableVersionedFlowSnapshotEntity) UnmarshalJSON ¶

func (v *NullableVersionedFlowSnapshotEntity) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlowSnapshotEntity) Unset ¶

type NullableVersionedFlowSnapshotMetadataEntity ¶

type NullableVersionedFlowSnapshotMetadataEntity struct {
	// contains filtered or unexported fields
}

func (NullableVersionedFlowSnapshotMetadataEntity) Get ¶

func (NullableVersionedFlowSnapshotMetadataEntity) IsSet ¶

func (NullableVersionedFlowSnapshotMetadataEntity) MarshalJSON ¶

func (*NullableVersionedFlowSnapshotMetadataEntity) Set ¶

func (*NullableVersionedFlowSnapshotMetadataEntity) UnmarshalJSON ¶

func (v *NullableVersionedFlowSnapshotMetadataEntity) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlowSnapshotMetadataEntity) Unset ¶

type NullableVersionedFlowSnapshotMetadataSetEntity ¶

type NullableVersionedFlowSnapshotMetadataSetEntity struct {
	// contains filtered or unexported fields
}

func (NullableVersionedFlowSnapshotMetadataSetEntity) Get ¶

func (NullableVersionedFlowSnapshotMetadataSetEntity) IsSet ¶

func (NullableVersionedFlowSnapshotMetadataSetEntity) MarshalJSON ¶

func (*NullableVersionedFlowSnapshotMetadataSetEntity) Set ¶

func (*NullableVersionedFlowSnapshotMetadataSetEntity) UnmarshalJSON ¶

func (*NullableVersionedFlowSnapshotMetadataSetEntity) Unset ¶

type NullableVersionedFlowUpdateRequestDTO ¶

type NullableVersionedFlowUpdateRequestDTO struct {
	// contains filtered or unexported fields
}

func (NullableVersionedFlowUpdateRequestDTO) Get ¶

func (NullableVersionedFlowUpdateRequestDTO) IsSet ¶

func (NullableVersionedFlowUpdateRequestDTO) MarshalJSON ¶

func (v NullableVersionedFlowUpdateRequestDTO) MarshalJSON() ([]byte, error)

func (*NullableVersionedFlowUpdateRequestDTO) Set ¶

func (*NullableVersionedFlowUpdateRequestDTO) UnmarshalJSON ¶

func (v *NullableVersionedFlowUpdateRequestDTO) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlowUpdateRequestDTO) Unset ¶

type NullableVersionedFlowUpdateRequestEntity ¶

type NullableVersionedFlowUpdateRequestEntity struct {
	// contains filtered or unexported fields
}

func (NullableVersionedFlowUpdateRequestEntity) Get ¶

func (NullableVersionedFlowUpdateRequestEntity) IsSet ¶

func (NullableVersionedFlowUpdateRequestEntity) MarshalJSON ¶

func (*NullableVersionedFlowUpdateRequestEntity) Set ¶

func (*NullableVersionedFlowUpdateRequestEntity) UnmarshalJSON ¶

func (v *NullableVersionedFlowUpdateRequestEntity) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlowUpdateRequestEntity) Unset ¶

type NullableVersionedFlowsEntity ¶

type NullableVersionedFlowsEntity struct {
	// contains filtered or unexported fields
}

func (NullableVersionedFlowsEntity) Get ¶

func (NullableVersionedFlowsEntity) IsSet ¶

func (NullableVersionedFlowsEntity) MarshalJSON ¶

func (v NullableVersionedFlowsEntity) MarshalJSON() ([]byte, error)

func (*NullableVersionedFlowsEntity) Set ¶

func (*NullableVersionedFlowsEntity) UnmarshalJSON ¶

func (v *NullableVersionedFlowsEntity) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlowsEntity) Unset ¶

func (v *NullableVersionedFlowsEntity) Unset()

type NullableVersionedFunnel ¶

type NullableVersionedFunnel struct {
	// contains filtered or unexported fields
}

func NewNullableVersionedFunnel ¶

func NewNullableVersionedFunnel(val *VersionedFunnel) *NullableVersionedFunnel

func (NullableVersionedFunnel) Get ¶

func (NullableVersionedFunnel) IsSet ¶

func (v NullableVersionedFunnel) IsSet() bool

func (NullableVersionedFunnel) MarshalJSON ¶

func (v NullableVersionedFunnel) MarshalJSON() ([]byte, error)

func (*NullableVersionedFunnel) Set ¶

func (*NullableVersionedFunnel) UnmarshalJSON ¶

func (v *NullableVersionedFunnel) UnmarshalJSON(src []byte) error

func (*NullableVersionedFunnel) Unset ¶

func (v *NullableVersionedFunnel) Unset()

type NullableVersionedLabel ¶

type NullableVersionedLabel struct {
	// contains filtered or unexported fields
}

func NewNullableVersionedLabel ¶

func NewNullableVersionedLabel(val *VersionedLabel) *NullableVersionedLabel

func (NullableVersionedLabel) Get ¶

func (NullableVersionedLabel) IsSet ¶

func (v NullableVersionedLabel) IsSet() bool

func (NullableVersionedLabel) MarshalJSON ¶

func (v NullableVersionedLabel) MarshalJSON() ([]byte, error)

func (*NullableVersionedLabel) Set ¶

func (*NullableVersionedLabel) UnmarshalJSON ¶

func (v *NullableVersionedLabel) UnmarshalJSON(src []byte) error

func (*NullableVersionedLabel) Unset ¶

func (v *NullableVersionedLabel) Unset()

type NullableVersionedParameter ¶

type NullableVersionedParameter struct {
	// contains filtered or unexported fields
}

func NewNullableVersionedParameter ¶

func NewNullableVersionedParameter(val *VersionedParameter) *NullableVersionedParameter

func (NullableVersionedParameter) Get ¶

func (NullableVersionedParameter) IsSet ¶

func (v NullableVersionedParameter) IsSet() bool

func (NullableVersionedParameter) MarshalJSON ¶

func (v NullableVersionedParameter) MarshalJSON() ([]byte, error)

func (*NullableVersionedParameter) Set ¶

func (*NullableVersionedParameter) UnmarshalJSON ¶

func (v *NullableVersionedParameter) UnmarshalJSON(src []byte) error

func (*NullableVersionedParameter) Unset ¶

func (v *NullableVersionedParameter) Unset()

type NullableVersionedParameterContext ¶

type NullableVersionedParameterContext struct {
	// contains filtered or unexported fields
}

func (NullableVersionedParameterContext) Get ¶

func (NullableVersionedParameterContext) IsSet ¶

func (NullableVersionedParameterContext) MarshalJSON ¶

func (v NullableVersionedParameterContext) MarshalJSON() ([]byte, error)

func (*NullableVersionedParameterContext) Set ¶

func (*NullableVersionedParameterContext) UnmarshalJSON ¶

func (v *NullableVersionedParameterContext) UnmarshalJSON(src []byte) error

func (*NullableVersionedParameterContext) Unset ¶

type NullableVersionedPort ¶

type NullableVersionedPort struct {
	// contains filtered or unexported fields
}

func NewNullableVersionedPort ¶

func NewNullableVersionedPort(val *VersionedPort) *NullableVersionedPort

func (NullableVersionedPort) Get ¶

func (NullableVersionedPort) IsSet ¶

func (v NullableVersionedPort) IsSet() bool

func (NullableVersionedPort) MarshalJSON ¶

func (v NullableVersionedPort) MarshalJSON() ([]byte, error)

func (*NullableVersionedPort) Set ¶

func (v *NullableVersionedPort) Set(val *VersionedPort)

func (*NullableVersionedPort) UnmarshalJSON ¶

func (v *NullableVersionedPort) UnmarshalJSON(src []byte) error

func (*NullableVersionedPort) Unset ¶

func (v *NullableVersionedPort) Unset()

type NullableVersionedProcessGroup ¶

type NullableVersionedProcessGroup struct {
	// contains filtered or unexported fields
}

func (NullableVersionedProcessGroup) Get ¶

func (NullableVersionedProcessGroup) IsSet ¶

func (NullableVersionedProcessGroup) MarshalJSON ¶

func (v NullableVersionedProcessGroup) MarshalJSON() ([]byte, error)

func (*NullableVersionedProcessGroup) Set ¶

func (*NullableVersionedProcessGroup) UnmarshalJSON ¶

func (v *NullableVersionedProcessGroup) UnmarshalJSON(src []byte) error

func (*NullableVersionedProcessGroup) Unset ¶

func (v *NullableVersionedProcessGroup) Unset()

type NullableVersionedProcessor ¶

type NullableVersionedProcessor struct {
	// contains filtered or unexported fields
}

func NewNullableVersionedProcessor ¶

func NewNullableVersionedProcessor(val *VersionedProcessor) *NullableVersionedProcessor

func (NullableVersionedProcessor) Get ¶

func (NullableVersionedProcessor) IsSet ¶

func (v NullableVersionedProcessor) IsSet() bool

func (NullableVersionedProcessor) MarshalJSON ¶

func (v NullableVersionedProcessor) MarshalJSON() ([]byte, error)

func (*NullableVersionedProcessor) Set ¶

func (*NullableVersionedProcessor) UnmarshalJSON ¶

func (v *NullableVersionedProcessor) UnmarshalJSON(src []byte) error

func (*NullableVersionedProcessor) Unset ¶

func (v *NullableVersionedProcessor) Unset()

type NullableVersionedPropertyDescriptor ¶

type NullableVersionedPropertyDescriptor struct {
	// contains filtered or unexported fields
}

func (NullableVersionedPropertyDescriptor) Get ¶

func (NullableVersionedPropertyDescriptor) IsSet ¶

func (NullableVersionedPropertyDescriptor) MarshalJSON ¶

func (v NullableVersionedPropertyDescriptor) MarshalJSON() ([]byte, error)

func (*NullableVersionedPropertyDescriptor) Set ¶

func (*NullableVersionedPropertyDescriptor) UnmarshalJSON ¶

func (v *NullableVersionedPropertyDescriptor) UnmarshalJSON(src []byte) error

func (*NullableVersionedPropertyDescriptor) Unset ¶

type NullableVersionedRemoteGroupPort ¶

type NullableVersionedRemoteGroupPort struct {
	// contains filtered or unexported fields
}

func (NullableVersionedRemoteGroupPort) Get ¶

func (NullableVersionedRemoteGroupPort) IsSet ¶

func (NullableVersionedRemoteGroupPort) MarshalJSON ¶

func (v NullableVersionedRemoteGroupPort) MarshalJSON() ([]byte, error)

func (*NullableVersionedRemoteGroupPort) Set ¶

func (*NullableVersionedRemoteGroupPort) UnmarshalJSON ¶

func (v *NullableVersionedRemoteGroupPort) UnmarshalJSON(src []byte) error

func (*NullableVersionedRemoteGroupPort) Unset ¶

type NullableVersionedRemoteProcessGroup ¶

type NullableVersionedRemoteProcessGroup struct {
	// contains filtered or unexported fields
}

func (NullableVersionedRemoteProcessGroup) Get ¶

func (NullableVersionedRemoteProcessGroup) IsSet ¶

func (NullableVersionedRemoteProcessGroup) MarshalJSON ¶

func (v NullableVersionedRemoteProcessGroup) MarshalJSON() ([]byte, error)

func (*NullableVersionedRemoteProcessGroup) Set ¶

func (*NullableVersionedRemoteProcessGroup) UnmarshalJSON ¶

func (v *NullableVersionedRemoteProcessGroup) UnmarshalJSON(src []byte) error

func (*NullableVersionedRemoteProcessGroup) Unset ¶

type NullableVersionedResourceDefinition ¶

type NullableVersionedResourceDefinition struct {
	// contains filtered or unexported fields
}

func (NullableVersionedResourceDefinition) Get ¶

func (NullableVersionedResourceDefinition) IsSet ¶

func (NullableVersionedResourceDefinition) MarshalJSON ¶

func (v NullableVersionedResourceDefinition) MarshalJSON() ([]byte, error)

func (*NullableVersionedResourceDefinition) Set ¶

func (*NullableVersionedResourceDefinition) UnmarshalJSON ¶

func (v *NullableVersionedResourceDefinition) UnmarshalJSON(src []byte) error

func (*NullableVersionedResourceDefinition) Unset ¶

type OutputPortsAPIGetOutputPortRequest ¶

type OutputPortsAPIGetOutputPortRequest struct {
	ApiService *OutputPortsAPIService
	// contains filtered or unexported fields
}

func (OutputPortsAPIGetOutputPortRequest) Execute ¶

type OutputPortsAPIRemoveOutputPortRequest ¶

type OutputPortsAPIRemoveOutputPortRequest struct {
	ApiService *OutputPortsAPIService
	// contains filtered or unexported fields
}

func (OutputPortsAPIRemoveOutputPortRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (OutputPortsAPIRemoveOutputPortRequest) DisconnectedNodeAcknowledged ¶

func (r OutputPortsAPIRemoveOutputPortRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) OutputPortsAPIRemoveOutputPortRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (OutputPortsAPIRemoveOutputPortRequest) Execute ¶

func (OutputPortsAPIRemoveOutputPortRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type OutputPortsAPIService ¶

type OutputPortsAPIService service

OutputPortsAPIService OutputPortsAPI service

func (*OutputPortsAPIService) GetOutputPort ¶

GetOutputPort Gets an output port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The output port id.
@return OutputPortsAPIGetOutputPortRequest

func (*OutputPortsAPIService) GetOutputPortExecute ¶

Execute executes the request

@return PortEntity

func (*OutputPortsAPIService) RemoveOutputPort ¶

RemoveOutputPort Deletes an output port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The output port id.
@return OutputPortsAPIRemoveOutputPortRequest

func (*OutputPortsAPIService) RemoveOutputPortExecute ¶

Execute executes the request

@return PortEntity

func (*OutputPortsAPIService) UpdateOutputPort ¶

UpdateOutputPort Updates an output port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The output port id.
@return OutputPortsAPIUpdateOutputPortRequest

func (*OutputPortsAPIService) UpdateOutputPortExecute ¶

Execute executes the request

@return PortEntity

func (*OutputPortsAPIService) UpdateRunStatus ¶

UpdateRunStatus Updates run status of an output-port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The port id.
@return OutputPortsAPIUpdateRunStatusRequest

func (*OutputPortsAPIService) UpdateRunStatusExecute ¶

Execute executes the request

@return ProcessorEntity

type OutputPortsAPIUpdateOutputPortRequest ¶

type OutputPortsAPIUpdateOutputPortRequest struct {
	ApiService *OutputPortsAPIService
	// contains filtered or unexported fields
}

func (OutputPortsAPIUpdateOutputPortRequest) Body ¶

The output port configuration details.

func (OutputPortsAPIUpdateOutputPortRequest) Execute ¶

type OutputPortsAPIUpdateRunStatusRequest ¶

type OutputPortsAPIUpdateRunStatusRequest struct {
	ApiService *OutputPortsAPIService
	// contains filtered or unexported fields
}

func (OutputPortsAPIUpdateRunStatusRequest) Body ¶

The port run status.

func (OutputPortsAPIUpdateRunStatusRequest) Execute ¶

type OutputPortsEntity ¶

type OutputPortsEntity struct {
	OutputPorts []PortEntity `json:"outputPorts,omitempty"`
}

OutputPortsEntity struct for OutputPortsEntity

func NewOutputPortsEntity ¶

func NewOutputPortsEntity() *OutputPortsEntity

NewOutputPortsEntity instantiates a new OutputPortsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewOutputPortsEntityWithDefaults ¶

func NewOutputPortsEntityWithDefaults() *OutputPortsEntity

NewOutputPortsEntityWithDefaults instantiates a new OutputPortsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*OutputPortsEntity) GetOutputPorts ¶

func (o *OutputPortsEntity) GetOutputPorts() []PortEntity

GetOutputPorts returns the OutputPorts field value if set, zero value otherwise.

func (*OutputPortsEntity) GetOutputPortsOk ¶

func (o *OutputPortsEntity) GetOutputPortsOk() ([]PortEntity, bool)

GetOutputPortsOk returns a tuple with the OutputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OutputPortsEntity) HasOutputPorts ¶

func (o *OutputPortsEntity) HasOutputPorts() bool

HasOutputPorts returns a boolean if a field has been set.

func (OutputPortsEntity) MarshalJSON ¶

func (o OutputPortsEntity) MarshalJSON() ([]byte, error)

func (*OutputPortsEntity) SetOutputPorts ¶

func (o *OutputPortsEntity) SetOutputPorts(v []PortEntity)

SetOutputPorts gets a reference to the given []PortEntity and assigns it to the OutputPorts field.

func (OutputPortsEntity) ToMap ¶

func (o OutputPortsEntity) ToMap() (map[string]interface{}, error)

type ParameterContextDTO ¶

type ParameterContextDTO struct {
	// The Name of the Parameter Context.
	Name *string `json:"name,omitempty"`
	// The Description of the Parameter Context.
	Description *string `json:"description,omitempty"`
	// The Parameters for the Parameter Context
	Parameters []ParameterEntity `json:"parameters,omitempty"`
	// The Process Groups that are bound to this Parameter Context
	BoundProcessGroups []ProcessGroupEntity `json:"boundProcessGroups,omitempty"`
	// A list of references of Parameter Contexts from which this one inherits parameters
	InheritedParameterContexts     []ParameterContextReferenceEntity     `json:"inheritedParameterContexts,omitempty"`
	ParameterProviderConfiguration *ParameterProviderConfigurationEntity `json:"parameterProviderConfiguration,omitempty"`
	// The ID the Parameter Context.
	Id *string `json:"id,omitempty"`
}

ParameterContextDTO struct for ParameterContextDTO

func NewParameterContextDTO ¶

func NewParameterContextDTO() *ParameterContextDTO

NewParameterContextDTO instantiates a new ParameterContextDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextDTOWithDefaults ¶

func NewParameterContextDTOWithDefaults() *ParameterContextDTO

NewParameterContextDTOWithDefaults instantiates a new ParameterContextDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextDTO) GetBoundProcessGroups ¶

func (o *ParameterContextDTO) GetBoundProcessGroups() []ProcessGroupEntity

GetBoundProcessGroups returns the BoundProcessGroups field value if set, zero value otherwise.

func (*ParameterContextDTO) GetBoundProcessGroupsOk ¶

func (o *ParameterContextDTO) GetBoundProcessGroupsOk() ([]ProcessGroupEntity, bool)

GetBoundProcessGroupsOk returns a tuple with the BoundProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextDTO) GetDescription ¶

func (o *ParameterContextDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ParameterContextDTO) GetDescriptionOk ¶

func (o *ParameterContextDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextDTO) GetId ¶

func (o *ParameterContextDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterContextDTO) GetIdOk ¶

func (o *ParameterContextDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextDTO) GetInheritedParameterContexts ¶

func (o *ParameterContextDTO) GetInheritedParameterContexts() []ParameterContextReferenceEntity

GetInheritedParameterContexts returns the InheritedParameterContexts field value if set, zero value otherwise.

func (*ParameterContextDTO) GetInheritedParameterContextsOk ¶

func (o *ParameterContextDTO) GetInheritedParameterContextsOk() ([]ParameterContextReferenceEntity, bool)

GetInheritedParameterContextsOk returns a tuple with the InheritedParameterContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextDTO) GetName ¶

func (o *ParameterContextDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ParameterContextDTO) GetNameOk ¶

func (o *ParameterContextDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextDTO) GetParameterProviderConfiguration ¶

func (o *ParameterContextDTO) GetParameterProviderConfiguration() ParameterProviderConfigurationEntity

GetParameterProviderConfiguration returns the ParameterProviderConfiguration field value if set, zero value otherwise.

func (*ParameterContextDTO) GetParameterProviderConfigurationOk ¶

func (o *ParameterContextDTO) GetParameterProviderConfigurationOk() (*ParameterProviderConfigurationEntity, bool)

GetParameterProviderConfigurationOk returns a tuple with the ParameterProviderConfiguration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextDTO) GetParameters ¶

func (o *ParameterContextDTO) GetParameters() []ParameterEntity

GetParameters returns the Parameters field value if set, zero value otherwise.

func (*ParameterContextDTO) GetParametersOk ¶

func (o *ParameterContextDTO) GetParametersOk() ([]ParameterEntity, bool)

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextDTO) HasBoundProcessGroups ¶

func (o *ParameterContextDTO) HasBoundProcessGroups() bool

HasBoundProcessGroups returns a boolean if a field has been set.

func (*ParameterContextDTO) HasDescription ¶

func (o *ParameterContextDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ParameterContextDTO) HasId ¶

func (o *ParameterContextDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ParameterContextDTO) HasInheritedParameterContexts ¶

func (o *ParameterContextDTO) HasInheritedParameterContexts() bool

HasInheritedParameterContexts returns a boolean if a field has been set.

func (*ParameterContextDTO) HasName ¶

func (o *ParameterContextDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ParameterContextDTO) HasParameterProviderConfiguration ¶

func (o *ParameterContextDTO) HasParameterProviderConfiguration() bool

HasParameterProviderConfiguration returns a boolean if a field has been set.

func (*ParameterContextDTO) HasParameters ¶

func (o *ParameterContextDTO) HasParameters() bool

HasParameters returns a boolean if a field has been set.

func (ParameterContextDTO) MarshalJSON ¶

func (o ParameterContextDTO) MarshalJSON() ([]byte, error)

func (*ParameterContextDTO) SetBoundProcessGroups ¶

func (o *ParameterContextDTO) SetBoundProcessGroups(v []ProcessGroupEntity)

SetBoundProcessGroups gets a reference to the given []ProcessGroupEntity and assigns it to the BoundProcessGroups field.

func (*ParameterContextDTO) SetDescription ¶

func (o *ParameterContextDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ParameterContextDTO) SetId ¶

func (o *ParameterContextDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterContextDTO) SetInheritedParameterContexts ¶

func (o *ParameterContextDTO) SetInheritedParameterContexts(v []ParameterContextReferenceEntity)

SetInheritedParameterContexts gets a reference to the given []ParameterContextReferenceEntity and assigns it to the InheritedParameterContexts field.

func (*ParameterContextDTO) SetName ¶

func (o *ParameterContextDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ParameterContextDTO) SetParameterProviderConfiguration ¶

func (o *ParameterContextDTO) SetParameterProviderConfiguration(v ParameterProviderConfigurationEntity)

SetParameterProviderConfiguration gets a reference to the given ParameterProviderConfigurationEntity and assigns it to the ParameterProviderConfiguration field.

func (*ParameterContextDTO) SetParameters ¶

func (o *ParameterContextDTO) SetParameters(v []ParameterEntity)

SetParameters gets a reference to the given []ParameterEntity and assigns it to the Parameters field.

func (ParameterContextDTO) ToMap ¶

func (o ParameterContextDTO) ToMap() (map[string]interface{}, error)

type ParameterContextEntity ¶

type ParameterContextEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ParameterContextDTO `json:"component,omitempty"`
}

ParameterContextEntity struct for ParameterContextEntity

func NewParameterContextEntity ¶

func NewParameterContextEntity() *ParameterContextEntity

NewParameterContextEntity instantiates a new ParameterContextEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextEntityWithDefaults ¶

func NewParameterContextEntityWithDefaults() *ParameterContextEntity

NewParameterContextEntityWithDefaults instantiates a new ParameterContextEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextEntity) GetBulletins ¶

func (o *ParameterContextEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ParameterContextEntity) GetBulletinsOk ¶

func (o *ParameterContextEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextEntity) GetComponent ¶

func (o *ParameterContextEntity) GetComponent() ParameterContextDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*ParameterContextEntity) GetComponentOk ¶

func (o *ParameterContextEntity) GetComponentOk() (*ParameterContextDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ParameterContextEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ParameterContextEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ParameterContextEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextEntity) GetId ¶

func (o *ParameterContextEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterContextEntity) GetIdOk ¶

func (o *ParameterContextEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextEntity) GetPermissions ¶

func (o *ParameterContextEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ParameterContextEntity) GetPermissionsOk ¶

func (o *ParameterContextEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextEntity) GetPosition ¶

func (o *ParameterContextEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ParameterContextEntity) GetPositionOk ¶

func (o *ParameterContextEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextEntity) GetRevision ¶

func (o *ParameterContextEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ParameterContextEntity) GetRevisionOk ¶

func (o *ParameterContextEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextEntity) GetUri ¶

func (o *ParameterContextEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ParameterContextEntity) GetUriOk ¶

func (o *ParameterContextEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextEntity) HasBulletins ¶

func (o *ParameterContextEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ParameterContextEntity) HasComponent ¶

func (o *ParameterContextEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ParameterContextEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ParameterContextEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ParameterContextEntity) HasId ¶

func (o *ParameterContextEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ParameterContextEntity) HasPermissions ¶

func (o *ParameterContextEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ParameterContextEntity) HasPosition ¶

func (o *ParameterContextEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ParameterContextEntity) HasRevision ¶

func (o *ParameterContextEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ParameterContextEntity) HasUri ¶

func (o *ParameterContextEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ParameterContextEntity) MarshalJSON ¶

func (o ParameterContextEntity) MarshalJSON() ([]byte, error)

func (*ParameterContextEntity) SetBulletins ¶

func (o *ParameterContextEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ParameterContextEntity) SetComponent ¶

func (o *ParameterContextEntity) SetComponent(v ParameterContextDTO)

SetComponent gets a reference to the given ParameterContextDTO and assigns it to the Component field.

func (*ParameterContextEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ParameterContextEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ParameterContextEntity) SetId ¶

func (o *ParameterContextEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterContextEntity) SetPermissions ¶

func (o *ParameterContextEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ParameterContextEntity) SetPosition ¶

func (o *ParameterContextEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ParameterContextEntity) SetRevision ¶

func (o *ParameterContextEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ParameterContextEntity) SetUri ¶

func (o *ParameterContextEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ParameterContextEntity) ToMap ¶

func (o ParameterContextEntity) ToMap() (map[string]interface{}, error)

type ParameterContextReferenceDTO ¶

type ParameterContextReferenceDTO struct {
	// The ID of the Parameter Context
	Id *string `json:"id,omitempty"`
	// The name of the Parameter Context
	Name *string `json:"name,omitempty"`
}

ParameterContextReferenceDTO struct for ParameterContextReferenceDTO

func NewParameterContextReferenceDTO ¶

func NewParameterContextReferenceDTO() *ParameterContextReferenceDTO

NewParameterContextReferenceDTO instantiates a new ParameterContextReferenceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextReferenceDTOWithDefaults ¶

func NewParameterContextReferenceDTOWithDefaults() *ParameterContextReferenceDTO

NewParameterContextReferenceDTOWithDefaults instantiates a new ParameterContextReferenceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextReferenceDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterContextReferenceDTO) GetIdOk ¶

func (o *ParameterContextReferenceDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextReferenceDTO) GetName ¶

func (o *ParameterContextReferenceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ParameterContextReferenceDTO) GetNameOk ¶

func (o *ParameterContextReferenceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextReferenceDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*ParameterContextReferenceDTO) HasName ¶

func (o *ParameterContextReferenceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (ParameterContextReferenceDTO) MarshalJSON ¶

func (o ParameterContextReferenceDTO) MarshalJSON() ([]byte, error)

func (*ParameterContextReferenceDTO) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterContextReferenceDTO) SetName ¶

func (o *ParameterContextReferenceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (ParameterContextReferenceDTO) ToMap ¶

func (o ParameterContextReferenceDTO) ToMap() (map[string]interface{}, error)

type ParameterContextReferenceEntity ¶

type ParameterContextReferenceEntity struct {
	// The id of the component.
	Id          *string                       `json:"id,omitempty"`
	Permissions *PermissionsDTO               `json:"permissions,omitempty"`
	Component   *ParameterContextReferenceDTO `json:"component,omitempty"`
}

ParameterContextReferenceEntity struct for ParameterContextReferenceEntity

func NewParameterContextReferenceEntity ¶

func NewParameterContextReferenceEntity() *ParameterContextReferenceEntity

NewParameterContextReferenceEntity instantiates a new ParameterContextReferenceEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextReferenceEntityWithDefaults ¶

func NewParameterContextReferenceEntityWithDefaults() *ParameterContextReferenceEntity

NewParameterContextReferenceEntityWithDefaults instantiates a new ParameterContextReferenceEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextReferenceEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*ParameterContextReferenceEntity) GetComponentOk ¶

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextReferenceEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterContextReferenceEntity) GetIdOk ¶

func (o *ParameterContextReferenceEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextReferenceEntity) GetPermissions ¶

func (o *ParameterContextReferenceEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ParameterContextReferenceEntity) GetPermissionsOk ¶

func (o *ParameterContextReferenceEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextReferenceEntity) HasComponent ¶

func (o *ParameterContextReferenceEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ParameterContextReferenceEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*ParameterContextReferenceEntity) HasPermissions ¶

func (o *ParameterContextReferenceEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (ParameterContextReferenceEntity) MarshalJSON ¶

func (o ParameterContextReferenceEntity) MarshalJSON() ([]byte, error)

func (*ParameterContextReferenceEntity) SetComponent ¶

SetComponent gets a reference to the given ParameterContextReferenceDTO and assigns it to the Component field.

func (*ParameterContextReferenceEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterContextReferenceEntity) SetPermissions ¶

func (o *ParameterContextReferenceEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (ParameterContextReferenceEntity) ToMap ¶

func (o ParameterContextReferenceEntity) ToMap() (map[string]interface{}, error)

type ParameterContextUpdateEntity ¶

type ParameterContextUpdateEntity struct {
	ParameterContextRevision *RevisionDTO         `json:"parameterContextRevision,omitempty"`
	ParameterContext         *ParameterContextDTO `json:"parameterContext,omitempty"`
	// The components that are referenced by the update.
	ReferencingComponents []AffectedComponentEntity `json:"referencingComponents,omitempty"`
}

ParameterContextUpdateEntity struct for ParameterContextUpdateEntity

func NewParameterContextUpdateEntity ¶

func NewParameterContextUpdateEntity() *ParameterContextUpdateEntity

NewParameterContextUpdateEntity instantiates a new ParameterContextUpdateEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextUpdateEntityWithDefaults ¶

func NewParameterContextUpdateEntityWithDefaults() *ParameterContextUpdateEntity

NewParameterContextUpdateEntityWithDefaults instantiates a new ParameterContextUpdateEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextUpdateEntity) GetParameterContext ¶

func (o *ParameterContextUpdateEntity) GetParameterContext() ParameterContextDTO

GetParameterContext returns the ParameterContext field value if set, zero value otherwise.

func (*ParameterContextUpdateEntity) GetParameterContextOk ¶

func (o *ParameterContextUpdateEntity) GetParameterContextOk() (*ParameterContextDTO, bool)

GetParameterContextOk returns a tuple with the ParameterContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateEntity) GetParameterContextRevision ¶

func (o *ParameterContextUpdateEntity) GetParameterContextRevision() RevisionDTO

GetParameterContextRevision returns the ParameterContextRevision field value if set, zero value otherwise.

func (*ParameterContextUpdateEntity) GetParameterContextRevisionOk ¶

func (o *ParameterContextUpdateEntity) GetParameterContextRevisionOk() (*RevisionDTO, bool)

GetParameterContextRevisionOk returns a tuple with the ParameterContextRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateEntity) GetReferencingComponents ¶

func (o *ParameterContextUpdateEntity) GetReferencingComponents() []AffectedComponentEntity

GetReferencingComponents returns the ReferencingComponents field value if set, zero value otherwise.

func (*ParameterContextUpdateEntity) GetReferencingComponentsOk ¶

func (o *ParameterContextUpdateEntity) GetReferencingComponentsOk() ([]AffectedComponentEntity, bool)

GetReferencingComponentsOk returns a tuple with the ReferencingComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateEntity) HasParameterContext ¶

func (o *ParameterContextUpdateEntity) HasParameterContext() bool

HasParameterContext returns a boolean if a field has been set.

func (*ParameterContextUpdateEntity) HasParameterContextRevision ¶

func (o *ParameterContextUpdateEntity) HasParameterContextRevision() bool

HasParameterContextRevision returns a boolean if a field has been set.

func (*ParameterContextUpdateEntity) HasReferencingComponents ¶

func (o *ParameterContextUpdateEntity) HasReferencingComponents() bool

HasReferencingComponents returns a boolean if a field has been set.

func (ParameterContextUpdateEntity) MarshalJSON ¶

func (o ParameterContextUpdateEntity) MarshalJSON() ([]byte, error)

func (*ParameterContextUpdateEntity) SetParameterContext ¶

func (o *ParameterContextUpdateEntity) SetParameterContext(v ParameterContextDTO)

SetParameterContext gets a reference to the given ParameterContextDTO and assigns it to the ParameterContext field.

func (*ParameterContextUpdateEntity) SetParameterContextRevision ¶

func (o *ParameterContextUpdateEntity) SetParameterContextRevision(v RevisionDTO)

SetParameterContextRevision gets a reference to the given RevisionDTO and assigns it to the ParameterContextRevision field.

func (*ParameterContextUpdateEntity) SetReferencingComponents ¶

func (o *ParameterContextUpdateEntity) SetReferencingComponents(v []AffectedComponentEntity)

SetReferencingComponents gets a reference to the given []AffectedComponentEntity and assigns it to the ReferencingComponents field.

func (ParameterContextUpdateEntity) ToMap ¶

func (o ParameterContextUpdateEntity) ToMap() (map[string]interface{}, error)

type ParameterContextUpdateRequestDTO ¶

type ParameterContextUpdateRequestDTO struct {
	// The ID of the request
	RequestId *string `json:"requestId,omitempty"`
	// The URI for the request
	Uri *string `json:"uri,omitempty"`
	// The timestamp of when the request was submitted
	SubmissionTime *time.Time `json:"submissionTime,omitempty"`
	// The timestamp of when the request was last updated
	LastUpdated *time.Time `json:"lastUpdated,omitempty"`
	// Whether or not the request is completed
	Complete *bool `json:"complete,omitempty"`
	// The reason for the request failing, or null if the request has not failed
	FailureReason *string `json:"failureReason,omitempty"`
	// A value between 0 and 100 (inclusive) indicating how close the request is to completion
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// A description of the current state of the request
	State *string `json:"state,omitempty"`
	// The steps that are required in order to complete the request, along with the status of each
	UpdateSteps      []ParameterContextUpdateStepDTO `json:"updateSteps,omitempty"`
	ParameterContext *ParameterContextDTO            `json:"parameterContext,omitempty"`
	// The components that are referenced by the update.
	ReferencingComponents []AffectedComponentEntity `json:"referencingComponents,omitempty"`
}

ParameterContextUpdateRequestDTO struct for ParameterContextUpdateRequestDTO

func NewParameterContextUpdateRequestDTO ¶

func NewParameterContextUpdateRequestDTO() *ParameterContextUpdateRequestDTO

NewParameterContextUpdateRequestDTO instantiates a new ParameterContextUpdateRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextUpdateRequestDTOWithDefaults ¶

func NewParameterContextUpdateRequestDTOWithDefaults() *ParameterContextUpdateRequestDTO

NewParameterContextUpdateRequestDTOWithDefaults instantiates a new ParameterContextUpdateRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextUpdateRequestDTO) GetComplete ¶

func (o *ParameterContextUpdateRequestDTO) GetComplete() bool

GetComplete returns the Complete field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetCompleteOk ¶

func (o *ParameterContextUpdateRequestDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) GetFailureReason ¶

func (o *ParameterContextUpdateRequestDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetFailureReasonOk ¶

func (o *ParameterContextUpdateRequestDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) GetLastUpdated ¶

func (o *ParameterContextUpdateRequestDTO) GetLastUpdated() time.Time

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetLastUpdatedOk ¶

func (o *ParameterContextUpdateRequestDTO) GetLastUpdatedOk() (*time.Time, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) GetParameterContext ¶

func (o *ParameterContextUpdateRequestDTO) GetParameterContext() ParameterContextDTO

GetParameterContext returns the ParameterContext field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetParameterContextOk ¶

func (o *ParameterContextUpdateRequestDTO) GetParameterContextOk() (*ParameterContextDTO, bool)

GetParameterContextOk returns a tuple with the ParameterContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) GetPercentCompleted ¶

func (o *ParameterContextUpdateRequestDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetPercentCompletedOk ¶

func (o *ParameterContextUpdateRequestDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) GetReferencingComponents ¶

func (o *ParameterContextUpdateRequestDTO) GetReferencingComponents() []AffectedComponentEntity

GetReferencingComponents returns the ReferencingComponents field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetReferencingComponentsOk ¶

func (o *ParameterContextUpdateRequestDTO) GetReferencingComponentsOk() ([]AffectedComponentEntity, bool)

GetReferencingComponentsOk returns a tuple with the ReferencingComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) GetRequestId ¶

func (o *ParameterContextUpdateRequestDTO) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetRequestIdOk ¶

func (o *ParameterContextUpdateRequestDTO) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetStateOk ¶

func (o *ParameterContextUpdateRequestDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) GetSubmissionTime ¶

func (o *ParameterContextUpdateRequestDTO) GetSubmissionTime() time.Time

GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetSubmissionTimeOk ¶

func (o *ParameterContextUpdateRequestDTO) GetSubmissionTimeOk() (*time.Time, bool)

GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) GetUpdateSteps ¶

GetUpdateSteps returns the UpdateSteps field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetUpdateStepsOk ¶

GetUpdateStepsOk returns a tuple with the UpdateSteps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) GetUri ¶

GetUri returns the Uri field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestDTO) GetUriOk ¶

func (o *ParameterContextUpdateRequestDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestDTO) HasComplete ¶

func (o *ParameterContextUpdateRequestDTO) HasComplete() bool

HasComplete returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestDTO) HasFailureReason ¶

func (o *ParameterContextUpdateRequestDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestDTO) HasLastUpdated ¶

func (o *ParameterContextUpdateRequestDTO) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestDTO) HasParameterContext ¶

func (o *ParameterContextUpdateRequestDTO) HasParameterContext() bool

HasParameterContext returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestDTO) HasPercentCompleted ¶

func (o *ParameterContextUpdateRequestDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestDTO) HasReferencingComponents ¶

func (o *ParameterContextUpdateRequestDTO) HasReferencingComponents() bool

HasReferencingComponents returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestDTO) HasRequestId ¶

func (o *ParameterContextUpdateRequestDTO) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestDTO) HasState ¶

func (o *ParameterContextUpdateRequestDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestDTO) HasSubmissionTime ¶

func (o *ParameterContextUpdateRequestDTO) HasSubmissionTime() bool

HasSubmissionTime returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestDTO) HasUpdateSteps ¶

func (o *ParameterContextUpdateRequestDTO) HasUpdateSteps() bool

HasUpdateSteps returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestDTO) HasUri ¶

HasUri returns a boolean if a field has been set.

func (ParameterContextUpdateRequestDTO) MarshalJSON ¶

func (o ParameterContextUpdateRequestDTO) MarshalJSON() ([]byte, error)

func (*ParameterContextUpdateRequestDTO) SetComplete ¶

func (o *ParameterContextUpdateRequestDTO) SetComplete(v bool)

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*ParameterContextUpdateRequestDTO) SetFailureReason ¶

func (o *ParameterContextUpdateRequestDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*ParameterContextUpdateRequestDTO) SetLastUpdated ¶

func (o *ParameterContextUpdateRequestDTO) SetLastUpdated(v time.Time)

SetLastUpdated gets a reference to the given time.Time and assigns it to the LastUpdated field.

func (*ParameterContextUpdateRequestDTO) SetParameterContext ¶

func (o *ParameterContextUpdateRequestDTO) SetParameterContext(v ParameterContextDTO)

SetParameterContext gets a reference to the given ParameterContextDTO and assigns it to the ParameterContext field.

func (*ParameterContextUpdateRequestDTO) SetPercentCompleted ¶

func (o *ParameterContextUpdateRequestDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*ParameterContextUpdateRequestDTO) SetReferencingComponents ¶

func (o *ParameterContextUpdateRequestDTO) SetReferencingComponents(v []AffectedComponentEntity)

SetReferencingComponents gets a reference to the given []AffectedComponentEntity and assigns it to the ReferencingComponents field.

func (*ParameterContextUpdateRequestDTO) SetRequestId ¶

func (o *ParameterContextUpdateRequestDTO) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*ParameterContextUpdateRequestDTO) SetState ¶

SetState gets a reference to the given string and assigns it to the State field.

func (*ParameterContextUpdateRequestDTO) SetSubmissionTime ¶

func (o *ParameterContextUpdateRequestDTO) SetSubmissionTime(v time.Time)

SetSubmissionTime gets a reference to the given time.Time and assigns it to the SubmissionTime field.

func (*ParameterContextUpdateRequestDTO) SetUpdateSteps ¶

SetUpdateSteps gets a reference to the given []ParameterContextUpdateStepDTO and assigns it to the UpdateSteps field.

func (*ParameterContextUpdateRequestDTO) SetUri ¶

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ParameterContextUpdateRequestDTO) ToMap ¶

func (o ParameterContextUpdateRequestDTO) ToMap() (map[string]interface{}, error)

type ParameterContextUpdateRequestEntity ¶

type ParameterContextUpdateRequestEntity struct {
	ParameterContextRevision *RevisionDTO                      `json:"parameterContextRevision,omitempty"`
	Request                  *ParameterContextUpdateRequestDTO `json:"request,omitempty"`
}

ParameterContextUpdateRequestEntity struct for ParameterContextUpdateRequestEntity

func NewParameterContextUpdateRequestEntity ¶

func NewParameterContextUpdateRequestEntity() *ParameterContextUpdateRequestEntity

NewParameterContextUpdateRequestEntity instantiates a new ParameterContextUpdateRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextUpdateRequestEntityWithDefaults ¶

func NewParameterContextUpdateRequestEntityWithDefaults() *ParameterContextUpdateRequestEntity

NewParameterContextUpdateRequestEntityWithDefaults instantiates a new ParameterContextUpdateRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextUpdateRequestEntity) GetParameterContextRevision ¶

func (o *ParameterContextUpdateRequestEntity) GetParameterContextRevision() RevisionDTO

GetParameterContextRevision returns the ParameterContextRevision field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestEntity) GetParameterContextRevisionOk ¶

func (o *ParameterContextUpdateRequestEntity) GetParameterContextRevisionOk() (*RevisionDTO, bool)

GetParameterContextRevisionOk returns a tuple with the ParameterContextRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestEntity) GetRequest ¶

GetRequest returns the Request field value if set, zero value otherwise.

func (*ParameterContextUpdateRequestEntity) GetRequestOk ¶

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateRequestEntity) HasParameterContextRevision ¶

func (o *ParameterContextUpdateRequestEntity) HasParameterContextRevision() bool

HasParameterContextRevision returns a boolean if a field has been set.

func (*ParameterContextUpdateRequestEntity) HasRequest ¶

func (o *ParameterContextUpdateRequestEntity) HasRequest() bool

HasRequest returns a boolean if a field has been set.

func (ParameterContextUpdateRequestEntity) MarshalJSON ¶

func (o ParameterContextUpdateRequestEntity) MarshalJSON() ([]byte, error)

func (*ParameterContextUpdateRequestEntity) SetParameterContextRevision ¶

func (o *ParameterContextUpdateRequestEntity) SetParameterContextRevision(v RevisionDTO)

SetParameterContextRevision gets a reference to the given RevisionDTO and assigns it to the ParameterContextRevision field.

func (*ParameterContextUpdateRequestEntity) SetRequest ¶

SetRequest gets a reference to the given ParameterContextUpdateRequestDTO and assigns it to the Request field.

func (ParameterContextUpdateRequestEntity) ToMap ¶

func (o ParameterContextUpdateRequestEntity) ToMap() (map[string]interface{}, error)

type ParameterContextUpdateStepDTO ¶

type ParameterContextUpdateStepDTO struct {
	// Explanation of what happens in this step
	Description *string `json:"description,omitempty"`
	// Whether or not this step has completed
	Complete *bool `json:"complete,omitempty"`
	// An explanation of why this step failed, or null if this step did not fail
	FailureReason *string `json:"failureReason,omitempty"`
}

ParameterContextUpdateStepDTO struct for ParameterContextUpdateStepDTO

func NewParameterContextUpdateStepDTO ¶

func NewParameterContextUpdateStepDTO() *ParameterContextUpdateStepDTO

NewParameterContextUpdateStepDTO instantiates a new ParameterContextUpdateStepDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextUpdateStepDTOWithDefaults ¶

func NewParameterContextUpdateStepDTOWithDefaults() *ParameterContextUpdateStepDTO

NewParameterContextUpdateStepDTOWithDefaults instantiates a new ParameterContextUpdateStepDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextUpdateStepDTO) GetComplete ¶

func (o *ParameterContextUpdateStepDTO) GetComplete() bool

GetComplete returns the Complete field value if set, zero value otherwise.

func (*ParameterContextUpdateStepDTO) GetCompleteOk ¶

func (o *ParameterContextUpdateStepDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateStepDTO) GetDescription ¶

func (o *ParameterContextUpdateStepDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ParameterContextUpdateStepDTO) GetDescriptionOk ¶

func (o *ParameterContextUpdateStepDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateStepDTO) GetFailureReason ¶

func (o *ParameterContextUpdateStepDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*ParameterContextUpdateStepDTO) GetFailureReasonOk ¶

func (o *ParameterContextUpdateStepDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextUpdateStepDTO) HasComplete ¶

func (o *ParameterContextUpdateStepDTO) HasComplete() bool

HasComplete returns a boolean if a field has been set.

func (*ParameterContextUpdateStepDTO) HasDescription ¶

func (o *ParameterContextUpdateStepDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ParameterContextUpdateStepDTO) HasFailureReason ¶

func (o *ParameterContextUpdateStepDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (ParameterContextUpdateStepDTO) MarshalJSON ¶

func (o ParameterContextUpdateStepDTO) MarshalJSON() ([]byte, error)

func (*ParameterContextUpdateStepDTO) SetComplete ¶

func (o *ParameterContextUpdateStepDTO) SetComplete(v bool)

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*ParameterContextUpdateStepDTO) SetDescription ¶

func (o *ParameterContextUpdateStepDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ParameterContextUpdateStepDTO) SetFailureReason ¶

func (o *ParameterContextUpdateStepDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (ParameterContextUpdateStepDTO) ToMap ¶

func (o ParameterContextUpdateStepDTO) ToMap() (map[string]interface{}, error)

type ParameterContextValidationRequestDTO ¶

type ParameterContextValidationRequestDTO struct {
	// The ID of the request
	RequestId *string `json:"requestId,omitempty"`
	// The URI for the request
	Uri *string `json:"uri,omitempty"`
	// The timestamp of when the request was submitted
	SubmissionTime *time.Time `json:"submissionTime,omitempty"`
	// The timestamp of when the request was last updated
	LastUpdated *time.Time `json:"lastUpdated,omitempty"`
	// Whether or not the request is completed
	Complete *bool `json:"complete,omitempty"`
	// The reason for the request failing, or null if the request has not failed
	FailureReason *string `json:"failureReason,omitempty"`
	// A value between 0 and 100 (inclusive) indicating how close the request is to completion
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// A description of the current state of the request
	State *string `json:"state,omitempty"`
	// The steps that are required in order to complete the request, along with the status of each
	UpdateSteps                []ParameterContextValidationStepDTO `json:"updateSteps,omitempty"`
	ParameterContext           *ParameterContextDTO                `json:"parameterContext,omitempty"`
	ComponentValidationResults *ComponentValidationResultsEntity   `json:"componentValidationResults,omitempty"`
}

ParameterContextValidationRequestDTO struct for ParameterContextValidationRequestDTO

func NewParameterContextValidationRequestDTO ¶

func NewParameterContextValidationRequestDTO() *ParameterContextValidationRequestDTO

NewParameterContextValidationRequestDTO instantiates a new ParameterContextValidationRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextValidationRequestDTOWithDefaults ¶

func NewParameterContextValidationRequestDTOWithDefaults() *ParameterContextValidationRequestDTO

NewParameterContextValidationRequestDTOWithDefaults instantiates a new ParameterContextValidationRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextValidationRequestDTO) GetComplete ¶

func (o *ParameterContextValidationRequestDTO) GetComplete() bool

GetComplete returns the Complete field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetCompleteOk ¶

func (o *ParameterContextValidationRequestDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) GetComponentValidationResults ¶

GetComponentValidationResults returns the ComponentValidationResults field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetComponentValidationResultsOk ¶

func (o *ParameterContextValidationRequestDTO) GetComponentValidationResultsOk() (*ComponentValidationResultsEntity, bool)

GetComponentValidationResultsOk returns a tuple with the ComponentValidationResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) GetFailureReason ¶

func (o *ParameterContextValidationRequestDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetFailureReasonOk ¶

func (o *ParameterContextValidationRequestDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) GetLastUpdated ¶

func (o *ParameterContextValidationRequestDTO) GetLastUpdated() time.Time

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetLastUpdatedOk ¶

func (o *ParameterContextValidationRequestDTO) GetLastUpdatedOk() (*time.Time, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) GetParameterContext ¶

GetParameterContext returns the ParameterContext field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetParameterContextOk ¶

func (o *ParameterContextValidationRequestDTO) GetParameterContextOk() (*ParameterContextDTO, bool)

GetParameterContextOk returns a tuple with the ParameterContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) GetPercentCompleted ¶

func (o *ParameterContextValidationRequestDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetPercentCompletedOk ¶

func (o *ParameterContextValidationRequestDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) GetRequestId ¶

func (o *ParameterContextValidationRequestDTO) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetRequestIdOk ¶

func (o *ParameterContextValidationRequestDTO) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetStateOk ¶

func (o *ParameterContextValidationRequestDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) GetSubmissionTime ¶

func (o *ParameterContextValidationRequestDTO) GetSubmissionTime() time.Time

GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetSubmissionTimeOk ¶

func (o *ParameterContextValidationRequestDTO) GetSubmissionTimeOk() (*time.Time, bool)

GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) GetUpdateSteps ¶

GetUpdateSteps returns the UpdateSteps field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetUpdateStepsOk ¶

GetUpdateStepsOk returns a tuple with the UpdateSteps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) GetUri ¶

GetUri returns the Uri field value if set, zero value otherwise.

func (*ParameterContextValidationRequestDTO) GetUriOk ¶

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestDTO) HasComplete ¶

func (o *ParameterContextValidationRequestDTO) HasComplete() bool

HasComplete returns a boolean if a field has been set.

func (*ParameterContextValidationRequestDTO) HasComponentValidationResults ¶

func (o *ParameterContextValidationRequestDTO) HasComponentValidationResults() bool

HasComponentValidationResults returns a boolean if a field has been set.

func (*ParameterContextValidationRequestDTO) HasFailureReason ¶

func (o *ParameterContextValidationRequestDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*ParameterContextValidationRequestDTO) HasLastUpdated ¶

func (o *ParameterContextValidationRequestDTO) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

func (*ParameterContextValidationRequestDTO) HasParameterContext ¶

func (o *ParameterContextValidationRequestDTO) HasParameterContext() bool

HasParameterContext returns a boolean if a field has been set.

func (*ParameterContextValidationRequestDTO) HasPercentCompleted ¶

func (o *ParameterContextValidationRequestDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*ParameterContextValidationRequestDTO) HasRequestId ¶

func (o *ParameterContextValidationRequestDTO) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*ParameterContextValidationRequestDTO) HasState ¶

HasState returns a boolean if a field has been set.

func (*ParameterContextValidationRequestDTO) HasSubmissionTime ¶

func (o *ParameterContextValidationRequestDTO) HasSubmissionTime() bool

HasSubmissionTime returns a boolean if a field has been set.

func (*ParameterContextValidationRequestDTO) HasUpdateSteps ¶

func (o *ParameterContextValidationRequestDTO) HasUpdateSteps() bool

HasUpdateSteps returns a boolean if a field has been set.

func (*ParameterContextValidationRequestDTO) HasUri ¶

HasUri returns a boolean if a field has been set.

func (ParameterContextValidationRequestDTO) MarshalJSON ¶

func (o ParameterContextValidationRequestDTO) MarshalJSON() ([]byte, error)

func (*ParameterContextValidationRequestDTO) SetComplete ¶

func (o *ParameterContextValidationRequestDTO) SetComplete(v bool)

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*ParameterContextValidationRequestDTO) SetComponentValidationResults ¶

func (o *ParameterContextValidationRequestDTO) SetComponentValidationResults(v ComponentValidationResultsEntity)

SetComponentValidationResults gets a reference to the given ComponentValidationResultsEntity and assigns it to the ComponentValidationResults field.

func (*ParameterContextValidationRequestDTO) SetFailureReason ¶

func (o *ParameterContextValidationRequestDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*ParameterContextValidationRequestDTO) SetLastUpdated ¶

func (o *ParameterContextValidationRequestDTO) SetLastUpdated(v time.Time)

SetLastUpdated gets a reference to the given time.Time and assigns it to the LastUpdated field.

func (*ParameterContextValidationRequestDTO) SetParameterContext ¶

SetParameterContext gets a reference to the given ParameterContextDTO and assigns it to the ParameterContext field.

func (*ParameterContextValidationRequestDTO) SetPercentCompleted ¶

func (o *ParameterContextValidationRequestDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*ParameterContextValidationRequestDTO) SetRequestId ¶

func (o *ParameterContextValidationRequestDTO) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*ParameterContextValidationRequestDTO) SetState ¶

SetState gets a reference to the given string and assigns it to the State field.

func (*ParameterContextValidationRequestDTO) SetSubmissionTime ¶

func (o *ParameterContextValidationRequestDTO) SetSubmissionTime(v time.Time)

SetSubmissionTime gets a reference to the given time.Time and assigns it to the SubmissionTime field.

func (*ParameterContextValidationRequestDTO) SetUpdateSteps ¶

SetUpdateSteps gets a reference to the given []ParameterContextValidationStepDTO and assigns it to the UpdateSteps field.

func (*ParameterContextValidationRequestDTO) SetUri ¶

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ParameterContextValidationRequestDTO) ToMap ¶

func (o ParameterContextValidationRequestDTO) ToMap() (map[string]interface{}, error)

type ParameterContextValidationRequestEntity ¶

type ParameterContextValidationRequestEntity struct {
	Request *ParameterContextValidationRequestDTO `json:"request,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

ParameterContextValidationRequestEntity struct for ParameterContextValidationRequestEntity

func NewParameterContextValidationRequestEntity ¶

func NewParameterContextValidationRequestEntity() *ParameterContextValidationRequestEntity

NewParameterContextValidationRequestEntity instantiates a new ParameterContextValidationRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextValidationRequestEntityWithDefaults ¶

func NewParameterContextValidationRequestEntityWithDefaults() *ParameterContextValidationRequestEntity

NewParameterContextValidationRequestEntityWithDefaults instantiates a new ParameterContextValidationRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextValidationRequestEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ParameterContextValidationRequestEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ParameterContextValidationRequestEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ParameterContextValidationRequestEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestEntity) GetRequest ¶

GetRequest returns the Request field value if set, zero value otherwise.

func (*ParameterContextValidationRequestEntity) GetRequestOk ¶

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationRequestEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ParameterContextValidationRequestEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ParameterContextValidationRequestEntity) HasRequest ¶

HasRequest returns a boolean if a field has been set.

func (ParameterContextValidationRequestEntity) MarshalJSON ¶

func (o ParameterContextValidationRequestEntity) MarshalJSON() ([]byte, error)

func (*ParameterContextValidationRequestEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ParameterContextValidationRequestEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ParameterContextValidationRequestEntity) SetRequest ¶

SetRequest gets a reference to the given ParameterContextValidationRequestDTO and assigns it to the Request field.

func (ParameterContextValidationRequestEntity) ToMap ¶

func (o ParameterContextValidationRequestEntity) ToMap() (map[string]interface{}, error)

type ParameterContextValidationStepDTO ¶

type ParameterContextValidationStepDTO struct {
	// Explanation of what happens in this step
	Description *string `json:"description,omitempty"`
	// Whether or not this step has completed
	Complete *bool `json:"complete,omitempty"`
	// An explanation of why this step failed, or null if this step did not fail
	FailureReason *string `json:"failureReason,omitempty"`
}

ParameterContextValidationStepDTO struct for ParameterContextValidationStepDTO

func NewParameterContextValidationStepDTO ¶

func NewParameterContextValidationStepDTO() *ParameterContextValidationStepDTO

NewParameterContextValidationStepDTO instantiates a new ParameterContextValidationStepDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextValidationStepDTOWithDefaults ¶

func NewParameterContextValidationStepDTOWithDefaults() *ParameterContextValidationStepDTO

NewParameterContextValidationStepDTOWithDefaults instantiates a new ParameterContextValidationStepDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextValidationStepDTO) GetComplete ¶

func (o *ParameterContextValidationStepDTO) GetComplete() bool

GetComplete returns the Complete field value if set, zero value otherwise.

func (*ParameterContextValidationStepDTO) GetCompleteOk ¶

func (o *ParameterContextValidationStepDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationStepDTO) GetDescription ¶

func (o *ParameterContextValidationStepDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ParameterContextValidationStepDTO) GetDescriptionOk ¶

func (o *ParameterContextValidationStepDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationStepDTO) GetFailureReason ¶

func (o *ParameterContextValidationStepDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*ParameterContextValidationStepDTO) GetFailureReasonOk ¶

func (o *ParameterContextValidationStepDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextValidationStepDTO) HasComplete ¶

func (o *ParameterContextValidationStepDTO) HasComplete() bool

HasComplete returns a boolean if a field has been set.

func (*ParameterContextValidationStepDTO) HasDescription ¶

func (o *ParameterContextValidationStepDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ParameterContextValidationStepDTO) HasFailureReason ¶

func (o *ParameterContextValidationStepDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (ParameterContextValidationStepDTO) MarshalJSON ¶

func (o ParameterContextValidationStepDTO) MarshalJSON() ([]byte, error)

func (*ParameterContextValidationStepDTO) SetComplete ¶

func (o *ParameterContextValidationStepDTO) SetComplete(v bool)

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*ParameterContextValidationStepDTO) SetDescription ¶

func (o *ParameterContextValidationStepDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ParameterContextValidationStepDTO) SetFailureReason ¶

func (o *ParameterContextValidationStepDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (ParameterContextValidationStepDTO) ToMap ¶

func (o ParameterContextValidationStepDTO) ToMap() (map[string]interface{}, error)

type ParameterContextsAPICreateParameterContextRequest ¶

type ParameterContextsAPICreateParameterContextRequest struct {
	ApiService *ParameterContextsAPIService
	// contains filtered or unexported fields
}

func (ParameterContextsAPICreateParameterContextRequest) Body ¶

The Parameter Context.

func (ParameterContextsAPICreateParameterContextRequest) Execute ¶

type ParameterContextsAPIDeleteParameterContextRequest ¶

type ParameterContextsAPIDeleteParameterContextRequest struct {
	ApiService *ParameterContextsAPIService
	// contains filtered or unexported fields
}

func (ParameterContextsAPIDeleteParameterContextRequest) ClientId ¶

If the client id is not specified, a new one will be generated. This value (whether specified or generated) is included in the response.

func (ParameterContextsAPIDeleteParameterContextRequest) DisconnectedNodeAcknowledged ¶

func (r ParameterContextsAPIDeleteParameterContextRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ParameterContextsAPIDeleteParameterContextRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ParameterContextsAPIDeleteParameterContextRequest) Execute ¶

func (ParameterContextsAPIDeleteParameterContextRequest) Version ¶

The version is used to verify the client is working with the latest version of the flow.

type ParameterContextsAPIDeleteUpdateRequestRequest ¶

type ParameterContextsAPIDeleteUpdateRequestRequest struct {
	ApiService *ParameterContextsAPIService
	// contains filtered or unexported fields
}

func (ParameterContextsAPIDeleteUpdateRequestRequest) DisconnectedNodeAcknowledged ¶

func (r ParameterContextsAPIDeleteUpdateRequestRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ParameterContextsAPIDeleteUpdateRequestRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ParameterContextsAPIDeleteUpdateRequestRequest) Execute ¶

type ParameterContextsAPIDeleteValidationRequestRequest ¶

type ParameterContextsAPIDeleteValidationRequestRequest struct {
	ApiService *ParameterContextsAPIService
	// contains filtered or unexported fields
}

func (ParameterContextsAPIDeleteValidationRequestRequest) DisconnectedNodeAcknowledged ¶

func (r ParameterContextsAPIDeleteValidationRequestRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ParameterContextsAPIDeleteValidationRequestRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ParameterContextsAPIDeleteValidationRequestRequest) Execute ¶

type ParameterContextsAPIGetParameterContextRequest ¶

type ParameterContextsAPIGetParameterContextRequest struct {
	ApiService *ParameterContextsAPIService
	// contains filtered or unexported fields
}

func (ParameterContextsAPIGetParameterContextRequest) Execute ¶

func (ParameterContextsAPIGetParameterContextRequest) IncludeInheritedParameters ¶

func (r ParameterContextsAPIGetParameterContextRequest) IncludeInheritedParameters(includeInheritedParameters bool) ParameterContextsAPIGetParameterContextRequest

Whether or not to include inherited parameters from other parameter contexts, and therefore also overridden values. If true, the result will be the &#39;effective&#39; parameter context.

type ParameterContextsAPIGetParameterContextUpdateRequest ¶

type ParameterContextsAPIGetParameterContextUpdateRequest struct {
	ApiService *ParameterContextsAPIService
	// contains filtered or unexported fields
}

func (ParameterContextsAPIGetParameterContextUpdateRequest) Execute ¶

type ParameterContextsAPIGetValidationRequestRequest ¶

type ParameterContextsAPIGetValidationRequestRequest struct {
	ApiService *ParameterContextsAPIService
	// contains filtered or unexported fields
}

func (ParameterContextsAPIGetValidationRequestRequest) Execute ¶

type ParameterContextsAPIService ¶

type ParameterContextsAPIService service

ParameterContextsAPIService ParameterContextsAPI service

func (*ParameterContextsAPIService) CreateParameterContext ¶

CreateParameterContext Create a Parameter Context

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ParameterContextsAPICreateParameterContextRequest

func (*ParameterContextsAPIService) CreateParameterContextExecute ¶

Execute executes the request

@return ParameterContextEntity

func (*ParameterContextsAPIService) DeleteParameterContext ¶

DeleteParameterContext Deletes the Parameter Context with the given ID

Deletes the Parameter Context with the given ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The Parameter Context ID.
@return ParameterContextsAPIDeleteParameterContextRequest

func (*ParameterContextsAPIService) DeleteParameterContextExecute ¶

Execute executes the request

@return ParameterContextEntity

func (*ParameterContextsAPIService) DeleteUpdateRequest ¶

DeleteUpdateRequest Deletes the Update Request with the given ID

Deletes the Update Request with the given ID. After a request is created via a POST to /nifi-api/parameter-contexts/update-requests, it is expected that the client will properly clean up the request by DELETE'ing it, once the Update process has completed. If the request is deleted before the request completes, then the Update request will finish the step that it is currently performing and then will cancel any subsequent steps.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param contextId The ID of the ParameterContext
@param requestId The ID of the Update Request
@return ParameterContextsAPIDeleteUpdateRequestRequest

func (*ParameterContextsAPIService) DeleteUpdateRequestExecute ¶

Execute executes the request

@return ParameterContextUpdateRequestEntity

func (*ParameterContextsAPIService) DeleteValidationRequest ¶

DeleteValidationRequest Deletes the Validation Request with the given ID

Deletes the Validation Request with the given ID. After a request is created via a POST to /nifi-api/validation-contexts, it is expected that the client will properly clean up the request by DELETE'ing it, once the validation process has completed. If the request is deleted before the request completes, then the Validation request will finish the step that it is currently performing and then will cancel any subsequent steps.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param contextId The ID of the Parameter Context
@param id The ID of the Update Request
@return ParameterContextsAPIDeleteValidationRequestRequest

func (*ParameterContextsAPIService) DeleteValidationRequestExecute ¶

Execute executes the request

@return ParameterContextValidationRequestEntity

func (*ParameterContextsAPIService) GetParameterContext ¶

GetParameterContext Returns the Parameter Context with the given ID

Returns the Parameter Context with the given ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Parameter Context
@return ParameterContextsAPIGetParameterContextRequest

func (*ParameterContextsAPIService) GetParameterContextExecute ¶

Execute executes the request

@return ParameterContextEntity

func (*ParameterContextsAPIService) GetParameterContextUpdate ¶

func (a *ParameterContextsAPIService) GetParameterContextUpdate(ctx context.Context, contextId string, requestId string) ParameterContextsAPIGetParameterContextUpdateRequest

GetParameterContextUpdate Returns the Update Request with the given ID

Returns the Update Request with the given ID. Once an Update Request has been created by performing a POST to /nifi-api/parameter-contexts, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param contextId The ID of the Parameter Context
@param requestId The ID of the Update Request
@return ParameterContextsAPIGetParameterContextUpdateRequest

func (*ParameterContextsAPIService) GetParameterContextUpdateExecute ¶

Execute executes the request

@return ParameterContextUpdateRequestEntity

func (*ParameterContextsAPIService) GetValidationRequest ¶

GetValidationRequest Returns the Validation Request with the given ID

Returns the Validation Request with the given ID. Once a Validation Request has been created by performing a POST to /nifi-api/validation-contexts, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param contextId The ID of the Parameter Context
@param id The ID of the Validation Request
@return ParameterContextsAPIGetValidationRequestRequest

func (*ParameterContextsAPIService) GetValidationRequestExecute ¶

Execute executes the request

@return ParameterContextValidationRequestEntity

func (*ParameterContextsAPIService) SubmitParameterContextUpdate ¶

SubmitParameterContextUpdate Initiate the Update Request of a Parameter Context

This will initiate the process of updating a Parameter Context. Changing the value of a Parameter may require that one or more components be stopped and restarted, so this action may take significantly more time than many other REST API actions. As a result, this endpoint will immediately return a ParameterContextUpdateRequestEntity, and the process of updating the necessary components will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /parameter-contexts/update-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /parameter-contexts/update-requests/{requestId}.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param contextId
@return ParameterContextsAPISubmitParameterContextUpdateRequest

func (*ParameterContextsAPIService) SubmitParameterContextUpdateExecute ¶

Execute executes the request

@return ParameterContextUpdateRequestEntity

func (*ParameterContextsAPIService) SubmitValidationRequest ¶

SubmitValidationRequest Initiate a Validation Request to determine how the validity of components will change if a Parameter Context were to be updated

This will initiate the process of validating all components whose Process Group is bound to the specified Parameter Context. Performing validation against an arbitrary number of components may be expect and take significantly more time than many other REST API actions. As a result, this endpoint will immediately return a ParameterContextValidationRequestEntity, and the process of validating the necessary components will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /parameter-contexts/validation-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /parameter-contexts/validation-requests/{requestId}.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param contextId
@return ParameterContextsAPISubmitValidationRequestRequest

func (*ParameterContextsAPIService) SubmitValidationRequestExecute ¶

Execute executes the request

@return ParameterContextValidationRequestEntity

func (*ParameterContextsAPIService) UpdateParameterContext ¶

UpdateParameterContext Modifies a Parameter Context

This endpoint will update a Parameter Context to match the provided entity. However, this request will fail if any component is running and is referencing a Parameter in the Parameter Context. Generally, this endpoint is not called directly. Instead, an update request should be submitted by making a POST to the /parameter-contexts/update-requests endpoint. That endpoint will, in turn, call this endpoint.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ParameterContextsAPIUpdateParameterContextRequest

func (*ParameterContextsAPIService) UpdateParameterContextExecute ¶

Execute executes the request

@return ParameterContextEntity

type ParameterContextsAPISubmitParameterContextUpdateRequest ¶

type ParameterContextsAPISubmitParameterContextUpdateRequest struct {
	ApiService *ParameterContextsAPIService
	// contains filtered or unexported fields
}

func (ParameterContextsAPISubmitParameterContextUpdateRequest) Body ¶

The updated version of the parameter context.

func (ParameterContextsAPISubmitParameterContextUpdateRequest) Execute ¶

type ParameterContextsAPISubmitValidationRequestRequest ¶

type ParameterContextsAPISubmitValidationRequestRequest struct {
	ApiService *ParameterContextsAPIService
	// contains filtered or unexported fields
}

func (ParameterContextsAPISubmitValidationRequestRequest) Body ¶

The validation request

func (ParameterContextsAPISubmitValidationRequestRequest) Execute ¶

type ParameterContextsAPIUpdateParameterContextRequest ¶

type ParameterContextsAPIUpdateParameterContextRequest struct {
	ApiService *ParameterContextsAPIService
	// contains filtered or unexported fields
}

func (ParameterContextsAPIUpdateParameterContextRequest) Body ¶

The updated Parameter Context

func (ParameterContextsAPIUpdateParameterContextRequest) Execute ¶

type ParameterContextsEntity ¶

type ParameterContextsEntity struct {
	// The Parameter Contexts
	ParameterContexts []ParameterContextEntity `json:"parameterContexts,omitempty"`
	// The current time on the system.
	CurrentTime *string `json:"currentTime,omitempty"`
}

ParameterContextsEntity struct for ParameterContextsEntity

func NewParameterContextsEntity ¶

func NewParameterContextsEntity() *ParameterContextsEntity

NewParameterContextsEntity instantiates a new ParameterContextsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterContextsEntityWithDefaults ¶

func NewParameterContextsEntityWithDefaults() *ParameterContextsEntity

NewParameterContextsEntityWithDefaults instantiates a new ParameterContextsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterContextsEntity) GetCurrentTime ¶

func (o *ParameterContextsEntity) GetCurrentTime() string

GetCurrentTime returns the CurrentTime field value if set, zero value otherwise.

func (*ParameterContextsEntity) GetCurrentTimeOk ¶

func (o *ParameterContextsEntity) GetCurrentTimeOk() (*string, bool)

GetCurrentTimeOk returns a tuple with the CurrentTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextsEntity) GetParameterContexts ¶

func (o *ParameterContextsEntity) GetParameterContexts() []ParameterContextEntity

GetParameterContexts returns the ParameterContexts field value if set, zero value otherwise.

func (*ParameterContextsEntity) GetParameterContextsOk ¶

func (o *ParameterContextsEntity) GetParameterContextsOk() ([]ParameterContextEntity, bool)

GetParameterContextsOk returns a tuple with the ParameterContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterContextsEntity) HasCurrentTime ¶

func (o *ParameterContextsEntity) HasCurrentTime() bool

HasCurrentTime returns a boolean if a field has been set.

func (*ParameterContextsEntity) HasParameterContexts ¶

func (o *ParameterContextsEntity) HasParameterContexts() bool

HasParameterContexts returns a boolean if a field has been set.

func (ParameterContextsEntity) MarshalJSON ¶

func (o ParameterContextsEntity) MarshalJSON() ([]byte, error)

func (*ParameterContextsEntity) SetCurrentTime ¶

func (o *ParameterContextsEntity) SetCurrentTime(v string)

SetCurrentTime gets a reference to the given string and assigns it to the CurrentTime field.

func (*ParameterContextsEntity) SetParameterContexts ¶

func (o *ParameterContextsEntity) SetParameterContexts(v []ParameterContextEntity)

SetParameterContexts gets a reference to the given []ParameterContextEntity and assigns it to the ParameterContexts field.

func (ParameterContextsEntity) ToMap ¶

func (o ParameterContextsEntity) ToMap() (map[string]interface{}, error)

type ParameterDTO ¶

type ParameterDTO struct {
	// The name of the Parameter
	Name *string `json:"name,omitempty"`
	// The description of the Parameter
	Description *string `json:"description,omitempty"`
	// Whether or not the Parameter is sensitive
	Sensitive *bool `json:"sensitive,omitempty"`
	// The value of the Parameter
	Value *string `json:"value,omitempty"`
	// Whether or not the value of the Parameter was removed. When a request is made to change a parameter, the value may be null. The absence of the value may be used either to indicate that the value is not to be changed, or that the value is to be set to null (i.e., removed). This denotes which of the two scenarios is being encountered.
	ValueRemoved *bool `json:"valueRemoved,omitempty"`
	// Whether or not the Parameter is provided by a ParameterProvider
	Provided *bool `json:"provided,omitempty"`
	// The set of all components in the flow that are referencing this Parameter
	ReferencingComponents []AffectedComponentEntity        `json:"referencingComponents,omitempty"`
	ParameterContext      *ParameterContextReferenceEntity `json:"parameterContext,omitempty"`
	// Whether or not the Parameter is inherited from another context
	Inherited *bool `json:"inherited,omitempty"`
}

ParameterDTO struct for ParameterDTO

func NewParameterDTO ¶

func NewParameterDTO() *ParameterDTO

NewParameterDTO instantiates a new ParameterDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterDTOWithDefaults ¶

func NewParameterDTOWithDefaults() *ParameterDTO

NewParameterDTOWithDefaults instantiates a new ParameterDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterDTO) GetDescription ¶

func (o *ParameterDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ParameterDTO) GetDescriptionOk ¶

func (o *ParameterDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterDTO) GetInherited ¶

func (o *ParameterDTO) GetInherited() bool

GetInherited returns the Inherited field value if set, zero value otherwise.

func (*ParameterDTO) GetInheritedOk ¶

func (o *ParameterDTO) GetInheritedOk() (*bool, bool)

GetInheritedOk returns a tuple with the Inherited field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterDTO) GetName ¶

func (o *ParameterDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ParameterDTO) GetNameOk ¶

func (o *ParameterDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterDTO) GetParameterContext ¶

func (o *ParameterDTO) GetParameterContext() ParameterContextReferenceEntity

GetParameterContext returns the ParameterContext field value if set, zero value otherwise.

func (*ParameterDTO) GetParameterContextOk ¶

func (o *ParameterDTO) GetParameterContextOk() (*ParameterContextReferenceEntity, bool)

GetParameterContextOk returns a tuple with the ParameterContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterDTO) GetProvided ¶

func (o *ParameterDTO) GetProvided() bool

GetProvided returns the Provided field value if set, zero value otherwise.

func (*ParameterDTO) GetProvidedOk ¶

func (o *ParameterDTO) GetProvidedOk() (*bool, bool)

GetProvidedOk returns a tuple with the Provided field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterDTO) GetReferencingComponents ¶

func (o *ParameterDTO) GetReferencingComponents() []AffectedComponentEntity

GetReferencingComponents returns the ReferencingComponents field value if set, zero value otherwise.

func (*ParameterDTO) GetReferencingComponentsOk ¶

func (o *ParameterDTO) GetReferencingComponentsOk() ([]AffectedComponentEntity, bool)

GetReferencingComponentsOk returns a tuple with the ReferencingComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterDTO) GetSensitive ¶

func (o *ParameterDTO) GetSensitive() bool

GetSensitive returns the Sensitive field value if set, zero value otherwise.

func (*ParameterDTO) GetSensitiveOk ¶

func (o *ParameterDTO) GetSensitiveOk() (*bool, bool)

GetSensitiveOk returns a tuple with the Sensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterDTO) GetValue ¶

func (o *ParameterDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ParameterDTO) GetValueOk ¶

func (o *ParameterDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterDTO) GetValueRemoved ¶

func (o *ParameterDTO) GetValueRemoved() bool

GetValueRemoved returns the ValueRemoved field value if set, zero value otherwise.

func (*ParameterDTO) GetValueRemovedOk ¶

func (o *ParameterDTO) GetValueRemovedOk() (*bool, bool)

GetValueRemovedOk returns a tuple with the ValueRemoved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterDTO) HasDescription ¶

func (o *ParameterDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ParameterDTO) HasInherited ¶

func (o *ParameterDTO) HasInherited() bool

HasInherited returns a boolean if a field has been set.

func (*ParameterDTO) HasName ¶

func (o *ParameterDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ParameterDTO) HasParameterContext ¶

func (o *ParameterDTO) HasParameterContext() bool

HasParameterContext returns a boolean if a field has been set.

func (*ParameterDTO) HasProvided ¶

func (o *ParameterDTO) HasProvided() bool

HasProvided returns a boolean if a field has been set.

func (*ParameterDTO) HasReferencingComponents ¶

func (o *ParameterDTO) HasReferencingComponents() bool

HasReferencingComponents returns a boolean if a field has been set.

func (*ParameterDTO) HasSensitive ¶

func (o *ParameterDTO) HasSensitive() bool

HasSensitive returns a boolean if a field has been set.

func (*ParameterDTO) HasValue ¶

func (o *ParameterDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*ParameterDTO) HasValueRemoved ¶

func (o *ParameterDTO) HasValueRemoved() bool

HasValueRemoved returns a boolean if a field has been set.

func (ParameterDTO) MarshalJSON ¶

func (o ParameterDTO) MarshalJSON() ([]byte, error)

func (*ParameterDTO) SetDescription ¶

func (o *ParameterDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ParameterDTO) SetInherited ¶

func (o *ParameterDTO) SetInherited(v bool)

SetInherited gets a reference to the given bool and assigns it to the Inherited field.

func (*ParameterDTO) SetName ¶

func (o *ParameterDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ParameterDTO) SetParameterContext ¶

func (o *ParameterDTO) SetParameterContext(v ParameterContextReferenceEntity)

SetParameterContext gets a reference to the given ParameterContextReferenceEntity and assigns it to the ParameterContext field.

func (*ParameterDTO) SetProvided ¶

func (o *ParameterDTO) SetProvided(v bool)

SetProvided gets a reference to the given bool and assigns it to the Provided field.

func (*ParameterDTO) SetReferencingComponents ¶

func (o *ParameterDTO) SetReferencingComponents(v []AffectedComponentEntity)

SetReferencingComponents gets a reference to the given []AffectedComponentEntity and assigns it to the ReferencingComponents field.

func (*ParameterDTO) SetSensitive ¶

func (o *ParameterDTO) SetSensitive(v bool)

SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.

func (*ParameterDTO) SetValue ¶

func (o *ParameterDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (*ParameterDTO) SetValueRemoved ¶

func (o *ParameterDTO) SetValueRemoved(v bool)

SetValueRemoved gets a reference to the given bool and assigns it to the ValueRemoved field.

func (ParameterDTO) ToMap ¶

func (o ParameterDTO) ToMap() (map[string]interface{}, error)

type ParameterEntity ¶

type ParameterEntity struct {
	// Indicates whether the user can write a given resource.
	CanWrite  *bool         `json:"canWrite,omitempty"`
	Parameter *ParameterDTO `json:"parameter,omitempty"`
}

ParameterEntity struct for ParameterEntity

func NewParameterEntity ¶

func NewParameterEntity() *ParameterEntity

NewParameterEntity instantiates a new ParameterEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterEntityWithDefaults ¶

func NewParameterEntityWithDefaults() *ParameterEntity

NewParameterEntityWithDefaults instantiates a new ParameterEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterEntity) GetCanWrite ¶

func (o *ParameterEntity) GetCanWrite() bool

GetCanWrite returns the CanWrite field value if set, zero value otherwise.

func (*ParameterEntity) GetCanWriteOk ¶

func (o *ParameterEntity) GetCanWriteOk() (*bool, bool)

GetCanWriteOk returns a tuple with the CanWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterEntity) GetParameter ¶

func (o *ParameterEntity) GetParameter() ParameterDTO

GetParameter returns the Parameter field value if set, zero value otherwise.

func (*ParameterEntity) GetParameterOk ¶

func (o *ParameterEntity) GetParameterOk() (*ParameterDTO, bool)

GetParameterOk returns a tuple with the Parameter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterEntity) HasCanWrite ¶

func (o *ParameterEntity) HasCanWrite() bool

HasCanWrite returns a boolean if a field has been set.

func (*ParameterEntity) HasParameter ¶

func (o *ParameterEntity) HasParameter() bool

HasParameter returns a boolean if a field has been set.

func (ParameterEntity) MarshalJSON ¶

func (o ParameterEntity) MarshalJSON() ([]byte, error)

func (*ParameterEntity) SetCanWrite ¶

func (o *ParameterEntity) SetCanWrite(v bool)

SetCanWrite gets a reference to the given bool and assigns it to the CanWrite field.

func (*ParameterEntity) SetParameter ¶

func (o *ParameterEntity) SetParameter(v ParameterDTO)

SetParameter gets a reference to the given ParameterDTO and assigns it to the Parameter field.

func (ParameterEntity) ToMap ¶

func (o ParameterEntity) ToMap() (map[string]interface{}, error)

type ParameterGroupConfigurationEntity ¶

type ParameterGroupConfigurationEntity struct {
	// The name of the external parameter group to which the provided parameter names apply.
	GroupName *string `json:"groupName,omitempty"`
	// The name of the ParameterContext that receives the parameters in this group
	ParameterContextName *string `json:"parameterContextName,omitempty"`
	// All fetched parameter names that should be applied.
	ParameterSensitivities *map[string]string `json:"parameterSensitivities,omitempty"`
	// True if this group should be synchronized to a ParameterContext, including creating one if it does not exist.
	Synchronized *bool `json:"synchronized,omitempty"`
}

ParameterGroupConfigurationEntity struct for ParameterGroupConfigurationEntity

func NewParameterGroupConfigurationEntity ¶

func NewParameterGroupConfigurationEntity() *ParameterGroupConfigurationEntity

NewParameterGroupConfigurationEntity instantiates a new ParameterGroupConfigurationEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterGroupConfigurationEntityWithDefaults ¶

func NewParameterGroupConfigurationEntityWithDefaults() *ParameterGroupConfigurationEntity

NewParameterGroupConfigurationEntityWithDefaults instantiates a new ParameterGroupConfigurationEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterGroupConfigurationEntity) GetGroupName ¶

func (o *ParameterGroupConfigurationEntity) GetGroupName() string

GetGroupName returns the GroupName field value if set, zero value otherwise.

func (*ParameterGroupConfigurationEntity) GetGroupNameOk ¶

func (o *ParameterGroupConfigurationEntity) GetGroupNameOk() (*string, bool)

GetGroupNameOk returns a tuple with the GroupName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterGroupConfigurationEntity) GetParameterContextName ¶

func (o *ParameterGroupConfigurationEntity) GetParameterContextName() string

GetParameterContextName returns the ParameterContextName field value if set, zero value otherwise.

func (*ParameterGroupConfigurationEntity) GetParameterContextNameOk ¶

func (o *ParameterGroupConfigurationEntity) GetParameterContextNameOk() (*string, bool)

GetParameterContextNameOk returns a tuple with the ParameterContextName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterGroupConfigurationEntity) GetParameterSensitivities ¶

func (o *ParameterGroupConfigurationEntity) GetParameterSensitivities() map[string]string

GetParameterSensitivities returns the ParameterSensitivities field value if set, zero value otherwise.

func (*ParameterGroupConfigurationEntity) GetParameterSensitivitiesOk ¶

func (o *ParameterGroupConfigurationEntity) GetParameterSensitivitiesOk() (*map[string]string, bool)

GetParameterSensitivitiesOk returns a tuple with the ParameterSensitivities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterGroupConfigurationEntity) GetSynchronized ¶

func (o *ParameterGroupConfigurationEntity) GetSynchronized() bool

GetSynchronized returns the Synchronized field value if set, zero value otherwise.

func (*ParameterGroupConfigurationEntity) GetSynchronizedOk ¶

func (o *ParameterGroupConfigurationEntity) GetSynchronizedOk() (*bool, bool)

GetSynchronizedOk returns a tuple with the Synchronized field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterGroupConfigurationEntity) HasGroupName ¶

func (o *ParameterGroupConfigurationEntity) HasGroupName() bool

HasGroupName returns a boolean if a field has been set.

func (*ParameterGroupConfigurationEntity) HasParameterContextName ¶

func (o *ParameterGroupConfigurationEntity) HasParameterContextName() bool

HasParameterContextName returns a boolean if a field has been set.

func (*ParameterGroupConfigurationEntity) HasParameterSensitivities ¶

func (o *ParameterGroupConfigurationEntity) HasParameterSensitivities() bool

HasParameterSensitivities returns a boolean if a field has been set.

func (*ParameterGroupConfigurationEntity) HasSynchronized ¶

func (o *ParameterGroupConfigurationEntity) HasSynchronized() bool

HasSynchronized returns a boolean if a field has been set.

func (ParameterGroupConfigurationEntity) MarshalJSON ¶

func (o ParameterGroupConfigurationEntity) MarshalJSON() ([]byte, error)

func (*ParameterGroupConfigurationEntity) SetGroupName ¶

func (o *ParameterGroupConfigurationEntity) SetGroupName(v string)

SetGroupName gets a reference to the given string and assigns it to the GroupName field.

func (*ParameterGroupConfigurationEntity) SetParameterContextName ¶

func (o *ParameterGroupConfigurationEntity) SetParameterContextName(v string)

SetParameterContextName gets a reference to the given string and assigns it to the ParameterContextName field.

func (*ParameterGroupConfigurationEntity) SetParameterSensitivities ¶

func (o *ParameterGroupConfigurationEntity) SetParameterSensitivities(v map[string]string)

SetParameterSensitivities gets a reference to the given map[string]string and assigns it to the ParameterSensitivities field.

func (*ParameterGroupConfigurationEntity) SetSynchronized ¶

func (o *ParameterGroupConfigurationEntity) SetSynchronized(v bool)

SetSynchronized gets a reference to the given bool and assigns it to the Synchronized field.

func (ParameterGroupConfigurationEntity) ToMap ¶

func (o ParameterGroupConfigurationEntity) ToMap() (map[string]interface{}, error)

type ParameterProviderApplyParametersRequestDTO ¶

type ParameterProviderApplyParametersRequestDTO struct {
	// The ID of the request
	RequestId *string `json:"requestId,omitempty"`
	// The URI for the request
	Uri *string `json:"uri,omitempty"`
	// The timestamp of when the request was submitted
	SubmissionTime *time.Time `json:"submissionTime,omitempty"`
	// The timestamp of when the request was last updated
	LastUpdated *time.Time `json:"lastUpdated,omitempty"`
	// Whether or not the request is completed
	Complete *bool `json:"complete,omitempty"`
	// The reason for the request failing, or null if the request has not failed
	FailureReason *string `json:"failureReason,omitempty"`
	// A value between 0 and 100 (inclusive) indicating how close the request is to completion
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// A description of the current state of the request
	State *string `json:"state,omitempty"`
	// The steps that are required in order to complete the request, along with the status of each
	UpdateSteps       []ParameterProviderApplyParametersUpdateStepDTO `json:"updateSteps,omitempty"`
	ParameterProvider *ParameterProviderDTO                           `json:"parameterProvider,omitempty"`
	// The Parameter Contexts updated by this Parameter Provider. This may not be populated until the request has successfully completed.
	ParameterContextUpdates []ParameterContextUpdateEntity `json:"parameterContextUpdates,omitempty"`
	// The components that are referenced by the update.
	ReferencingComponents []AffectedComponentEntity `json:"referencingComponents,omitempty"`
}

ParameterProviderApplyParametersRequestDTO struct for ParameterProviderApplyParametersRequestDTO

func NewParameterProviderApplyParametersRequestDTO ¶

func NewParameterProviderApplyParametersRequestDTO() *ParameterProviderApplyParametersRequestDTO

NewParameterProviderApplyParametersRequestDTO instantiates a new ParameterProviderApplyParametersRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderApplyParametersRequestDTOWithDefaults ¶

func NewParameterProviderApplyParametersRequestDTOWithDefaults() *ParameterProviderApplyParametersRequestDTO

NewParameterProviderApplyParametersRequestDTOWithDefaults instantiates a new ParameterProviderApplyParametersRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderApplyParametersRequestDTO) GetComplete ¶

GetComplete returns the Complete field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetCompleteOk ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetFailureReason ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetFailureReasonOk ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetLastUpdated ¶

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetLastUpdatedOk ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetLastUpdatedOk() (*time.Time, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetParameterContextUpdates ¶

GetParameterContextUpdates returns the ParameterContextUpdates field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetParameterContextUpdatesOk ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetParameterContextUpdatesOk() ([]ParameterContextUpdateEntity, bool)

GetParameterContextUpdatesOk returns a tuple with the ParameterContextUpdates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetParameterProvider ¶

GetParameterProvider returns the ParameterProvider field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetParameterProviderOk ¶

GetParameterProviderOk returns a tuple with the ParameterProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetPercentCompleted ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetPercentCompletedOk ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetReferencingComponents ¶

GetReferencingComponents returns the ReferencingComponents field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetReferencingComponentsOk ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetReferencingComponentsOk() ([]AffectedComponentEntity, bool)

GetReferencingComponentsOk returns a tuple with the ReferencingComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetRequestId ¶

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetRequestIdOk ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetStateOk ¶

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetSubmissionTime ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetSubmissionTime() time.Time

GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetSubmissionTimeOk ¶

func (o *ParameterProviderApplyParametersRequestDTO) GetSubmissionTimeOk() (*time.Time, bool)

GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetUpdateSteps ¶

GetUpdateSteps returns the UpdateSteps field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetUpdateStepsOk ¶

GetUpdateStepsOk returns a tuple with the UpdateSteps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) GetUri ¶

GetUri returns the Uri field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestDTO) GetUriOk ¶

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasComplete ¶

HasComplete returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasFailureReason ¶

func (o *ParameterProviderApplyParametersRequestDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasLastUpdated ¶

HasLastUpdated returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasParameterContextUpdates ¶

func (o *ParameterProviderApplyParametersRequestDTO) HasParameterContextUpdates() bool

HasParameterContextUpdates returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasParameterProvider ¶

func (o *ParameterProviderApplyParametersRequestDTO) HasParameterProvider() bool

HasParameterProvider returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasPercentCompleted ¶

func (o *ParameterProviderApplyParametersRequestDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasReferencingComponents ¶

func (o *ParameterProviderApplyParametersRequestDTO) HasReferencingComponents() bool

HasReferencingComponents returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasRequestId ¶

HasRequestId returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasState ¶

HasState returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasSubmissionTime ¶

func (o *ParameterProviderApplyParametersRequestDTO) HasSubmissionTime() bool

HasSubmissionTime returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasUpdateSteps ¶

HasUpdateSteps returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersRequestDTO) HasUri ¶

HasUri returns a boolean if a field has been set.

func (ParameterProviderApplyParametersRequestDTO) MarshalJSON ¶

func (*ParameterProviderApplyParametersRequestDTO) SetComplete ¶

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*ParameterProviderApplyParametersRequestDTO) SetFailureReason ¶

func (o *ParameterProviderApplyParametersRequestDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*ParameterProviderApplyParametersRequestDTO) SetLastUpdated ¶

SetLastUpdated gets a reference to the given time.Time and assigns it to the LastUpdated field.

func (*ParameterProviderApplyParametersRequestDTO) SetParameterContextUpdates ¶

SetParameterContextUpdates gets a reference to the given []ParameterContextUpdateEntity and assigns it to the ParameterContextUpdates field.

func (*ParameterProviderApplyParametersRequestDTO) SetParameterProvider ¶

SetParameterProvider gets a reference to the given ParameterProviderDTO and assigns it to the ParameterProvider field.

func (*ParameterProviderApplyParametersRequestDTO) SetPercentCompleted ¶

func (o *ParameterProviderApplyParametersRequestDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*ParameterProviderApplyParametersRequestDTO) SetReferencingComponents ¶

SetReferencingComponents gets a reference to the given []AffectedComponentEntity and assigns it to the ReferencingComponents field.

func (*ParameterProviderApplyParametersRequestDTO) SetRequestId ¶

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*ParameterProviderApplyParametersRequestDTO) SetState ¶

SetState gets a reference to the given string and assigns it to the State field.

func (*ParameterProviderApplyParametersRequestDTO) SetSubmissionTime ¶

func (o *ParameterProviderApplyParametersRequestDTO) SetSubmissionTime(v time.Time)

SetSubmissionTime gets a reference to the given time.Time and assigns it to the SubmissionTime field.

func (*ParameterProviderApplyParametersRequestDTO) SetUpdateSteps ¶

SetUpdateSteps gets a reference to the given []ParameterProviderApplyParametersUpdateStepDTO and assigns it to the UpdateSteps field.

func (*ParameterProviderApplyParametersRequestDTO) SetUri ¶

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ParameterProviderApplyParametersRequestDTO) ToMap ¶

func (o ParameterProviderApplyParametersRequestDTO) ToMap() (map[string]interface{}, error)

type ParameterProviderApplyParametersRequestEntity ¶

type ParameterProviderApplyParametersRequestEntity struct {
	Request *ParameterProviderApplyParametersRequestDTO `json:"request,omitempty"`
}

ParameterProviderApplyParametersRequestEntity struct for ParameterProviderApplyParametersRequestEntity

func NewParameterProviderApplyParametersRequestEntity ¶

func NewParameterProviderApplyParametersRequestEntity() *ParameterProviderApplyParametersRequestEntity

NewParameterProviderApplyParametersRequestEntity instantiates a new ParameterProviderApplyParametersRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderApplyParametersRequestEntityWithDefaults ¶

func NewParameterProviderApplyParametersRequestEntityWithDefaults() *ParameterProviderApplyParametersRequestEntity

NewParameterProviderApplyParametersRequestEntityWithDefaults instantiates a new ParameterProviderApplyParametersRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderApplyParametersRequestEntity) GetRequest ¶

GetRequest returns the Request field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersRequestEntity) GetRequestOk ¶

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersRequestEntity) HasRequest ¶

HasRequest returns a boolean if a field has been set.

func (ParameterProviderApplyParametersRequestEntity) MarshalJSON ¶

func (*ParameterProviderApplyParametersRequestEntity) SetRequest ¶

SetRequest gets a reference to the given ParameterProviderApplyParametersRequestDTO and assigns it to the Request field.

func (ParameterProviderApplyParametersRequestEntity) ToMap ¶

func (o ParameterProviderApplyParametersRequestEntity) ToMap() (map[string]interface{}, error)

type ParameterProviderApplyParametersUpdateStepDTO ¶

type ParameterProviderApplyParametersUpdateStepDTO struct {
	// Explanation of what happens in this step
	Description *string `json:"description,omitempty"`
	// Whether or not this step has completed
	Complete *bool `json:"complete,omitempty"`
	// An explanation of why this step failed, or null if this step did not fail
	FailureReason *string `json:"failureReason,omitempty"`
}

ParameterProviderApplyParametersUpdateStepDTO struct for ParameterProviderApplyParametersUpdateStepDTO

func NewParameterProviderApplyParametersUpdateStepDTO ¶

func NewParameterProviderApplyParametersUpdateStepDTO() *ParameterProviderApplyParametersUpdateStepDTO

NewParameterProviderApplyParametersUpdateStepDTO instantiates a new ParameterProviderApplyParametersUpdateStepDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderApplyParametersUpdateStepDTOWithDefaults ¶

func NewParameterProviderApplyParametersUpdateStepDTOWithDefaults() *ParameterProviderApplyParametersUpdateStepDTO

NewParameterProviderApplyParametersUpdateStepDTOWithDefaults instantiates a new ParameterProviderApplyParametersUpdateStepDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderApplyParametersUpdateStepDTO) GetComplete ¶

GetComplete returns the Complete field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersUpdateStepDTO) GetCompleteOk ¶

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersUpdateStepDTO) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersUpdateStepDTO) GetDescriptionOk ¶

func (o *ParameterProviderApplyParametersUpdateStepDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersUpdateStepDTO) GetFailureReason ¶

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*ParameterProviderApplyParametersUpdateStepDTO) GetFailureReasonOk ¶

func (o *ParameterProviderApplyParametersUpdateStepDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderApplyParametersUpdateStepDTO) HasComplete ¶

HasComplete returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersUpdateStepDTO) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*ParameterProviderApplyParametersUpdateStepDTO) HasFailureReason ¶

HasFailureReason returns a boolean if a field has been set.

func (ParameterProviderApplyParametersUpdateStepDTO) MarshalJSON ¶

func (*ParameterProviderApplyParametersUpdateStepDTO) SetComplete ¶

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*ParameterProviderApplyParametersUpdateStepDTO) SetDescription ¶

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ParameterProviderApplyParametersUpdateStepDTO) SetFailureReason ¶

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (ParameterProviderApplyParametersUpdateStepDTO) ToMap ¶

func (o ParameterProviderApplyParametersUpdateStepDTO) ToMap() (map[string]interface{}, error)

type ParameterProviderConfigurationDTO ¶

type ParameterProviderConfigurationDTO struct {
	// The ID of the Parameter Provider
	ParameterProviderId *string `json:"parameterProviderId,omitempty"`
	// The name of the Parameter Provider
	ParameterProviderName *string `json:"parameterProviderName,omitempty"`
	// The Parameter Group name that maps to the Parameter Context
	ParameterGroupName *string `json:"parameterGroupName,omitempty"`
	// True if the Parameter Context should receive the parameters from the mapped Parameter Group
	Synchronized *bool `json:"synchronized,omitempty"`
}

ParameterProviderConfigurationDTO struct for ParameterProviderConfigurationDTO

func NewParameterProviderConfigurationDTO ¶

func NewParameterProviderConfigurationDTO() *ParameterProviderConfigurationDTO

NewParameterProviderConfigurationDTO instantiates a new ParameterProviderConfigurationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderConfigurationDTOWithDefaults ¶

func NewParameterProviderConfigurationDTOWithDefaults() *ParameterProviderConfigurationDTO

NewParameterProviderConfigurationDTOWithDefaults instantiates a new ParameterProviderConfigurationDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderConfigurationDTO) GetParameterGroupName ¶

func (o *ParameterProviderConfigurationDTO) GetParameterGroupName() string

GetParameterGroupName returns the ParameterGroupName field value if set, zero value otherwise.

func (*ParameterProviderConfigurationDTO) GetParameterGroupNameOk ¶

func (o *ParameterProviderConfigurationDTO) GetParameterGroupNameOk() (*string, bool)

GetParameterGroupNameOk returns a tuple with the ParameterGroupName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderConfigurationDTO) GetParameterProviderId ¶

func (o *ParameterProviderConfigurationDTO) GetParameterProviderId() string

GetParameterProviderId returns the ParameterProviderId field value if set, zero value otherwise.

func (*ParameterProviderConfigurationDTO) GetParameterProviderIdOk ¶

func (o *ParameterProviderConfigurationDTO) GetParameterProviderIdOk() (*string, bool)

GetParameterProviderIdOk returns a tuple with the ParameterProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderConfigurationDTO) GetParameterProviderName ¶

func (o *ParameterProviderConfigurationDTO) GetParameterProviderName() string

GetParameterProviderName returns the ParameterProviderName field value if set, zero value otherwise.

func (*ParameterProviderConfigurationDTO) GetParameterProviderNameOk ¶

func (o *ParameterProviderConfigurationDTO) GetParameterProviderNameOk() (*string, bool)

GetParameterProviderNameOk returns a tuple with the ParameterProviderName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderConfigurationDTO) GetSynchronized ¶

func (o *ParameterProviderConfigurationDTO) GetSynchronized() bool

GetSynchronized returns the Synchronized field value if set, zero value otherwise.

func (*ParameterProviderConfigurationDTO) GetSynchronizedOk ¶

func (o *ParameterProviderConfigurationDTO) GetSynchronizedOk() (*bool, bool)

GetSynchronizedOk returns a tuple with the Synchronized field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderConfigurationDTO) HasParameterGroupName ¶

func (o *ParameterProviderConfigurationDTO) HasParameterGroupName() bool

HasParameterGroupName returns a boolean if a field has been set.

func (*ParameterProviderConfigurationDTO) HasParameterProviderId ¶

func (o *ParameterProviderConfigurationDTO) HasParameterProviderId() bool

HasParameterProviderId returns a boolean if a field has been set.

func (*ParameterProviderConfigurationDTO) HasParameterProviderName ¶

func (o *ParameterProviderConfigurationDTO) HasParameterProviderName() bool

HasParameterProviderName returns a boolean if a field has been set.

func (*ParameterProviderConfigurationDTO) HasSynchronized ¶

func (o *ParameterProviderConfigurationDTO) HasSynchronized() bool

HasSynchronized returns a boolean if a field has been set.

func (ParameterProviderConfigurationDTO) MarshalJSON ¶

func (o ParameterProviderConfigurationDTO) MarshalJSON() ([]byte, error)

func (*ParameterProviderConfigurationDTO) SetParameterGroupName ¶

func (o *ParameterProviderConfigurationDTO) SetParameterGroupName(v string)

SetParameterGroupName gets a reference to the given string and assigns it to the ParameterGroupName field.

func (*ParameterProviderConfigurationDTO) SetParameterProviderId ¶

func (o *ParameterProviderConfigurationDTO) SetParameterProviderId(v string)

SetParameterProviderId gets a reference to the given string and assigns it to the ParameterProviderId field.

func (*ParameterProviderConfigurationDTO) SetParameterProviderName ¶

func (o *ParameterProviderConfigurationDTO) SetParameterProviderName(v string)

SetParameterProviderName gets a reference to the given string and assigns it to the ParameterProviderName field.

func (*ParameterProviderConfigurationDTO) SetSynchronized ¶

func (o *ParameterProviderConfigurationDTO) SetSynchronized(v bool)

SetSynchronized gets a reference to the given bool and assigns it to the Synchronized field.

func (ParameterProviderConfigurationDTO) ToMap ¶

func (o ParameterProviderConfigurationDTO) ToMap() (map[string]interface{}, error)

type ParameterProviderConfigurationEntity ¶

type ParameterProviderConfigurationEntity struct {
	// The id of the component.
	Id          *string                            `json:"id,omitempty"`
	Permissions *PermissionsDTO                    `json:"permissions,omitempty"`
	Component   *ParameterProviderConfigurationDTO `json:"component,omitempty"`
}

ParameterProviderConfigurationEntity struct for ParameterProviderConfigurationEntity

func NewParameterProviderConfigurationEntity ¶

func NewParameterProviderConfigurationEntity() *ParameterProviderConfigurationEntity

NewParameterProviderConfigurationEntity instantiates a new ParameterProviderConfigurationEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderConfigurationEntityWithDefaults ¶

func NewParameterProviderConfigurationEntityWithDefaults() *ParameterProviderConfigurationEntity

NewParameterProviderConfigurationEntityWithDefaults instantiates a new ParameterProviderConfigurationEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderConfigurationEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*ParameterProviderConfigurationEntity) GetComponentOk ¶

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderConfigurationEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterProviderConfigurationEntity) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderConfigurationEntity) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ParameterProviderConfigurationEntity) GetPermissionsOk ¶

func (o *ParameterProviderConfigurationEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderConfigurationEntity) HasComponent ¶

func (o *ParameterProviderConfigurationEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ParameterProviderConfigurationEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*ParameterProviderConfigurationEntity) HasPermissions ¶

func (o *ParameterProviderConfigurationEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (ParameterProviderConfigurationEntity) MarshalJSON ¶

func (o ParameterProviderConfigurationEntity) MarshalJSON() ([]byte, error)

func (*ParameterProviderConfigurationEntity) SetComponent ¶

SetComponent gets a reference to the given ParameterProviderConfigurationDTO and assigns it to the Component field.

func (*ParameterProviderConfigurationEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterProviderConfigurationEntity) SetPermissions ¶

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (ParameterProviderConfigurationEntity) ToMap ¶

func (o ParameterProviderConfigurationEntity) ToMap() (map[string]interface{}, error)

type ParameterProviderDTO ¶

type ParameterProviderDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The name of the parameter provider.
	Name *string `json:"name,omitempty"`
	// The fully qualified type of the parameter provider.
	Type   *string    `json:"type,omitempty"`
	Bundle *BundleDTO `json:"bundle,omitempty"`
	// The comments of the parameter provider.
	Comments *string `json:"comments,omitempty"`
	// Whether the parameter provider persists state.
	PersistsState *bool `json:"persistsState,omitempty"`
	// Whether the parameter provider requires elevated privileges.
	Restricted *bool `json:"restricted,omitempty"`
	// Whether the parameter provider has been deprecated.
	Deprecated *bool `json:"deprecated,omitempty"`
	// Whether the parameter provider has multiple versions available.
	MultipleVersionsAvailable *bool `json:"multipleVersionsAvailable,omitempty"`
	// The properties of the parameter provider.
	Properties *map[string]string `json:"properties,omitempty"`
	// The descriptors for the parameter providers properties.
	Descriptors *map[string]PropertyDescriptorDTO `json:"descriptors,omitempty"`
	// Configuration for any fetched parameter groups.
	ParameterGroupConfigurations []ParameterGroupConfigurationEntity `json:"parameterGroupConfigurations,omitempty"`
	// The set of all components in the flow that are referencing Parameters provided by this provider
	AffectedComponents []AffectedComponentEntity `json:"affectedComponents,omitempty"`
	// The status of all provided parameters for this parameter provider
	ParameterStatus []ParameterStatusDTO `json:"parameterStatus,omitempty"`
	// The Parameter Contexts that reference this Parameter Provider
	ReferencingParameterContexts []ParameterProviderReferencingComponentEntity `json:"referencingParameterContexts,omitempty"`
	// The URL for the custom configuration UI for the parameter provider.
	CustomUiUrl *string `json:"customUiUrl,omitempty"`
	// The annotation data for the parameter provider. This is how the custom UI relays configuration to the parameter provider.
	AnnotationData *string `json:"annotationData,omitempty"`
	// Gets the validation errors from the parameter provider. These validation errors represent the problems with the parameter provider that must be resolved before it can be scheduled to run.
	ValidationErrors []string `json:"validationErrors,omitempty"`
	// Indicates whether the Parameter Provider is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the Parameter Provider is valid)
	ValidationStatus *string `json:"validationStatus,omitempty"`
	// Whether the underlying extension is missing.
	ExtensionMissing *bool `json:"extensionMissing,omitempty"`
}

ParameterProviderDTO struct for ParameterProviderDTO

func NewParameterProviderDTO ¶

func NewParameterProviderDTO() *ParameterProviderDTO

NewParameterProviderDTO instantiates a new ParameterProviderDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderDTOWithDefaults ¶

func NewParameterProviderDTOWithDefaults() *ParameterProviderDTO

NewParameterProviderDTOWithDefaults instantiates a new ParameterProviderDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderDTO) GetAffectedComponents ¶

func (o *ParameterProviderDTO) GetAffectedComponents() []AffectedComponentEntity

GetAffectedComponents returns the AffectedComponents field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetAffectedComponentsOk ¶

func (o *ParameterProviderDTO) GetAffectedComponentsOk() ([]AffectedComponentEntity, bool)

GetAffectedComponentsOk returns a tuple with the AffectedComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetAnnotationData ¶

func (o *ParameterProviderDTO) GetAnnotationData() string

GetAnnotationData returns the AnnotationData field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetAnnotationDataOk ¶

func (o *ParameterProviderDTO) GetAnnotationDataOk() (*string, bool)

GetAnnotationDataOk returns a tuple with the AnnotationData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetBundle ¶

func (o *ParameterProviderDTO) GetBundle() BundleDTO

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetBundleOk ¶

func (o *ParameterProviderDTO) GetBundleOk() (*BundleDTO, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetComments ¶

func (o *ParameterProviderDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetCommentsOk ¶

func (o *ParameterProviderDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetCustomUiUrl ¶

func (o *ParameterProviderDTO) GetCustomUiUrl() string

GetCustomUiUrl returns the CustomUiUrl field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetCustomUiUrlOk ¶

func (o *ParameterProviderDTO) GetCustomUiUrlOk() (*string, bool)

GetCustomUiUrlOk returns a tuple with the CustomUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetDeprecated ¶

func (o *ParameterProviderDTO) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetDeprecatedOk ¶

func (o *ParameterProviderDTO) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetDescriptors ¶

func (o *ParameterProviderDTO) GetDescriptors() map[string]PropertyDescriptorDTO

GetDescriptors returns the Descriptors field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetDescriptorsOk ¶

func (o *ParameterProviderDTO) GetDescriptorsOk() (*map[string]PropertyDescriptorDTO, bool)

GetDescriptorsOk returns a tuple with the Descriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetExtensionMissing ¶

func (o *ParameterProviderDTO) GetExtensionMissing() bool

GetExtensionMissing returns the ExtensionMissing field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetExtensionMissingOk ¶

func (o *ParameterProviderDTO) GetExtensionMissingOk() (*bool, bool)

GetExtensionMissingOk returns a tuple with the ExtensionMissing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetId ¶

func (o *ParameterProviderDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetIdOk ¶

func (o *ParameterProviderDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetMultipleVersionsAvailable ¶

func (o *ParameterProviderDTO) GetMultipleVersionsAvailable() bool

GetMultipleVersionsAvailable returns the MultipleVersionsAvailable field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetMultipleVersionsAvailableOk ¶

func (o *ParameterProviderDTO) GetMultipleVersionsAvailableOk() (*bool, bool)

GetMultipleVersionsAvailableOk returns a tuple with the MultipleVersionsAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetName ¶

func (o *ParameterProviderDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetNameOk ¶

func (o *ParameterProviderDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetParameterGroupConfigurations ¶

func (o *ParameterProviderDTO) GetParameterGroupConfigurations() []ParameterGroupConfigurationEntity

GetParameterGroupConfigurations returns the ParameterGroupConfigurations field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetParameterGroupConfigurationsOk ¶

func (o *ParameterProviderDTO) GetParameterGroupConfigurationsOk() ([]ParameterGroupConfigurationEntity, bool)

GetParameterGroupConfigurationsOk returns a tuple with the ParameterGroupConfigurations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetParameterStatus ¶

func (o *ParameterProviderDTO) GetParameterStatus() []ParameterStatusDTO

GetParameterStatus returns the ParameterStatus field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetParameterStatusOk ¶

func (o *ParameterProviderDTO) GetParameterStatusOk() ([]ParameterStatusDTO, bool)

GetParameterStatusOk returns a tuple with the ParameterStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetParentGroupId ¶

func (o *ParameterProviderDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetParentGroupIdOk ¶

func (o *ParameterProviderDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetPersistsState ¶

func (o *ParameterProviderDTO) GetPersistsState() bool

GetPersistsState returns the PersistsState field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetPersistsStateOk ¶

func (o *ParameterProviderDTO) GetPersistsStateOk() (*bool, bool)

GetPersistsStateOk returns a tuple with the PersistsState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetPosition ¶

func (o *ParameterProviderDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetPositionOk ¶

func (o *ParameterProviderDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetProperties ¶

func (o *ParameterProviderDTO) GetProperties() map[string]string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetPropertiesOk ¶

func (o *ParameterProviderDTO) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetReferencingParameterContexts ¶

func (o *ParameterProviderDTO) GetReferencingParameterContexts() []ParameterProviderReferencingComponentEntity

GetReferencingParameterContexts returns the ReferencingParameterContexts field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetReferencingParameterContextsOk ¶

func (o *ParameterProviderDTO) GetReferencingParameterContextsOk() ([]ParameterProviderReferencingComponentEntity, bool)

GetReferencingParameterContextsOk returns a tuple with the ReferencingParameterContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetRestricted ¶

func (o *ParameterProviderDTO) GetRestricted() bool

GetRestricted returns the Restricted field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetRestrictedOk ¶

func (o *ParameterProviderDTO) GetRestrictedOk() (*bool, bool)

GetRestrictedOk returns a tuple with the Restricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetType ¶

func (o *ParameterProviderDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetTypeOk ¶

func (o *ParameterProviderDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetValidationErrors ¶

func (o *ParameterProviderDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetValidationErrorsOk ¶

func (o *ParameterProviderDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetValidationStatus ¶

func (o *ParameterProviderDTO) GetValidationStatus() string

GetValidationStatus returns the ValidationStatus field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetValidationStatusOk ¶

func (o *ParameterProviderDTO) GetValidationStatusOk() (*string, bool)

GetValidationStatusOk returns a tuple with the ValidationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) GetVersionedComponentId ¶

func (o *ParameterProviderDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*ParameterProviderDTO) GetVersionedComponentIdOk ¶

func (o *ParameterProviderDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderDTO) HasAffectedComponents ¶

func (o *ParameterProviderDTO) HasAffectedComponents() bool

HasAffectedComponents returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasAnnotationData ¶

func (o *ParameterProviderDTO) HasAnnotationData() bool

HasAnnotationData returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasBundle ¶

func (o *ParameterProviderDTO) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasComments ¶

func (o *ParameterProviderDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasCustomUiUrl ¶

func (o *ParameterProviderDTO) HasCustomUiUrl() bool

HasCustomUiUrl returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasDeprecated ¶

func (o *ParameterProviderDTO) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasDescriptors ¶

func (o *ParameterProviderDTO) HasDescriptors() bool

HasDescriptors returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasExtensionMissing ¶

func (o *ParameterProviderDTO) HasExtensionMissing() bool

HasExtensionMissing returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasId ¶

func (o *ParameterProviderDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasMultipleVersionsAvailable ¶

func (o *ParameterProviderDTO) HasMultipleVersionsAvailable() bool

HasMultipleVersionsAvailable returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasName ¶

func (o *ParameterProviderDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasParameterGroupConfigurations ¶

func (o *ParameterProviderDTO) HasParameterGroupConfigurations() bool

HasParameterGroupConfigurations returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasParameterStatus ¶

func (o *ParameterProviderDTO) HasParameterStatus() bool

HasParameterStatus returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasParentGroupId ¶

func (o *ParameterProviderDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasPersistsState ¶

func (o *ParameterProviderDTO) HasPersistsState() bool

HasPersistsState returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasPosition ¶

func (o *ParameterProviderDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasProperties ¶

func (o *ParameterProviderDTO) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasReferencingParameterContexts ¶

func (o *ParameterProviderDTO) HasReferencingParameterContexts() bool

HasReferencingParameterContexts returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasRestricted ¶

func (o *ParameterProviderDTO) HasRestricted() bool

HasRestricted returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasType ¶

func (o *ParameterProviderDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasValidationErrors ¶

func (o *ParameterProviderDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasValidationStatus ¶

func (o *ParameterProviderDTO) HasValidationStatus() bool

HasValidationStatus returns a boolean if a field has been set.

func (*ParameterProviderDTO) HasVersionedComponentId ¶

func (o *ParameterProviderDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (ParameterProviderDTO) MarshalJSON ¶

func (o ParameterProviderDTO) MarshalJSON() ([]byte, error)

func (*ParameterProviderDTO) SetAffectedComponents ¶

func (o *ParameterProviderDTO) SetAffectedComponents(v []AffectedComponentEntity)

SetAffectedComponents gets a reference to the given []AffectedComponentEntity and assigns it to the AffectedComponents field.

func (*ParameterProviderDTO) SetAnnotationData ¶

func (o *ParameterProviderDTO) SetAnnotationData(v string)

SetAnnotationData gets a reference to the given string and assigns it to the AnnotationData field.

func (*ParameterProviderDTO) SetBundle ¶

func (o *ParameterProviderDTO) SetBundle(v BundleDTO)

SetBundle gets a reference to the given BundleDTO and assigns it to the Bundle field.

func (*ParameterProviderDTO) SetComments ¶

func (o *ParameterProviderDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*ParameterProviderDTO) SetCustomUiUrl ¶

func (o *ParameterProviderDTO) SetCustomUiUrl(v string)

SetCustomUiUrl gets a reference to the given string and assigns it to the CustomUiUrl field.

func (*ParameterProviderDTO) SetDeprecated ¶

func (o *ParameterProviderDTO) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*ParameterProviderDTO) SetDescriptors ¶

func (o *ParameterProviderDTO) SetDescriptors(v map[string]PropertyDescriptorDTO)

SetDescriptors gets a reference to the given map[string]PropertyDescriptorDTO and assigns it to the Descriptors field.

func (*ParameterProviderDTO) SetExtensionMissing ¶

func (o *ParameterProviderDTO) SetExtensionMissing(v bool)

SetExtensionMissing gets a reference to the given bool and assigns it to the ExtensionMissing field.

func (*ParameterProviderDTO) SetId ¶

func (o *ParameterProviderDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterProviderDTO) SetMultipleVersionsAvailable ¶

func (o *ParameterProviderDTO) SetMultipleVersionsAvailable(v bool)

SetMultipleVersionsAvailable gets a reference to the given bool and assigns it to the MultipleVersionsAvailable field.

func (*ParameterProviderDTO) SetName ¶

func (o *ParameterProviderDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ParameterProviderDTO) SetParameterGroupConfigurations ¶

func (o *ParameterProviderDTO) SetParameterGroupConfigurations(v []ParameterGroupConfigurationEntity)

SetParameterGroupConfigurations gets a reference to the given []ParameterGroupConfigurationEntity and assigns it to the ParameterGroupConfigurations field.

func (*ParameterProviderDTO) SetParameterStatus ¶

func (o *ParameterProviderDTO) SetParameterStatus(v []ParameterStatusDTO)

SetParameterStatus gets a reference to the given []ParameterStatusDTO and assigns it to the ParameterStatus field.

func (*ParameterProviderDTO) SetParentGroupId ¶

func (o *ParameterProviderDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*ParameterProviderDTO) SetPersistsState ¶

func (o *ParameterProviderDTO) SetPersistsState(v bool)

SetPersistsState gets a reference to the given bool and assigns it to the PersistsState field.

func (*ParameterProviderDTO) SetPosition ¶

func (o *ParameterProviderDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ParameterProviderDTO) SetProperties ¶

func (o *ParameterProviderDTO) SetProperties(v map[string]string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*ParameterProviderDTO) SetReferencingParameterContexts ¶

func (o *ParameterProviderDTO) SetReferencingParameterContexts(v []ParameterProviderReferencingComponentEntity)

SetReferencingParameterContexts gets a reference to the given []ParameterProviderReferencingComponentEntity and assigns it to the ReferencingParameterContexts field.

func (*ParameterProviderDTO) SetRestricted ¶

func (o *ParameterProviderDTO) SetRestricted(v bool)

SetRestricted gets a reference to the given bool and assigns it to the Restricted field.

func (*ParameterProviderDTO) SetType ¶

func (o *ParameterProviderDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ParameterProviderDTO) SetValidationErrors ¶

func (o *ParameterProviderDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*ParameterProviderDTO) SetValidationStatus ¶

func (o *ParameterProviderDTO) SetValidationStatus(v string)

SetValidationStatus gets a reference to the given string and assigns it to the ValidationStatus field.

func (*ParameterProviderDTO) SetVersionedComponentId ¶

func (o *ParameterProviderDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (ParameterProviderDTO) ToMap ¶

func (o ParameterProviderDTO) ToMap() (map[string]interface{}, error)

type ParameterProviderEntity ¶

type ParameterProviderEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                 `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ParameterProviderDTO `json:"component,omitempty"`
}

ParameterProviderEntity struct for ParameterProviderEntity

func NewParameterProviderEntity ¶

func NewParameterProviderEntity() *ParameterProviderEntity

NewParameterProviderEntity instantiates a new ParameterProviderEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderEntityWithDefaults ¶

func NewParameterProviderEntityWithDefaults() *ParameterProviderEntity

NewParameterProviderEntityWithDefaults instantiates a new ParameterProviderEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderEntity) GetBulletins ¶

func (o *ParameterProviderEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ParameterProviderEntity) GetBulletinsOk ¶

func (o *ParameterProviderEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*ParameterProviderEntity) GetComponentOk ¶

func (o *ParameterProviderEntity) GetComponentOk() (*ParameterProviderDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ParameterProviderEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ParameterProviderEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderEntity) GetId ¶

func (o *ParameterProviderEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterProviderEntity) GetIdOk ¶

func (o *ParameterProviderEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderEntity) GetPermissions ¶

func (o *ParameterProviderEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ParameterProviderEntity) GetPermissionsOk ¶

func (o *ParameterProviderEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderEntity) GetPosition ¶

func (o *ParameterProviderEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ParameterProviderEntity) GetPositionOk ¶

func (o *ParameterProviderEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderEntity) GetRevision ¶

func (o *ParameterProviderEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ParameterProviderEntity) GetRevisionOk ¶

func (o *ParameterProviderEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderEntity) GetUri ¶

func (o *ParameterProviderEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ParameterProviderEntity) GetUriOk ¶

func (o *ParameterProviderEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderEntity) HasBulletins ¶

func (o *ParameterProviderEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ParameterProviderEntity) HasComponent ¶

func (o *ParameterProviderEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ParameterProviderEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ParameterProviderEntity) HasId ¶

func (o *ParameterProviderEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ParameterProviderEntity) HasPermissions ¶

func (o *ParameterProviderEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ParameterProviderEntity) HasPosition ¶

func (o *ParameterProviderEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ParameterProviderEntity) HasRevision ¶

func (o *ParameterProviderEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ParameterProviderEntity) HasUri ¶

func (o *ParameterProviderEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ParameterProviderEntity) MarshalJSON ¶

func (o ParameterProviderEntity) MarshalJSON() ([]byte, error)

func (*ParameterProviderEntity) SetBulletins ¶

func (o *ParameterProviderEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ParameterProviderEntity) SetComponent ¶

func (o *ParameterProviderEntity) SetComponent(v ParameterProviderDTO)

SetComponent gets a reference to the given ParameterProviderDTO and assigns it to the Component field.

func (*ParameterProviderEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ParameterProviderEntity) SetId ¶

func (o *ParameterProviderEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterProviderEntity) SetPermissions ¶

func (o *ParameterProviderEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ParameterProviderEntity) SetPosition ¶

func (o *ParameterProviderEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ParameterProviderEntity) SetRevision ¶

func (o *ParameterProviderEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ParameterProviderEntity) SetUri ¶

func (o *ParameterProviderEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ParameterProviderEntity) ToMap ¶

func (o ParameterProviderEntity) ToMap() (map[string]interface{}, error)

type ParameterProviderParameterApplicationEntity ¶

type ParameterProviderParameterApplicationEntity struct {
	// The id of the parameter provider.
	Id       *string      `json:"id,omitempty"`
	Revision *RevisionDTO `json:"revision,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
	// Configuration for the fetched Parameter Groups
	ParameterGroupConfigurations []ParameterGroupConfigurationEntity `json:"parameterGroupConfigurations,omitempty"`
}

ParameterProviderParameterApplicationEntity struct for ParameterProviderParameterApplicationEntity

func NewParameterProviderParameterApplicationEntity ¶

func NewParameterProviderParameterApplicationEntity() *ParameterProviderParameterApplicationEntity

NewParameterProviderParameterApplicationEntity instantiates a new ParameterProviderParameterApplicationEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderParameterApplicationEntityWithDefaults ¶

func NewParameterProviderParameterApplicationEntityWithDefaults() *ParameterProviderParameterApplicationEntity

NewParameterProviderParameterApplicationEntityWithDefaults instantiates a new ParameterProviderParameterApplicationEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderParameterApplicationEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderParameterApplicationEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ParameterProviderParameterApplicationEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ParameterProviderParameterApplicationEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderParameterApplicationEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterProviderParameterApplicationEntity) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderParameterApplicationEntity) GetParameterGroupConfigurations ¶

GetParameterGroupConfigurations returns the ParameterGroupConfigurations field value if set, zero value otherwise.

func (*ParameterProviderParameterApplicationEntity) GetParameterGroupConfigurationsOk ¶

func (o *ParameterProviderParameterApplicationEntity) GetParameterGroupConfigurationsOk() ([]ParameterGroupConfigurationEntity, bool)

GetParameterGroupConfigurationsOk returns a tuple with the ParameterGroupConfigurations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderParameterApplicationEntity) GetRevision ¶

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ParameterProviderParameterApplicationEntity) GetRevisionOk ¶

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderParameterApplicationEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderParameterApplicationEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ParameterProviderParameterApplicationEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*ParameterProviderParameterApplicationEntity) HasParameterGroupConfigurations ¶

func (o *ParameterProviderParameterApplicationEntity) HasParameterGroupConfigurations() bool

HasParameterGroupConfigurations returns a boolean if a field has been set.

func (*ParameterProviderParameterApplicationEntity) HasRevision ¶

HasRevision returns a boolean if a field has been set.

func (ParameterProviderParameterApplicationEntity) MarshalJSON ¶

func (*ParameterProviderParameterApplicationEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderParameterApplicationEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ParameterProviderParameterApplicationEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterProviderParameterApplicationEntity) SetParameterGroupConfigurations ¶

SetParameterGroupConfigurations gets a reference to the given []ParameterGroupConfigurationEntity and assigns it to the ParameterGroupConfigurations field.

func (*ParameterProviderParameterApplicationEntity) SetRevision ¶

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (ParameterProviderParameterApplicationEntity) ToMap ¶

func (o ParameterProviderParameterApplicationEntity) ToMap() (map[string]interface{}, error)

type ParameterProviderParameterFetchEntity ¶

type ParameterProviderParameterFetchEntity struct {
	// The id of the parameter provider.
	Id       *string      `json:"id,omitempty"`
	Revision *RevisionDTO `json:"revision,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

ParameterProviderParameterFetchEntity struct for ParameterProviderParameterFetchEntity

func NewParameterProviderParameterFetchEntity ¶

func NewParameterProviderParameterFetchEntity() *ParameterProviderParameterFetchEntity

NewParameterProviderParameterFetchEntity instantiates a new ParameterProviderParameterFetchEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderParameterFetchEntityWithDefaults ¶

func NewParameterProviderParameterFetchEntityWithDefaults() *ParameterProviderParameterFetchEntity

NewParameterProviderParameterFetchEntityWithDefaults instantiates a new ParameterProviderParameterFetchEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderParameterFetchEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderParameterFetchEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ParameterProviderParameterFetchEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ParameterProviderParameterFetchEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderParameterFetchEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterProviderParameterFetchEntity) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderParameterFetchEntity) GetRevision ¶

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ParameterProviderParameterFetchEntity) GetRevisionOk ¶

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderParameterFetchEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderParameterFetchEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ParameterProviderParameterFetchEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*ParameterProviderParameterFetchEntity) HasRevision ¶

HasRevision returns a boolean if a field has been set.

func (ParameterProviderParameterFetchEntity) MarshalJSON ¶

func (o ParameterProviderParameterFetchEntity) MarshalJSON() ([]byte, error)

func (*ParameterProviderParameterFetchEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderParameterFetchEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ParameterProviderParameterFetchEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterProviderParameterFetchEntity) SetRevision ¶

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (ParameterProviderParameterFetchEntity) ToMap ¶

func (o ParameterProviderParameterFetchEntity) ToMap() (map[string]interface{}, error)

type ParameterProviderReference ¶

type ParameterProviderReference struct {
	// The identifier of the parameter provider
	Identifier *string `json:"identifier,omitempty"`
	// The name of the parameter provider
	Name *string `json:"name,omitempty"`
	// The fully qualified name of the parameter provider class.
	Type   *string `json:"type,omitempty"`
	Bundle *Bundle `json:"bundle,omitempty"`
}

ParameterProviderReference struct for ParameterProviderReference

func NewParameterProviderReference ¶

func NewParameterProviderReference() *ParameterProviderReference

NewParameterProviderReference instantiates a new ParameterProviderReference object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderReferenceWithDefaults ¶

func NewParameterProviderReferenceWithDefaults() *ParameterProviderReference

NewParameterProviderReferenceWithDefaults instantiates a new ParameterProviderReference object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderReference) GetBundle ¶

func (o *ParameterProviderReference) GetBundle() Bundle

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*ParameterProviderReference) GetBundleOk ¶

func (o *ParameterProviderReference) GetBundleOk() (*Bundle, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReference) GetIdentifier ¶

func (o *ParameterProviderReference) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*ParameterProviderReference) GetIdentifierOk ¶

func (o *ParameterProviderReference) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReference) GetName ¶

func (o *ParameterProviderReference) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ParameterProviderReference) GetNameOk ¶

func (o *ParameterProviderReference) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReference) GetType ¶

func (o *ParameterProviderReference) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ParameterProviderReference) GetTypeOk ¶

func (o *ParameterProviderReference) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReference) HasBundle ¶

func (o *ParameterProviderReference) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*ParameterProviderReference) HasIdentifier ¶

func (o *ParameterProviderReference) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*ParameterProviderReference) HasName ¶

func (o *ParameterProviderReference) HasName() bool

HasName returns a boolean if a field has been set.

func (*ParameterProviderReference) HasType ¶

func (o *ParameterProviderReference) HasType() bool

HasType returns a boolean if a field has been set.

func (ParameterProviderReference) MarshalJSON ¶

func (o ParameterProviderReference) MarshalJSON() ([]byte, error)

func (*ParameterProviderReference) SetBundle ¶

func (o *ParameterProviderReference) SetBundle(v Bundle)

SetBundle gets a reference to the given Bundle and assigns it to the Bundle field.

func (*ParameterProviderReference) SetIdentifier ¶

func (o *ParameterProviderReference) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*ParameterProviderReference) SetName ¶

func (o *ParameterProviderReference) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ParameterProviderReference) SetType ¶

func (o *ParameterProviderReference) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ParameterProviderReference) ToMap ¶

func (o ParameterProviderReference) ToMap() (map[string]interface{}, error)

type ParameterProviderReferencingComponentDTO ¶

type ParameterProviderReferencingComponentDTO struct {
	// The id of the component referencing a parameter provider.
	Id *string `json:"id,omitempty"`
	// The name of the component referencing a parameter provider.
	Name *string `json:"name,omitempty"`
}

ParameterProviderReferencingComponentDTO struct for ParameterProviderReferencingComponentDTO

func NewParameterProviderReferencingComponentDTO ¶

func NewParameterProviderReferencingComponentDTO() *ParameterProviderReferencingComponentDTO

NewParameterProviderReferencingComponentDTO instantiates a new ParameterProviderReferencingComponentDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderReferencingComponentDTOWithDefaults ¶

func NewParameterProviderReferencingComponentDTOWithDefaults() *ParameterProviderReferencingComponentDTO

NewParameterProviderReferencingComponentDTOWithDefaults instantiates a new ParameterProviderReferencingComponentDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderReferencingComponentDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentDTO) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentDTO) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*ParameterProviderReferencingComponentDTO) HasName ¶

HasName returns a boolean if a field has been set.

func (ParameterProviderReferencingComponentDTO) MarshalJSON ¶

func (*ParameterProviderReferencingComponentDTO) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterProviderReferencingComponentDTO) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (ParameterProviderReferencingComponentDTO) ToMap ¶

func (o ParameterProviderReferencingComponentDTO) ToMap() (map[string]interface{}, error)

type ParameterProviderReferencingComponentEntity ¶

type ParameterProviderReferencingComponentEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                                     `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ParameterProviderReferencingComponentDTO `json:"component,omitempty"`
}

ParameterProviderReferencingComponentEntity struct for ParameterProviderReferencingComponentEntity

func NewParameterProviderReferencingComponentEntity ¶

func NewParameterProviderReferencingComponentEntity() *ParameterProviderReferencingComponentEntity

NewParameterProviderReferencingComponentEntity instantiates a new ParameterProviderReferencingComponentEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderReferencingComponentEntityWithDefaults ¶

func NewParameterProviderReferencingComponentEntityWithDefaults() *ParameterProviderReferencingComponentEntity

NewParameterProviderReferencingComponentEntityWithDefaults instantiates a new ParameterProviderReferencingComponentEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderReferencingComponentEntity) GetBulletins ¶

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentEntity) GetBulletinsOk ¶

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentEntity) GetComponentOk ¶

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderReferencingComponentEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ParameterProviderReferencingComponentEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentEntity) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentEntity) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentEntity) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentEntity) GetPosition ¶

GetPosition returns the Position field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentEntity) GetPositionOk ¶

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentEntity) GetRevision ¶

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentEntity) GetRevisionOk ¶

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentEntity) GetUri ¶

GetUri returns the Uri field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentEntity) GetUriOk ¶

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentEntity) HasBulletins ¶

HasBulletins returns a boolean if a field has been set.

func (*ParameterProviderReferencingComponentEntity) HasComponent ¶

HasComponent returns a boolean if a field has been set.

func (*ParameterProviderReferencingComponentEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderReferencingComponentEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ParameterProviderReferencingComponentEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*ParameterProviderReferencingComponentEntity) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (*ParameterProviderReferencingComponentEntity) HasPosition ¶

HasPosition returns a boolean if a field has been set.

func (*ParameterProviderReferencingComponentEntity) HasRevision ¶

HasRevision returns a boolean if a field has been set.

func (*ParameterProviderReferencingComponentEntity) HasUri ¶

HasUri returns a boolean if a field has been set.

func (ParameterProviderReferencingComponentEntity) MarshalJSON ¶

func (*ParameterProviderReferencingComponentEntity) SetBulletins ¶

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ParameterProviderReferencingComponentEntity) SetComponent ¶

SetComponent gets a reference to the given ParameterProviderReferencingComponentDTO and assigns it to the Component field.

func (*ParameterProviderReferencingComponentEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ParameterProviderReferencingComponentEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ParameterProviderReferencingComponentEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ParameterProviderReferencingComponentEntity) SetPermissions ¶

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ParameterProviderReferencingComponentEntity) SetPosition ¶

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ParameterProviderReferencingComponentEntity) SetRevision ¶

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ParameterProviderReferencingComponentEntity) SetUri ¶

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ParameterProviderReferencingComponentEntity) ToMap ¶

func (o ParameterProviderReferencingComponentEntity) ToMap() (map[string]interface{}, error)

type ParameterProviderReferencingComponentsEntity ¶

type ParameterProviderReferencingComponentsEntity struct {
	ParameterProviderReferencingComponents []ParameterProviderReferencingComponentEntity `json:"parameterProviderReferencingComponents,omitempty"`
}

ParameterProviderReferencingComponentsEntity struct for ParameterProviderReferencingComponentsEntity

func NewParameterProviderReferencingComponentsEntity ¶

func NewParameterProviderReferencingComponentsEntity() *ParameterProviderReferencingComponentsEntity

NewParameterProviderReferencingComponentsEntity instantiates a new ParameterProviderReferencingComponentsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderReferencingComponentsEntityWithDefaults ¶

func NewParameterProviderReferencingComponentsEntityWithDefaults() *ParameterProviderReferencingComponentsEntity

NewParameterProviderReferencingComponentsEntityWithDefaults instantiates a new ParameterProviderReferencingComponentsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderReferencingComponentsEntity) GetParameterProviderReferencingComponents ¶

func (o *ParameterProviderReferencingComponentsEntity) GetParameterProviderReferencingComponents() []ParameterProviderReferencingComponentEntity

GetParameterProviderReferencingComponents returns the ParameterProviderReferencingComponents field value if set, zero value otherwise.

func (*ParameterProviderReferencingComponentsEntity) GetParameterProviderReferencingComponentsOk ¶

func (o *ParameterProviderReferencingComponentsEntity) GetParameterProviderReferencingComponentsOk() ([]ParameterProviderReferencingComponentEntity, bool)

GetParameterProviderReferencingComponentsOk returns a tuple with the ParameterProviderReferencingComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderReferencingComponentsEntity) HasParameterProviderReferencingComponents ¶

func (o *ParameterProviderReferencingComponentsEntity) HasParameterProviderReferencingComponents() bool

HasParameterProviderReferencingComponents returns a boolean if a field has been set.

func (ParameterProviderReferencingComponentsEntity) MarshalJSON ¶

func (*ParameterProviderReferencingComponentsEntity) SetParameterProviderReferencingComponents ¶

func (o *ParameterProviderReferencingComponentsEntity) SetParameterProviderReferencingComponents(v []ParameterProviderReferencingComponentEntity)

SetParameterProviderReferencingComponents gets a reference to the given []ParameterProviderReferencingComponentEntity and assigns it to the ParameterProviderReferencingComponents field.

func (ParameterProviderReferencingComponentsEntity) ToMap ¶

func (o ParameterProviderReferencingComponentsEntity) ToMap() (map[string]interface{}, error)

type ParameterProviderTypesEntity ¶

type ParameterProviderTypesEntity struct {
	ParameterProviderTypes []DocumentedTypeDTO `json:"parameterProviderTypes,omitempty"`
}

ParameterProviderTypesEntity struct for ParameterProviderTypesEntity

func NewParameterProviderTypesEntity ¶

func NewParameterProviderTypesEntity() *ParameterProviderTypesEntity

NewParameterProviderTypesEntity instantiates a new ParameterProviderTypesEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProviderTypesEntityWithDefaults ¶

func NewParameterProviderTypesEntityWithDefaults() *ParameterProviderTypesEntity

NewParameterProviderTypesEntityWithDefaults instantiates a new ParameterProviderTypesEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProviderTypesEntity) GetParameterProviderTypes ¶

func (o *ParameterProviderTypesEntity) GetParameterProviderTypes() []DocumentedTypeDTO

GetParameterProviderTypes returns the ParameterProviderTypes field value if set, zero value otherwise.

func (*ParameterProviderTypesEntity) GetParameterProviderTypesOk ¶

func (o *ParameterProviderTypesEntity) GetParameterProviderTypesOk() ([]DocumentedTypeDTO, bool)

GetParameterProviderTypesOk returns a tuple with the ParameterProviderTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProviderTypesEntity) HasParameterProviderTypes ¶

func (o *ParameterProviderTypesEntity) HasParameterProviderTypes() bool

HasParameterProviderTypes returns a boolean if a field has been set.

func (ParameterProviderTypesEntity) MarshalJSON ¶

func (o ParameterProviderTypesEntity) MarshalJSON() ([]byte, error)

func (*ParameterProviderTypesEntity) SetParameterProviderTypes ¶

func (o *ParameterProviderTypesEntity) SetParameterProviderTypes(v []DocumentedTypeDTO)

SetParameterProviderTypes gets a reference to the given []DocumentedTypeDTO and assigns it to the ParameterProviderTypes field.

func (ParameterProviderTypesEntity) ToMap ¶

func (o ParameterProviderTypesEntity) ToMap() (map[string]interface{}, error)

type ParameterProvidersAPIAnalyzeConfigurationRequest ¶

type ParameterProvidersAPIAnalyzeConfigurationRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIAnalyzeConfigurationRequest) Body ¶

The configuration analysis request.

func (ParameterProvidersAPIAnalyzeConfigurationRequest) Execute ¶

type ParameterProvidersAPIClearStateRequest ¶

type ParameterProvidersAPIClearStateRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIClearStateRequest) Execute ¶

type ParameterProvidersAPIDeleteApplyParametersRequestRequest ¶

type ParameterProvidersAPIDeleteApplyParametersRequestRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIDeleteApplyParametersRequestRequest) DisconnectedNodeAcknowledged ¶

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ParameterProvidersAPIDeleteApplyParametersRequestRequest) Execute ¶

type ParameterProvidersAPIDeleteVerificationRequestRequest ¶

type ParameterProvidersAPIDeleteVerificationRequestRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIDeleteVerificationRequestRequest) Execute ¶

type ParameterProvidersAPIFetchParametersRequest ¶

type ParameterProvidersAPIFetchParametersRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIFetchParametersRequest) Body ¶

The parameter fetch request.

func (ParameterProvidersAPIFetchParametersRequest) Execute ¶

type ParameterProvidersAPIGetParameterProviderApplyParametersRequestRequest ¶

type ParameterProvidersAPIGetParameterProviderApplyParametersRequestRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIGetParameterProviderApplyParametersRequestRequest) Execute ¶

type ParameterProvidersAPIGetParameterProviderReferencesRequest ¶

type ParameterProvidersAPIGetParameterProviderReferencesRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIGetParameterProviderReferencesRequest) Execute ¶

type ParameterProvidersAPIGetParameterProviderRequest ¶

type ParameterProvidersAPIGetParameterProviderRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIGetParameterProviderRequest) Execute ¶

type ParameterProvidersAPIGetPropertyDescriptorRequest ¶

type ParameterProvidersAPIGetPropertyDescriptorRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIGetPropertyDescriptorRequest) Execute ¶

func (ParameterProvidersAPIGetPropertyDescriptorRequest) PropertyName ¶

The property name.

type ParameterProvidersAPIGetStateRequest ¶

type ParameterProvidersAPIGetStateRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIGetStateRequest) Execute ¶

type ParameterProvidersAPIGetVerificationRequestRequest ¶

type ParameterProvidersAPIGetVerificationRequestRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIGetVerificationRequestRequest) Execute ¶

type ParameterProvidersAPIRemoveParameterProviderRequest ¶

type ParameterProvidersAPIRemoveParameterProviderRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIRemoveParameterProviderRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (ParameterProvidersAPIRemoveParameterProviderRequest) DisconnectedNodeAcknowledged ¶

func (r ParameterProvidersAPIRemoveParameterProviderRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ParameterProvidersAPIRemoveParameterProviderRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ParameterProvidersAPIRemoveParameterProviderRequest) Execute ¶

func (ParameterProvidersAPIRemoveParameterProviderRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type ParameterProvidersAPIService ¶

type ParameterProvidersAPIService service

ParameterProvidersAPIService ParameterProvidersAPI service

func (*ParameterProvidersAPIService) AnalyzeConfiguration ¶

AnalyzeConfiguration Performs analysis of the component's configuration, providing information about which attributes are referenced.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The parameter provider id.
@return ParameterProvidersAPIAnalyzeConfigurationRequest

func (*ParameterProvidersAPIService) AnalyzeConfigurationExecute ¶

Execute executes the request

@return ConfigurationAnalysisEntity

func (*ParameterProvidersAPIService) ClearState ¶

ClearState Clears the state for a parameter provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The parameter provider id.
@return ParameterProvidersAPIClearStateRequest

func (*ParameterProvidersAPIService) ClearStateExecute ¶

Execute executes the request

@return ComponentStateEntity

func (*ParameterProvidersAPIService) DeleteApplyParametersRequest ¶

func (a *ParameterProvidersAPIService) DeleteApplyParametersRequest(ctx context.Context, providerId string, requestId string) ParameterProvidersAPIDeleteApplyParametersRequestRequest

DeleteApplyParametersRequest Deletes the Apply Parameters Request with the given ID

Deletes the Apply Parameters Request with the given ID. After a request is created via a POST to /nifi-api/parameter-providers/apply-parameters-requests, it is expected that the client will properly clean up the request by DELETE'ing it, once the Apply process has completed. If the request is deleted before the request completes, then the Apply Parameters Request will finish the step that it is currently performing and then will cancel any subsequent steps.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param providerId The ID of the Parameter Provider
@param requestId The ID of the Apply Parameters Request
@return ParameterProvidersAPIDeleteApplyParametersRequestRequest

func (*ParameterProvidersAPIService) DeleteApplyParametersRequestExecute ¶

Execute executes the request

@return ParameterProviderApplyParametersRequestEntity

func (*ParameterProvidersAPIService) DeleteVerificationRequest ¶

DeleteVerificationRequest Deletes the Verification Request with the given ID

Deletes the Verification Request with the given ID. After a request is created, it is expected that the client will properly clean up the request by DELETE'ing it, once the Verification process has completed. If the request is deleted before the request completes, then the Verification request will finish the step that it is currently performing and then will cancel any subsequent steps.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Parameter Provider
@param requestId The ID of the Verification Request
@return ParameterProvidersAPIDeleteVerificationRequestRequest

func (*ParameterProvidersAPIService) DeleteVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ParameterProvidersAPIService) FetchParameters ¶

FetchParameters Fetches and temporarily caches the parameters for a provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The parameter provider id.
@return ParameterProvidersAPIFetchParametersRequest

func (*ParameterProvidersAPIService) FetchParametersExecute ¶

Execute executes the request

@return ParameterProviderEntity

func (*ParameterProvidersAPIService) GetParameterProvider ¶

GetParameterProvider Gets a parameter provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The parameter provider id.
@return ParameterProvidersAPIGetParameterProviderRequest

func (*ParameterProvidersAPIService) GetParameterProviderApplyParametersRequest ¶

func (a *ParameterProvidersAPIService) GetParameterProviderApplyParametersRequest(ctx context.Context, providerId string, requestId string) ParameterProvidersAPIGetParameterProviderApplyParametersRequestRequest

GetParameterProviderApplyParametersRequest Returns the Apply Parameters Request with the given ID

Returns the Apply Parameters Request with the given ID. Once an Apply Parameters Request has been created by performing a POST to /nifi-api/parameter-providers, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the state, such as percent complete, the current state of the request, and any failures.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param providerId The ID of the Parameter Provider
@param requestId The ID of the Apply Parameters Request
@return ParameterProvidersAPIGetParameterProviderApplyParametersRequestRequest

func (*ParameterProvidersAPIService) GetParameterProviderApplyParametersRequestExecute ¶

Execute executes the request

@return ParameterProviderApplyParametersRequestEntity

func (*ParameterProvidersAPIService) GetParameterProviderExecute ¶

Execute executes the request

@return ParameterProviderEntity

func (*ParameterProvidersAPIService) GetParameterProviderReferences ¶

GetParameterProviderReferences Gets all references to a parameter provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The parameter provider id.
@return ParameterProvidersAPIGetParameterProviderReferencesRequest

func (*ParameterProvidersAPIService) GetParameterProviderReferencesExecute ¶

Execute executes the request

@return ParameterProviderReferencingComponentsEntity

func (*ParameterProvidersAPIService) GetPropertyDescriptor ¶

GetPropertyDescriptor Gets a parameter provider property descriptor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The parameter provider id.
@return ParameterProvidersAPIGetPropertyDescriptorRequest

func (*ParameterProvidersAPIService) GetPropertyDescriptorExecute ¶

Execute executes the request

@return PropertyDescriptorEntity

func (*ParameterProvidersAPIService) GetState ¶

GetState Gets the state for a parameter provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The parameter provider id.
@return ParameterProvidersAPIGetStateRequest

func (*ParameterProvidersAPIService) GetStateExecute ¶

Execute executes the request

@return ComponentStateEntity

func (*ParameterProvidersAPIService) GetVerificationRequest ¶

GetVerificationRequest Returns the Verification Request with the given ID

Returns the Verification Request with the given ID. Once an Verification Request has been created, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Parameter Provider
@param requestId The ID of the Verification Request
@return ParameterProvidersAPIGetVerificationRequestRequest

func (*ParameterProvidersAPIService) GetVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ParameterProvidersAPIService) RemoveParameterProvider ¶

RemoveParameterProvider Deletes a parameter provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The parameter provider id.
@return ParameterProvidersAPIRemoveParameterProviderRequest

func (*ParameterProvidersAPIService) RemoveParameterProviderExecute ¶

Execute executes the request

@return ParameterProviderEntity

func (*ParameterProvidersAPIService) SubmitApplyParameters ¶

SubmitApplyParameters Initiate a request to apply the fetched parameters of a Parameter Provider

This will initiate the process of applying fetched parameters to all referencing Parameter Contexts. Changing the value of a Parameter may require that one or more components be stopped and restarted, so this action may take significantly more time than many other REST API actions. As a result, this endpoint will immediately return a ParameterProviderApplyParametersRequestEntity, and the process of updating the necessary components will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /parameter-providers/apply-parameters-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /parameter-providers/apply-parameters-requests/{requestId}.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param providerId
@return ParameterProvidersAPISubmitApplyParametersRequest

func (*ParameterProvidersAPIService) SubmitApplyParametersExecute ¶

Execute executes the request

@return ParameterProviderApplyParametersRequestEntity

func (*ParameterProvidersAPIService) SubmitConfigVerificationRequest ¶

SubmitConfigVerificationRequest Performs verification of the Parameter Provider's configuration

This will initiate the process of verifying a given Parameter Provider configuration. This may be a long-running task. As a result, this endpoint will immediately return a ParameterProviderConfigVerificationRequestEntity, and the process of performing the verification will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /parameter-providers/{serviceId}/verification-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /parameter-providers/{providerId}/verification-requests/{requestId}.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The parameter provider id.
@return ParameterProvidersAPISubmitConfigVerificationRequestRequest

func (*ParameterProvidersAPIService) SubmitConfigVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ParameterProvidersAPIService) UpdateParameterProvider ¶

UpdateParameterProvider Updates a parameter provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The parameter provider id.
@return ParameterProvidersAPIUpdateParameterProviderRequest

func (*ParameterProvidersAPIService) UpdateParameterProviderExecute ¶

Execute executes the request

@return ParameterProviderEntity

type ParameterProvidersAPISubmitApplyParametersRequest ¶

type ParameterProvidersAPISubmitApplyParametersRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPISubmitApplyParametersRequest) Body ¶

The apply parameters request.

func (ParameterProvidersAPISubmitApplyParametersRequest) Execute ¶

type ParameterProvidersAPISubmitConfigVerificationRequestRequest ¶

type ParameterProvidersAPISubmitConfigVerificationRequestRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPISubmitConfigVerificationRequestRequest) Body ¶

The parameter provider configuration verification request.

func (ParameterProvidersAPISubmitConfigVerificationRequestRequest) Execute ¶

type ParameterProvidersAPIUpdateParameterProviderRequest ¶

type ParameterProvidersAPIUpdateParameterProviderRequest struct {
	ApiService *ParameterProvidersAPIService
	// contains filtered or unexported fields
}

func (ParameterProvidersAPIUpdateParameterProviderRequest) Body ¶

The parameter provider configuration details.

func (ParameterProvidersAPIUpdateParameterProviderRequest) Execute ¶

type ParameterProvidersEntity ¶

type ParameterProvidersEntity struct {
	ParameterProviders []ParameterProviderEntity `json:"parameterProviders,omitempty"`
}

ParameterProvidersEntity struct for ParameterProvidersEntity

func NewParameterProvidersEntity ¶

func NewParameterProvidersEntity() *ParameterProvidersEntity

NewParameterProvidersEntity instantiates a new ParameterProvidersEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterProvidersEntityWithDefaults ¶

func NewParameterProvidersEntityWithDefaults() *ParameterProvidersEntity

NewParameterProvidersEntityWithDefaults instantiates a new ParameterProvidersEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterProvidersEntity) GetParameterProviders ¶

func (o *ParameterProvidersEntity) GetParameterProviders() []ParameterProviderEntity

GetParameterProviders returns the ParameterProviders field value if set, zero value otherwise.

func (*ParameterProvidersEntity) GetParameterProvidersOk ¶

func (o *ParameterProvidersEntity) GetParameterProvidersOk() ([]ParameterProviderEntity, bool)

GetParameterProvidersOk returns a tuple with the ParameterProviders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterProvidersEntity) HasParameterProviders ¶

func (o *ParameterProvidersEntity) HasParameterProviders() bool

HasParameterProviders returns a boolean if a field has been set.

func (ParameterProvidersEntity) MarshalJSON ¶

func (o ParameterProvidersEntity) MarshalJSON() ([]byte, error)

func (*ParameterProvidersEntity) SetParameterProviders ¶

func (o *ParameterProvidersEntity) SetParameterProviders(v []ParameterProviderEntity)

SetParameterProviders gets a reference to the given []ParameterProviderEntity and assigns it to the ParameterProviders field.

func (ParameterProvidersEntity) ToMap ¶

func (o ParameterProvidersEntity) ToMap() (map[string]interface{}, error)

type ParameterStatusDTO ¶

type ParameterStatusDTO struct {
	Parameter *ParameterEntity `json:"parameter,omitempty"`
	// Indicates the status of the parameter, compared to the existing parameter context
	Status *string `json:"status,omitempty"`
}

ParameterStatusDTO struct for ParameterStatusDTO

func NewParameterStatusDTO ¶

func NewParameterStatusDTO() *ParameterStatusDTO

NewParameterStatusDTO instantiates a new ParameterStatusDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewParameterStatusDTOWithDefaults ¶

func NewParameterStatusDTOWithDefaults() *ParameterStatusDTO

NewParameterStatusDTOWithDefaults instantiates a new ParameterStatusDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ParameterStatusDTO) GetParameter ¶

func (o *ParameterStatusDTO) GetParameter() ParameterEntity

GetParameter returns the Parameter field value if set, zero value otherwise.

func (*ParameterStatusDTO) GetParameterOk ¶

func (o *ParameterStatusDTO) GetParameterOk() (*ParameterEntity, bool)

GetParameterOk returns a tuple with the Parameter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterStatusDTO) GetStatus ¶

func (o *ParameterStatusDTO) GetStatus() string

GetStatus returns the Status field value if set, zero value otherwise.

func (*ParameterStatusDTO) GetStatusOk ¶

func (o *ParameterStatusDTO) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ParameterStatusDTO) HasParameter ¶

func (o *ParameterStatusDTO) HasParameter() bool

HasParameter returns a boolean if a field has been set.

func (*ParameterStatusDTO) HasStatus ¶

func (o *ParameterStatusDTO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (ParameterStatusDTO) MarshalJSON ¶

func (o ParameterStatusDTO) MarshalJSON() ([]byte, error)

func (*ParameterStatusDTO) SetParameter ¶

func (o *ParameterStatusDTO) SetParameter(v ParameterEntity)

SetParameter gets a reference to the given ParameterEntity and assigns it to the Parameter field.

func (*ParameterStatusDTO) SetStatus ¶

func (o *ParameterStatusDTO) SetStatus(v string)

SetStatus gets a reference to the given string and assigns it to the Status field.

func (ParameterStatusDTO) ToMap ¶

func (o ParameterStatusDTO) ToMap() (map[string]interface{}, error)

type PeerDTO ¶

type PeerDTO struct {
	// The hostname of this peer.
	Hostname *string `json:"hostname,omitempty"`
	// The port number of this peer.
	Port *int32 `json:"port,omitempty"`
	// Returns if this peer connection is secure.
	Secure *bool `json:"secure,omitempty"`
	// The number of flowFiles this peer holds.
	FlowFileCount *int32 `json:"flowFileCount,omitempty"`
}

PeerDTO struct for PeerDTO

func NewPeerDTO ¶

func NewPeerDTO() *PeerDTO

NewPeerDTO instantiates a new PeerDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPeerDTOWithDefaults ¶

func NewPeerDTOWithDefaults() *PeerDTO

NewPeerDTOWithDefaults instantiates a new PeerDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PeerDTO) GetFlowFileCount ¶

func (o *PeerDTO) GetFlowFileCount() int32

GetFlowFileCount returns the FlowFileCount field value if set, zero value otherwise.

func (*PeerDTO) GetFlowFileCountOk ¶

func (o *PeerDTO) GetFlowFileCountOk() (*int32, bool)

GetFlowFileCountOk returns a tuple with the FlowFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeerDTO) GetHostname ¶

func (o *PeerDTO) GetHostname() string

GetHostname returns the Hostname field value if set, zero value otherwise.

func (*PeerDTO) GetHostnameOk ¶

func (o *PeerDTO) GetHostnameOk() (*string, bool)

GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeerDTO) GetPort ¶

func (o *PeerDTO) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*PeerDTO) GetPortOk ¶

func (o *PeerDTO) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeerDTO) GetSecure ¶

func (o *PeerDTO) GetSecure() bool

GetSecure returns the Secure field value if set, zero value otherwise.

func (*PeerDTO) GetSecureOk ¶

func (o *PeerDTO) GetSecureOk() (*bool, bool)

GetSecureOk returns a tuple with the Secure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeerDTO) HasFlowFileCount ¶

func (o *PeerDTO) HasFlowFileCount() bool

HasFlowFileCount returns a boolean if a field has been set.

func (*PeerDTO) HasHostname ¶

func (o *PeerDTO) HasHostname() bool

HasHostname returns a boolean if a field has been set.

func (*PeerDTO) HasPort ¶

func (o *PeerDTO) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*PeerDTO) HasSecure ¶

func (o *PeerDTO) HasSecure() bool

HasSecure returns a boolean if a field has been set.

func (PeerDTO) MarshalJSON ¶

func (o PeerDTO) MarshalJSON() ([]byte, error)

func (*PeerDTO) SetFlowFileCount ¶

func (o *PeerDTO) SetFlowFileCount(v int32)

SetFlowFileCount gets a reference to the given int32 and assigns it to the FlowFileCount field.

func (*PeerDTO) SetHostname ¶

func (o *PeerDTO) SetHostname(v string)

SetHostname gets a reference to the given string and assigns it to the Hostname field.

func (*PeerDTO) SetPort ¶

func (o *PeerDTO) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*PeerDTO) SetSecure ¶

func (o *PeerDTO) SetSecure(v bool)

SetSecure gets a reference to the given bool and assigns it to the Secure field.

func (PeerDTO) ToMap ¶

func (o PeerDTO) ToMap() (map[string]interface{}, error)

type PeersEntity ¶

type PeersEntity struct {
	Peers []PeerDTO `json:"peers,omitempty"`
}

PeersEntity struct for PeersEntity

func NewPeersEntity ¶

func NewPeersEntity() *PeersEntity

NewPeersEntity instantiates a new PeersEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPeersEntityWithDefaults ¶

func NewPeersEntityWithDefaults() *PeersEntity

NewPeersEntityWithDefaults instantiates a new PeersEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PeersEntity) GetPeers ¶

func (o *PeersEntity) GetPeers() []PeerDTO

GetPeers returns the Peers field value if set, zero value otherwise.

func (*PeersEntity) GetPeersOk ¶

func (o *PeersEntity) GetPeersOk() ([]PeerDTO, bool)

GetPeersOk returns a tuple with the Peers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PeersEntity) HasPeers ¶

func (o *PeersEntity) HasPeers() bool

HasPeers returns a boolean if a field has been set.

func (PeersEntity) MarshalJSON ¶

func (o PeersEntity) MarshalJSON() ([]byte, error)

func (*PeersEntity) SetPeers ¶

func (o *PeersEntity) SetPeers(v []PeerDTO)

SetPeers gets a reference to the given []PeerDTO and assigns it to the Peers field.

func (PeersEntity) ToMap ¶

func (o PeersEntity) ToMap() (map[string]interface{}, error)

type PermissionsDTO ¶

type PermissionsDTO struct {
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
	// Indicates whether the user can write a given resource.
	CanWrite *bool `json:"canWrite,omitempty"`
}

PermissionsDTO struct for PermissionsDTO

func NewPermissionsDTO ¶

func NewPermissionsDTO() *PermissionsDTO

NewPermissionsDTO instantiates a new PermissionsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPermissionsDTOWithDefaults ¶

func NewPermissionsDTOWithDefaults() *PermissionsDTO

NewPermissionsDTOWithDefaults instantiates a new PermissionsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PermissionsDTO) GetCanRead ¶

func (o *PermissionsDTO) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*PermissionsDTO) GetCanReadOk ¶

func (o *PermissionsDTO) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionsDTO) GetCanWrite ¶

func (o *PermissionsDTO) GetCanWrite() bool

GetCanWrite returns the CanWrite field value if set, zero value otherwise.

func (*PermissionsDTO) GetCanWriteOk ¶

func (o *PermissionsDTO) GetCanWriteOk() (*bool, bool)

GetCanWriteOk returns a tuple with the CanWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionsDTO) HasCanRead ¶

func (o *PermissionsDTO) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*PermissionsDTO) HasCanWrite ¶

func (o *PermissionsDTO) HasCanWrite() bool

HasCanWrite returns a boolean if a field has been set.

func (PermissionsDTO) MarshalJSON ¶

func (o PermissionsDTO) MarshalJSON() ([]byte, error)

func (*PermissionsDTO) SetCanRead ¶

func (o *PermissionsDTO) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*PermissionsDTO) SetCanWrite ¶

func (o *PermissionsDTO) SetCanWrite(v bool)

SetCanWrite gets a reference to the given bool and assigns it to the CanWrite field.

func (PermissionsDTO) ToMap ¶

func (o PermissionsDTO) ToMap() (map[string]interface{}, error)

type PoliciesAPICreateAccessPolicyRequest ¶

type PoliciesAPICreateAccessPolicyRequest struct {
	ApiService *PoliciesAPIService
	// contains filtered or unexported fields
}

func (PoliciesAPICreateAccessPolicyRequest) Body ¶

The access policy configuration details.

func (PoliciesAPICreateAccessPolicyRequest) Execute ¶

type PoliciesAPIGetAccessPolicyForResourceRequest ¶

type PoliciesAPIGetAccessPolicyForResourceRequest struct {
	ApiService *PoliciesAPIService
	// contains filtered or unexported fields
}

func (PoliciesAPIGetAccessPolicyForResourceRequest) Execute ¶

type PoliciesAPIGetAccessPolicyRequest ¶

type PoliciesAPIGetAccessPolicyRequest struct {
	ApiService *PoliciesAPIService
	// contains filtered or unexported fields
}

func (PoliciesAPIGetAccessPolicyRequest) Execute ¶

type PoliciesAPIRemoveAccessPolicyRequest ¶

type PoliciesAPIRemoveAccessPolicyRequest struct {
	ApiService *PoliciesAPIService
	// contains filtered or unexported fields
}

func (PoliciesAPIRemoveAccessPolicyRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (PoliciesAPIRemoveAccessPolicyRequest) DisconnectedNodeAcknowledged ¶

func (r PoliciesAPIRemoveAccessPolicyRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) PoliciesAPIRemoveAccessPolicyRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (PoliciesAPIRemoveAccessPolicyRequest) Execute ¶

func (PoliciesAPIRemoveAccessPolicyRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type PoliciesAPIService ¶

type PoliciesAPIService service

PoliciesAPIService PoliciesAPI service

func (*PoliciesAPIService) CreateAccessPolicy ¶

CreateAccessPolicy Creates an access policy

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return PoliciesAPICreateAccessPolicyRequest

func (*PoliciesAPIService) CreateAccessPolicyExecute ¶

Execute executes the request

@return AccessPolicyEntity

func (*PoliciesAPIService) GetAccessPolicy ¶

GetAccessPolicy Gets an access policy

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The access policy id.
@return PoliciesAPIGetAccessPolicyRequest

func (*PoliciesAPIService) GetAccessPolicyExecute ¶

Execute executes the request

@return AccessPolicyEntity

func (*PoliciesAPIService) GetAccessPolicyForResource ¶

func (a *PoliciesAPIService) GetAccessPolicyForResource(ctx context.Context, action string, resource string) PoliciesAPIGetAccessPolicyForResourceRequest

GetAccessPolicyForResource Gets an access policy for the specified action and resource

Will return the effective policy if no component specific policy exists for the specified action and resource. Must have Read permissions to the policy with the desired action and resource. Permissions for the policy that is returned will be indicated in the response. This means the client could be authorized to get the policy for a given component but the effective policy may be inherited from an ancestor Process Group. If the client does not have permissions to that policy, the response will not include the policy and the permissions in the response will be marked accordingly. If the client does not have permissions to the policy of the desired action and resource a 403 response will be returned.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param action The request action.
@param resource The resource of the policy.
@return PoliciesAPIGetAccessPolicyForResourceRequest

func (*PoliciesAPIService) GetAccessPolicyForResourceExecute ¶

Execute executes the request

@return AccessPolicyEntity

func (*PoliciesAPIService) RemoveAccessPolicy ¶

RemoveAccessPolicy Deletes an access policy

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The access policy id.
@return PoliciesAPIRemoveAccessPolicyRequest

func (*PoliciesAPIService) RemoveAccessPolicyExecute ¶

Execute executes the request

@return AccessPolicyEntity

func (*PoliciesAPIService) UpdateAccessPolicy ¶

UpdateAccessPolicy Updates a access policy

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The access policy id.
@return PoliciesAPIUpdateAccessPolicyRequest

func (*PoliciesAPIService) UpdateAccessPolicyExecute ¶

Execute executes the request

@return AccessPolicyEntity

type PoliciesAPIUpdateAccessPolicyRequest ¶

type PoliciesAPIUpdateAccessPolicyRequest struct {
	ApiService *PoliciesAPIService
	// contains filtered or unexported fields
}

func (PoliciesAPIUpdateAccessPolicyRequest) Body ¶

The access policy configuration details.

func (PoliciesAPIUpdateAccessPolicyRequest) Execute ¶

type PortDTO ¶

type PortDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The name of the port.
	Name *string `json:"name,omitempty"`
	// The comments for the port.
	Comments *string `json:"comments,omitempty"`
	// The state of the port.
	State *string `json:"state,omitempty"`
	// The type of port.
	Type *string `json:"type,omitempty"`
	// Whether the port has incoming or output connections to a remote NiFi. This is only applicable when the port is allowed to be accessed remotely.
	Transmitting *bool `json:"transmitting,omitempty"`
	// The number of tasks that should be concurrently scheduled for the port.
	ConcurrentlySchedulableTaskCount *int32 `json:"concurrentlySchedulableTaskCount,omitempty"`
	// The users that are allowed to access the port.
	UserAccessControl []string `json:"userAccessControl,omitempty"`
	// The user groups that are allowed to access the port.
	GroupAccessControl []string `json:"groupAccessControl,omitempty"`
	// Whether this port can be accessed remotely via Site-to-Site protocol.
	AllowRemoteAccess *bool `json:"allowRemoteAccess,omitempty"`
	// Gets the validation errors from this port. These validation errors represent the problems with the port that must be resolved before it can be started.
	ValidationErrors []string `json:"validationErrors,omitempty"`
}

PortDTO struct for PortDTO

func NewPortDTO ¶

func NewPortDTO() *PortDTO

NewPortDTO instantiates a new PortDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPortDTOWithDefaults ¶

func NewPortDTOWithDefaults() *PortDTO

NewPortDTOWithDefaults instantiates a new PortDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PortDTO) GetAllowRemoteAccess ¶

func (o *PortDTO) GetAllowRemoteAccess() bool

GetAllowRemoteAccess returns the AllowRemoteAccess field value if set, zero value otherwise.

func (*PortDTO) GetAllowRemoteAccessOk ¶

func (o *PortDTO) GetAllowRemoteAccessOk() (*bool, bool)

GetAllowRemoteAccessOk returns a tuple with the AllowRemoteAccess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetComments ¶

func (o *PortDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*PortDTO) GetCommentsOk ¶

func (o *PortDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetConcurrentlySchedulableTaskCount ¶

func (o *PortDTO) GetConcurrentlySchedulableTaskCount() int32

GetConcurrentlySchedulableTaskCount returns the ConcurrentlySchedulableTaskCount field value if set, zero value otherwise.

func (*PortDTO) GetConcurrentlySchedulableTaskCountOk ¶

func (o *PortDTO) GetConcurrentlySchedulableTaskCountOk() (*int32, bool)

GetConcurrentlySchedulableTaskCountOk returns a tuple with the ConcurrentlySchedulableTaskCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetGroupAccessControl ¶

func (o *PortDTO) GetGroupAccessControl() []string

GetGroupAccessControl returns the GroupAccessControl field value if set, zero value otherwise.

func (*PortDTO) GetGroupAccessControlOk ¶

func (o *PortDTO) GetGroupAccessControlOk() ([]string, bool)

GetGroupAccessControlOk returns a tuple with the GroupAccessControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetId ¶

func (o *PortDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PortDTO) GetIdOk ¶

func (o *PortDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetName ¶

func (o *PortDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PortDTO) GetNameOk ¶

func (o *PortDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetParentGroupId ¶

func (o *PortDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*PortDTO) GetParentGroupIdOk ¶

func (o *PortDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetPosition ¶

func (o *PortDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*PortDTO) GetPositionOk ¶

func (o *PortDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetState ¶

func (o *PortDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*PortDTO) GetStateOk ¶

func (o *PortDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetTransmitting ¶

func (o *PortDTO) GetTransmitting() bool

GetTransmitting returns the Transmitting field value if set, zero value otherwise.

func (*PortDTO) GetTransmittingOk ¶

func (o *PortDTO) GetTransmittingOk() (*bool, bool)

GetTransmittingOk returns a tuple with the Transmitting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetType ¶

func (o *PortDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*PortDTO) GetTypeOk ¶

func (o *PortDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetUserAccessControl ¶

func (o *PortDTO) GetUserAccessControl() []string

GetUserAccessControl returns the UserAccessControl field value if set, zero value otherwise.

func (*PortDTO) GetUserAccessControlOk ¶

func (o *PortDTO) GetUserAccessControlOk() ([]string, bool)

GetUserAccessControlOk returns a tuple with the UserAccessControl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetValidationErrors ¶

func (o *PortDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*PortDTO) GetValidationErrorsOk ¶

func (o *PortDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) GetVersionedComponentId ¶

func (o *PortDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*PortDTO) GetVersionedComponentIdOk ¶

func (o *PortDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortDTO) HasAllowRemoteAccess ¶

func (o *PortDTO) HasAllowRemoteAccess() bool

HasAllowRemoteAccess returns a boolean if a field has been set.

func (*PortDTO) HasComments ¶

func (o *PortDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*PortDTO) HasConcurrentlySchedulableTaskCount ¶

func (o *PortDTO) HasConcurrentlySchedulableTaskCount() bool

HasConcurrentlySchedulableTaskCount returns a boolean if a field has been set.

func (*PortDTO) HasGroupAccessControl ¶

func (o *PortDTO) HasGroupAccessControl() bool

HasGroupAccessControl returns a boolean if a field has been set.

func (*PortDTO) HasId ¶

func (o *PortDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*PortDTO) HasName ¶

func (o *PortDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*PortDTO) HasParentGroupId ¶

func (o *PortDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*PortDTO) HasPosition ¶

func (o *PortDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*PortDTO) HasState ¶

func (o *PortDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*PortDTO) HasTransmitting ¶

func (o *PortDTO) HasTransmitting() bool

HasTransmitting returns a boolean if a field has been set.

func (*PortDTO) HasType ¶

func (o *PortDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*PortDTO) HasUserAccessControl ¶

func (o *PortDTO) HasUserAccessControl() bool

HasUserAccessControl returns a boolean if a field has been set.

func (*PortDTO) HasValidationErrors ¶

func (o *PortDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (*PortDTO) HasVersionedComponentId ¶

func (o *PortDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (PortDTO) MarshalJSON ¶

func (o PortDTO) MarshalJSON() ([]byte, error)

func (*PortDTO) SetAllowRemoteAccess ¶

func (o *PortDTO) SetAllowRemoteAccess(v bool)

SetAllowRemoteAccess gets a reference to the given bool and assigns it to the AllowRemoteAccess field.

func (*PortDTO) SetComments ¶

func (o *PortDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*PortDTO) SetConcurrentlySchedulableTaskCount ¶

func (o *PortDTO) SetConcurrentlySchedulableTaskCount(v int32)

SetConcurrentlySchedulableTaskCount gets a reference to the given int32 and assigns it to the ConcurrentlySchedulableTaskCount field.

func (*PortDTO) SetGroupAccessControl ¶

func (o *PortDTO) SetGroupAccessControl(v []string)

SetGroupAccessControl gets a reference to the given []string and assigns it to the GroupAccessControl field.

func (*PortDTO) SetId ¶

func (o *PortDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PortDTO) SetName ¶

func (o *PortDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*PortDTO) SetParentGroupId ¶

func (o *PortDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*PortDTO) SetPosition ¶

func (o *PortDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*PortDTO) SetState ¶

func (o *PortDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*PortDTO) SetTransmitting ¶

func (o *PortDTO) SetTransmitting(v bool)

SetTransmitting gets a reference to the given bool and assigns it to the Transmitting field.

func (*PortDTO) SetType ¶

func (o *PortDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*PortDTO) SetUserAccessControl ¶

func (o *PortDTO) SetUserAccessControl(v []string)

SetUserAccessControl gets a reference to the given []string and assigns it to the UserAccessControl field.

func (*PortDTO) SetValidationErrors ¶

func (o *PortDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*PortDTO) SetVersionedComponentId ¶

func (o *PortDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (PortDTO) ToMap ¶

func (o PortDTO) ToMap() (map[string]interface{}, error)

type PortEntity ¶

type PortEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool           `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *PortDTO        `json:"component,omitempty"`
	Status                       *PortStatusDTO  `json:"status,omitempty"`
	PortType                     *string         `json:"portType,omitempty"`
	OperatePermissions           *PermissionsDTO `json:"operatePermissions,omitempty"`
	// Whether this port can be accessed remotely via Site-to-Site protocol.
	AllowRemoteAccess *bool `json:"allowRemoteAccess,omitempty"`
}

PortEntity struct for PortEntity

func NewPortEntity ¶

func NewPortEntity() *PortEntity

NewPortEntity instantiates a new PortEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPortEntityWithDefaults ¶

func NewPortEntityWithDefaults() *PortEntity

NewPortEntityWithDefaults instantiates a new PortEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PortEntity) GetAllowRemoteAccess ¶

func (o *PortEntity) GetAllowRemoteAccess() bool

GetAllowRemoteAccess returns the AllowRemoteAccess field value if set, zero value otherwise.

func (*PortEntity) GetAllowRemoteAccessOk ¶

func (o *PortEntity) GetAllowRemoteAccessOk() (*bool, bool)

GetAllowRemoteAccessOk returns a tuple with the AllowRemoteAccess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetBulletins ¶

func (o *PortEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*PortEntity) GetBulletinsOk ¶

func (o *PortEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetComponent ¶

func (o *PortEntity) GetComponent() PortDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*PortEntity) GetComponentOk ¶

func (o *PortEntity) GetComponentOk() (*PortDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetDisconnectedNodeAcknowledged ¶

func (o *PortEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*PortEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *PortEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetId ¶

func (o *PortEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PortEntity) GetIdOk ¶

func (o *PortEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetOperatePermissions ¶

func (o *PortEntity) GetOperatePermissions() PermissionsDTO

GetOperatePermissions returns the OperatePermissions field value if set, zero value otherwise.

func (*PortEntity) GetOperatePermissionsOk ¶

func (o *PortEntity) GetOperatePermissionsOk() (*PermissionsDTO, bool)

GetOperatePermissionsOk returns a tuple with the OperatePermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetPermissions ¶

func (o *PortEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*PortEntity) GetPermissionsOk ¶

func (o *PortEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetPortType ¶

func (o *PortEntity) GetPortType() string

GetPortType returns the PortType field value if set, zero value otherwise.

func (*PortEntity) GetPortTypeOk ¶

func (o *PortEntity) GetPortTypeOk() (*string, bool)

GetPortTypeOk returns a tuple with the PortType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetPosition ¶

func (o *PortEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*PortEntity) GetPositionOk ¶

func (o *PortEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetRevision ¶

func (o *PortEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*PortEntity) GetRevisionOk ¶

func (o *PortEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetStatus ¶

func (o *PortEntity) GetStatus() PortStatusDTO

GetStatus returns the Status field value if set, zero value otherwise.

func (*PortEntity) GetStatusOk ¶

func (o *PortEntity) GetStatusOk() (*PortStatusDTO, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) GetUri ¶

func (o *PortEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*PortEntity) GetUriOk ¶

func (o *PortEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortEntity) HasAllowRemoteAccess ¶

func (o *PortEntity) HasAllowRemoteAccess() bool

HasAllowRemoteAccess returns a boolean if a field has been set.

func (*PortEntity) HasBulletins ¶

func (o *PortEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*PortEntity) HasComponent ¶

func (o *PortEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*PortEntity) HasDisconnectedNodeAcknowledged ¶

func (o *PortEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*PortEntity) HasId ¶

func (o *PortEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*PortEntity) HasOperatePermissions ¶

func (o *PortEntity) HasOperatePermissions() bool

HasOperatePermissions returns a boolean if a field has been set.

func (*PortEntity) HasPermissions ¶

func (o *PortEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*PortEntity) HasPortType ¶

func (o *PortEntity) HasPortType() bool

HasPortType returns a boolean if a field has been set.

func (*PortEntity) HasPosition ¶

func (o *PortEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*PortEntity) HasRevision ¶

func (o *PortEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*PortEntity) HasStatus ¶

func (o *PortEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*PortEntity) HasUri ¶

func (o *PortEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (PortEntity) MarshalJSON ¶

func (o PortEntity) MarshalJSON() ([]byte, error)

func (*PortEntity) SetAllowRemoteAccess ¶

func (o *PortEntity) SetAllowRemoteAccess(v bool)

SetAllowRemoteAccess gets a reference to the given bool and assigns it to the AllowRemoteAccess field.

func (*PortEntity) SetBulletins ¶

func (o *PortEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*PortEntity) SetComponent ¶

func (o *PortEntity) SetComponent(v PortDTO)

SetComponent gets a reference to the given PortDTO and assigns it to the Component field.

func (*PortEntity) SetDisconnectedNodeAcknowledged ¶

func (o *PortEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*PortEntity) SetId ¶

func (o *PortEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PortEntity) SetOperatePermissions ¶

func (o *PortEntity) SetOperatePermissions(v PermissionsDTO)

SetOperatePermissions gets a reference to the given PermissionsDTO and assigns it to the OperatePermissions field.

func (*PortEntity) SetPermissions ¶

func (o *PortEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*PortEntity) SetPortType ¶

func (o *PortEntity) SetPortType(v string)

SetPortType gets a reference to the given string and assigns it to the PortType field.

func (*PortEntity) SetPosition ¶

func (o *PortEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*PortEntity) SetRevision ¶

func (o *PortEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*PortEntity) SetStatus ¶

func (o *PortEntity) SetStatus(v PortStatusDTO)

SetStatus gets a reference to the given PortStatusDTO and assigns it to the Status field.

func (*PortEntity) SetUri ¶

func (o *PortEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (PortEntity) ToMap ¶

func (o PortEntity) ToMap() (map[string]interface{}, error)

type PortRunStatusEntity ¶

type PortRunStatusEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The run status of the Port.
	State *string `json:"state,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

PortRunStatusEntity struct for PortRunStatusEntity

func NewPortRunStatusEntity ¶

func NewPortRunStatusEntity() *PortRunStatusEntity

NewPortRunStatusEntity instantiates a new PortRunStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPortRunStatusEntityWithDefaults ¶

func NewPortRunStatusEntityWithDefaults() *PortRunStatusEntity

NewPortRunStatusEntityWithDefaults instantiates a new PortRunStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PortRunStatusEntity) GetDisconnectedNodeAcknowledged ¶

func (o *PortRunStatusEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*PortRunStatusEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *PortRunStatusEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortRunStatusEntity) GetRevision ¶

func (o *PortRunStatusEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*PortRunStatusEntity) GetRevisionOk ¶

func (o *PortRunStatusEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortRunStatusEntity) GetState ¶

func (o *PortRunStatusEntity) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*PortRunStatusEntity) GetStateOk ¶

func (o *PortRunStatusEntity) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortRunStatusEntity) HasDisconnectedNodeAcknowledged ¶

func (o *PortRunStatusEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*PortRunStatusEntity) HasRevision ¶

func (o *PortRunStatusEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*PortRunStatusEntity) HasState ¶

func (o *PortRunStatusEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (PortRunStatusEntity) MarshalJSON ¶

func (o PortRunStatusEntity) MarshalJSON() ([]byte, error)

func (*PortRunStatusEntity) SetDisconnectedNodeAcknowledged ¶

func (o *PortRunStatusEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*PortRunStatusEntity) SetRevision ¶

func (o *PortRunStatusEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*PortRunStatusEntity) SetState ¶

func (o *PortRunStatusEntity) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (PortRunStatusEntity) ToMap ¶

func (o PortRunStatusEntity) ToMap() (map[string]interface{}, error)

type PortStatusDTO ¶

type PortStatusDTO struct {
	// The id of the port.
	Id *string `json:"id,omitempty"`
	// The id of the parent process group of the port.
	GroupId *string `json:"groupId,omitempty"`
	// The name of the port.
	Name *string `json:"name,omitempty"`
	// Whether the port has incoming or outgoing connections to a remote NiFi.
	Transmitting *bool `json:"transmitting,omitempty"`
	// The run status of the port.
	RunStatus *string `json:"runStatus,omitempty"`
	// The time the status for the process group was last refreshed.
	StatsLastRefreshed *string                `json:"statsLastRefreshed,omitempty"`
	AggregateSnapshot  *PortStatusSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// A status snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null.
	NodeSnapshots []NodePortStatusSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

PortStatusDTO struct for PortStatusDTO

func NewPortStatusDTO ¶

func NewPortStatusDTO() *PortStatusDTO

NewPortStatusDTO instantiates a new PortStatusDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPortStatusDTOWithDefaults ¶

func NewPortStatusDTOWithDefaults() *PortStatusDTO

NewPortStatusDTOWithDefaults instantiates a new PortStatusDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PortStatusDTO) GetAggregateSnapshot ¶

func (o *PortStatusDTO) GetAggregateSnapshot() PortStatusSnapshotDTO

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*PortStatusDTO) GetAggregateSnapshotOk ¶

func (o *PortStatusDTO) GetAggregateSnapshotOk() (*PortStatusSnapshotDTO, bool)

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusDTO) GetGroupId ¶

func (o *PortStatusDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*PortStatusDTO) GetGroupIdOk ¶

func (o *PortStatusDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusDTO) GetId ¶

func (o *PortStatusDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PortStatusDTO) GetIdOk ¶

func (o *PortStatusDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusDTO) GetName ¶

func (o *PortStatusDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PortStatusDTO) GetNameOk ¶

func (o *PortStatusDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusDTO) GetNodeSnapshots ¶

func (o *PortStatusDTO) GetNodeSnapshots() []NodePortStatusSnapshotDTO

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*PortStatusDTO) GetNodeSnapshotsOk ¶

func (o *PortStatusDTO) GetNodeSnapshotsOk() ([]NodePortStatusSnapshotDTO, bool)

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusDTO) GetRunStatus ¶

func (o *PortStatusDTO) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*PortStatusDTO) GetRunStatusOk ¶

func (o *PortStatusDTO) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusDTO) GetStatsLastRefreshed ¶

func (o *PortStatusDTO) GetStatsLastRefreshed() string

GetStatsLastRefreshed returns the StatsLastRefreshed field value if set, zero value otherwise.

func (*PortStatusDTO) GetStatsLastRefreshedOk ¶

func (o *PortStatusDTO) GetStatsLastRefreshedOk() (*string, bool)

GetStatsLastRefreshedOk returns a tuple with the StatsLastRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusDTO) GetTransmitting ¶

func (o *PortStatusDTO) GetTransmitting() bool

GetTransmitting returns the Transmitting field value if set, zero value otherwise.

func (*PortStatusDTO) GetTransmittingOk ¶

func (o *PortStatusDTO) GetTransmittingOk() (*bool, bool)

GetTransmittingOk returns a tuple with the Transmitting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusDTO) HasAggregateSnapshot ¶

func (o *PortStatusDTO) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*PortStatusDTO) HasGroupId ¶

func (o *PortStatusDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*PortStatusDTO) HasId ¶

func (o *PortStatusDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*PortStatusDTO) HasName ¶

func (o *PortStatusDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*PortStatusDTO) HasNodeSnapshots ¶

func (o *PortStatusDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (*PortStatusDTO) HasRunStatus ¶

func (o *PortStatusDTO) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*PortStatusDTO) HasStatsLastRefreshed ¶

func (o *PortStatusDTO) HasStatsLastRefreshed() bool

HasStatsLastRefreshed returns a boolean if a field has been set.

func (*PortStatusDTO) HasTransmitting ¶

func (o *PortStatusDTO) HasTransmitting() bool

HasTransmitting returns a boolean if a field has been set.

func (PortStatusDTO) MarshalJSON ¶

func (o PortStatusDTO) MarshalJSON() ([]byte, error)

func (*PortStatusDTO) SetAggregateSnapshot ¶

func (o *PortStatusDTO) SetAggregateSnapshot(v PortStatusSnapshotDTO)

SetAggregateSnapshot gets a reference to the given PortStatusSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*PortStatusDTO) SetGroupId ¶

func (o *PortStatusDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*PortStatusDTO) SetId ¶

func (o *PortStatusDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PortStatusDTO) SetName ¶

func (o *PortStatusDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*PortStatusDTO) SetNodeSnapshots ¶

func (o *PortStatusDTO) SetNodeSnapshots(v []NodePortStatusSnapshotDTO)

SetNodeSnapshots gets a reference to the given []NodePortStatusSnapshotDTO and assigns it to the NodeSnapshots field.

func (*PortStatusDTO) SetRunStatus ¶

func (o *PortStatusDTO) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*PortStatusDTO) SetStatsLastRefreshed ¶

func (o *PortStatusDTO) SetStatsLastRefreshed(v string)

SetStatsLastRefreshed gets a reference to the given string and assigns it to the StatsLastRefreshed field.

func (*PortStatusDTO) SetTransmitting ¶

func (o *PortStatusDTO) SetTransmitting(v bool)

SetTransmitting gets a reference to the given bool and assigns it to the Transmitting field.

func (PortStatusDTO) ToMap ¶

func (o PortStatusDTO) ToMap() (map[string]interface{}, error)

type PortStatusEntity ¶

type PortStatusEntity struct {
	PortStatus *PortStatusDTO `json:"portStatus,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

PortStatusEntity struct for PortStatusEntity

func NewPortStatusEntity ¶

func NewPortStatusEntity() *PortStatusEntity

NewPortStatusEntity instantiates a new PortStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPortStatusEntityWithDefaults ¶

func NewPortStatusEntityWithDefaults() *PortStatusEntity

NewPortStatusEntityWithDefaults instantiates a new PortStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PortStatusEntity) GetCanRead ¶

func (o *PortStatusEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*PortStatusEntity) GetCanReadOk ¶

func (o *PortStatusEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusEntity) GetPortStatus ¶

func (o *PortStatusEntity) GetPortStatus() PortStatusDTO

GetPortStatus returns the PortStatus field value if set, zero value otherwise.

func (*PortStatusEntity) GetPortStatusOk ¶

func (o *PortStatusEntity) GetPortStatusOk() (*PortStatusDTO, bool)

GetPortStatusOk returns a tuple with the PortStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusEntity) HasCanRead ¶

func (o *PortStatusEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*PortStatusEntity) HasPortStatus ¶

func (o *PortStatusEntity) HasPortStatus() bool

HasPortStatus returns a boolean if a field has been set.

func (PortStatusEntity) MarshalJSON ¶

func (o PortStatusEntity) MarshalJSON() ([]byte, error)

func (*PortStatusEntity) SetCanRead ¶

func (o *PortStatusEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*PortStatusEntity) SetPortStatus ¶

func (o *PortStatusEntity) SetPortStatus(v PortStatusDTO)

SetPortStatus gets a reference to the given PortStatusDTO and assigns it to the PortStatus field.

func (PortStatusEntity) ToMap ¶

func (o PortStatusEntity) ToMap() (map[string]interface{}, error)

type PortStatusSnapshotDTO ¶

type PortStatusSnapshotDTO struct {
	// The id of the port.
	Id *string `json:"id,omitempty"`
	// The id of the parent process group of the port.
	GroupId *string `json:"groupId,omitempty"`
	// The name of the port.
	Name *string `json:"name,omitempty"`
	// The active thread count for the port.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
	// The number of FlowFiles that have been accepted in the last 5 minutes.
	FlowFilesIn *int32 `json:"flowFilesIn,omitempty"`
	// The size of hte FlowFiles that have been accepted in the last 5 minutes.
	BytesIn *int64 `json:"bytesIn,omitempty"`
	// The count/size of flowfiles that have been accepted in the last 5 minutes.
	Input *string `json:"input,omitempty"`
	// The number of FlowFiles that have been processed in the last 5 minutes.
	FlowFilesOut *int32 `json:"flowFilesOut,omitempty"`
	// The number of bytes that have been processed in the last 5 minutes.
	BytesOut *int64 `json:"bytesOut,omitempty"`
	// The count/size of flowfiles that have been processed in the last 5 minutes.
	Output *string `json:"output,omitempty"`
	// Whether the port has incoming or outgoing connections to a remote NiFi.
	Transmitting *bool `json:"transmitting,omitempty"`
	// The run status of the port.
	RunStatus *string `json:"runStatus,omitempty"`
}

PortStatusSnapshotDTO struct for PortStatusSnapshotDTO

func NewPortStatusSnapshotDTO ¶

func NewPortStatusSnapshotDTO() *PortStatusSnapshotDTO

NewPortStatusSnapshotDTO instantiates a new PortStatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPortStatusSnapshotDTOWithDefaults ¶

func NewPortStatusSnapshotDTOWithDefaults() *PortStatusSnapshotDTO

NewPortStatusSnapshotDTOWithDefaults instantiates a new PortStatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PortStatusSnapshotDTO) GetActiveThreadCount ¶

func (o *PortStatusSnapshotDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetActiveThreadCountOk ¶

func (o *PortStatusSnapshotDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetBytesIn ¶

func (o *PortStatusSnapshotDTO) GetBytesIn() int64

GetBytesIn returns the BytesIn field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetBytesInOk ¶

func (o *PortStatusSnapshotDTO) GetBytesInOk() (*int64, bool)

GetBytesInOk returns a tuple with the BytesIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetBytesOut ¶

func (o *PortStatusSnapshotDTO) GetBytesOut() int64

GetBytesOut returns the BytesOut field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetBytesOutOk ¶

func (o *PortStatusSnapshotDTO) GetBytesOutOk() (*int64, bool)

GetBytesOutOk returns a tuple with the BytesOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetFlowFilesIn ¶

func (o *PortStatusSnapshotDTO) GetFlowFilesIn() int32

GetFlowFilesIn returns the FlowFilesIn field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetFlowFilesInOk ¶

func (o *PortStatusSnapshotDTO) GetFlowFilesInOk() (*int32, bool)

GetFlowFilesInOk returns a tuple with the FlowFilesIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetFlowFilesOut ¶

func (o *PortStatusSnapshotDTO) GetFlowFilesOut() int32

GetFlowFilesOut returns the FlowFilesOut field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetFlowFilesOutOk ¶

func (o *PortStatusSnapshotDTO) GetFlowFilesOutOk() (*int32, bool)

GetFlowFilesOutOk returns a tuple with the FlowFilesOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetGroupId ¶

func (o *PortStatusSnapshotDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetGroupIdOk ¶

func (o *PortStatusSnapshotDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetId ¶

func (o *PortStatusSnapshotDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetIdOk ¶

func (o *PortStatusSnapshotDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetInput ¶

func (o *PortStatusSnapshotDTO) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetInputOk ¶

func (o *PortStatusSnapshotDTO) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetName ¶

func (o *PortStatusSnapshotDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetNameOk ¶

func (o *PortStatusSnapshotDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetOutput ¶

func (o *PortStatusSnapshotDTO) GetOutput() string

GetOutput returns the Output field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetOutputOk ¶

func (o *PortStatusSnapshotDTO) GetOutputOk() (*string, bool)

GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetRunStatus ¶

func (o *PortStatusSnapshotDTO) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetRunStatusOk ¶

func (o *PortStatusSnapshotDTO) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) GetTransmitting ¶

func (o *PortStatusSnapshotDTO) GetTransmitting() bool

GetTransmitting returns the Transmitting field value if set, zero value otherwise.

func (*PortStatusSnapshotDTO) GetTransmittingOk ¶

func (o *PortStatusSnapshotDTO) GetTransmittingOk() (*bool, bool)

GetTransmittingOk returns a tuple with the Transmitting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotDTO) HasActiveThreadCount ¶

func (o *PortStatusSnapshotDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasBytesIn ¶

func (o *PortStatusSnapshotDTO) HasBytesIn() bool

HasBytesIn returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasBytesOut ¶

func (o *PortStatusSnapshotDTO) HasBytesOut() bool

HasBytesOut returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasFlowFilesIn ¶

func (o *PortStatusSnapshotDTO) HasFlowFilesIn() bool

HasFlowFilesIn returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasFlowFilesOut ¶

func (o *PortStatusSnapshotDTO) HasFlowFilesOut() bool

HasFlowFilesOut returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasGroupId ¶

func (o *PortStatusSnapshotDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasId ¶

func (o *PortStatusSnapshotDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasInput ¶

func (o *PortStatusSnapshotDTO) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasName ¶

func (o *PortStatusSnapshotDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasOutput ¶

func (o *PortStatusSnapshotDTO) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasRunStatus ¶

func (o *PortStatusSnapshotDTO) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*PortStatusSnapshotDTO) HasTransmitting ¶

func (o *PortStatusSnapshotDTO) HasTransmitting() bool

HasTransmitting returns a boolean if a field has been set.

func (PortStatusSnapshotDTO) MarshalJSON ¶

func (o PortStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*PortStatusSnapshotDTO) SetActiveThreadCount ¶

func (o *PortStatusSnapshotDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*PortStatusSnapshotDTO) SetBytesIn ¶

func (o *PortStatusSnapshotDTO) SetBytesIn(v int64)

SetBytesIn gets a reference to the given int64 and assigns it to the BytesIn field.

func (*PortStatusSnapshotDTO) SetBytesOut ¶

func (o *PortStatusSnapshotDTO) SetBytesOut(v int64)

SetBytesOut gets a reference to the given int64 and assigns it to the BytesOut field.

func (*PortStatusSnapshotDTO) SetFlowFilesIn ¶

func (o *PortStatusSnapshotDTO) SetFlowFilesIn(v int32)

SetFlowFilesIn gets a reference to the given int32 and assigns it to the FlowFilesIn field.

func (*PortStatusSnapshotDTO) SetFlowFilesOut ¶

func (o *PortStatusSnapshotDTO) SetFlowFilesOut(v int32)

SetFlowFilesOut gets a reference to the given int32 and assigns it to the FlowFilesOut field.

func (*PortStatusSnapshotDTO) SetGroupId ¶

func (o *PortStatusSnapshotDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*PortStatusSnapshotDTO) SetId ¶

func (o *PortStatusSnapshotDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PortStatusSnapshotDTO) SetInput ¶

func (o *PortStatusSnapshotDTO) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*PortStatusSnapshotDTO) SetName ¶

func (o *PortStatusSnapshotDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*PortStatusSnapshotDTO) SetOutput ¶

func (o *PortStatusSnapshotDTO) SetOutput(v string)

SetOutput gets a reference to the given string and assigns it to the Output field.

func (*PortStatusSnapshotDTO) SetRunStatus ¶

func (o *PortStatusSnapshotDTO) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*PortStatusSnapshotDTO) SetTransmitting ¶

func (o *PortStatusSnapshotDTO) SetTransmitting(v bool)

SetTransmitting gets a reference to the given bool and assigns it to the Transmitting field.

func (PortStatusSnapshotDTO) ToMap ¶

func (o PortStatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type PortStatusSnapshotEntity ¶

type PortStatusSnapshotEntity struct {
	// The id of the port.
	Id                 *string                `json:"id,omitempty"`
	PortStatusSnapshot *PortStatusSnapshotDTO `json:"portStatusSnapshot,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

PortStatusSnapshotEntity struct for PortStatusSnapshotEntity

func NewPortStatusSnapshotEntity ¶

func NewPortStatusSnapshotEntity() *PortStatusSnapshotEntity

NewPortStatusSnapshotEntity instantiates a new PortStatusSnapshotEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPortStatusSnapshotEntityWithDefaults ¶

func NewPortStatusSnapshotEntityWithDefaults() *PortStatusSnapshotEntity

NewPortStatusSnapshotEntityWithDefaults instantiates a new PortStatusSnapshotEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PortStatusSnapshotEntity) GetCanRead ¶

func (o *PortStatusSnapshotEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*PortStatusSnapshotEntity) GetCanReadOk ¶

func (o *PortStatusSnapshotEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotEntity) GetId ¶

func (o *PortStatusSnapshotEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PortStatusSnapshotEntity) GetIdOk ¶

func (o *PortStatusSnapshotEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotEntity) GetPortStatusSnapshot ¶

func (o *PortStatusSnapshotEntity) GetPortStatusSnapshot() PortStatusSnapshotDTO

GetPortStatusSnapshot returns the PortStatusSnapshot field value if set, zero value otherwise.

func (*PortStatusSnapshotEntity) GetPortStatusSnapshotOk ¶

func (o *PortStatusSnapshotEntity) GetPortStatusSnapshotOk() (*PortStatusSnapshotDTO, bool)

GetPortStatusSnapshotOk returns a tuple with the PortStatusSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PortStatusSnapshotEntity) HasCanRead ¶

func (o *PortStatusSnapshotEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*PortStatusSnapshotEntity) HasId ¶

func (o *PortStatusSnapshotEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*PortStatusSnapshotEntity) HasPortStatusSnapshot ¶

func (o *PortStatusSnapshotEntity) HasPortStatusSnapshot() bool

HasPortStatusSnapshot returns a boolean if a field has been set.

func (PortStatusSnapshotEntity) MarshalJSON ¶

func (o PortStatusSnapshotEntity) MarshalJSON() ([]byte, error)

func (*PortStatusSnapshotEntity) SetCanRead ¶

func (o *PortStatusSnapshotEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*PortStatusSnapshotEntity) SetId ¶

func (o *PortStatusSnapshotEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PortStatusSnapshotEntity) SetPortStatusSnapshot ¶

func (o *PortStatusSnapshotEntity) SetPortStatusSnapshot(v PortStatusSnapshotDTO)

SetPortStatusSnapshot gets a reference to the given PortStatusSnapshotDTO and assigns it to the PortStatusSnapshot field.

func (PortStatusSnapshotEntity) ToMap ¶

func (o PortStatusSnapshotEntity) ToMap() (map[string]interface{}, error)

type Position ¶

type Position struct {
	// The x coordinate.
	X *float64 `json:"x,omitempty"`
	// The y coordinate.
	Y *float64 `json:"y,omitempty"`
}

Position The position of a component on the graph

func NewPosition ¶

func NewPosition() *Position

NewPosition instantiates a new Position object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPositionWithDefaults ¶

func NewPositionWithDefaults() *Position

NewPositionWithDefaults instantiates a new Position object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Position) GetX ¶

func (o *Position) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*Position) GetXOk ¶

func (o *Position) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Position) GetY ¶

func (o *Position) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*Position) GetYOk ¶

func (o *Position) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Position) HasX ¶

func (o *Position) HasX() bool

HasX returns a boolean if a field has been set.

func (*Position) HasY ¶

func (o *Position) HasY() bool

HasY returns a boolean if a field has been set.

func (Position) MarshalJSON ¶

func (o Position) MarshalJSON() ([]byte, error)

func (*Position) SetX ¶

func (o *Position) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*Position) SetY ¶

func (o *Position) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (Position) ToMap ¶

func (o Position) ToMap() (map[string]interface{}, error)

type PositionDTO ¶

type PositionDTO struct {
	// The x coordinate.
	X *float64 `json:"x,omitempty"`
	// The y coordinate.
	Y *float64 `json:"y,omitempty"`
}

PositionDTO struct for PositionDTO

func NewPositionDTO ¶

func NewPositionDTO() *PositionDTO

NewPositionDTO instantiates a new PositionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPositionDTOWithDefaults ¶

func NewPositionDTOWithDefaults() *PositionDTO

NewPositionDTOWithDefaults instantiates a new PositionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PositionDTO) GetX ¶

func (o *PositionDTO) GetX() float64

GetX returns the X field value if set, zero value otherwise.

func (*PositionDTO) GetXOk ¶

func (o *PositionDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PositionDTO) GetY ¶

func (o *PositionDTO) GetY() float64

GetY returns the Y field value if set, zero value otherwise.

func (*PositionDTO) GetYOk ¶

func (o *PositionDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PositionDTO) HasX ¶

func (o *PositionDTO) HasX() bool

HasX returns a boolean if a field has been set.

func (*PositionDTO) HasY ¶

func (o *PositionDTO) HasY() bool

HasY returns a boolean if a field has been set.

func (PositionDTO) MarshalJSON ¶

func (o PositionDTO) MarshalJSON() ([]byte, error)

func (*PositionDTO) SetX ¶

func (o *PositionDTO) SetX(v float64)

SetX gets a reference to the given float64 and assigns it to the X field.

func (*PositionDTO) SetY ¶

func (o *PositionDTO) SetY(v float64)

SetY gets a reference to the given float64 and assigns it to the Y field.

func (PositionDTO) ToMap ¶

func (o PositionDTO) ToMap() (map[string]interface{}, error)

type PreviousValueDTO ¶

type PreviousValueDTO struct {
	// The previous value.
	PreviousValue *string `json:"previousValue,omitempty"`
	// The timestamp when the value was modified.
	Timestamp *string `json:"timestamp,omitempty"`
	// The user who changed the previous value.
	UserIdentity *string `json:"userIdentity,omitempty"`
}

PreviousValueDTO struct for PreviousValueDTO

func NewPreviousValueDTO ¶

func NewPreviousValueDTO() *PreviousValueDTO

NewPreviousValueDTO instantiates a new PreviousValueDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPreviousValueDTOWithDefaults ¶

func NewPreviousValueDTOWithDefaults() *PreviousValueDTO

NewPreviousValueDTOWithDefaults instantiates a new PreviousValueDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PreviousValueDTO) GetPreviousValue ¶

func (o *PreviousValueDTO) GetPreviousValue() string

GetPreviousValue returns the PreviousValue field value if set, zero value otherwise.

func (*PreviousValueDTO) GetPreviousValueOk ¶

func (o *PreviousValueDTO) GetPreviousValueOk() (*string, bool)

GetPreviousValueOk returns a tuple with the PreviousValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousValueDTO) GetTimestamp ¶

func (o *PreviousValueDTO) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*PreviousValueDTO) GetTimestampOk ¶

func (o *PreviousValueDTO) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousValueDTO) GetUserIdentity ¶

func (o *PreviousValueDTO) GetUserIdentity() string

GetUserIdentity returns the UserIdentity field value if set, zero value otherwise.

func (*PreviousValueDTO) GetUserIdentityOk ¶

func (o *PreviousValueDTO) GetUserIdentityOk() (*string, bool)

GetUserIdentityOk returns a tuple with the UserIdentity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PreviousValueDTO) HasPreviousValue ¶

func (o *PreviousValueDTO) HasPreviousValue() bool

HasPreviousValue returns a boolean if a field has been set.

func (*PreviousValueDTO) HasTimestamp ¶

func (o *PreviousValueDTO) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*PreviousValueDTO) HasUserIdentity ¶

func (o *PreviousValueDTO) HasUserIdentity() bool

HasUserIdentity returns a boolean if a field has been set.

func (PreviousValueDTO) MarshalJSON ¶

func (o PreviousValueDTO) MarshalJSON() ([]byte, error)

func (*PreviousValueDTO) SetPreviousValue ¶

func (o *PreviousValueDTO) SetPreviousValue(v string)

SetPreviousValue gets a reference to the given string and assigns it to the PreviousValue field.

func (*PreviousValueDTO) SetTimestamp ¶

func (o *PreviousValueDTO) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (*PreviousValueDTO) SetUserIdentity ¶

func (o *PreviousValueDTO) SetUserIdentity(v string)

SetUserIdentity gets a reference to the given string and assigns it to the UserIdentity field.

func (PreviousValueDTO) ToMap ¶

func (o PreviousValueDTO) ToMap() (map[string]interface{}, error)

type PrioritizerTypesEntity ¶

type PrioritizerTypesEntity struct {
	PrioritizerTypes []DocumentedTypeDTO `json:"prioritizerTypes,omitempty"`
}

PrioritizerTypesEntity struct for PrioritizerTypesEntity

func NewPrioritizerTypesEntity ¶

func NewPrioritizerTypesEntity() *PrioritizerTypesEntity

NewPrioritizerTypesEntity instantiates a new PrioritizerTypesEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPrioritizerTypesEntityWithDefaults ¶

func NewPrioritizerTypesEntityWithDefaults() *PrioritizerTypesEntity

NewPrioritizerTypesEntityWithDefaults instantiates a new PrioritizerTypesEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PrioritizerTypesEntity) GetPrioritizerTypes ¶

func (o *PrioritizerTypesEntity) GetPrioritizerTypes() []DocumentedTypeDTO

GetPrioritizerTypes returns the PrioritizerTypes field value if set, zero value otherwise.

func (*PrioritizerTypesEntity) GetPrioritizerTypesOk ¶

func (o *PrioritizerTypesEntity) GetPrioritizerTypesOk() ([]DocumentedTypeDTO, bool)

GetPrioritizerTypesOk returns a tuple with the PrioritizerTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PrioritizerTypesEntity) HasPrioritizerTypes ¶

func (o *PrioritizerTypesEntity) HasPrioritizerTypes() bool

HasPrioritizerTypes returns a boolean if a field has been set.

func (PrioritizerTypesEntity) MarshalJSON ¶

func (o PrioritizerTypesEntity) MarshalJSON() ([]byte, error)

func (*PrioritizerTypesEntity) SetPrioritizerTypes ¶

func (o *PrioritizerTypesEntity) SetPrioritizerTypes(v []DocumentedTypeDTO)

SetPrioritizerTypes gets a reference to the given []DocumentedTypeDTO and assigns it to the PrioritizerTypes field.

func (PrioritizerTypesEntity) ToMap ¶

func (o PrioritizerTypesEntity) ToMap() (map[string]interface{}, error)

type ProcessGroupDTO ¶

type ProcessGroupDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The name of the process group.
	Name *string `json:"name,omitempty"`
	// The comments for the process group.
	Comments *string `json:"comments,omitempty"`
	// The variables that are configured for the Process Group. Note that this map contains only those variables that are defined on this Process Group and not any variables that are defined in the parent Process Group, etc. I.e., this Map will not contain all variables that are accessible by components in this Process Group by rather only the variables that are defined for this Process Group itself.
	Variables                 *map[string]string               `json:"variables,omitempty"`
	VersionControlInformation *VersionControlInformationDTO    `json:"versionControlInformation,omitempty"`
	ParameterContext          *ParameterContextReferenceEntity `json:"parameterContext,omitempty"`
	// The FlowFile Concurrency for this Process Group.
	FlowfileConcurrency *string `json:"flowfileConcurrency,omitempty"`
	// The Outbound Policy that is used for determining how FlowFiles should be transferred out of the Process Group.
	FlowfileOutboundPolicy *string `json:"flowfileOutboundPolicy,omitempty"`
	// The default FlowFile Expiration for this Process Group.
	DefaultFlowFileExpiration *string `json:"defaultFlowFileExpiration,omitempty"`
	// Default value used in this Process Group for the maximum number of objects that can be queued before back pressure is applied.
	DefaultBackPressureObjectThreshold *int64 `json:"defaultBackPressureObjectThreshold,omitempty"`
	// Default value used in this Process Group for the maximum data size of objects that can be queued before back pressure is applied.
	DefaultBackPressureDataSizeThreshold *string `json:"defaultBackPressureDataSizeThreshold,omitempty"`
	// The number of running components in this process group.
	RunningCount *int32 `json:"runningCount,omitempty"`
	// The number of stopped components in the process group.
	StoppedCount *int32 `json:"stoppedCount,omitempty"`
	// The number of invalid components in the process group.
	InvalidCount *int32 `json:"invalidCount,omitempty"`
	// The number of disabled components in the process group.
	DisabledCount *int32 `json:"disabledCount,omitempty"`
	// The number of active remote ports in the process group.
	ActiveRemotePortCount *int32 `json:"activeRemotePortCount,omitempty"`
	// The number of inactive remote ports in the process group.
	InactiveRemotePortCount *int32 `json:"inactiveRemotePortCount,omitempty"`
	// The number of up to date versioned process groups in the process group.
	UpToDateCount *int32 `json:"upToDateCount,omitempty"`
	// The number of locally modified versioned process groups in the process group.
	LocallyModifiedCount *int32 `json:"locallyModifiedCount,omitempty"`
	// The number of stale versioned process groups in the process group.
	StaleCount *int32 `json:"staleCount,omitempty"`
	// The number of locally modified and stale versioned process groups in the process group.
	LocallyModifiedAndStaleCount *int32 `json:"locallyModifiedAndStaleCount,omitempty"`
	// The number of versioned process groups in the process group that are unable to sync to a registry.
	SyncFailureCount *int32 `json:"syncFailureCount,omitempty"`
	// The number of local input ports in the process group.
	LocalInputPortCount *int32 `json:"localInputPortCount,omitempty"`
	// The number of local output ports in the process group.
	LocalOutputPortCount *int32 `json:"localOutputPortCount,omitempty"`
	// The number of public input ports in the process group.
	PublicInputPortCount *int32 `json:"publicInputPortCount,omitempty"`
	// The number of public output ports in the process group.
	PublicOutputPortCount *int32          `json:"publicOutputPortCount,omitempty"`
	Contents              *FlowSnippetDTO `json:"contents,omitempty"`
	// The number of input ports in the process group.
	InputPortCount *int32 `json:"inputPortCount,omitempty"`
	// The number of output ports in the process group.
	OutputPortCount *int32 `json:"outputPortCount,omitempty"`
}

ProcessGroupDTO struct for ProcessGroupDTO

func NewProcessGroupDTO ¶

func NewProcessGroupDTO() *ProcessGroupDTO

NewProcessGroupDTO instantiates a new ProcessGroupDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupDTOWithDefaults ¶

func NewProcessGroupDTOWithDefaults() *ProcessGroupDTO

NewProcessGroupDTOWithDefaults instantiates a new ProcessGroupDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupDTO) GetActiveRemotePortCount ¶

func (o *ProcessGroupDTO) GetActiveRemotePortCount() int32

GetActiveRemotePortCount returns the ActiveRemotePortCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetActiveRemotePortCountOk ¶

func (o *ProcessGroupDTO) GetActiveRemotePortCountOk() (*int32, bool)

GetActiveRemotePortCountOk returns a tuple with the ActiveRemotePortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetComments ¶

func (o *ProcessGroupDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetCommentsOk ¶

func (o *ProcessGroupDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetContents ¶

func (o *ProcessGroupDTO) GetContents() FlowSnippetDTO

GetContents returns the Contents field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetContentsOk ¶

func (o *ProcessGroupDTO) GetContentsOk() (*FlowSnippetDTO, bool)

GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetDefaultBackPressureDataSizeThreshold ¶

func (o *ProcessGroupDTO) GetDefaultBackPressureDataSizeThreshold() string

GetDefaultBackPressureDataSizeThreshold returns the DefaultBackPressureDataSizeThreshold field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetDefaultBackPressureDataSizeThresholdOk ¶

func (o *ProcessGroupDTO) GetDefaultBackPressureDataSizeThresholdOk() (*string, bool)

GetDefaultBackPressureDataSizeThresholdOk returns a tuple with the DefaultBackPressureDataSizeThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetDefaultBackPressureObjectThreshold ¶

func (o *ProcessGroupDTO) GetDefaultBackPressureObjectThreshold() int64

GetDefaultBackPressureObjectThreshold returns the DefaultBackPressureObjectThreshold field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetDefaultBackPressureObjectThresholdOk ¶

func (o *ProcessGroupDTO) GetDefaultBackPressureObjectThresholdOk() (*int64, bool)

GetDefaultBackPressureObjectThresholdOk returns a tuple with the DefaultBackPressureObjectThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetDefaultFlowFileExpiration ¶

func (o *ProcessGroupDTO) GetDefaultFlowFileExpiration() string

GetDefaultFlowFileExpiration returns the DefaultFlowFileExpiration field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetDefaultFlowFileExpirationOk ¶

func (o *ProcessGroupDTO) GetDefaultFlowFileExpirationOk() (*string, bool)

GetDefaultFlowFileExpirationOk returns a tuple with the DefaultFlowFileExpiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetDisabledCount ¶

func (o *ProcessGroupDTO) GetDisabledCount() int32

GetDisabledCount returns the DisabledCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetDisabledCountOk ¶

func (o *ProcessGroupDTO) GetDisabledCountOk() (*int32, bool)

GetDisabledCountOk returns a tuple with the DisabledCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetFlowfileConcurrency ¶

func (o *ProcessGroupDTO) GetFlowfileConcurrency() string

GetFlowfileConcurrency returns the FlowfileConcurrency field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetFlowfileConcurrencyOk ¶

func (o *ProcessGroupDTO) GetFlowfileConcurrencyOk() (*string, bool)

GetFlowfileConcurrencyOk returns a tuple with the FlowfileConcurrency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetFlowfileOutboundPolicy ¶

func (o *ProcessGroupDTO) GetFlowfileOutboundPolicy() string

GetFlowfileOutboundPolicy returns the FlowfileOutboundPolicy field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetFlowfileOutboundPolicyOk ¶

func (o *ProcessGroupDTO) GetFlowfileOutboundPolicyOk() (*string, bool)

GetFlowfileOutboundPolicyOk returns a tuple with the FlowfileOutboundPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetId ¶

func (o *ProcessGroupDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetIdOk ¶

func (o *ProcessGroupDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetInactiveRemotePortCount ¶

func (o *ProcessGroupDTO) GetInactiveRemotePortCount() int32

GetInactiveRemotePortCount returns the InactiveRemotePortCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetInactiveRemotePortCountOk ¶

func (o *ProcessGroupDTO) GetInactiveRemotePortCountOk() (*int32, bool)

GetInactiveRemotePortCountOk returns a tuple with the InactiveRemotePortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetInputPortCount ¶

func (o *ProcessGroupDTO) GetInputPortCount() int32

GetInputPortCount returns the InputPortCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetInputPortCountOk ¶

func (o *ProcessGroupDTO) GetInputPortCountOk() (*int32, bool)

GetInputPortCountOk returns a tuple with the InputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetInvalidCount ¶

func (o *ProcessGroupDTO) GetInvalidCount() int32

GetInvalidCount returns the InvalidCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetInvalidCountOk ¶

func (o *ProcessGroupDTO) GetInvalidCountOk() (*int32, bool)

GetInvalidCountOk returns a tuple with the InvalidCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetLocalInputPortCount ¶

func (o *ProcessGroupDTO) GetLocalInputPortCount() int32

GetLocalInputPortCount returns the LocalInputPortCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetLocalInputPortCountOk ¶

func (o *ProcessGroupDTO) GetLocalInputPortCountOk() (*int32, bool)

GetLocalInputPortCountOk returns a tuple with the LocalInputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetLocalOutputPortCount ¶

func (o *ProcessGroupDTO) GetLocalOutputPortCount() int32

GetLocalOutputPortCount returns the LocalOutputPortCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetLocalOutputPortCountOk ¶

func (o *ProcessGroupDTO) GetLocalOutputPortCountOk() (*int32, bool)

GetLocalOutputPortCountOk returns a tuple with the LocalOutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetLocallyModifiedAndStaleCount ¶

func (o *ProcessGroupDTO) GetLocallyModifiedAndStaleCount() int32

GetLocallyModifiedAndStaleCount returns the LocallyModifiedAndStaleCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetLocallyModifiedAndStaleCountOk ¶

func (o *ProcessGroupDTO) GetLocallyModifiedAndStaleCountOk() (*int32, bool)

GetLocallyModifiedAndStaleCountOk returns a tuple with the LocallyModifiedAndStaleCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetLocallyModifiedCount ¶

func (o *ProcessGroupDTO) GetLocallyModifiedCount() int32

GetLocallyModifiedCount returns the LocallyModifiedCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetLocallyModifiedCountOk ¶

func (o *ProcessGroupDTO) GetLocallyModifiedCountOk() (*int32, bool)

GetLocallyModifiedCountOk returns a tuple with the LocallyModifiedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetName ¶

func (o *ProcessGroupDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetNameOk ¶

func (o *ProcessGroupDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetOutputPortCount ¶

func (o *ProcessGroupDTO) GetOutputPortCount() int32

GetOutputPortCount returns the OutputPortCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetOutputPortCountOk ¶

func (o *ProcessGroupDTO) GetOutputPortCountOk() (*int32, bool)

GetOutputPortCountOk returns a tuple with the OutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetParameterContext ¶

func (o *ProcessGroupDTO) GetParameterContext() ParameterContextReferenceEntity

GetParameterContext returns the ParameterContext field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetParameterContextOk ¶

func (o *ProcessGroupDTO) GetParameterContextOk() (*ParameterContextReferenceEntity, bool)

GetParameterContextOk returns a tuple with the ParameterContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetParentGroupId ¶

func (o *ProcessGroupDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetParentGroupIdOk ¶

func (o *ProcessGroupDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetPosition ¶

func (o *ProcessGroupDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetPositionOk ¶

func (o *ProcessGroupDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetPublicInputPortCount ¶

func (o *ProcessGroupDTO) GetPublicInputPortCount() int32

GetPublicInputPortCount returns the PublicInputPortCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetPublicInputPortCountOk ¶

func (o *ProcessGroupDTO) GetPublicInputPortCountOk() (*int32, bool)

GetPublicInputPortCountOk returns a tuple with the PublicInputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetPublicOutputPortCount ¶

func (o *ProcessGroupDTO) GetPublicOutputPortCount() int32

GetPublicOutputPortCount returns the PublicOutputPortCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetPublicOutputPortCountOk ¶

func (o *ProcessGroupDTO) GetPublicOutputPortCountOk() (*int32, bool)

GetPublicOutputPortCountOk returns a tuple with the PublicOutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetRunningCount ¶

func (o *ProcessGroupDTO) GetRunningCount() int32

GetRunningCount returns the RunningCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetRunningCountOk ¶

func (o *ProcessGroupDTO) GetRunningCountOk() (*int32, bool)

GetRunningCountOk returns a tuple with the RunningCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetStaleCount ¶

func (o *ProcessGroupDTO) GetStaleCount() int32

GetStaleCount returns the StaleCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetStaleCountOk ¶

func (o *ProcessGroupDTO) GetStaleCountOk() (*int32, bool)

GetStaleCountOk returns a tuple with the StaleCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetStoppedCount ¶

func (o *ProcessGroupDTO) GetStoppedCount() int32

GetStoppedCount returns the StoppedCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetStoppedCountOk ¶

func (o *ProcessGroupDTO) GetStoppedCountOk() (*int32, bool)

GetStoppedCountOk returns a tuple with the StoppedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetSyncFailureCount ¶

func (o *ProcessGroupDTO) GetSyncFailureCount() int32

GetSyncFailureCount returns the SyncFailureCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetSyncFailureCountOk ¶

func (o *ProcessGroupDTO) GetSyncFailureCountOk() (*int32, bool)

GetSyncFailureCountOk returns a tuple with the SyncFailureCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetUpToDateCount ¶

func (o *ProcessGroupDTO) GetUpToDateCount() int32

GetUpToDateCount returns the UpToDateCount field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetUpToDateCountOk ¶

func (o *ProcessGroupDTO) GetUpToDateCountOk() (*int32, bool)

GetUpToDateCountOk returns a tuple with the UpToDateCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetVariables ¶

func (o *ProcessGroupDTO) GetVariables() map[string]string

GetVariables returns the Variables field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetVariablesOk ¶

func (o *ProcessGroupDTO) GetVariablesOk() (*map[string]string, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetVersionControlInformation ¶

func (o *ProcessGroupDTO) GetVersionControlInformation() VersionControlInformationDTO

GetVersionControlInformation returns the VersionControlInformation field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetVersionControlInformationOk ¶

func (o *ProcessGroupDTO) GetVersionControlInformationOk() (*VersionControlInformationDTO, bool)

GetVersionControlInformationOk returns a tuple with the VersionControlInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) GetVersionedComponentId ¶

func (o *ProcessGroupDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*ProcessGroupDTO) GetVersionedComponentIdOk ¶

func (o *ProcessGroupDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupDTO) HasActiveRemotePortCount ¶

func (o *ProcessGroupDTO) HasActiveRemotePortCount() bool

HasActiveRemotePortCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasComments ¶

func (o *ProcessGroupDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasContents ¶

func (o *ProcessGroupDTO) HasContents() bool

HasContents returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasDefaultBackPressureDataSizeThreshold ¶

func (o *ProcessGroupDTO) HasDefaultBackPressureDataSizeThreshold() bool

HasDefaultBackPressureDataSizeThreshold returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasDefaultBackPressureObjectThreshold ¶

func (o *ProcessGroupDTO) HasDefaultBackPressureObjectThreshold() bool

HasDefaultBackPressureObjectThreshold returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasDefaultFlowFileExpiration ¶

func (o *ProcessGroupDTO) HasDefaultFlowFileExpiration() bool

HasDefaultFlowFileExpiration returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasDisabledCount ¶

func (o *ProcessGroupDTO) HasDisabledCount() bool

HasDisabledCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasFlowfileConcurrency ¶

func (o *ProcessGroupDTO) HasFlowfileConcurrency() bool

HasFlowfileConcurrency returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasFlowfileOutboundPolicy ¶

func (o *ProcessGroupDTO) HasFlowfileOutboundPolicy() bool

HasFlowfileOutboundPolicy returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasId ¶

func (o *ProcessGroupDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasInactiveRemotePortCount ¶

func (o *ProcessGroupDTO) HasInactiveRemotePortCount() bool

HasInactiveRemotePortCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasInputPortCount ¶

func (o *ProcessGroupDTO) HasInputPortCount() bool

HasInputPortCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasInvalidCount ¶

func (o *ProcessGroupDTO) HasInvalidCount() bool

HasInvalidCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasLocalInputPortCount ¶

func (o *ProcessGroupDTO) HasLocalInputPortCount() bool

HasLocalInputPortCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasLocalOutputPortCount ¶

func (o *ProcessGroupDTO) HasLocalOutputPortCount() bool

HasLocalOutputPortCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasLocallyModifiedAndStaleCount ¶

func (o *ProcessGroupDTO) HasLocallyModifiedAndStaleCount() bool

HasLocallyModifiedAndStaleCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasLocallyModifiedCount ¶

func (o *ProcessGroupDTO) HasLocallyModifiedCount() bool

HasLocallyModifiedCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasName ¶

func (o *ProcessGroupDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasOutputPortCount ¶

func (o *ProcessGroupDTO) HasOutputPortCount() bool

HasOutputPortCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasParameterContext ¶

func (o *ProcessGroupDTO) HasParameterContext() bool

HasParameterContext returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasParentGroupId ¶

func (o *ProcessGroupDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasPosition ¶

func (o *ProcessGroupDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasPublicInputPortCount ¶

func (o *ProcessGroupDTO) HasPublicInputPortCount() bool

HasPublicInputPortCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasPublicOutputPortCount ¶

func (o *ProcessGroupDTO) HasPublicOutputPortCount() bool

HasPublicOutputPortCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasRunningCount ¶

func (o *ProcessGroupDTO) HasRunningCount() bool

HasRunningCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasStaleCount ¶

func (o *ProcessGroupDTO) HasStaleCount() bool

HasStaleCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasStoppedCount ¶

func (o *ProcessGroupDTO) HasStoppedCount() bool

HasStoppedCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasSyncFailureCount ¶

func (o *ProcessGroupDTO) HasSyncFailureCount() bool

HasSyncFailureCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasUpToDateCount ¶

func (o *ProcessGroupDTO) HasUpToDateCount() bool

HasUpToDateCount returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasVariables ¶

func (o *ProcessGroupDTO) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasVersionControlInformation ¶

func (o *ProcessGroupDTO) HasVersionControlInformation() bool

HasVersionControlInformation returns a boolean if a field has been set.

func (*ProcessGroupDTO) HasVersionedComponentId ¶

func (o *ProcessGroupDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (ProcessGroupDTO) MarshalJSON ¶

func (o ProcessGroupDTO) MarshalJSON() ([]byte, error)

func (*ProcessGroupDTO) SetActiveRemotePortCount ¶

func (o *ProcessGroupDTO) SetActiveRemotePortCount(v int32)

SetActiveRemotePortCount gets a reference to the given int32 and assigns it to the ActiveRemotePortCount field.

func (*ProcessGroupDTO) SetComments ¶

func (o *ProcessGroupDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*ProcessGroupDTO) SetContents ¶

func (o *ProcessGroupDTO) SetContents(v FlowSnippetDTO)

SetContents gets a reference to the given FlowSnippetDTO and assigns it to the Contents field.

func (*ProcessGroupDTO) SetDefaultBackPressureDataSizeThreshold ¶

func (o *ProcessGroupDTO) SetDefaultBackPressureDataSizeThreshold(v string)

SetDefaultBackPressureDataSizeThreshold gets a reference to the given string and assigns it to the DefaultBackPressureDataSizeThreshold field.

func (*ProcessGroupDTO) SetDefaultBackPressureObjectThreshold ¶

func (o *ProcessGroupDTO) SetDefaultBackPressureObjectThreshold(v int64)

SetDefaultBackPressureObjectThreshold gets a reference to the given int64 and assigns it to the DefaultBackPressureObjectThreshold field.

func (*ProcessGroupDTO) SetDefaultFlowFileExpiration ¶

func (o *ProcessGroupDTO) SetDefaultFlowFileExpiration(v string)

SetDefaultFlowFileExpiration gets a reference to the given string and assigns it to the DefaultFlowFileExpiration field.

func (*ProcessGroupDTO) SetDisabledCount ¶

func (o *ProcessGroupDTO) SetDisabledCount(v int32)

SetDisabledCount gets a reference to the given int32 and assigns it to the DisabledCount field.

func (*ProcessGroupDTO) SetFlowfileConcurrency ¶

func (o *ProcessGroupDTO) SetFlowfileConcurrency(v string)

SetFlowfileConcurrency gets a reference to the given string and assigns it to the FlowfileConcurrency field.

func (*ProcessGroupDTO) SetFlowfileOutboundPolicy ¶

func (o *ProcessGroupDTO) SetFlowfileOutboundPolicy(v string)

SetFlowfileOutboundPolicy gets a reference to the given string and assigns it to the FlowfileOutboundPolicy field.

func (*ProcessGroupDTO) SetId ¶

func (o *ProcessGroupDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessGroupDTO) SetInactiveRemotePortCount ¶

func (o *ProcessGroupDTO) SetInactiveRemotePortCount(v int32)

SetInactiveRemotePortCount gets a reference to the given int32 and assigns it to the InactiveRemotePortCount field.

func (*ProcessGroupDTO) SetInputPortCount ¶

func (o *ProcessGroupDTO) SetInputPortCount(v int32)

SetInputPortCount gets a reference to the given int32 and assigns it to the InputPortCount field.

func (*ProcessGroupDTO) SetInvalidCount ¶

func (o *ProcessGroupDTO) SetInvalidCount(v int32)

SetInvalidCount gets a reference to the given int32 and assigns it to the InvalidCount field.

func (*ProcessGroupDTO) SetLocalInputPortCount ¶

func (o *ProcessGroupDTO) SetLocalInputPortCount(v int32)

SetLocalInputPortCount gets a reference to the given int32 and assigns it to the LocalInputPortCount field.

func (*ProcessGroupDTO) SetLocalOutputPortCount ¶

func (o *ProcessGroupDTO) SetLocalOutputPortCount(v int32)

SetLocalOutputPortCount gets a reference to the given int32 and assigns it to the LocalOutputPortCount field.

func (*ProcessGroupDTO) SetLocallyModifiedAndStaleCount ¶

func (o *ProcessGroupDTO) SetLocallyModifiedAndStaleCount(v int32)

SetLocallyModifiedAndStaleCount gets a reference to the given int32 and assigns it to the LocallyModifiedAndStaleCount field.

func (*ProcessGroupDTO) SetLocallyModifiedCount ¶

func (o *ProcessGroupDTO) SetLocallyModifiedCount(v int32)

SetLocallyModifiedCount gets a reference to the given int32 and assigns it to the LocallyModifiedCount field.

func (*ProcessGroupDTO) SetName ¶

func (o *ProcessGroupDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ProcessGroupDTO) SetOutputPortCount ¶

func (o *ProcessGroupDTO) SetOutputPortCount(v int32)

SetOutputPortCount gets a reference to the given int32 and assigns it to the OutputPortCount field.

func (*ProcessGroupDTO) SetParameterContext ¶

func (o *ProcessGroupDTO) SetParameterContext(v ParameterContextReferenceEntity)

SetParameterContext gets a reference to the given ParameterContextReferenceEntity and assigns it to the ParameterContext field.

func (*ProcessGroupDTO) SetParentGroupId ¶

func (o *ProcessGroupDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*ProcessGroupDTO) SetPosition ¶

func (o *ProcessGroupDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ProcessGroupDTO) SetPublicInputPortCount ¶

func (o *ProcessGroupDTO) SetPublicInputPortCount(v int32)

SetPublicInputPortCount gets a reference to the given int32 and assigns it to the PublicInputPortCount field.

func (*ProcessGroupDTO) SetPublicOutputPortCount ¶

func (o *ProcessGroupDTO) SetPublicOutputPortCount(v int32)

SetPublicOutputPortCount gets a reference to the given int32 and assigns it to the PublicOutputPortCount field.

func (*ProcessGroupDTO) SetRunningCount ¶

func (o *ProcessGroupDTO) SetRunningCount(v int32)

SetRunningCount gets a reference to the given int32 and assigns it to the RunningCount field.

func (*ProcessGroupDTO) SetStaleCount ¶

func (o *ProcessGroupDTO) SetStaleCount(v int32)

SetStaleCount gets a reference to the given int32 and assigns it to the StaleCount field.

func (*ProcessGroupDTO) SetStoppedCount ¶

func (o *ProcessGroupDTO) SetStoppedCount(v int32)

SetStoppedCount gets a reference to the given int32 and assigns it to the StoppedCount field.

func (*ProcessGroupDTO) SetSyncFailureCount ¶

func (o *ProcessGroupDTO) SetSyncFailureCount(v int32)

SetSyncFailureCount gets a reference to the given int32 and assigns it to the SyncFailureCount field.

func (*ProcessGroupDTO) SetUpToDateCount ¶

func (o *ProcessGroupDTO) SetUpToDateCount(v int32)

SetUpToDateCount gets a reference to the given int32 and assigns it to the UpToDateCount field.

func (*ProcessGroupDTO) SetVariables ¶

func (o *ProcessGroupDTO) SetVariables(v map[string]string)

SetVariables gets a reference to the given map[string]string and assigns it to the Variables field.

func (*ProcessGroupDTO) SetVersionControlInformation ¶

func (o *ProcessGroupDTO) SetVersionControlInformation(v VersionControlInformationDTO)

SetVersionControlInformation gets a reference to the given VersionControlInformationDTO and assigns it to the VersionControlInformation field.

func (*ProcessGroupDTO) SetVersionedComponentId ¶

func (o *ProcessGroupDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (ProcessGroupDTO) ToMap ¶

func (o ProcessGroupDTO) ToMap() (map[string]interface{}, error)

type ProcessGroupEntity ¶

type ProcessGroupEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                   `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ProcessGroupDTO        `json:"component,omitempty"`
	Status                       *ProcessGroupStatusDTO  `json:"status,omitempty"`
	VersionedFlowSnapshot        *RegisteredFlowSnapshot `json:"versionedFlowSnapshot,omitempty"`
	// The number of running components in this process group.
	RunningCount *int32 `json:"runningCount,omitempty"`
	// The number of stopped components in the process group.
	StoppedCount *int32 `json:"stoppedCount,omitempty"`
	// The number of invalid components in the process group.
	InvalidCount *int32 `json:"invalidCount,omitempty"`
	// The number of disabled components in the process group.
	DisabledCount *int32 `json:"disabledCount,omitempty"`
	// The number of active remote ports in the process group.
	ActiveRemotePortCount *int32 `json:"activeRemotePortCount,omitempty"`
	// The number of inactive remote ports in the process group.
	InactiveRemotePortCount *int32 `json:"inactiveRemotePortCount,omitempty"`
	// The current state of the Process Group, as it relates to the Versioned Flow
	VersionedFlowState *string `json:"versionedFlowState,omitempty"`
	// The number of up to date versioned process groups in the process group.
	UpToDateCount *int32 `json:"upToDateCount,omitempty"`
	// The number of locally modified versioned process groups in the process group.
	LocallyModifiedCount *int32 `json:"locallyModifiedCount,omitempty"`
	// The number of stale versioned process groups in the process group.
	StaleCount *int32 `json:"staleCount,omitempty"`
	// The number of locally modified and stale versioned process groups in the process group.
	LocallyModifiedAndStaleCount *int32 `json:"locallyModifiedAndStaleCount,omitempty"`
	// The number of versioned process groups in the process group that are unable to sync to a registry.
	SyncFailureCount *int32 `json:"syncFailureCount,omitempty"`
	// The number of local input ports in the process group.
	LocalInputPortCount *int32 `json:"localInputPortCount,omitempty"`
	// The number of local output ports in the process group.
	LocalOutputPortCount *int32 `json:"localOutputPortCount,omitempty"`
	// The number of public input ports in the process group.
	PublicInputPortCount *int32 `json:"publicInputPortCount,omitempty"`
	// The number of public output ports in the process group.
	PublicOutputPortCount *int32                           `json:"publicOutputPortCount,omitempty"`
	ParameterContext      *ParameterContextReferenceEntity `json:"parameterContext,omitempty"`
	// The number of input ports in the process group.
	InputPortCount *int32 `json:"inputPortCount,omitempty"`
	// The number of output ports in the process group.
	OutputPortCount *int32 `json:"outputPortCount,omitempty"`
}

ProcessGroupEntity struct for ProcessGroupEntity

func NewProcessGroupEntity ¶

func NewProcessGroupEntity() *ProcessGroupEntity

NewProcessGroupEntity instantiates a new ProcessGroupEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupEntityWithDefaults ¶

func NewProcessGroupEntityWithDefaults() *ProcessGroupEntity

NewProcessGroupEntityWithDefaults instantiates a new ProcessGroupEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupEntity) GetActiveRemotePortCount ¶

func (o *ProcessGroupEntity) GetActiveRemotePortCount() int32

GetActiveRemotePortCount returns the ActiveRemotePortCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetActiveRemotePortCountOk ¶

func (o *ProcessGroupEntity) GetActiveRemotePortCountOk() (*int32, bool)

GetActiveRemotePortCountOk returns a tuple with the ActiveRemotePortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetBulletins ¶

func (o *ProcessGroupEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetBulletinsOk ¶

func (o *ProcessGroupEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetComponent ¶

func (o *ProcessGroupEntity) GetComponent() ProcessGroupDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetComponentOk ¶

func (o *ProcessGroupEntity) GetComponentOk() (*ProcessGroupDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetDisabledCount ¶

func (o *ProcessGroupEntity) GetDisabledCount() int32

GetDisabledCount returns the DisabledCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetDisabledCountOk ¶

func (o *ProcessGroupEntity) GetDisabledCountOk() (*int32, bool)

GetDisabledCountOk returns a tuple with the DisabledCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ProcessGroupEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ProcessGroupEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetId ¶

func (o *ProcessGroupEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetIdOk ¶

func (o *ProcessGroupEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetInactiveRemotePortCount ¶

func (o *ProcessGroupEntity) GetInactiveRemotePortCount() int32

GetInactiveRemotePortCount returns the InactiveRemotePortCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetInactiveRemotePortCountOk ¶

func (o *ProcessGroupEntity) GetInactiveRemotePortCountOk() (*int32, bool)

GetInactiveRemotePortCountOk returns a tuple with the InactiveRemotePortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetInputPortCount ¶

func (o *ProcessGroupEntity) GetInputPortCount() int32

GetInputPortCount returns the InputPortCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetInputPortCountOk ¶

func (o *ProcessGroupEntity) GetInputPortCountOk() (*int32, bool)

GetInputPortCountOk returns a tuple with the InputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetInvalidCount ¶

func (o *ProcessGroupEntity) GetInvalidCount() int32

GetInvalidCount returns the InvalidCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetInvalidCountOk ¶

func (o *ProcessGroupEntity) GetInvalidCountOk() (*int32, bool)

GetInvalidCountOk returns a tuple with the InvalidCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetLocalInputPortCount ¶

func (o *ProcessGroupEntity) GetLocalInputPortCount() int32

GetLocalInputPortCount returns the LocalInputPortCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetLocalInputPortCountOk ¶

func (o *ProcessGroupEntity) GetLocalInputPortCountOk() (*int32, bool)

GetLocalInputPortCountOk returns a tuple with the LocalInputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetLocalOutputPortCount ¶

func (o *ProcessGroupEntity) GetLocalOutputPortCount() int32

GetLocalOutputPortCount returns the LocalOutputPortCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetLocalOutputPortCountOk ¶

func (o *ProcessGroupEntity) GetLocalOutputPortCountOk() (*int32, bool)

GetLocalOutputPortCountOk returns a tuple with the LocalOutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetLocallyModifiedAndStaleCount ¶

func (o *ProcessGroupEntity) GetLocallyModifiedAndStaleCount() int32

GetLocallyModifiedAndStaleCount returns the LocallyModifiedAndStaleCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetLocallyModifiedAndStaleCountOk ¶

func (o *ProcessGroupEntity) GetLocallyModifiedAndStaleCountOk() (*int32, bool)

GetLocallyModifiedAndStaleCountOk returns a tuple with the LocallyModifiedAndStaleCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetLocallyModifiedCount ¶

func (o *ProcessGroupEntity) GetLocallyModifiedCount() int32

GetLocallyModifiedCount returns the LocallyModifiedCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetLocallyModifiedCountOk ¶

func (o *ProcessGroupEntity) GetLocallyModifiedCountOk() (*int32, bool)

GetLocallyModifiedCountOk returns a tuple with the LocallyModifiedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetOutputPortCount ¶

func (o *ProcessGroupEntity) GetOutputPortCount() int32

GetOutputPortCount returns the OutputPortCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetOutputPortCountOk ¶

func (o *ProcessGroupEntity) GetOutputPortCountOk() (*int32, bool)

GetOutputPortCountOk returns a tuple with the OutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetParameterContext ¶

func (o *ProcessGroupEntity) GetParameterContext() ParameterContextReferenceEntity

GetParameterContext returns the ParameterContext field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetParameterContextOk ¶

func (o *ProcessGroupEntity) GetParameterContextOk() (*ParameterContextReferenceEntity, bool)

GetParameterContextOk returns a tuple with the ParameterContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetPermissions ¶

func (o *ProcessGroupEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetPermissionsOk ¶

func (o *ProcessGroupEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetPosition ¶

func (o *ProcessGroupEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetPositionOk ¶

func (o *ProcessGroupEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetPublicInputPortCount ¶

func (o *ProcessGroupEntity) GetPublicInputPortCount() int32

GetPublicInputPortCount returns the PublicInputPortCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetPublicInputPortCountOk ¶

func (o *ProcessGroupEntity) GetPublicInputPortCountOk() (*int32, bool)

GetPublicInputPortCountOk returns a tuple with the PublicInputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetPublicOutputPortCount ¶

func (o *ProcessGroupEntity) GetPublicOutputPortCount() int32

GetPublicOutputPortCount returns the PublicOutputPortCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetPublicOutputPortCountOk ¶

func (o *ProcessGroupEntity) GetPublicOutputPortCountOk() (*int32, bool)

GetPublicOutputPortCountOk returns a tuple with the PublicOutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetRevision ¶

func (o *ProcessGroupEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetRevisionOk ¶

func (o *ProcessGroupEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetRunningCount ¶

func (o *ProcessGroupEntity) GetRunningCount() int32

GetRunningCount returns the RunningCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetRunningCountOk ¶

func (o *ProcessGroupEntity) GetRunningCountOk() (*int32, bool)

GetRunningCountOk returns a tuple with the RunningCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetStaleCount ¶

func (o *ProcessGroupEntity) GetStaleCount() int32

GetStaleCount returns the StaleCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetStaleCountOk ¶

func (o *ProcessGroupEntity) GetStaleCountOk() (*int32, bool)

GetStaleCountOk returns a tuple with the StaleCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetStatusOk ¶

func (o *ProcessGroupEntity) GetStatusOk() (*ProcessGroupStatusDTO, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetStoppedCount ¶

func (o *ProcessGroupEntity) GetStoppedCount() int32

GetStoppedCount returns the StoppedCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetStoppedCountOk ¶

func (o *ProcessGroupEntity) GetStoppedCountOk() (*int32, bool)

GetStoppedCountOk returns a tuple with the StoppedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetSyncFailureCount ¶

func (o *ProcessGroupEntity) GetSyncFailureCount() int32

GetSyncFailureCount returns the SyncFailureCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetSyncFailureCountOk ¶

func (o *ProcessGroupEntity) GetSyncFailureCountOk() (*int32, bool)

GetSyncFailureCountOk returns a tuple with the SyncFailureCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetUpToDateCount ¶

func (o *ProcessGroupEntity) GetUpToDateCount() int32

GetUpToDateCount returns the UpToDateCount field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetUpToDateCountOk ¶

func (o *ProcessGroupEntity) GetUpToDateCountOk() (*int32, bool)

GetUpToDateCountOk returns a tuple with the UpToDateCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetUri ¶

func (o *ProcessGroupEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetUriOk ¶

func (o *ProcessGroupEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetVersionedFlowSnapshot ¶

func (o *ProcessGroupEntity) GetVersionedFlowSnapshot() RegisteredFlowSnapshot

GetVersionedFlowSnapshot returns the VersionedFlowSnapshot field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetVersionedFlowSnapshotOk ¶

func (o *ProcessGroupEntity) GetVersionedFlowSnapshotOk() (*RegisteredFlowSnapshot, bool)

GetVersionedFlowSnapshotOk returns a tuple with the VersionedFlowSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) GetVersionedFlowState ¶

func (o *ProcessGroupEntity) GetVersionedFlowState() string

GetVersionedFlowState returns the VersionedFlowState field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetVersionedFlowStateOk ¶

func (o *ProcessGroupEntity) GetVersionedFlowStateOk() (*string, bool)

GetVersionedFlowStateOk returns a tuple with the VersionedFlowState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupEntity) HasActiveRemotePortCount ¶

func (o *ProcessGroupEntity) HasActiveRemotePortCount() bool

HasActiveRemotePortCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasBulletins ¶

func (o *ProcessGroupEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasComponent ¶

func (o *ProcessGroupEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasDisabledCount ¶

func (o *ProcessGroupEntity) HasDisabledCount() bool

HasDisabledCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ProcessGroupEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasId ¶

func (o *ProcessGroupEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasInactiveRemotePortCount ¶

func (o *ProcessGroupEntity) HasInactiveRemotePortCount() bool

HasInactiveRemotePortCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasInputPortCount ¶

func (o *ProcessGroupEntity) HasInputPortCount() bool

HasInputPortCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasInvalidCount ¶

func (o *ProcessGroupEntity) HasInvalidCount() bool

HasInvalidCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasLocalInputPortCount ¶

func (o *ProcessGroupEntity) HasLocalInputPortCount() bool

HasLocalInputPortCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasLocalOutputPortCount ¶

func (o *ProcessGroupEntity) HasLocalOutputPortCount() bool

HasLocalOutputPortCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasLocallyModifiedAndStaleCount ¶

func (o *ProcessGroupEntity) HasLocallyModifiedAndStaleCount() bool

HasLocallyModifiedAndStaleCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasLocallyModifiedCount ¶

func (o *ProcessGroupEntity) HasLocallyModifiedCount() bool

HasLocallyModifiedCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasOutputPortCount ¶

func (o *ProcessGroupEntity) HasOutputPortCount() bool

HasOutputPortCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasParameterContext ¶

func (o *ProcessGroupEntity) HasParameterContext() bool

HasParameterContext returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasPermissions ¶

func (o *ProcessGroupEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasPosition ¶

func (o *ProcessGroupEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasPublicInputPortCount ¶

func (o *ProcessGroupEntity) HasPublicInputPortCount() bool

HasPublicInputPortCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasPublicOutputPortCount ¶

func (o *ProcessGroupEntity) HasPublicOutputPortCount() bool

HasPublicOutputPortCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasRevision ¶

func (o *ProcessGroupEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasRunningCount ¶

func (o *ProcessGroupEntity) HasRunningCount() bool

HasRunningCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasStaleCount ¶

func (o *ProcessGroupEntity) HasStaleCount() bool

HasStaleCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasStatus ¶

func (o *ProcessGroupEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasStoppedCount ¶

func (o *ProcessGroupEntity) HasStoppedCount() bool

HasStoppedCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasSyncFailureCount ¶

func (o *ProcessGroupEntity) HasSyncFailureCount() bool

HasSyncFailureCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasUpToDateCount ¶

func (o *ProcessGroupEntity) HasUpToDateCount() bool

HasUpToDateCount returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasUri ¶

func (o *ProcessGroupEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasVersionedFlowSnapshot ¶

func (o *ProcessGroupEntity) HasVersionedFlowSnapshot() bool

HasVersionedFlowSnapshot returns a boolean if a field has been set.

func (*ProcessGroupEntity) HasVersionedFlowState ¶

func (o *ProcessGroupEntity) HasVersionedFlowState() bool

HasVersionedFlowState returns a boolean if a field has been set.

func (ProcessGroupEntity) MarshalJSON ¶

func (o ProcessGroupEntity) MarshalJSON() ([]byte, error)

func (*ProcessGroupEntity) SetActiveRemotePortCount ¶

func (o *ProcessGroupEntity) SetActiveRemotePortCount(v int32)

SetActiveRemotePortCount gets a reference to the given int32 and assigns it to the ActiveRemotePortCount field.

func (*ProcessGroupEntity) SetBulletins ¶

func (o *ProcessGroupEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ProcessGroupEntity) SetComponent ¶

func (o *ProcessGroupEntity) SetComponent(v ProcessGroupDTO)

SetComponent gets a reference to the given ProcessGroupDTO and assigns it to the Component field.

func (*ProcessGroupEntity) SetDisabledCount ¶

func (o *ProcessGroupEntity) SetDisabledCount(v int32)

SetDisabledCount gets a reference to the given int32 and assigns it to the DisabledCount field.

func (*ProcessGroupEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ProcessGroupEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ProcessGroupEntity) SetId ¶

func (o *ProcessGroupEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessGroupEntity) SetInactiveRemotePortCount ¶

func (o *ProcessGroupEntity) SetInactiveRemotePortCount(v int32)

SetInactiveRemotePortCount gets a reference to the given int32 and assigns it to the InactiveRemotePortCount field.

func (*ProcessGroupEntity) SetInputPortCount ¶

func (o *ProcessGroupEntity) SetInputPortCount(v int32)

SetInputPortCount gets a reference to the given int32 and assigns it to the InputPortCount field.

func (*ProcessGroupEntity) SetInvalidCount ¶

func (o *ProcessGroupEntity) SetInvalidCount(v int32)

SetInvalidCount gets a reference to the given int32 and assigns it to the InvalidCount field.

func (*ProcessGroupEntity) SetLocalInputPortCount ¶

func (o *ProcessGroupEntity) SetLocalInputPortCount(v int32)

SetLocalInputPortCount gets a reference to the given int32 and assigns it to the LocalInputPortCount field.

func (*ProcessGroupEntity) SetLocalOutputPortCount ¶

func (o *ProcessGroupEntity) SetLocalOutputPortCount(v int32)

SetLocalOutputPortCount gets a reference to the given int32 and assigns it to the LocalOutputPortCount field.

func (*ProcessGroupEntity) SetLocallyModifiedAndStaleCount ¶

func (o *ProcessGroupEntity) SetLocallyModifiedAndStaleCount(v int32)

SetLocallyModifiedAndStaleCount gets a reference to the given int32 and assigns it to the LocallyModifiedAndStaleCount field.

func (*ProcessGroupEntity) SetLocallyModifiedCount ¶

func (o *ProcessGroupEntity) SetLocallyModifiedCount(v int32)

SetLocallyModifiedCount gets a reference to the given int32 and assigns it to the LocallyModifiedCount field.

func (*ProcessGroupEntity) SetOutputPortCount ¶

func (o *ProcessGroupEntity) SetOutputPortCount(v int32)

SetOutputPortCount gets a reference to the given int32 and assigns it to the OutputPortCount field.

func (*ProcessGroupEntity) SetParameterContext ¶

func (o *ProcessGroupEntity) SetParameterContext(v ParameterContextReferenceEntity)

SetParameterContext gets a reference to the given ParameterContextReferenceEntity and assigns it to the ParameterContext field.

func (*ProcessGroupEntity) SetPermissions ¶

func (o *ProcessGroupEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ProcessGroupEntity) SetPosition ¶

func (o *ProcessGroupEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ProcessGroupEntity) SetPublicInputPortCount ¶

func (o *ProcessGroupEntity) SetPublicInputPortCount(v int32)

SetPublicInputPortCount gets a reference to the given int32 and assigns it to the PublicInputPortCount field.

func (*ProcessGroupEntity) SetPublicOutputPortCount ¶

func (o *ProcessGroupEntity) SetPublicOutputPortCount(v int32)

SetPublicOutputPortCount gets a reference to the given int32 and assigns it to the PublicOutputPortCount field.

func (*ProcessGroupEntity) SetRevision ¶

func (o *ProcessGroupEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ProcessGroupEntity) SetRunningCount ¶

func (o *ProcessGroupEntity) SetRunningCount(v int32)

SetRunningCount gets a reference to the given int32 and assigns it to the RunningCount field.

func (*ProcessGroupEntity) SetStaleCount ¶

func (o *ProcessGroupEntity) SetStaleCount(v int32)

SetStaleCount gets a reference to the given int32 and assigns it to the StaleCount field.

func (*ProcessGroupEntity) SetStatus ¶

func (o *ProcessGroupEntity) SetStatus(v ProcessGroupStatusDTO)

SetStatus gets a reference to the given ProcessGroupStatusDTO and assigns it to the Status field.

func (*ProcessGroupEntity) SetStoppedCount ¶

func (o *ProcessGroupEntity) SetStoppedCount(v int32)

SetStoppedCount gets a reference to the given int32 and assigns it to the StoppedCount field.

func (*ProcessGroupEntity) SetSyncFailureCount ¶

func (o *ProcessGroupEntity) SetSyncFailureCount(v int32)

SetSyncFailureCount gets a reference to the given int32 and assigns it to the SyncFailureCount field.

func (*ProcessGroupEntity) SetUpToDateCount ¶

func (o *ProcessGroupEntity) SetUpToDateCount(v int32)

SetUpToDateCount gets a reference to the given int32 and assigns it to the UpToDateCount field.

func (*ProcessGroupEntity) SetUri ¶

func (o *ProcessGroupEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (*ProcessGroupEntity) SetVersionedFlowSnapshot ¶

func (o *ProcessGroupEntity) SetVersionedFlowSnapshot(v RegisteredFlowSnapshot)

SetVersionedFlowSnapshot gets a reference to the given RegisteredFlowSnapshot and assigns it to the VersionedFlowSnapshot field.

func (*ProcessGroupEntity) SetVersionedFlowState ¶

func (o *ProcessGroupEntity) SetVersionedFlowState(v string)

SetVersionedFlowState gets a reference to the given string and assigns it to the VersionedFlowState field.

func (ProcessGroupEntity) ToMap ¶

func (o ProcessGroupEntity) ToMap() (map[string]interface{}, error)

type ProcessGroupFlowDTO ¶

type ProcessGroupFlowDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri *string `json:"uri,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId    *string                          `json:"parentGroupId,omitempty"`
	ParameterContext *ParameterContextReferenceEntity `json:"parameterContext,omitempty"`
	Breadcrumb       *FlowBreadcrumbEntity            `json:"breadcrumb,omitempty"`
	Flow             *FlowDTO                         `json:"flow,omitempty"`
	// The time the flow for the process group was last refreshed.
	LastRefreshed *string `json:"lastRefreshed,omitempty"`
}

ProcessGroupFlowDTO struct for ProcessGroupFlowDTO

func NewProcessGroupFlowDTO ¶

func NewProcessGroupFlowDTO() *ProcessGroupFlowDTO

NewProcessGroupFlowDTO instantiates a new ProcessGroupFlowDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupFlowDTOWithDefaults ¶

func NewProcessGroupFlowDTOWithDefaults() *ProcessGroupFlowDTO

NewProcessGroupFlowDTOWithDefaults instantiates a new ProcessGroupFlowDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupFlowDTO) GetBreadcrumb ¶

func (o *ProcessGroupFlowDTO) GetBreadcrumb() FlowBreadcrumbEntity

GetBreadcrumb returns the Breadcrumb field value if set, zero value otherwise.

func (*ProcessGroupFlowDTO) GetBreadcrumbOk ¶

func (o *ProcessGroupFlowDTO) GetBreadcrumbOk() (*FlowBreadcrumbEntity, bool)

GetBreadcrumbOk returns a tuple with the Breadcrumb field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupFlowDTO) GetFlow ¶

func (o *ProcessGroupFlowDTO) GetFlow() FlowDTO

GetFlow returns the Flow field value if set, zero value otherwise.

func (*ProcessGroupFlowDTO) GetFlowOk ¶

func (o *ProcessGroupFlowDTO) GetFlowOk() (*FlowDTO, bool)

GetFlowOk returns a tuple with the Flow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupFlowDTO) GetId ¶

func (o *ProcessGroupFlowDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessGroupFlowDTO) GetIdOk ¶

func (o *ProcessGroupFlowDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupFlowDTO) GetLastRefreshed ¶

func (o *ProcessGroupFlowDTO) GetLastRefreshed() string

GetLastRefreshed returns the LastRefreshed field value if set, zero value otherwise.

func (*ProcessGroupFlowDTO) GetLastRefreshedOk ¶

func (o *ProcessGroupFlowDTO) GetLastRefreshedOk() (*string, bool)

GetLastRefreshedOk returns a tuple with the LastRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupFlowDTO) GetParameterContext ¶

func (o *ProcessGroupFlowDTO) GetParameterContext() ParameterContextReferenceEntity

GetParameterContext returns the ParameterContext field value if set, zero value otherwise.

func (*ProcessGroupFlowDTO) GetParameterContextOk ¶

func (o *ProcessGroupFlowDTO) GetParameterContextOk() (*ParameterContextReferenceEntity, bool)

GetParameterContextOk returns a tuple with the ParameterContext field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupFlowDTO) GetParentGroupId ¶

func (o *ProcessGroupFlowDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*ProcessGroupFlowDTO) GetParentGroupIdOk ¶

func (o *ProcessGroupFlowDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupFlowDTO) GetUri ¶

func (o *ProcessGroupFlowDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ProcessGroupFlowDTO) GetUriOk ¶

func (o *ProcessGroupFlowDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupFlowDTO) HasBreadcrumb ¶

func (o *ProcessGroupFlowDTO) HasBreadcrumb() bool

HasBreadcrumb returns a boolean if a field has been set.

func (*ProcessGroupFlowDTO) HasFlow ¶

func (o *ProcessGroupFlowDTO) HasFlow() bool

HasFlow returns a boolean if a field has been set.

func (*ProcessGroupFlowDTO) HasId ¶

func (o *ProcessGroupFlowDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProcessGroupFlowDTO) HasLastRefreshed ¶

func (o *ProcessGroupFlowDTO) HasLastRefreshed() bool

HasLastRefreshed returns a boolean if a field has been set.

func (*ProcessGroupFlowDTO) HasParameterContext ¶

func (o *ProcessGroupFlowDTO) HasParameterContext() bool

HasParameterContext returns a boolean if a field has been set.

func (*ProcessGroupFlowDTO) HasParentGroupId ¶

func (o *ProcessGroupFlowDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*ProcessGroupFlowDTO) HasUri ¶

func (o *ProcessGroupFlowDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ProcessGroupFlowDTO) MarshalJSON ¶

func (o ProcessGroupFlowDTO) MarshalJSON() ([]byte, error)

func (*ProcessGroupFlowDTO) SetBreadcrumb ¶

func (o *ProcessGroupFlowDTO) SetBreadcrumb(v FlowBreadcrumbEntity)

SetBreadcrumb gets a reference to the given FlowBreadcrumbEntity and assigns it to the Breadcrumb field.

func (*ProcessGroupFlowDTO) SetFlow ¶

func (o *ProcessGroupFlowDTO) SetFlow(v FlowDTO)

SetFlow gets a reference to the given FlowDTO and assigns it to the Flow field.

func (*ProcessGroupFlowDTO) SetId ¶

func (o *ProcessGroupFlowDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessGroupFlowDTO) SetLastRefreshed ¶

func (o *ProcessGroupFlowDTO) SetLastRefreshed(v string)

SetLastRefreshed gets a reference to the given string and assigns it to the LastRefreshed field.

func (*ProcessGroupFlowDTO) SetParameterContext ¶

func (o *ProcessGroupFlowDTO) SetParameterContext(v ParameterContextReferenceEntity)

SetParameterContext gets a reference to the given ParameterContextReferenceEntity and assigns it to the ParameterContext field.

func (*ProcessGroupFlowDTO) SetParentGroupId ¶

func (o *ProcessGroupFlowDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*ProcessGroupFlowDTO) SetUri ¶

func (o *ProcessGroupFlowDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ProcessGroupFlowDTO) ToMap ¶

func (o ProcessGroupFlowDTO) ToMap() (map[string]interface{}, error)

type ProcessGroupFlowEntity ¶

type ProcessGroupFlowEntity struct {
	Permissions      *PermissionsDTO      `json:"permissions,omitempty"`
	ProcessGroupFlow *ProcessGroupFlowDTO `json:"processGroupFlow,omitempty"`
}

ProcessGroupFlowEntity struct for ProcessGroupFlowEntity

func NewProcessGroupFlowEntity ¶

func NewProcessGroupFlowEntity() *ProcessGroupFlowEntity

NewProcessGroupFlowEntity instantiates a new ProcessGroupFlowEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupFlowEntityWithDefaults ¶

func NewProcessGroupFlowEntityWithDefaults() *ProcessGroupFlowEntity

NewProcessGroupFlowEntityWithDefaults instantiates a new ProcessGroupFlowEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupFlowEntity) GetPermissions ¶

func (o *ProcessGroupFlowEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ProcessGroupFlowEntity) GetPermissionsOk ¶

func (o *ProcessGroupFlowEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupFlowEntity) GetProcessGroupFlow ¶

func (o *ProcessGroupFlowEntity) GetProcessGroupFlow() ProcessGroupFlowDTO

GetProcessGroupFlow returns the ProcessGroupFlow field value if set, zero value otherwise.

func (*ProcessGroupFlowEntity) GetProcessGroupFlowOk ¶

func (o *ProcessGroupFlowEntity) GetProcessGroupFlowOk() (*ProcessGroupFlowDTO, bool)

GetProcessGroupFlowOk returns a tuple with the ProcessGroupFlow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupFlowEntity) HasPermissions ¶

func (o *ProcessGroupFlowEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ProcessGroupFlowEntity) HasProcessGroupFlow ¶

func (o *ProcessGroupFlowEntity) HasProcessGroupFlow() bool

HasProcessGroupFlow returns a boolean if a field has been set.

func (ProcessGroupFlowEntity) MarshalJSON ¶

func (o ProcessGroupFlowEntity) MarshalJSON() ([]byte, error)

func (*ProcessGroupFlowEntity) SetPermissions ¶

func (o *ProcessGroupFlowEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ProcessGroupFlowEntity) SetProcessGroupFlow ¶

func (o *ProcessGroupFlowEntity) SetProcessGroupFlow(v ProcessGroupFlowDTO)

SetProcessGroupFlow gets a reference to the given ProcessGroupFlowDTO and assigns it to the ProcessGroupFlow field.

func (ProcessGroupFlowEntity) ToMap ¶

func (o ProcessGroupFlowEntity) ToMap() (map[string]interface{}, error)

type ProcessGroupImportEntity ¶

type ProcessGroupImportEntity struct {
	ProcessGroupRevision *RevisionDTO `json:"processGroupRevision,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                   `json:"disconnectedNodeAcknowledged,omitempty"`
	VersionedFlowSnapshot        *RegisteredFlowSnapshot `json:"versionedFlowSnapshot,omitempty"`
}

ProcessGroupImportEntity struct for ProcessGroupImportEntity

func NewProcessGroupImportEntity ¶

func NewProcessGroupImportEntity() *ProcessGroupImportEntity

NewProcessGroupImportEntity instantiates a new ProcessGroupImportEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupImportEntityWithDefaults ¶

func NewProcessGroupImportEntityWithDefaults() *ProcessGroupImportEntity

NewProcessGroupImportEntityWithDefaults instantiates a new ProcessGroupImportEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupImportEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ProcessGroupImportEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ProcessGroupImportEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ProcessGroupImportEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupImportEntity) GetProcessGroupRevision ¶

func (o *ProcessGroupImportEntity) GetProcessGroupRevision() RevisionDTO

GetProcessGroupRevision returns the ProcessGroupRevision field value if set, zero value otherwise.

func (*ProcessGroupImportEntity) GetProcessGroupRevisionOk ¶

func (o *ProcessGroupImportEntity) GetProcessGroupRevisionOk() (*RevisionDTO, bool)

GetProcessGroupRevisionOk returns a tuple with the ProcessGroupRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupImportEntity) GetVersionedFlowSnapshot ¶

func (o *ProcessGroupImportEntity) GetVersionedFlowSnapshot() RegisteredFlowSnapshot

GetVersionedFlowSnapshot returns the VersionedFlowSnapshot field value if set, zero value otherwise.

func (*ProcessGroupImportEntity) GetVersionedFlowSnapshotOk ¶

func (o *ProcessGroupImportEntity) GetVersionedFlowSnapshotOk() (*RegisteredFlowSnapshot, bool)

GetVersionedFlowSnapshotOk returns a tuple with the VersionedFlowSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupImportEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ProcessGroupImportEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ProcessGroupImportEntity) HasProcessGroupRevision ¶

func (o *ProcessGroupImportEntity) HasProcessGroupRevision() bool

HasProcessGroupRevision returns a boolean if a field has been set.

func (*ProcessGroupImportEntity) HasVersionedFlowSnapshot ¶

func (o *ProcessGroupImportEntity) HasVersionedFlowSnapshot() bool

HasVersionedFlowSnapshot returns a boolean if a field has been set.

func (ProcessGroupImportEntity) MarshalJSON ¶

func (o ProcessGroupImportEntity) MarshalJSON() ([]byte, error)

func (*ProcessGroupImportEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ProcessGroupImportEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ProcessGroupImportEntity) SetProcessGroupRevision ¶

func (o *ProcessGroupImportEntity) SetProcessGroupRevision(v RevisionDTO)

SetProcessGroupRevision gets a reference to the given RevisionDTO and assigns it to the ProcessGroupRevision field.

func (*ProcessGroupImportEntity) SetVersionedFlowSnapshot ¶

func (o *ProcessGroupImportEntity) SetVersionedFlowSnapshot(v RegisteredFlowSnapshot)

SetVersionedFlowSnapshot gets a reference to the given RegisteredFlowSnapshot and assigns it to the VersionedFlowSnapshot field.

func (ProcessGroupImportEntity) ToMap ¶

func (o ProcessGroupImportEntity) ToMap() (map[string]interface{}, error)

type ProcessGroupNameDTO ¶

type ProcessGroupNameDTO struct {
	// The ID of the Process Group
	Id *string `json:"id,omitempty"`
	// The name of the Process Group, or the ID of the Process Group if the user does not have the READ policy for the Process Group
	Name *string `json:"name,omitempty"`
}

ProcessGroupNameDTO struct for ProcessGroupNameDTO

func NewProcessGroupNameDTO ¶

func NewProcessGroupNameDTO() *ProcessGroupNameDTO

NewProcessGroupNameDTO instantiates a new ProcessGroupNameDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupNameDTOWithDefaults ¶

func NewProcessGroupNameDTOWithDefaults() *ProcessGroupNameDTO

NewProcessGroupNameDTOWithDefaults instantiates a new ProcessGroupNameDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupNameDTO) GetId ¶

func (o *ProcessGroupNameDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessGroupNameDTO) GetIdOk ¶

func (o *ProcessGroupNameDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupNameDTO) GetName ¶

func (o *ProcessGroupNameDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProcessGroupNameDTO) GetNameOk ¶

func (o *ProcessGroupNameDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupNameDTO) HasId ¶

func (o *ProcessGroupNameDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProcessGroupNameDTO) HasName ¶

func (o *ProcessGroupNameDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (ProcessGroupNameDTO) MarshalJSON ¶

func (o ProcessGroupNameDTO) MarshalJSON() ([]byte, error)

func (*ProcessGroupNameDTO) SetId ¶

func (o *ProcessGroupNameDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessGroupNameDTO) SetName ¶

func (o *ProcessGroupNameDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (ProcessGroupNameDTO) ToMap ¶

func (o ProcessGroupNameDTO) ToMap() (map[string]interface{}, error)

type ProcessGroupReplaceRequestDTO ¶

type ProcessGroupReplaceRequestDTO struct {
	// The unique ID of this request.
	RequestId *string `json:"requestId,omitempty"`
	// The unique ID of the Process Group being updated
	ProcessGroupId *string `json:"processGroupId,omitempty"`
	// The URI for future requests to this drop request.
	Uri *string `json:"uri,omitempty"`
	// The last time this request was updated.
	LastUpdated *string `json:"lastUpdated,omitempty"`
	// Whether or not this request has completed
	Complete *bool `json:"complete,omitempty"`
	// An explanation of why this request failed, or null if this request has not failed
	FailureReason *string `json:"failureReason,omitempty"`
	// The percentage complete for the request, between 0 and 100
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// The state of the request
	State *string `json:"state,omitempty"`
}

ProcessGroupReplaceRequestDTO struct for ProcessGroupReplaceRequestDTO

func NewProcessGroupReplaceRequestDTO ¶

func NewProcessGroupReplaceRequestDTO() *ProcessGroupReplaceRequestDTO

NewProcessGroupReplaceRequestDTO instantiates a new ProcessGroupReplaceRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupReplaceRequestDTOWithDefaults ¶

func NewProcessGroupReplaceRequestDTOWithDefaults() *ProcessGroupReplaceRequestDTO

NewProcessGroupReplaceRequestDTOWithDefaults instantiates a new ProcessGroupReplaceRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupReplaceRequestDTO) GetComplete ¶

func (o *ProcessGroupReplaceRequestDTO) GetComplete() bool

GetComplete returns the Complete field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestDTO) GetCompleteOk ¶

func (o *ProcessGroupReplaceRequestDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestDTO) GetFailureReason ¶

func (o *ProcessGroupReplaceRequestDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestDTO) GetFailureReasonOk ¶

func (o *ProcessGroupReplaceRequestDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestDTO) GetLastUpdated ¶

func (o *ProcessGroupReplaceRequestDTO) GetLastUpdated() string

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestDTO) GetLastUpdatedOk ¶

func (o *ProcessGroupReplaceRequestDTO) GetLastUpdatedOk() (*string, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestDTO) GetPercentCompleted ¶

func (o *ProcessGroupReplaceRequestDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestDTO) GetPercentCompletedOk ¶

func (o *ProcessGroupReplaceRequestDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestDTO) GetProcessGroupId ¶

func (o *ProcessGroupReplaceRequestDTO) GetProcessGroupId() string

GetProcessGroupId returns the ProcessGroupId field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestDTO) GetProcessGroupIdOk ¶

func (o *ProcessGroupReplaceRequestDTO) GetProcessGroupIdOk() (*string, bool)

GetProcessGroupIdOk returns a tuple with the ProcessGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestDTO) GetRequestId ¶

func (o *ProcessGroupReplaceRequestDTO) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestDTO) GetRequestIdOk ¶

func (o *ProcessGroupReplaceRequestDTO) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestDTO) GetState ¶

func (o *ProcessGroupReplaceRequestDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestDTO) GetStateOk ¶

func (o *ProcessGroupReplaceRequestDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestDTO) GetUri ¶

GetUri returns the Uri field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestDTO) GetUriOk ¶

func (o *ProcessGroupReplaceRequestDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestDTO) HasComplete ¶

func (o *ProcessGroupReplaceRequestDTO) HasComplete() bool

HasComplete returns a boolean if a field has been set.

func (*ProcessGroupReplaceRequestDTO) HasFailureReason ¶

func (o *ProcessGroupReplaceRequestDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*ProcessGroupReplaceRequestDTO) HasLastUpdated ¶

func (o *ProcessGroupReplaceRequestDTO) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

func (*ProcessGroupReplaceRequestDTO) HasPercentCompleted ¶

func (o *ProcessGroupReplaceRequestDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*ProcessGroupReplaceRequestDTO) HasProcessGroupId ¶

func (o *ProcessGroupReplaceRequestDTO) HasProcessGroupId() bool

HasProcessGroupId returns a boolean if a field has been set.

func (*ProcessGroupReplaceRequestDTO) HasRequestId ¶

func (o *ProcessGroupReplaceRequestDTO) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*ProcessGroupReplaceRequestDTO) HasState ¶

func (o *ProcessGroupReplaceRequestDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*ProcessGroupReplaceRequestDTO) HasUri ¶

func (o *ProcessGroupReplaceRequestDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ProcessGroupReplaceRequestDTO) MarshalJSON ¶

func (o ProcessGroupReplaceRequestDTO) MarshalJSON() ([]byte, error)

func (*ProcessGroupReplaceRequestDTO) SetComplete ¶

func (o *ProcessGroupReplaceRequestDTO) SetComplete(v bool)

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*ProcessGroupReplaceRequestDTO) SetFailureReason ¶

func (o *ProcessGroupReplaceRequestDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*ProcessGroupReplaceRequestDTO) SetLastUpdated ¶

func (o *ProcessGroupReplaceRequestDTO) SetLastUpdated(v string)

SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.

func (*ProcessGroupReplaceRequestDTO) SetPercentCompleted ¶

func (o *ProcessGroupReplaceRequestDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*ProcessGroupReplaceRequestDTO) SetProcessGroupId ¶

func (o *ProcessGroupReplaceRequestDTO) SetProcessGroupId(v string)

SetProcessGroupId gets a reference to the given string and assigns it to the ProcessGroupId field.

func (*ProcessGroupReplaceRequestDTO) SetRequestId ¶

func (o *ProcessGroupReplaceRequestDTO) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*ProcessGroupReplaceRequestDTO) SetState ¶

func (o *ProcessGroupReplaceRequestDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*ProcessGroupReplaceRequestDTO) SetUri ¶

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ProcessGroupReplaceRequestDTO) ToMap ¶

func (o ProcessGroupReplaceRequestDTO) ToMap() (map[string]interface{}, error)

type ProcessGroupReplaceRequestEntity ¶

type ProcessGroupReplaceRequestEntity struct {
	ProcessGroupRevision  *RevisionDTO                   `json:"processGroupRevision,omitempty"`
	Request               *ProcessGroupReplaceRequestDTO `json:"request,omitempty"`
	VersionedFlowSnapshot *RegisteredFlowSnapshot        `json:"versionedFlowSnapshot,omitempty"`
}

ProcessGroupReplaceRequestEntity struct for ProcessGroupReplaceRequestEntity

func NewProcessGroupReplaceRequestEntity ¶

func NewProcessGroupReplaceRequestEntity() *ProcessGroupReplaceRequestEntity

NewProcessGroupReplaceRequestEntity instantiates a new ProcessGroupReplaceRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupReplaceRequestEntityWithDefaults ¶

func NewProcessGroupReplaceRequestEntityWithDefaults() *ProcessGroupReplaceRequestEntity

NewProcessGroupReplaceRequestEntityWithDefaults instantiates a new ProcessGroupReplaceRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupReplaceRequestEntity) GetProcessGroupRevision ¶

func (o *ProcessGroupReplaceRequestEntity) GetProcessGroupRevision() RevisionDTO

GetProcessGroupRevision returns the ProcessGroupRevision field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestEntity) GetProcessGroupRevisionOk ¶

func (o *ProcessGroupReplaceRequestEntity) GetProcessGroupRevisionOk() (*RevisionDTO, bool)

GetProcessGroupRevisionOk returns a tuple with the ProcessGroupRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestEntity) GetRequest ¶

GetRequest returns the Request field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestEntity) GetRequestOk ¶

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestEntity) GetVersionedFlowSnapshot ¶

func (o *ProcessGroupReplaceRequestEntity) GetVersionedFlowSnapshot() RegisteredFlowSnapshot

GetVersionedFlowSnapshot returns the VersionedFlowSnapshot field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestEntity) GetVersionedFlowSnapshotOk ¶

func (o *ProcessGroupReplaceRequestEntity) GetVersionedFlowSnapshotOk() (*RegisteredFlowSnapshot, bool)

GetVersionedFlowSnapshotOk returns a tuple with the VersionedFlowSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupReplaceRequestEntity) HasProcessGroupRevision ¶

func (o *ProcessGroupReplaceRequestEntity) HasProcessGroupRevision() bool

HasProcessGroupRevision returns a boolean if a field has been set.

func (*ProcessGroupReplaceRequestEntity) HasRequest ¶

func (o *ProcessGroupReplaceRequestEntity) HasRequest() bool

HasRequest returns a boolean if a field has been set.

func (*ProcessGroupReplaceRequestEntity) HasVersionedFlowSnapshot ¶

func (o *ProcessGroupReplaceRequestEntity) HasVersionedFlowSnapshot() bool

HasVersionedFlowSnapshot returns a boolean if a field has been set.

func (ProcessGroupReplaceRequestEntity) MarshalJSON ¶

func (o ProcessGroupReplaceRequestEntity) MarshalJSON() ([]byte, error)

func (*ProcessGroupReplaceRequestEntity) SetProcessGroupRevision ¶

func (o *ProcessGroupReplaceRequestEntity) SetProcessGroupRevision(v RevisionDTO)

SetProcessGroupRevision gets a reference to the given RevisionDTO and assigns it to the ProcessGroupRevision field.

func (*ProcessGroupReplaceRequestEntity) SetRequest ¶

SetRequest gets a reference to the given ProcessGroupReplaceRequestDTO and assigns it to the Request field.

func (*ProcessGroupReplaceRequestEntity) SetVersionedFlowSnapshot ¶

func (o *ProcessGroupReplaceRequestEntity) SetVersionedFlowSnapshot(v RegisteredFlowSnapshot)

SetVersionedFlowSnapshot gets a reference to the given RegisteredFlowSnapshot and assigns it to the VersionedFlowSnapshot field.

func (ProcessGroupReplaceRequestEntity) ToMap ¶

func (o ProcessGroupReplaceRequestEntity) ToMap() (map[string]interface{}, error)

type ProcessGroupStatusDTO ¶

type ProcessGroupStatusDTO struct {
	// The ID of the Process Group
	Id *string `json:"id,omitempty"`
	// The name of the Process Group
	Name *string `json:"name,omitempty"`
	// The time the status for the process group was last refreshed.
	StatsLastRefreshed *string                        `json:"statsLastRefreshed,omitempty"`
	AggregateSnapshot  *ProcessGroupStatusSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// The status reported by each node in the cluster. If the NiFi instance is a standalone instance, rather than a clustered instance, this value may be null.
	NodeSnapshots []NodeProcessGroupStatusSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

ProcessGroupStatusDTO struct for ProcessGroupStatusDTO

func NewProcessGroupStatusDTO ¶

func NewProcessGroupStatusDTO() *ProcessGroupStatusDTO

NewProcessGroupStatusDTO instantiates a new ProcessGroupStatusDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupStatusDTOWithDefaults ¶

func NewProcessGroupStatusDTOWithDefaults() *ProcessGroupStatusDTO

NewProcessGroupStatusDTOWithDefaults instantiates a new ProcessGroupStatusDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupStatusDTO) GetAggregateSnapshot ¶

func (o *ProcessGroupStatusDTO) GetAggregateSnapshot() ProcessGroupStatusSnapshotDTO

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*ProcessGroupStatusDTO) GetAggregateSnapshotOk ¶

func (o *ProcessGroupStatusDTO) GetAggregateSnapshotOk() (*ProcessGroupStatusSnapshotDTO, bool)

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusDTO) GetId ¶

func (o *ProcessGroupStatusDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessGroupStatusDTO) GetIdOk ¶

func (o *ProcessGroupStatusDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusDTO) GetName ¶

func (o *ProcessGroupStatusDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProcessGroupStatusDTO) GetNameOk ¶

func (o *ProcessGroupStatusDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusDTO) GetNodeSnapshots ¶

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*ProcessGroupStatusDTO) GetNodeSnapshotsOk ¶

func (o *ProcessGroupStatusDTO) GetNodeSnapshotsOk() ([]NodeProcessGroupStatusSnapshotDTO, bool)

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusDTO) GetStatsLastRefreshed ¶

func (o *ProcessGroupStatusDTO) GetStatsLastRefreshed() string

GetStatsLastRefreshed returns the StatsLastRefreshed field value if set, zero value otherwise.

func (*ProcessGroupStatusDTO) GetStatsLastRefreshedOk ¶

func (o *ProcessGroupStatusDTO) GetStatsLastRefreshedOk() (*string, bool)

GetStatsLastRefreshedOk returns a tuple with the StatsLastRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusDTO) HasAggregateSnapshot ¶

func (o *ProcessGroupStatusDTO) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*ProcessGroupStatusDTO) HasId ¶

func (o *ProcessGroupStatusDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProcessGroupStatusDTO) HasName ¶

func (o *ProcessGroupStatusDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProcessGroupStatusDTO) HasNodeSnapshots ¶

func (o *ProcessGroupStatusDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (*ProcessGroupStatusDTO) HasStatsLastRefreshed ¶

func (o *ProcessGroupStatusDTO) HasStatsLastRefreshed() bool

HasStatsLastRefreshed returns a boolean if a field has been set.

func (ProcessGroupStatusDTO) MarshalJSON ¶

func (o ProcessGroupStatusDTO) MarshalJSON() ([]byte, error)

func (*ProcessGroupStatusDTO) SetAggregateSnapshot ¶

func (o *ProcessGroupStatusDTO) SetAggregateSnapshot(v ProcessGroupStatusSnapshotDTO)

SetAggregateSnapshot gets a reference to the given ProcessGroupStatusSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*ProcessGroupStatusDTO) SetId ¶

func (o *ProcessGroupStatusDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessGroupStatusDTO) SetName ¶

func (o *ProcessGroupStatusDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ProcessGroupStatusDTO) SetNodeSnapshots ¶

SetNodeSnapshots gets a reference to the given []NodeProcessGroupStatusSnapshotDTO and assigns it to the NodeSnapshots field.

func (*ProcessGroupStatusDTO) SetStatsLastRefreshed ¶

func (o *ProcessGroupStatusDTO) SetStatsLastRefreshed(v string)

SetStatsLastRefreshed gets a reference to the given string and assigns it to the StatsLastRefreshed field.

func (ProcessGroupStatusDTO) ToMap ¶

func (o ProcessGroupStatusDTO) ToMap() (map[string]interface{}, error)

type ProcessGroupStatusEntity ¶

type ProcessGroupStatusEntity struct {
	ProcessGroupStatus *ProcessGroupStatusDTO `json:"processGroupStatus,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

ProcessGroupStatusEntity struct for ProcessGroupStatusEntity

func NewProcessGroupStatusEntity ¶

func NewProcessGroupStatusEntity() *ProcessGroupStatusEntity

NewProcessGroupStatusEntity instantiates a new ProcessGroupStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupStatusEntityWithDefaults ¶

func NewProcessGroupStatusEntityWithDefaults() *ProcessGroupStatusEntity

NewProcessGroupStatusEntityWithDefaults instantiates a new ProcessGroupStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupStatusEntity) GetCanRead ¶

func (o *ProcessGroupStatusEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*ProcessGroupStatusEntity) GetCanReadOk ¶

func (o *ProcessGroupStatusEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusEntity) GetProcessGroupStatus ¶

func (o *ProcessGroupStatusEntity) GetProcessGroupStatus() ProcessGroupStatusDTO

GetProcessGroupStatus returns the ProcessGroupStatus field value if set, zero value otherwise.

func (*ProcessGroupStatusEntity) GetProcessGroupStatusOk ¶

func (o *ProcessGroupStatusEntity) GetProcessGroupStatusOk() (*ProcessGroupStatusDTO, bool)

GetProcessGroupStatusOk returns a tuple with the ProcessGroupStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusEntity) HasCanRead ¶

func (o *ProcessGroupStatusEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*ProcessGroupStatusEntity) HasProcessGroupStatus ¶

func (o *ProcessGroupStatusEntity) HasProcessGroupStatus() bool

HasProcessGroupStatus returns a boolean if a field has been set.

func (ProcessGroupStatusEntity) MarshalJSON ¶

func (o ProcessGroupStatusEntity) MarshalJSON() ([]byte, error)

func (*ProcessGroupStatusEntity) SetCanRead ¶

func (o *ProcessGroupStatusEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*ProcessGroupStatusEntity) SetProcessGroupStatus ¶

func (o *ProcessGroupStatusEntity) SetProcessGroupStatus(v ProcessGroupStatusDTO)

SetProcessGroupStatus gets a reference to the given ProcessGroupStatusDTO and assigns it to the ProcessGroupStatus field.

func (ProcessGroupStatusEntity) ToMap ¶

func (o ProcessGroupStatusEntity) ToMap() (map[string]interface{}, error)

type ProcessGroupStatusSnapshotDTO ¶

type ProcessGroupStatusSnapshotDTO struct {
	// The id of the process group.
	Id *string `json:"id,omitempty"`
	// The name of this process group.
	Name *string `json:"name,omitempty"`
	// The status of all connections in the process group.
	ConnectionStatusSnapshots []ConnectionStatusSnapshotEntity `json:"connectionStatusSnapshots,omitempty"`
	// The status of all processors in the process group.
	ProcessorStatusSnapshots []ProcessorStatusSnapshotEntity `json:"processorStatusSnapshots,omitempty"`
	// The status of all process groups in the process group.
	ProcessGroupStatusSnapshots []ProcessGroupStatusSnapshotEntity `json:"processGroupStatusSnapshots,omitempty"`
	// The status of all remote process groups in the process group.
	RemoteProcessGroupStatusSnapshots []RemoteProcessGroupStatusSnapshotEntity `json:"remoteProcessGroupStatusSnapshots,omitempty"`
	// The status of all input ports in the process group.
	InputPortStatusSnapshots []PortStatusSnapshotEntity `json:"inputPortStatusSnapshots,omitempty"`
	// The status of all output ports in the process group.
	OutputPortStatusSnapshots []PortStatusSnapshotEntity `json:"outputPortStatusSnapshots,omitempty"`
	// The current state of the Process Group, as it relates to the Versioned Flow
	VersionedFlowState *string `json:"versionedFlowState,omitempty"`
	// The number of FlowFiles that have come into this ProcessGroup in the last 5 minutes
	FlowFilesIn *int32 `json:"flowFilesIn,omitempty"`
	// The number of bytes that have come into this ProcessGroup in the last 5 minutes
	BytesIn *int64 `json:"bytesIn,omitempty"`
	// The input count/size for the process group in the last 5 minutes (pretty printed).
	Input *string `json:"input,omitempty"`
	// The number of FlowFiles that are queued up in this ProcessGroup right now
	FlowFilesQueued *int32 `json:"flowFilesQueued,omitempty"`
	// The number of bytes that are queued up in this ProcessGroup right now
	BytesQueued *int64 `json:"bytesQueued,omitempty"`
	// The count/size that is queued in the the process group.
	Queued *string `json:"queued,omitempty"`
	// The count that is queued for the process group.
	QueuedCount *string `json:"queuedCount,omitempty"`
	// The size that is queued for the process group.
	QueuedSize *string `json:"queuedSize,omitempty"`
	// The number of bytes read by components in this ProcessGroup in the last 5 minutes
	BytesRead *int64 `json:"bytesRead,omitempty"`
	// The number of bytes read in the last 5 minutes.
	Read *string `json:"read,omitempty"`
	// The number of bytes written by components in this ProcessGroup in the last 5 minutes
	BytesWritten *int64 `json:"bytesWritten,omitempty"`
	// The number of bytes written in the last 5 minutes.
	Written *string `json:"written,omitempty"`
	// The number of FlowFiles transferred out of this ProcessGroup in the last 5 minutes
	FlowFilesOut *int32 `json:"flowFilesOut,omitempty"`
	// The number of bytes transferred out of this ProcessGroup in the last 5 minutes
	BytesOut *int64 `json:"bytesOut,omitempty"`
	// The output count/size for the process group in the last 5 minutes.
	Output *string `json:"output,omitempty"`
	// The number of FlowFiles transferred in this ProcessGroup in the last 5 minutes
	FlowFilesTransferred *int32 `json:"flowFilesTransferred,omitempty"`
	// The number of bytes transferred in this ProcessGroup in the last 5 minutes
	BytesTransferred *int64 `json:"bytesTransferred,omitempty"`
	// The count/size transferred to/from queues in the process group in the last 5 minutes.
	Transferred *string `json:"transferred,omitempty"`
	// The number of bytes received from external sources by components within this ProcessGroup in the last 5 minutes
	BytesReceived *int64 `json:"bytesReceived,omitempty"`
	// The number of FlowFiles received from external sources by components within this ProcessGroup in the last 5 minutes
	FlowFilesReceived *int32 `json:"flowFilesReceived,omitempty"`
	// The count/size sent to the process group in the last 5 minutes.
	Received *string `json:"received,omitempty"`
	// The number of bytes sent to an external sink by components within this ProcessGroup in the last 5 minutes
	BytesSent *int64 `json:"bytesSent,omitempty"`
	// The number of FlowFiles sent to an external sink by components within this ProcessGroup in the last 5 minutes
	FlowFilesSent *int32 `json:"flowFilesSent,omitempty"`
	// The count/size sent from this process group in the last 5 minutes.
	Sent *string `json:"sent,omitempty"`
	// The active thread count for this process group.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
	// The number of threads currently terminated for the process group.
	TerminatedThreadCount *int32 `json:"terminatedThreadCount,omitempty"`
	ProcessingNanos       *int64 `json:"processingNanos,omitempty"`
}

ProcessGroupStatusSnapshotDTO struct for ProcessGroupStatusSnapshotDTO

func NewProcessGroupStatusSnapshotDTO ¶

func NewProcessGroupStatusSnapshotDTO() *ProcessGroupStatusSnapshotDTO

NewProcessGroupStatusSnapshotDTO instantiates a new ProcessGroupStatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupStatusSnapshotDTOWithDefaults ¶

func NewProcessGroupStatusSnapshotDTOWithDefaults() *ProcessGroupStatusSnapshotDTO

NewProcessGroupStatusSnapshotDTOWithDefaults instantiates a new ProcessGroupStatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupStatusSnapshotDTO) GetActiveThreadCount ¶

func (o *ProcessGroupStatusSnapshotDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetActiveThreadCountOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetBytesIn ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesIn() int64

GetBytesIn returns the BytesIn field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetBytesInOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesInOk() (*int64, bool)

GetBytesInOk returns a tuple with the BytesIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetBytesOut ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesOut() int64

GetBytesOut returns the BytesOut field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetBytesOutOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesOutOk() (*int64, bool)

GetBytesOutOk returns a tuple with the BytesOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetBytesQueued ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesQueued() int64

GetBytesQueued returns the BytesQueued field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetBytesQueuedOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesQueuedOk() (*int64, bool)

GetBytesQueuedOk returns a tuple with the BytesQueued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetBytesRead ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesRead() int64

GetBytesRead returns the BytesRead field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetBytesReadOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesReadOk() (*int64, bool)

GetBytesReadOk returns a tuple with the BytesRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetBytesReceived ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesReceived() int64

GetBytesReceived returns the BytesReceived field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetBytesReceivedOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesReceivedOk() (*int64, bool)

GetBytesReceivedOk returns a tuple with the BytesReceived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetBytesSent ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesSent() int64

GetBytesSent returns the BytesSent field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetBytesSentOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesSentOk() (*int64, bool)

GetBytesSentOk returns a tuple with the BytesSent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetBytesTransferred ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesTransferred() int64

GetBytesTransferred returns the BytesTransferred field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetBytesTransferredOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesTransferredOk() (*int64, bool)

GetBytesTransferredOk returns a tuple with the BytesTransferred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetBytesWritten ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesWritten() int64

GetBytesWritten returns the BytesWritten field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetBytesWrittenOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetBytesWrittenOk() (*int64, bool)

GetBytesWrittenOk returns a tuple with the BytesWritten field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetConnectionStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) GetConnectionStatusSnapshots() []ConnectionStatusSnapshotEntity

GetConnectionStatusSnapshots returns the ConnectionStatusSnapshots field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetConnectionStatusSnapshotsOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetConnectionStatusSnapshotsOk() ([]ConnectionStatusSnapshotEntity, bool)

GetConnectionStatusSnapshotsOk returns a tuple with the ConnectionStatusSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesIn ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesIn() int32

GetFlowFilesIn returns the FlowFilesIn field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesInOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesInOk() (*int32, bool)

GetFlowFilesInOk returns a tuple with the FlowFilesIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesOut ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesOut() int32

GetFlowFilesOut returns the FlowFilesOut field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesOutOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesOutOk() (*int32, bool)

GetFlowFilesOutOk returns a tuple with the FlowFilesOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesQueued ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesQueued() int32

GetFlowFilesQueued returns the FlowFilesQueued field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesQueuedOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesQueuedOk() (*int32, bool)

GetFlowFilesQueuedOk returns a tuple with the FlowFilesQueued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesReceived ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesReceived() int32

GetFlowFilesReceived returns the FlowFilesReceived field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesReceivedOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesReceivedOk() (*int32, bool)

GetFlowFilesReceivedOk returns a tuple with the FlowFilesReceived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesSent ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesSent() int32

GetFlowFilesSent returns the FlowFilesSent field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesSentOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesSentOk() (*int32, bool)

GetFlowFilesSentOk returns a tuple with the FlowFilesSent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesTransferred ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesTransferred() int32

GetFlowFilesTransferred returns the FlowFilesTransferred field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetFlowFilesTransferredOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetFlowFilesTransferredOk() (*int32, bool)

GetFlowFilesTransferredOk returns a tuple with the FlowFilesTransferred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetIdOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetInput ¶

func (o *ProcessGroupStatusSnapshotDTO) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetInputOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetInputPortStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) GetInputPortStatusSnapshots() []PortStatusSnapshotEntity

GetInputPortStatusSnapshots returns the InputPortStatusSnapshots field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetInputPortStatusSnapshotsOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetInputPortStatusSnapshotsOk() ([]PortStatusSnapshotEntity, bool)

GetInputPortStatusSnapshotsOk returns a tuple with the InputPortStatusSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetNameOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetOutput ¶

func (o *ProcessGroupStatusSnapshotDTO) GetOutput() string

GetOutput returns the Output field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetOutputOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetOutputOk() (*string, bool)

GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetOutputPortStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) GetOutputPortStatusSnapshots() []PortStatusSnapshotEntity

GetOutputPortStatusSnapshots returns the OutputPortStatusSnapshots field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetOutputPortStatusSnapshotsOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetOutputPortStatusSnapshotsOk() ([]PortStatusSnapshotEntity, bool)

GetOutputPortStatusSnapshotsOk returns a tuple with the OutputPortStatusSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetProcessGroupStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) GetProcessGroupStatusSnapshots() []ProcessGroupStatusSnapshotEntity

GetProcessGroupStatusSnapshots returns the ProcessGroupStatusSnapshots field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetProcessGroupStatusSnapshotsOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetProcessGroupStatusSnapshotsOk() ([]ProcessGroupStatusSnapshotEntity, bool)

GetProcessGroupStatusSnapshotsOk returns a tuple with the ProcessGroupStatusSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetProcessingNanos ¶

func (o *ProcessGroupStatusSnapshotDTO) GetProcessingNanos() int64

GetProcessingNanos returns the ProcessingNanos field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetProcessingNanosOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetProcessingNanosOk() (*int64, bool)

GetProcessingNanosOk returns a tuple with the ProcessingNanos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetProcessorStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) GetProcessorStatusSnapshots() []ProcessorStatusSnapshotEntity

GetProcessorStatusSnapshots returns the ProcessorStatusSnapshots field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetProcessorStatusSnapshotsOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetProcessorStatusSnapshotsOk() ([]ProcessorStatusSnapshotEntity, bool)

GetProcessorStatusSnapshotsOk returns a tuple with the ProcessorStatusSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetQueued ¶

func (o *ProcessGroupStatusSnapshotDTO) GetQueued() string

GetQueued returns the Queued field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetQueuedCount ¶

func (o *ProcessGroupStatusSnapshotDTO) GetQueuedCount() string

GetQueuedCount returns the QueuedCount field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetQueuedCountOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetQueuedCountOk() (*string, bool)

GetQueuedCountOk returns a tuple with the QueuedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetQueuedOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetQueuedOk() (*string, bool)

GetQueuedOk returns a tuple with the Queued field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetQueuedSize ¶

func (o *ProcessGroupStatusSnapshotDTO) GetQueuedSize() string

GetQueuedSize returns the QueuedSize field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetQueuedSizeOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetQueuedSizeOk() (*string, bool)

GetQueuedSizeOk returns a tuple with the QueuedSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetRead ¶

GetRead returns the Read field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetReadOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetReadOk() (*string, bool)

GetReadOk returns a tuple with the Read field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetReceived ¶

func (o *ProcessGroupStatusSnapshotDTO) GetReceived() string

GetReceived returns the Received field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetReceivedOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetReceivedOk() (*string, bool)

GetReceivedOk returns a tuple with the Received field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetRemoteProcessGroupStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) GetRemoteProcessGroupStatusSnapshots() []RemoteProcessGroupStatusSnapshotEntity

GetRemoteProcessGroupStatusSnapshots returns the RemoteProcessGroupStatusSnapshots field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetRemoteProcessGroupStatusSnapshotsOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetRemoteProcessGroupStatusSnapshotsOk() ([]RemoteProcessGroupStatusSnapshotEntity, bool)

GetRemoteProcessGroupStatusSnapshotsOk returns a tuple with the RemoteProcessGroupStatusSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetSent ¶

GetSent returns the Sent field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetSentOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetSentOk() (*string, bool)

GetSentOk returns a tuple with the Sent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetTerminatedThreadCount ¶

func (o *ProcessGroupStatusSnapshotDTO) GetTerminatedThreadCount() int32

GetTerminatedThreadCount returns the TerminatedThreadCount field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetTerminatedThreadCountOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetTerminatedThreadCountOk() (*int32, bool)

GetTerminatedThreadCountOk returns a tuple with the TerminatedThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetTransferred ¶

func (o *ProcessGroupStatusSnapshotDTO) GetTransferred() string

GetTransferred returns the Transferred field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetTransferredOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetTransferredOk() (*string, bool)

GetTransferredOk returns a tuple with the Transferred field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetVersionedFlowState ¶

func (o *ProcessGroupStatusSnapshotDTO) GetVersionedFlowState() string

GetVersionedFlowState returns the VersionedFlowState field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetVersionedFlowStateOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetVersionedFlowStateOk() (*string, bool)

GetVersionedFlowStateOk returns a tuple with the VersionedFlowState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) GetWritten ¶

func (o *ProcessGroupStatusSnapshotDTO) GetWritten() string

GetWritten returns the Written field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotDTO) GetWrittenOk ¶

func (o *ProcessGroupStatusSnapshotDTO) GetWrittenOk() (*string, bool)

GetWrittenOk returns a tuple with the Written field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotDTO) HasActiveThreadCount ¶

func (o *ProcessGroupStatusSnapshotDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasBytesIn ¶

func (o *ProcessGroupStatusSnapshotDTO) HasBytesIn() bool

HasBytesIn returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasBytesOut ¶

func (o *ProcessGroupStatusSnapshotDTO) HasBytesOut() bool

HasBytesOut returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasBytesQueued ¶

func (o *ProcessGroupStatusSnapshotDTO) HasBytesQueued() bool

HasBytesQueued returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasBytesRead ¶

func (o *ProcessGroupStatusSnapshotDTO) HasBytesRead() bool

HasBytesRead returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasBytesReceived ¶

func (o *ProcessGroupStatusSnapshotDTO) HasBytesReceived() bool

HasBytesReceived returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasBytesSent ¶

func (o *ProcessGroupStatusSnapshotDTO) HasBytesSent() bool

HasBytesSent returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasBytesTransferred ¶

func (o *ProcessGroupStatusSnapshotDTO) HasBytesTransferred() bool

HasBytesTransferred returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasBytesWritten ¶

func (o *ProcessGroupStatusSnapshotDTO) HasBytesWritten() bool

HasBytesWritten returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasConnectionStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) HasConnectionStatusSnapshots() bool

HasConnectionStatusSnapshots returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasFlowFilesIn ¶

func (o *ProcessGroupStatusSnapshotDTO) HasFlowFilesIn() bool

HasFlowFilesIn returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasFlowFilesOut ¶

func (o *ProcessGroupStatusSnapshotDTO) HasFlowFilesOut() bool

HasFlowFilesOut returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasFlowFilesQueued ¶

func (o *ProcessGroupStatusSnapshotDTO) HasFlowFilesQueued() bool

HasFlowFilesQueued returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasFlowFilesReceived ¶

func (o *ProcessGroupStatusSnapshotDTO) HasFlowFilesReceived() bool

HasFlowFilesReceived returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasFlowFilesSent ¶

func (o *ProcessGroupStatusSnapshotDTO) HasFlowFilesSent() bool

HasFlowFilesSent returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasFlowFilesTransferred ¶

func (o *ProcessGroupStatusSnapshotDTO) HasFlowFilesTransferred() bool

HasFlowFilesTransferred returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasInput ¶

func (o *ProcessGroupStatusSnapshotDTO) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasInputPortStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) HasInputPortStatusSnapshots() bool

HasInputPortStatusSnapshots returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasName ¶

func (o *ProcessGroupStatusSnapshotDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasOutput ¶

func (o *ProcessGroupStatusSnapshotDTO) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasOutputPortStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) HasOutputPortStatusSnapshots() bool

HasOutputPortStatusSnapshots returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasProcessGroupStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) HasProcessGroupStatusSnapshots() bool

HasProcessGroupStatusSnapshots returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasProcessingNanos ¶

func (o *ProcessGroupStatusSnapshotDTO) HasProcessingNanos() bool

HasProcessingNanos returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasProcessorStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) HasProcessorStatusSnapshots() bool

HasProcessorStatusSnapshots returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasQueued ¶

func (o *ProcessGroupStatusSnapshotDTO) HasQueued() bool

HasQueued returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasQueuedCount ¶

func (o *ProcessGroupStatusSnapshotDTO) HasQueuedCount() bool

HasQueuedCount returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasQueuedSize ¶

func (o *ProcessGroupStatusSnapshotDTO) HasQueuedSize() bool

HasQueuedSize returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasRead ¶

func (o *ProcessGroupStatusSnapshotDTO) HasRead() bool

HasRead returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasReceived ¶

func (o *ProcessGroupStatusSnapshotDTO) HasReceived() bool

HasReceived returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasRemoteProcessGroupStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) HasRemoteProcessGroupStatusSnapshots() bool

HasRemoteProcessGroupStatusSnapshots returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasSent ¶

func (o *ProcessGroupStatusSnapshotDTO) HasSent() bool

HasSent returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasTerminatedThreadCount ¶

func (o *ProcessGroupStatusSnapshotDTO) HasTerminatedThreadCount() bool

HasTerminatedThreadCount returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasTransferred ¶

func (o *ProcessGroupStatusSnapshotDTO) HasTransferred() bool

HasTransferred returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasVersionedFlowState ¶

func (o *ProcessGroupStatusSnapshotDTO) HasVersionedFlowState() bool

HasVersionedFlowState returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotDTO) HasWritten ¶

func (o *ProcessGroupStatusSnapshotDTO) HasWritten() bool

HasWritten returns a boolean if a field has been set.

func (ProcessGroupStatusSnapshotDTO) MarshalJSON ¶

func (o ProcessGroupStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*ProcessGroupStatusSnapshotDTO) SetActiveThreadCount ¶

func (o *ProcessGroupStatusSnapshotDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*ProcessGroupStatusSnapshotDTO) SetBytesIn ¶

func (o *ProcessGroupStatusSnapshotDTO) SetBytesIn(v int64)

SetBytesIn gets a reference to the given int64 and assigns it to the BytesIn field.

func (*ProcessGroupStatusSnapshotDTO) SetBytesOut ¶

func (o *ProcessGroupStatusSnapshotDTO) SetBytesOut(v int64)

SetBytesOut gets a reference to the given int64 and assigns it to the BytesOut field.

func (*ProcessGroupStatusSnapshotDTO) SetBytesQueued ¶

func (o *ProcessGroupStatusSnapshotDTO) SetBytesQueued(v int64)

SetBytesQueued gets a reference to the given int64 and assigns it to the BytesQueued field.

func (*ProcessGroupStatusSnapshotDTO) SetBytesRead ¶

func (o *ProcessGroupStatusSnapshotDTO) SetBytesRead(v int64)

SetBytesRead gets a reference to the given int64 and assigns it to the BytesRead field.

func (*ProcessGroupStatusSnapshotDTO) SetBytesReceived ¶

func (o *ProcessGroupStatusSnapshotDTO) SetBytesReceived(v int64)

SetBytesReceived gets a reference to the given int64 and assigns it to the BytesReceived field.

func (*ProcessGroupStatusSnapshotDTO) SetBytesSent ¶

func (o *ProcessGroupStatusSnapshotDTO) SetBytesSent(v int64)

SetBytesSent gets a reference to the given int64 and assigns it to the BytesSent field.

func (*ProcessGroupStatusSnapshotDTO) SetBytesTransferred ¶

func (o *ProcessGroupStatusSnapshotDTO) SetBytesTransferred(v int64)

SetBytesTransferred gets a reference to the given int64 and assigns it to the BytesTransferred field.

func (*ProcessGroupStatusSnapshotDTO) SetBytesWritten ¶

func (o *ProcessGroupStatusSnapshotDTO) SetBytesWritten(v int64)

SetBytesWritten gets a reference to the given int64 and assigns it to the BytesWritten field.

func (*ProcessGroupStatusSnapshotDTO) SetConnectionStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) SetConnectionStatusSnapshots(v []ConnectionStatusSnapshotEntity)

SetConnectionStatusSnapshots gets a reference to the given []ConnectionStatusSnapshotEntity and assigns it to the ConnectionStatusSnapshots field.

func (*ProcessGroupStatusSnapshotDTO) SetFlowFilesIn ¶

func (o *ProcessGroupStatusSnapshotDTO) SetFlowFilesIn(v int32)

SetFlowFilesIn gets a reference to the given int32 and assigns it to the FlowFilesIn field.

func (*ProcessGroupStatusSnapshotDTO) SetFlowFilesOut ¶

func (o *ProcessGroupStatusSnapshotDTO) SetFlowFilesOut(v int32)

SetFlowFilesOut gets a reference to the given int32 and assigns it to the FlowFilesOut field.

func (*ProcessGroupStatusSnapshotDTO) SetFlowFilesQueued ¶

func (o *ProcessGroupStatusSnapshotDTO) SetFlowFilesQueued(v int32)

SetFlowFilesQueued gets a reference to the given int32 and assigns it to the FlowFilesQueued field.

func (*ProcessGroupStatusSnapshotDTO) SetFlowFilesReceived ¶

func (o *ProcessGroupStatusSnapshotDTO) SetFlowFilesReceived(v int32)

SetFlowFilesReceived gets a reference to the given int32 and assigns it to the FlowFilesReceived field.

func (*ProcessGroupStatusSnapshotDTO) SetFlowFilesSent ¶

func (o *ProcessGroupStatusSnapshotDTO) SetFlowFilesSent(v int32)

SetFlowFilesSent gets a reference to the given int32 and assigns it to the FlowFilesSent field.

func (*ProcessGroupStatusSnapshotDTO) SetFlowFilesTransferred ¶

func (o *ProcessGroupStatusSnapshotDTO) SetFlowFilesTransferred(v int32)

SetFlowFilesTransferred gets a reference to the given int32 and assigns it to the FlowFilesTransferred field.

func (*ProcessGroupStatusSnapshotDTO) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessGroupStatusSnapshotDTO) SetInput ¶

func (o *ProcessGroupStatusSnapshotDTO) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*ProcessGroupStatusSnapshotDTO) SetInputPortStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) SetInputPortStatusSnapshots(v []PortStatusSnapshotEntity)

SetInputPortStatusSnapshots gets a reference to the given []PortStatusSnapshotEntity and assigns it to the InputPortStatusSnapshots field.

func (*ProcessGroupStatusSnapshotDTO) SetName ¶

func (o *ProcessGroupStatusSnapshotDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ProcessGroupStatusSnapshotDTO) SetOutput ¶

func (o *ProcessGroupStatusSnapshotDTO) SetOutput(v string)

SetOutput gets a reference to the given string and assigns it to the Output field.

func (*ProcessGroupStatusSnapshotDTO) SetOutputPortStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) SetOutputPortStatusSnapshots(v []PortStatusSnapshotEntity)

SetOutputPortStatusSnapshots gets a reference to the given []PortStatusSnapshotEntity and assigns it to the OutputPortStatusSnapshots field.

func (*ProcessGroupStatusSnapshotDTO) SetProcessGroupStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) SetProcessGroupStatusSnapshots(v []ProcessGroupStatusSnapshotEntity)

SetProcessGroupStatusSnapshots gets a reference to the given []ProcessGroupStatusSnapshotEntity and assigns it to the ProcessGroupStatusSnapshots field.

func (*ProcessGroupStatusSnapshotDTO) SetProcessingNanos ¶

func (o *ProcessGroupStatusSnapshotDTO) SetProcessingNanos(v int64)

SetProcessingNanos gets a reference to the given int64 and assigns it to the ProcessingNanos field.

func (*ProcessGroupStatusSnapshotDTO) SetProcessorStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) SetProcessorStatusSnapshots(v []ProcessorStatusSnapshotEntity)

SetProcessorStatusSnapshots gets a reference to the given []ProcessorStatusSnapshotEntity and assigns it to the ProcessorStatusSnapshots field.

func (*ProcessGroupStatusSnapshotDTO) SetQueued ¶

func (o *ProcessGroupStatusSnapshotDTO) SetQueued(v string)

SetQueued gets a reference to the given string and assigns it to the Queued field.

func (*ProcessGroupStatusSnapshotDTO) SetQueuedCount ¶

func (o *ProcessGroupStatusSnapshotDTO) SetQueuedCount(v string)

SetQueuedCount gets a reference to the given string and assigns it to the QueuedCount field.

func (*ProcessGroupStatusSnapshotDTO) SetQueuedSize ¶

func (o *ProcessGroupStatusSnapshotDTO) SetQueuedSize(v string)

SetQueuedSize gets a reference to the given string and assigns it to the QueuedSize field.

func (*ProcessGroupStatusSnapshotDTO) SetRead ¶

func (o *ProcessGroupStatusSnapshotDTO) SetRead(v string)

SetRead gets a reference to the given string and assigns it to the Read field.

func (*ProcessGroupStatusSnapshotDTO) SetReceived ¶

func (o *ProcessGroupStatusSnapshotDTO) SetReceived(v string)

SetReceived gets a reference to the given string and assigns it to the Received field.

func (*ProcessGroupStatusSnapshotDTO) SetRemoteProcessGroupStatusSnapshots ¶

func (o *ProcessGroupStatusSnapshotDTO) SetRemoteProcessGroupStatusSnapshots(v []RemoteProcessGroupStatusSnapshotEntity)

SetRemoteProcessGroupStatusSnapshots gets a reference to the given []RemoteProcessGroupStatusSnapshotEntity and assigns it to the RemoteProcessGroupStatusSnapshots field.

func (*ProcessGroupStatusSnapshotDTO) SetSent ¶

func (o *ProcessGroupStatusSnapshotDTO) SetSent(v string)

SetSent gets a reference to the given string and assigns it to the Sent field.

func (*ProcessGroupStatusSnapshotDTO) SetTerminatedThreadCount ¶

func (o *ProcessGroupStatusSnapshotDTO) SetTerminatedThreadCount(v int32)

SetTerminatedThreadCount gets a reference to the given int32 and assigns it to the TerminatedThreadCount field.

func (*ProcessGroupStatusSnapshotDTO) SetTransferred ¶

func (o *ProcessGroupStatusSnapshotDTO) SetTransferred(v string)

SetTransferred gets a reference to the given string and assigns it to the Transferred field.

func (*ProcessGroupStatusSnapshotDTO) SetVersionedFlowState ¶

func (o *ProcessGroupStatusSnapshotDTO) SetVersionedFlowState(v string)

SetVersionedFlowState gets a reference to the given string and assigns it to the VersionedFlowState field.

func (*ProcessGroupStatusSnapshotDTO) SetWritten ¶

func (o *ProcessGroupStatusSnapshotDTO) SetWritten(v string)

SetWritten gets a reference to the given string and assigns it to the Written field.

func (ProcessGroupStatusSnapshotDTO) ToMap ¶

func (o ProcessGroupStatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type ProcessGroupStatusSnapshotEntity ¶

type ProcessGroupStatusSnapshotEntity struct {
	// The id of the process group.
	Id                         *string                        `json:"id,omitempty"`
	ProcessGroupStatusSnapshot *ProcessGroupStatusSnapshotDTO `json:"processGroupStatusSnapshot,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

ProcessGroupStatusSnapshotEntity struct for ProcessGroupStatusSnapshotEntity

func NewProcessGroupStatusSnapshotEntity ¶

func NewProcessGroupStatusSnapshotEntity() *ProcessGroupStatusSnapshotEntity

NewProcessGroupStatusSnapshotEntity instantiates a new ProcessGroupStatusSnapshotEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupStatusSnapshotEntityWithDefaults ¶

func NewProcessGroupStatusSnapshotEntityWithDefaults() *ProcessGroupStatusSnapshotEntity

NewProcessGroupStatusSnapshotEntityWithDefaults instantiates a new ProcessGroupStatusSnapshotEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupStatusSnapshotEntity) GetCanRead ¶

func (o *ProcessGroupStatusSnapshotEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotEntity) GetCanReadOk ¶

func (o *ProcessGroupStatusSnapshotEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotEntity) GetIdOk ¶

func (o *ProcessGroupStatusSnapshotEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotEntity) GetProcessGroupStatusSnapshot ¶

func (o *ProcessGroupStatusSnapshotEntity) GetProcessGroupStatusSnapshot() ProcessGroupStatusSnapshotDTO

GetProcessGroupStatusSnapshot returns the ProcessGroupStatusSnapshot field value if set, zero value otherwise.

func (*ProcessGroupStatusSnapshotEntity) GetProcessGroupStatusSnapshotOk ¶

func (o *ProcessGroupStatusSnapshotEntity) GetProcessGroupStatusSnapshotOk() (*ProcessGroupStatusSnapshotDTO, bool)

GetProcessGroupStatusSnapshotOk returns a tuple with the ProcessGroupStatusSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupStatusSnapshotEntity) HasCanRead ¶

func (o *ProcessGroupStatusSnapshotEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*ProcessGroupStatusSnapshotEntity) HasProcessGroupStatusSnapshot ¶

func (o *ProcessGroupStatusSnapshotEntity) HasProcessGroupStatusSnapshot() bool

HasProcessGroupStatusSnapshot returns a boolean if a field has been set.

func (ProcessGroupStatusSnapshotEntity) MarshalJSON ¶

func (o ProcessGroupStatusSnapshotEntity) MarshalJSON() ([]byte, error)

func (*ProcessGroupStatusSnapshotEntity) SetCanRead ¶

func (o *ProcessGroupStatusSnapshotEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*ProcessGroupStatusSnapshotEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessGroupStatusSnapshotEntity) SetProcessGroupStatusSnapshot ¶

func (o *ProcessGroupStatusSnapshotEntity) SetProcessGroupStatusSnapshot(v ProcessGroupStatusSnapshotDTO)

SetProcessGroupStatusSnapshot gets a reference to the given ProcessGroupStatusSnapshotDTO and assigns it to the ProcessGroupStatusSnapshot field.

func (ProcessGroupStatusSnapshotEntity) ToMap ¶

func (o ProcessGroupStatusSnapshotEntity) ToMap() (map[string]interface{}, error)

type ProcessGroupsAPICopySnippetRequest ¶

type ProcessGroupsAPICopySnippetRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICopySnippetRequest) Body ¶

The copy snippet request.

func (ProcessGroupsAPICopySnippetRequest) Execute ¶

type ProcessGroupsAPICreateConnectionRequest ¶

type ProcessGroupsAPICreateConnectionRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateConnectionRequest) Body ¶

The connection configuration details.

func (ProcessGroupsAPICreateConnectionRequest) Execute ¶

type ProcessGroupsAPICreateControllerServiceRequest ¶

type ProcessGroupsAPICreateControllerServiceRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateControllerServiceRequest) Body ¶

The controller service configuration details.

func (ProcessGroupsAPICreateControllerServiceRequest) Execute ¶

type ProcessGroupsAPICreateEmptyAllConnectionsRequestRequest ¶

type ProcessGroupsAPICreateEmptyAllConnectionsRequestRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateEmptyAllConnectionsRequestRequest) Execute ¶

type ProcessGroupsAPICreateFunnelRequest ¶

type ProcessGroupsAPICreateFunnelRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateFunnelRequest) Body ¶

The funnel configuration details.

func (ProcessGroupsAPICreateFunnelRequest) Execute ¶

type ProcessGroupsAPICreateInputPortRequest ¶

type ProcessGroupsAPICreateInputPortRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateInputPortRequest) Body ¶

The input port configuration details.

func (ProcessGroupsAPICreateInputPortRequest) Execute ¶

type ProcessGroupsAPICreateLabelRequest ¶

type ProcessGroupsAPICreateLabelRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateLabelRequest) Body ¶

The label configuration details.

func (ProcessGroupsAPICreateLabelRequest) Execute ¶

type ProcessGroupsAPICreateOutputPortRequest ¶

type ProcessGroupsAPICreateOutputPortRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateOutputPortRequest) Body ¶

The output port configuration.

func (ProcessGroupsAPICreateOutputPortRequest) Execute ¶

type ProcessGroupsAPICreateProcessGroupRequest ¶

type ProcessGroupsAPICreateProcessGroupRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateProcessGroupRequest) Body ¶

The process group configuration details.

func (ProcessGroupsAPICreateProcessGroupRequest) Execute ¶

type ProcessGroupsAPICreateProcessorRequest ¶

type ProcessGroupsAPICreateProcessorRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateProcessorRequest) Body ¶

The processor configuration details.

func (ProcessGroupsAPICreateProcessorRequest) Execute ¶

type ProcessGroupsAPICreateRemoteProcessGroupRequest ¶

type ProcessGroupsAPICreateRemoteProcessGroupRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateRemoteProcessGroupRequest) Body ¶

The remote process group configuration details.

func (ProcessGroupsAPICreateRemoteProcessGroupRequest) Execute ¶

type ProcessGroupsAPICreateTemplateRequest ¶

type ProcessGroupsAPICreateTemplateRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPICreateTemplateRequest) Body ¶

The create template request.

func (ProcessGroupsAPICreateTemplateRequest) Execute ¶

type ProcessGroupsAPIDeleteReplaceProcessGroupRequestRequest ¶

type ProcessGroupsAPIDeleteReplaceProcessGroupRequestRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIDeleteReplaceProcessGroupRequestRequest) DisconnectedNodeAcknowledged ¶

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ProcessGroupsAPIDeleteReplaceProcessGroupRequestRequest) Execute ¶

type ProcessGroupsAPIDeleteVariableRegistryUpdateRequestRequest ¶

type ProcessGroupsAPIDeleteVariableRegistryUpdateRequestRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIDeleteVariableRegistryUpdateRequestRequest) DisconnectedNodeAcknowledged ¶

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ProcessGroupsAPIDeleteVariableRegistryUpdateRequestRequest) Execute ¶

type ProcessGroupsAPIExportProcessGroupRequest ¶

type ProcessGroupsAPIExportProcessGroupRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIExportProcessGroupRequest) Execute ¶

func (ProcessGroupsAPIExportProcessGroupRequest) IncludeReferencedServices ¶

func (r ProcessGroupsAPIExportProcessGroupRequest) IncludeReferencedServices(includeReferencedServices bool) ProcessGroupsAPIExportProcessGroupRequest

If referenced services from outside the target group should be included

type ProcessGroupsAPIGetConnectionsRequest ¶

type ProcessGroupsAPIGetConnectionsRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetConnectionsRequest) Execute ¶

type ProcessGroupsAPIGetDropAllFlowfilesRequestRequest ¶

type ProcessGroupsAPIGetDropAllFlowfilesRequestRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetDropAllFlowfilesRequestRequest) Execute ¶

type ProcessGroupsAPIGetFunnelsRequest ¶

type ProcessGroupsAPIGetFunnelsRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetFunnelsRequest) Execute ¶

type ProcessGroupsAPIGetInputPortsRequest ¶

type ProcessGroupsAPIGetInputPortsRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetInputPortsRequest) Execute ¶

type ProcessGroupsAPIGetLabelsRequest ¶

type ProcessGroupsAPIGetLabelsRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetLabelsRequest) Execute ¶

type ProcessGroupsAPIGetLocalModificationsRequest ¶

type ProcessGroupsAPIGetLocalModificationsRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetLocalModificationsRequest) Execute ¶

type ProcessGroupsAPIGetOutputPortsRequest ¶

type ProcessGroupsAPIGetOutputPortsRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetOutputPortsRequest) Execute ¶

type ProcessGroupsAPIGetProcessGroupRequest ¶

type ProcessGroupsAPIGetProcessGroupRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetProcessGroupRequest) Execute ¶

type ProcessGroupsAPIGetProcessGroupsRequest ¶

type ProcessGroupsAPIGetProcessGroupsRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetProcessGroupsRequest) Execute ¶

type ProcessGroupsAPIGetProcessorsRequest ¶

type ProcessGroupsAPIGetProcessorsRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetProcessorsRequest) Execute ¶

func (ProcessGroupsAPIGetProcessorsRequest) IncludeDescendantGroups ¶

func (r ProcessGroupsAPIGetProcessorsRequest) IncludeDescendantGroups(includeDescendantGroups bool) ProcessGroupsAPIGetProcessorsRequest

Whether or not to include processors from descendant process groups

type ProcessGroupsAPIGetRemoteProcessGroupsRequest ¶

type ProcessGroupsAPIGetRemoteProcessGroupsRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetRemoteProcessGroupsRequest) Execute ¶

type ProcessGroupsAPIGetReplaceProcessGroupRequestRequest ¶

type ProcessGroupsAPIGetReplaceProcessGroupRequestRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetReplaceProcessGroupRequestRequest) Execute ¶

type ProcessGroupsAPIGetVariableRegistryRequest ¶

type ProcessGroupsAPIGetVariableRegistryRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetVariableRegistryRequest) Execute ¶

func (ProcessGroupsAPIGetVariableRegistryRequest) IncludeAncestorGroups ¶

Whether or not to include ancestor groups

type ProcessGroupsAPIGetVariableRegistryUpdateRequestRequest ¶

type ProcessGroupsAPIGetVariableRegistryUpdateRequestRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIGetVariableRegistryUpdateRequestRequest) Execute ¶

type ProcessGroupsAPIImportProcessGroupRequest ¶

type ProcessGroupsAPIImportProcessGroupRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIImportProcessGroupRequest) Execute ¶

type ProcessGroupsAPIImportTemplateRequest ¶

type ProcessGroupsAPIImportTemplateRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIImportTemplateRequest) Execute ¶

type ProcessGroupsAPIInitiateReplaceProcessGroupRequest ¶

type ProcessGroupsAPIInitiateReplaceProcessGroupRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIInitiateReplaceProcessGroupRequest) Body ¶

The process group replace request entity

func (ProcessGroupsAPIInitiateReplaceProcessGroupRequest) Execute ¶

type ProcessGroupsAPIInstantiateTemplateRequest ¶

type ProcessGroupsAPIInstantiateTemplateRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIInstantiateTemplateRequest) Body ¶

The instantiate template request.

func (ProcessGroupsAPIInstantiateTemplateRequest) Execute ¶

type ProcessGroupsAPIRemoveDropRequestRequest ¶

type ProcessGroupsAPIRemoveDropRequestRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIRemoveDropRequestRequest) Execute ¶

type ProcessGroupsAPIRemoveProcessGroupRequest ¶

type ProcessGroupsAPIRemoveProcessGroupRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIRemoveProcessGroupRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (ProcessGroupsAPIRemoveProcessGroupRequest) DisconnectedNodeAcknowledged ¶

func (r ProcessGroupsAPIRemoveProcessGroupRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ProcessGroupsAPIRemoveProcessGroupRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ProcessGroupsAPIRemoveProcessGroupRequest) Execute ¶

func (ProcessGroupsAPIRemoveProcessGroupRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type ProcessGroupsAPIReplaceProcessGroupRequest ¶

type ProcessGroupsAPIReplaceProcessGroupRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIReplaceProcessGroupRequest) Body ¶

The process group replace request entity.

func (ProcessGroupsAPIReplaceProcessGroupRequest) Execute ¶

type ProcessGroupsAPIService ¶

type ProcessGroupsAPIService service

ProcessGroupsAPIService ProcessGroupsAPI service

func (*ProcessGroupsAPIService) CopySnippet ¶

CopySnippet Copies a snippet and discards it.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICopySnippetRequest

func (*ProcessGroupsAPIService) CopySnippetExecute ¶

Execute executes the request

@return FlowEntity

func (*ProcessGroupsAPIService) CreateConnection ¶

CreateConnection Creates a connection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateConnectionRequest

func (*ProcessGroupsAPIService) CreateConnectionExecute ¶

Execute executes the request

@return ConnectionEntity

func (*ProcessGroupsAPIService) CreateControllerService ¶

CreateControllerService Creates a new controller service

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateControllerServiceRequest

func (*ProcessGroupsAPIService) CreateControllerServiceExecute ¶

Execute executes the request

@return ControllerServiceEntity

func (*ProcessGroupsAPIService) CreateEmptyAllConnectionsRequest ¶

CreateEmptyAllConnectionsRequest Creates a request to drop all flowfiles of all connection queues in this process group.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateEmptyAllConnectionsRequestRequest

func (*ProcessGroupsAPIService) CreateEmptyAllConnectionsRequestExecute ¶

Execute executes the request

@return DropRequestEntity

func (*ProcessGroupsAPIService) CreateFunnel ¶

CreateFunnel Creates a funnel

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateFunnelRequest

func (*ProcessGroupsAPIService) CreateFunnelExecute ¶

Execute executes the request

@return FunnelEntity

func (*ProcessGroupsAPIService) CreateInputPort ¶

CreateInputPort Creates an input port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateInputPortRequest

func (*ProcessGroupsAPIService) CreateInputPortExecute ¶

Execute executes the request

@return PortEntity

func (*ProcessGroupsAPIService) CreateLabel ¶

CreateLabel Creates a label

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateLabelRequest

func (*ProcessGroupsAPIService) CreateLabelExecute ¶

Execute executes the request

@return LabelEntity

func (*ProcessGroupsAPIService) CreateOutputPort ¶

CreateOutputPort Creates an output port

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateOutputPortRequest

func (*ProcessGroupsAPIService) CreateOutputPortExecute ¶

Execute executes the request

@return PortEntity

func (*ProcessGroupsAPIService) CreateProcessGroup ¶

CreateProcessGroup Creates a process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateProcessGroupRequest

func (*ProcessGroupsAPIService) CreateProcessGroupExecute ¶

Execute executes the request

@return ProcessGroupEntity

func (*ProcessGroupsAPIService) CreateProcessor ¶

CreateProcessor Creates a new processor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateProcessorRequest

func (*ProcessGroupsAPIService) CreateProcessorExecute ¶

Execute executes the request

@return ProcessorEntity

func (*ProcessGroupsAPIService) CreateRemoteProcessGroup ¶

CreateRemoteProcessGroup Creates a new process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateRemoteProcessGroupRequest

func (*ProcessGroupsAPIService) CreateRemoteProcessGroupExecute ¶

Execute executes the request

@return RemoteProcessGroupEntity

func (*ProcessGroupsAPIService) CreateTemplate ¶

CreateTemplate Creates a template and discards the specified snippet.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPICreateTemplateRequest

func (*ProcessGroupsAPIService) CreateTemplateExecute ¶

Execute executes the request

@return TemplateEntity

func (*ProcessGroupsAPIService) DeleteReplaceProcessGroupRequest ¶

DeleteReplaceProcessGroupRequest Deletes the Replace Request with the given ID

Deletes the Replace Request with the given ID. After a request is created via a POST to /process-groups/{id}/replace-requests, it is expected that the client will properly clean up the request by DELETE'ing it, once the Replace process has completed. If the request is deleted before the request completes, then the Replace request will finish the step that it is currently performing and then will cancel any subsequent steps. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Update Request
@return ProcessGroupsAPIDeleteReplaceProcessGroupRequestRequest

func (*ProcessGroupsAPIService) DeleteReplaceProcessGroupRequestExecute ¶

Execute executes the request

@return ProcessGroupReplaceRequestEntity

func (*ProcessGroupsAPIService) DeleteVariableRegistryUpdateRequest ¶

func (a *ProcessGroupsAPIService) DeleteVariableRegistryUpdateRequest(ctx context.Context, groupId string, updateId string) ProcessGroupsAPIDeleteVariableRegistryUpdateRequestRequest

DeleteVariableRegistryUpdateRequest Deletes an update request for a process group's variable registry. If the request is not yet complete, it will automatically be cancelled.

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId The process group id.
@param updateId The ID of the Variable Registry Update Request
@return ProcessGroupsAPIDeleteVariableRegistryUpdateRequestRequest

func (*ProcessGroupsAPIService) DeleteVariableRegistryUpdateRequestExecute ¶

Execute executes the request

@return VariableRegistryUpdateRequestEntity

func (*ProcessGroupsAPIService) ExportProcessGroup ¶

ExportProcessGroup Gets a process group for download

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIExportProcessGroupRequest

func (*ProcessGroupsAPIService) ExportProcessGroupExecute ¶

Execute executes the request

@return string

func (*ProcessGroupsAPIService) GetConnections ¶

GetConnections Gets all connections

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetConnectionsRequest

func (*ProcessGroupsAPIService) GetConnectionsExecute ¶

Execute executes the request

@return ConnectionsEntity

func (*ProcessGroupsAPIService) GetDropAllFlowfilesRequest ¶

func (a *ProcessGroupsAPIService) GetDropAllFlowfilesRequest(ctx context.Context, id string, dropRequestId string) ProcessGroupsAPIGetDropAllFlowfilesRequestRequest

GetDropAllFlowfilesRequest Gets the current status of a drop all flowfiles request.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@param dropRequestId The drop request id.
@return ProcessGroupsAPIGetDropAllFlowfilesRequestRequest

func (*ProcessGroupsAPIService) GetDropAllFlowfilesRequestExecute ¶

Execute executes the request

@return DropRequestEntity

func (*ProcessGroupsAPIService) GetFunnels ¶

GetFunnels Gets all funnels

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetFunnelsRequest

func (*ProcessGroupsAPIService) GetFunnelsExecute ¶

Execute executes the request

@return FunnelsEntity

func (*ProcessGroupsAPIService) GetInputPorts ¶

GetInputPorts Gets all input ports

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetInputPortsRequest

func (*ProcessGroupsAPIService) GetInputPortsExecute ¶

Execute executes the request

@return InputPortsEntity

func (*ProcessGroupsAPIService) GetLabels ¶

GetLabels Gets all labels

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetLabelsRequest

func (*ProcessGroupsAPIService) GetLabelsExecute ¶

Execute executes the request

@return LabelsEntity

func (*ProcessGroupsAPIService) GetLocalModifications ¶

GetLocalModifications Gets a list of local modifications to the Process Group since it was last synchronized with the Flow Registry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetLocalModificationsRequest

func (*ProcessGroupsAPIService) GetLocalModificationsExecute ¶

Execute executes the request

@return FlowComparisonEntity

func (*ProcessGroupsAPIService) GetOutputPorts ¶

GetOutputPorts Gets all output ports

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetOutputPortsRequest

func (*ProcessGroupsAPIService) GetOutputPortsExecute ¶

Execute executes the request

@return OutputPortsEntity

func (*ProcessGroupsAPIService) GetProcessGroup ¶

GetProcessGroup Gets a process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetProcessGroupRequest

func (*ProcessGroupsAPIService) GetProcessGroupExecute ¶

Execute executes the request

@return ProcessGroupEntity

func (*ProcessGroupsAPIService) GetProcessGroups ¶

GetProcessGroups Gets all process groups

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetProcessGroupsRequest

func (*ProcessGroupsAPIService) GetProcessGroupsExecute ¶

Execute executes the request

@return ProcessGroupsEntity

func (*ProcessGroupsAPIService) GetProcessors ¶

GetProcessors Gets all processors

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetProcessorsRequest

func (*ProcessGroupsAPIService) GetProcessorsExecute ¶

Execute executes the request

@return ProcessorsEntity

func (*ProcessGroupsAPIService) GetRemoteProcessGroups ¶

GetRemoteProcessGroups Gets all remote process groups

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetRemoteProcessGroupsRequest

func (*ProcessGroupsAPIService) GetRemoteProcessGroupsExecute ¶

Execute executes the request

@return RemoteProcessGroupsEntity

func (*ProcessGroupsAPIService) GetReplaceProcessGroupRequest ¶

GetReplaceProcessGroupRequest Returns the Replace Request with the given ID

Returns the Replace Request with the given ID. Once a Replace Request has been created by performing a POST to /process-groups/{id}/replace-requests, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Replace Request
@return ProcessGroupsAPIGetReplaceProcessGroupRequestRequest

func (*ProcessGroupsAPIService) GetReplaceProcessGroupRequestExecute ¶

Execute executes the request

@return ProcessGroupReplaceRequestEntity

func (*ProcessGroupsAPIService) GetVariableRegistry ¶

GetVariableRegistry Gets a process group's variable registry

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIGetVariableRegistryRequest

func (*ProcessGroupsAPIService) GetVariableRegistryExecute ¶

Execute executes the request

@return VariableRegistryEntity

func (*ProcessGroupsAPIService) GetVariableRegistryUpdateRequest ¶

func (a *ProcessGroupsAPIService) GetVariableRegistryUpdateRequest(ctx context.Context, groupId string, updateId string) ProcessGroupsAPIGetVariableRegistryUpdateRequestRequest

GetVariableRegistryUpdateRequest Gets a process group's variable registry

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param groupId The process group id.
@param updateId The ID of the Variable Registry Update Request
@return ProcessGroupsAPIGetVariableRegistryUpdateRequestRequest

func (*ProcessGroupsAPIService) GetVariableRegistryUpdateRequestExecute ¶

Execute executes the request

@return VariableRegistryUpdateRequestEntity

func (*ProcessGroupsAPIService) ImportProcessGroup ¶

ImportProcessGroup Imports a specified process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIImportProcessGroupRequest

func (*ProcessGroupsAPIService) ImportProcessGroupExecute ¶

Execute executes the request

@return ProcessGroupEntity

func (*ProcessGroupsAPIService) ImportTemplate ¶

ImportTemplate Imports a template

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIImportTemplateRequest

func (*ProcessGroupsAPIService) ImportTemplateExecute ¶

Execute executes the request

@return TemplateEntity

func (*ProcessGroupsAPIService) InitiateReplaceProcessGroup ¶

InitiateReplaceProcessGroup Initiate the Replace Request of a Process Group with the given ID

This will initiate the action of replacing a process group with the given process group. This can be a lengthy process, as it will stop any Processors and disable any Controller Services necessary to perform the action and then restart them. As a result, the endpoint will immediately return a ProcessGroupReplaceRequestEntity, and the process of replacing the flow will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /process-groups/replace-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /process-groups/replace-requests/{requestId}. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIInitiateReplaceProcessGroupRequest

func (*ProcessGroupsAPIService) InitiateReplaceProcessGroupExecute ¶

Execute executes the request

@return ProcessGroupReplaceRequestEntity

func (*ProcessGroupsAPIService) InstantiateTemplate ¶

InstantiateTemplate Instantiates a template

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIInstantiateTemplateRequest

func (*ProcessGroupsAPIService) InstantiateTemplateExecute ¶

Execute executes the request

@return FlowEntity

func (*ProcessGroupsAPIService) RemoveDropRequest ¶

RemoveDropRequest Cancels and/or removes a request to drop all flowfiles.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@param dropRequestId The drop request id.
@return ProcessGroupsAPIRemoveDropRequestRequest

func (*ProcessGroupsAPIService) RemoveDropRequestExecute ¶

Execute executes the request

@return DropRequestEntity

func (*ProcessGroupsAPIService) RemoveProcessGroup ¶

RemoveProcessGroup Deletes a process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIRemoveProcessGroupRequest

func (*ProcessGroupsAPIService) RemoveProcessGroupExecute ¶

Execute executes the request

@return ProcessGroupEntity

func (*ProcessGroupsAPIService) ReplaceProcessGroup ¶

ReplaceProcessGroup Replace Process Group contents with the given ID with the specified Process Group contents

This endpoint is used for replication within a cluster, when replacing a flow with a new flow. It expects that the flow beingreplaced is not under version control and that the given snapshot will not modify any Processor that is currently running or any Controller Service that is enabled. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIReplaceProcessGroupRequest

func (*ProcessGroupsAPIService) ReplaceProcessGroupExecute ¶

Execute executes the request

@return ProcessGroupImportEntity

func (*ProcessGroupsAPIService) SubmitUpdateVariableRegistryRequest ¶

SubmitUpdateVariableRegistryRequest Submits a request to update a process group's variable registry

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPISubmitUpdateVariableRegistryRequestRequest

func (*ProcessGroupsAPIService) SubmitUpdateVariableRegistryRequestExecute ¶

Execute executes the request

@return VariableRegistryUpdateRequestEntity

func (*ProcessGroupsAPIService) UpdateProcessGroup ¶

UpdateProcessGroup Updates a process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIUpdateProcessGroupRequest

func (*ProcessGroupsAPIService) UpdateProcessGroupExecute ¶

Execute executes the request

@return ProcessGroupEntity

func (*ProcessGroupsAPIService) UpdateVariableRegistry ¶

UpdateVariableRegistry Updates the contents of a Process Group's variable Registry

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIUpdateVariableRegistryRequest

func (*ProcessGroupsAPIService) UpdateVariableRegistryExecute ¶

Execute executes the request

@return VariableRegistryEntity

func (*ProcessGroupsAPIService) UploadProcessGroup ¶

UploadProcessGroup Uploads a versioned flow definition and creates a process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIUploadProcessGroupRequest

func (*ProcessGroupsAPIService) UploadProcessGroupExecute ¶

Execute executes the request

@return ProcessGroupEntity

func (*ProcessGroupsAPIService) UploadTemplate ¶

UploadTemplate Uploads a template

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return ProcessGroupsAPIUploadTemplateRequest

func (*ProcessGroupsAPIService) UploadTemplateExecute ¶

Execute executes the request

@return TemplateEntity

type ProcessGroupsAPISubmitUpdateVariableRegistryRequestRequest ¶

type ProcessGroupsAPISubmitUpdateVariableRegistryRequestRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPISubmitUpdateVariableRegistryRequestRequest) Body ¶

The variable registry configuration details.

func (ProcessGroupsAPISubmitUpdateVariableRegistryRequestRequest) Execute ¶

type ProcessGroupsAPIUpdateProcessGroupRequest ¶

type ProcessGroupsAPIUpdateProcessGroupRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIUpdateProcessGroupRequest) Body ¶

The process group configuration details.

func (ProcessGroupsAPIUpdateProcessGroupRequest) Execute ¶

type ProcessGroupsAPIUpdateVariableRegistryRequest ¶

type ProcessGroupsAPIUpdateVariableRegistryRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIUpdateVariableRegistryRequest) Body ¶

The variable registry configuration details.

func (ProcessGroupsAPIUpdateVariableRegistryRequest) Execute ¶

type ProcessGroupsAPIUploadProcessGroupRequest ¶

type ProcessGroupsAPIUploadProcessGroupRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIUploadProcessGroupRequest) Execute ¶

type ProcessGroupsAPIUploadTemplateRequest ¶

type ProcessGroupsAPIUploadTemplateRequest struct {
	ApiService *ProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (ProcessGroupsAPIUploadTemplateRequest) Execute ¶

func (ProcessGroupsAPIUploadTemplateRequest) Template ¶

The binary content of the template file being uploaded.

type ProcessGroupsEntity ¶

type ProcessGroupsEntity struct {
	ProcessGroups []ProcessGroupEntity `json:"processGroups,omitempty"`
}

ProcessGroupsEntity struct for ProcessGroupsEntity

func NewProcessGroupsEntity ¶

func NewProcessGroupsEntity() *ProcessGroupsEntity

NewProcessGroupsEntity instantiates a new ProcessGroupsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessGroupsEntityWithDefaults ¶

func NewProcessGroupsEntityWithDefaults() *ProcessGroupsEntity

NewProcessGroupsEntityWithDefaults instantiates a new ProcessGroupsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessGroupsEntity) GetProcessGroups ¶

func (o *ProcessGroupsEntity) GetProcessGroups() []ProcessGroupEntity

GetProcessGroups returns the ProcessGroups field value if set, zero value otherwise.

func (*ProcessGroupsEntity) GetProcessGroupsOk ¶

func (o *ProcessGroupsEntity) GetProcessGroupsOk() ([]ProcessGroupEntity, bool)

GetProcessGroupsOk returns a tuple with the ProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessGroupsEntity) HasProcessGroups ¶

func (o *ProcessGroupsEntity) HasProcessGroups() bool

HasProcessGroups returns a boolean if a field has been set.

func (ProcessGroupsEntity) MarshalJSON ¶

func (o ProcessGroupsEntity) MarshalJSON() ([]byte, error)

func (*ProcessGroupsEntity) SetProcessGroups ¶

func (o *ProcessGroupsEntity) SetProcessGroups(v []ProcessGroupEntity)

SetProcessGroups gets a reference to the given []ProcessGroupEntity and assigns it to the ProcessGroups field.

func (ProcessGroupsEntity) ToMap ¶

func (o ProcessGroupsEntity) ToMap() (map[string]interface{}, error)

type ProcessorConfigDTO ¶

type ProcessorConfigDTO struct {
	// The properties for the processor. Properties whose value is not set will only contain the property name.
	Properties *map[string]*string `json:"properties,omitempty"`
	// Descriptors for the processor's properties.
	Descriptors *map[string]PropertyDescriptorDTO `json:"descriptors,omitempty"`
	// Set of sensitive dynamic property names
	SensitiveDynamicPropertyNames []string `json:"sensitiveDynamicPropertyNames,omitempty"`
	// The frequency with which to schedule the processor. The format of the value will depend on th value of schedulingStrategy.
	SchedulingPeriod *string `json:"schedulingPeriod,omitempty"`
	// Indcates whether the prcessor should be scheduled to run in event or timer driven mode.
	SchedulingStrategy *string `json:"schedulingStrategy,omitempty"`
	// Indicates the node where the process will execute.
	ExecutionNode *string `json:"executionNode,omitempty"`
	// The amount of time that is used when the process penalizes a flowfile.
	PenaltyDuration *string `json:"penaltyDuration,omitempty"`
	// The amount of time that must elapse before this processor is scheduled again after yielding.
	YieldDuration *string `json:"yieldDuration,omitempty"`
	// The level at which the processor will report bulletins.
	BulletinLevel *string `json:"bulletinLevel,omitempty"`
	// The run duration for the processor in milliseconds.
	RunDurationMillis *int64 `json:"runDurationMillis,omitempty"`
	// The number of tasks that should be concurrently schedule for the processor. If the processor doesn't allow parallol processing then any positive input will be ignored.
	ConcurrentlySchedulableTaskCount *int32 `json:"concurrentlySchedulableTaskCount,omitempty"`
	// The names of all relationships that cause a flow file to be terminated if the relationship is not connected elsewhere. This property differs from the 'isAutoTerminate' property of the RelationshipDTO in that the RelationshipDTO is meant to depict the current configuration, whereas this property can be set in a DTO when updating a Processor in order to change which Relationships should be auto-terminated.
	AutoTerminatedRelationships []string `json:"autoTerminatedRelationships,omitempty"`
	// The comments for the processor.
	Comments *string `json:"comments,omitempty"`
	// The URL for the processor's custom configuration UI if applicable.
	CustomUiUrl *string `json:"customUiUrl,omitempty"`
	// Whether the processor is loss tolerant.
	LossTolerant *bool `json:"lossTolerant,omitempty"`
	// The annotation data for the processor used to relay configuration between a custom UI and the procesosr.
	AnnotationData *string `json:"annotationData,omitempty"`
	// Maps default values for concurrent tasks for each applicable scheduling strategy.
	DefaultConcurrentTasks *map[string]string `json:"defaultConcurrentTasks,omitempty"`
	// Maps default values for scheduling period for each applicable scheduling strategy.
	DefaultSchedulingPeriod *map[string]string `json:"defaultSchedulingPeriod,omitempty"`
	// Overall number of retries.
	RetryCount *int32 `json:"retryCount,omitempty"`
	// All the relationships should be retried.
	RetriedRelationships []string `json:"retriedRelationships,omitempty"`
	// Determines whether the FlowFile should be penalized or the processor should be yielded between retries.
	BackoffMechanism *string `json:"backoffMechanism,omitempty"`
	// Maximum amount of time to be waited during a retry period.
	MaxBackoffPeriod *string `json:"maxBackoffPeriod,omitempty"`
}

ProcessorConfigDTO struct for ProcessorConfigDTO

func NewProcessorConfigDTO ¶

func NewProcessorConfigDTO() *ProcessorConfigDTO

NewProcessorConfigDTO instantiates a new ProcessorConfigDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorConfigDTOWithDefaults ¶

func NewProcessorConfigDTOWithDefaults() *ProcessorConfigDTO

NewProcessorConfigDTOWithDefaults instantiates a new ProcessorConfigDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorConfigDTO) GetAnnotationData ¶

func (o *ProcessorConfigDTO) GetAnnotationData() string

GetAnnotationData returns the AnnotationData field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetAnnotationDataOk ¶

func (o *ProcessorConfigDTO) GetAnnotationDataOk() (*string, bool)

GetAnnotationDataOk returns a tuple with the AnnotationData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetAutoTerminatedRelationships ¶

func (o *ProcessorConfigDTO) GetAutoTerminatedRelationships() []string

GetAutoTerminatedRelationships returns the AutoTerminatedRelationships field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetAutoTerminatedRelationshipsOk ¶

func (o *ProcessorConfigDTO) GetAutoTerminatedRelationshipsOk() ([]string, bool)

GetAutoTerminatedRelationshipsOk returns a tuple with the AutoTerminatedRelationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetBackoffMechanism ¶

func (o *ProcessorConfigDTO) GetBackoffMechanism() string

GetBackoffMechanism returns the BackoffMechanism field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetBackoffMechanismOk ¶

func (o *ProcessorConfigDTO) GetBackoffMechanismOk() (*string, bool)

GetBackoffMechanismOk returns a tuple with the BackoffMechanism field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetBulletinLevel ¶

func (o *ProcessorConfigDTO) GetBulletinLevel() string

GetBulletinLevel returns the BulletinLevel field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetBulletinLevelOk ¶

func (o *ProcessorConfigDTO) GetBulletinLevelOk() (*string, bool)

GetBulletinLevelOk returns a tuple with the BulletinLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetComments ¶

func (o *ProcessorConfigDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetCommentsOk ¶

func (o *ProcessorConfigDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetConcurrentlySchedulableTaskCount ¶

func (o *ProcessorConfigDTO) GetConcurrentlySchedulableTaskCount() int32

GetConcurrentlySchedulableTaskCount returns the ConcurrentlySchedulableTaskCount field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetConcurrentlySchedulableTaskCountOk ¶

func (o *ProcessorConfigDTO) GetConcurrentlySchedulableTaskCountOk() (*int32, bool)

GetConcurrentlySchedulableTaskCountOk returns a tuple with the ConcurrentlySchedulableTaskCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetCustomUiUrl ¶

func (o *ProcessorConfigDTO) GetCustomUiUrl() string

GetCustomUiUrl returns the CustomUiUrl field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetCustomUiUrlOk ¶

func (o *ProcessorConfigDTO) GetCustomUiUrlOk() (*string, bool)

GetCustomUiUrlOk returns a tuple with the CustomUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetDefaultConcurrentTasks ¶

func (o *ProcessorConfigDTO) GetDefaultConcurrentTasks() map[string]string

GetDefaultConcurrentTasks returns the DefaultConcurrentTasks field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetDefaultConcurrentTasksOk ¶

func (o *ProcessorConfigDTO) GetDefaultConcurrentTasksOk() (*map[string]string, bool)

GetDefaultConcurrentTasksOk returns a tuple with the DefaultConcurrentTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetDefaultSchedulingPeriod ¶

func (o *ProcessorConfigDTO) GetDefaultSchedulingPeriod() map[string]string

GetDefaultSchedulingPeriod returns the DefaultSchedulingPeriod field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetDefaultSchedulingPeriodOk ¶

func (o *ProcessorConfigDTO) GetDefaultSchedulingPeriodOk() (*map[string]string, bool)

GetDefaultSchedulingPeriodOk returns a tuple with the DefaultSchedulingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetDescriptors ¶

func (o *ProcessorConfigDTO) GetDescriptors() map[string]PropertyDescriptorDTO

GetDescriptors returns the Descriptors field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetDescriptorsOk ¶

func (o *ProcessorConfigDTO) GetDescriptorsOk() (*map[string]PropertyDescriptorDTO, bool)

GetDescriptorsOk returns a tuple with the Descriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetExecutionNode ¶

func (o *ProcessorConfigDTO) GetExecutionNode() string

GetExecutionNode returns the ExecutionNode field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetExecutionNodeOk ¶

func (o *ProcessorConfigDTO) GetExecutionNodeOk() (*string, bool)

GetExecutionNodeOk returns a tuple with the ExecutionNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetLossTolerant ¶

func (o *ProcessorConfigDTO) GetLossTolerant() bool

GetLossTolerant returns the LossTolerant field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetLossTolerantOk ¶

func (o *ProcessorConfigDTO) GetLossTolerantOk() (*bool, bool)

GetLossTolerantOk returns a tuple with the LossTolerant field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetMaxBackoffPeriod ¶

func (o *ProcessorConfigDTO) GetMaxBackoffPeriod() string

GetMaxBackoffPeriod returns the MaxBackoffPeriod field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetMaxBackoffPeriodOk ¶

func (o *ProcessorConfigDTO) GetMaxBackoffPeriodOk() (*string, bool)

GetMaxBackoffPeriodOk returns a tuple with the MaxBackoffPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetPenaltyDuration ¶

func (o *ProcessorConfigDTO) GetPenaltyDuration() string

GetPenaltyDuration returns the PenaltyDuration field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetPenaltyDurationOk ¶

func (o *ProcessorConfigDTO) GetPenaltyDurationOk() (*string, bool)

GetPenaltyDurationOk returns a tuple with the PenaltyDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetProperties ¶

func (o *ProcessorConfigDTO) GetProperties() map[string]*string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetPropertiesOk ¶

func (o *ProcessorConfigDTO) GetPropertiesOk() (*map[string]*string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetRetriedRelationships ¶

func (o *ProcessorConfigDTO) GetRetriedRelationships() []string

GetRetriedRelationships returns the RetriedRelationships field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetRetriedRelationshipsOk ¶

func (o *ProcessorConfigDTO) GetRetriedRelationshipsOk() ([]string, bool)

GetRetriedRelationshipsOk returns a tuple with the RetriedRelationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetRetryCount ¶

func (o *ProcessorConfigDTO) GetRetryCount() int32

GetRetryCount returns the RetryCount field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetRetryCountOk ¶

func (o *ProcessorConfigDTO) GetRetryCountOk() (*int32, bool)

GetRetryCountOk returns a tuple with the RetryCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetRunDurationMillis ¶

func (o *ProcessorConfigDTO) GetRunDurationMillis() int64

GetRunDurationMillis returns the RunDurationMillis field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetRunDurationMillisOk ¶

func (o *ProcessorConfigDTO) GetRunDurationMillisOk() (*int64, bool)

GetRunDurationMillisOk returns a tuple with the RunDurationMillis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetSchedulingPeriod ¶

func (o *ProcessorConfigDTO) GetSchedulingPeriod() string

GetSchedulingPeriod returns the SchedulingPeriod field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetSchedulingPeriodOk ¶

func (o *ProcessorConfigDTO) GetSchedulingPeriodOk() (*string, bool)

GetSchedulingPeriodOk returns a tuple with the SchedulingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetSchedulingStrategy ¶

func (o *ProcessorConfigDTO) GetSchedulingStrategy() string

GetSchedulingStrategy returns the SchedulingStrategy field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetSchedulingStrategyOk ¶

func (o *ProcessorConfigDTO) GetSchedulingStrategyOk() (*string, bool)

GetSchedulingStrategyOk returns a tuple with the SchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetSensitiveDynamicPropertyNames ¶

func (o *ProcessorConfigDTO) GetSensitiveDynamicPropertyNames() []string

GetSensitiveDynamicPropertyNames returns the SensitiveDynamicPropertyNames field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetSensitiveDynamicPropertyNamesOk ¶

func (o *ProcessorConfigDTO) GetSensitiveDynamicPropertyNamesOk() ([]string, bool)

GetSensitiveDynamicPropertyNamesOk returns a tuple with the SensitiveDynamicPropertyNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) GetYieldDuration ¶

func (o *ProcessorConfigDTO) GetYieldDuration() string

GetYieldDuration returns the YieldDuration field value if set, zero value otherwise.

func (*ProcessorConfigDTO) GetYieldDurationOk ¶

func (o *ProcessorConfigDTO) GetYieldDurationOk() (*string, bool)

GetYieldDurationOk returns a tuple with the YieldDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorConfigDTO) HasAnnotationData ¶

func (o *ProcessorConfigDTO) HasAnnotationData() bool

HasAnnotationData returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasAutoTerminatedRelationships ¶

func (o *ProcessorConfigDTO) HasAutoTerminatedRelationships() bool

HasAutoTerminatedRelationships returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasBackoffMechanism ¶

func (o *ProcessorConfigDTO) HasBackoffMechanism() bool

HasBackoffMechanism returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasBulletinLevel ¶

func (o *ProcessorConfigDTO) HasBulletinLevel() bool

HasBulletinLevel returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasComments ¶

func (o *ProcessorConfigDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasConcurrentlySchedulableTaskCount ¶

func (o *ProcessorConfigDTO) HasConcurrentlySchedulableTaskCount() bool

HasConcurrentlySchedulableTaskCount returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasCustomUiUrl ¶

func (o *ProcessorConfigDTO) HasCustomUiUrl() bool

HasCustomUiUrl returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasDefaultConcurrentTasks ¶

func (o *ProcessorConfigDTO) HasDefaultConcurrentTasks() bool

HasDefaultConcurrentTasks returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasDefaultSchedulingPeriod ¶

func (o *ProcessorConfigDTO) HasDefaultSchedulingPeriod() bool

HasDefaultSchedulingPeriod returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasDescriptors ¶

func (o *ProcessorConfigDTO) HasDescriptors() bool

HasDescriptors returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasExecutionNode ¶

func (o *ProcessorConfigDTO) HasExecutionNode() bool

HasExecutionNode returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasLossTolerant ¶

func (o *ProcessorConfigDTO) HasLossTolerant() bool

HasLossTolerant returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasMaxBackoffPeriod ¶

func (o *ProcessorConfigDTO) HasMaxBackoffPeriod() bool

HasMaxBackoffPeriod returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasPenaltyDuration ¶

func (o *ProcessorConfigDTO) HasPenaltyDuration() bool

HasPenaltyDuration returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasProperties ¶

func (o *ProcessorConfigDTO) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasRetriedRelationships ¶

func (o *ProcessorConfigDTO) HasRetriedRelationships() bool

HasRetriedRelationships returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasRetryCount ¶

func (o *ProcessorConfigDTO) HasRetryCount() bool

HasRetryCount returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasRunDurationMillis ¶

func (o *ProcessorConfigDTO) HasRunDurationMillis() bool

HasRunDurationMillis returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasSchedulingPeriod ¶

func (o *ProcessorConfigDTO) HasSchedulingPeriod() bool

HasSchedulingPeriod returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasSchedulingStrategy ¶

func (o *ProcessorConfigDTO) HasSchedulingStrategy() bool

HasSchedulingStrategy returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasSensitiveDynamicPropertyNames ¶

func (o *ProcessorConfigDTO) HasSensitiveDynamicPropertyNames() bool

HasSensitiveDynamicPropertyNames returns a boolean if a field has been set.

func (*ProcessorConfigDTO) HasYieldDuration ¶

func (o *ProcessorConfigDTO) HasYieldDuration() bool

HasYieldDuration returns a boolean if a field has been set.

func (ProcessorConfigDTO) MarshalJSON ¶

func (o ProcessorConfigDTO) MarshalJSON() ([]byte, error)

func (*ProcessorConfigDTO) SetAnnotationData ¶

func (o *ProcessorConfigDTO) SetAnnotationData(v string)

SetAnnotationData gets a reference to the given string and assigns it to the AnnotationData field.

func (*ProcessorConfigDTO) SetAutoTerminatedRelationships ¶

func (o *ProcessorConfigDTO) SetAutoTerminatedRelationships(v []string)

SetAutoTerminatedRelationships gets a reference to the given []string and assigns it to the AutoTerminatedRelationships field.

func (*ProcessorConfigDTO) SetBackoffMechanism ¶

func (o *ProcessorConfigDTO) SetBackoffMechanism(v string)

SetBackoffMechanism gets a reference to the given string and assigns it to the BackoffMechanism field.

func (*ProcessorConfigDTO) SetBulletinLevel ¶

func (o *ProcessorConfigDTO) SetBulletinLevel(v string)

SetBulletinLevel gets a reference to the given string and assigns it to the BulletinLevel field.

func (*ProcessorConfigDTO) SetComments ¶

func (o *ProcessorConfigDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*ProcessorConfigDTO) SetConcurrentlySchedulableTaskCount ¶

func (o *ProcessorConfigDTO) SetConcurrentlySchedulableTaskCount(v int32)

SetConcurrentlySchedulableTaskCount gets a reference to the given int32 and assigns it to the ConcurrentlySchedulableTaskCount field.

func (*ProcessorConfigDTO) SetCustomUiUrl ¶

func (o *ProcessorConfigDTO) SetCustomUiUrl(v string)

SetCustomUiUrl gets a reference to the given string and assigns it to the CustomUiUrl field.

func (*ProcessorConfigDTO) SetDefaultConcurrentTasks ¶

func (o *ProcessorConfigDTO) SetDefaultConcurrentTasks(v map[string]string)

SetDefaultConcurrentTasks gets a reference to the given map[string]string and assigns it to the DefaultConcurrentTasks field.

func (*ProcessorConfigDTO) SetDefaultSchedulingPeriod ¶

func (o *ProcessorConfigDTO) SetDefaultSchedulingPeriod(v map[string]string)

SetDefaultSchedulingPeriod gets a reference to the given map[string]string and assigns it to the DefaultSchedulingPeriod field.

func (*ProcessorConfigDTO) SetDescriptors ¶

func (o *ProcessorConfigDTO) SetDescriptors(v map[string]PropertyDescriptorDTO)

SetDescriptors gets a reference to the given map[string]PropertyDescriptorDTO and assigns it to the Descriptors field.

func (*ProcessorConfigDTO) SetExecutionNode ¶

func (o *ProcessorConfigDTO) SetExecutionNode(v string)

SetExecutionNode gets a reference to the given string and assigns it to the ExecutionNode field.

func (*ProcessorConfigDTO) SetLossTolerant ¶

func (o *ProcessorConfigDTO) SetLossTolerant(v bool)

SetLossTolerant gets a reference to the given bool and assigns it to the LossTolerant field.

func (*ProcessorConfigDTO) SetMaxBackoffPeriod ¶

func (o *ProcessorConfigDTO) SetMaxBackoffPeriod(v string)

SetMaxBackoffPeriod gets a reference to the given string and assigns it to the MaxBackoffPeriod field.

func (*ProcessorConfigDTO) SetPenaltyDuration ¶

func (o *ProcessorConfigDTO) SetPenaltyDuration(v string)

SetPenaltyDuration gets a reference to the given string and assigns it to the PenaltyDuration field.

func (*ProcessorConfigDTO) SetProperties ¶

func (o *ProcessorConfigDTO) SetProperties(v map[string]*string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*ProcessorConfigDTO) SetRetriedRelationships ¶

func (o *ProcessorConfigDTO) SetRetriedRelationships(v []string)

SetRetriedRelationships gets a reference to the given []string and assigns it to the RetriedRelationships field.

func (*ProcessorConfigDTO) SetRetryCount ¶

func (o *ProcessorConfigDTO) SetRetryCount(v int32)

SetRetryCount gets a reference to the given int32 and assigns it to the RetryCount field.

func (*ProcessorConfigDTO) SetRunDurationMillis ¶

func (o *ProcessorConfigDTO) SetRunDurationMillis(v int64)

SetRunDurationMillis gets a reference to the given int64 and assigns it to the RunDurationMillis field.

func (*ProcessorConfigDTO) SetSchedulingPeriod ¶

func (o *ProcessorConfigDTO) SetSchedulingPeriod(v string)

SetSchedulingPeriod gets a reference to the given string and assigns it to the SchedulingPeriod field.

func (*ProcessorConfigDTO) SetSchedulingStrategy ¶

func (o *ProcessorConfigDTO) SetSchedulingStrategy(v string)

SetSchedulingStrategy gets a reference to the given string and assigns it to the SchedulingStrategy field.

func (*ProcessorConfigDTO) SetSensitiveDynamicPropertyNames ¶

func (o *ProcessorConfigDTO) SetSensitiveDynamicPropertyNames(v []string)

SetSensitiveDynamicPropertyNames gets a reference to the given []string and assigns it to the SensitiveDynamicPropertyNames field.

func (*ProcessorConfigDTO) SetYieldDuration ¶

func (o *ProcessorConfigDTO) SetYieldDuration(v string)

SetYieldDuration gets a reference to the given string and assigns it to the YieldDuration field.

func (ProcessorConfigDTO) ToMap ¶

func (o ProcessorConfigDTO) ToMap() (map[string]interface{}, error)

type ProcessorDTO ¶

type ProcessorDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The name of the processor.
	Name *string `json:"name,omitempty"`
	// The type of the processor.
	Type   *string    `json:"type,omitempty"`
	Bundle *BundleDTO `json:"bundle,omitempty"`
	// The state of the processor
	State *string `json:"state,omitempty"`
	// Styles for the processor (background-color : #eee).
	Style *map[string]string `json:"style,omitempty"`
	// The available relationships that the processor currently supports.
	Relationships []RelationshipDTO `json:"relationships,omitempty"`
	// The description of the processor.
	Description *string `json:"description,omitempty"`
	// Whether the processor supports parallel processing.
	SupportsParallelProcessing *bool `json:"supportsParallelProcessing,omitempty"`
	// Whether the processor supports event driven scheduling.
	SupportsEventDriven *bool `json:"supportsEventDriven,omitempty"`
	// Whether the processor supports batching. This makes the run duration settings available.
	SupportsBatching *bool `json:"supportsBatching,omitempty"`
	// Whether the processor supports sensitive dynamic properties.
	SupportsSensitiveDynamicProperties *bool `json:"supportsSensitiveDynamicProperties,omitempty"`
	// Whether the processor persists state.
	PersistsState *bool `json:"persistsState,omitempty"`
	// Whether the processor requires elevated privileges.
	Restricted *bool `json:"restricted,omitempty"`
	// Whether the processor has been deprecated.
	Deprecated *bool `json:"deprecated,omitempty"`
	// Indicates if the execution node of a processor is restricted to run only on the primary node
	ExecutionNodeRestricted *bool `json:"executionNodeRestricted,omitempty"`
	// Whether the processor has multiple versions available.
	MultipleVersionsAvailable *bool `json:"multipleVersionsAvailable,omitempty"`
	// The input requirement for this processor.
	InputRequirement *string             `json:"inputRequirement,omitempty"`
	Config           *ProcessorConfigDTO `json:"config,omitempty"`
	// The validation errors for the processor. These validation errors represent the problems with the processor that must be resolved before it can be started.
	ValidationErrors []string `json:"validationErrors,omitempty"`
	// Indicates whether the Processor is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the Processor is valid)
	ValidationStatus *string `json:"validationStatus,omitempty"`
	// Whether the underlying extension is missing.
	ExtensionMissing *bool `json:"extensionMissing,omitempty"`
}

ProcessorDTO struct for ProcessorDTO

func NewProcessorDTO ¶

func NewProcessorDTO() *ProcessorDTO

NewProcessorDTO instantiates a new ProcessorDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorDTOWithDefaults ¶

func NewProcessorDTOWithDefaults() *ProcessorDTO

NewProcessorDTOWithDefaults instantiates a new ProcessorDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorDTO) GetBundle ¶

func (o *ProcessorDTO) GetBundle() BundleDTO

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*ProcessorDTO) GetBundleOk ¶

func (o *ProcessorDTO) GetBundleOk() (*BundleDTO, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetConfig ¶

func (o *ProcessorDTO) GetConfig() ProcessorConfigDTO

GetConfig returns the Config field value if set, zero value otherwise.

func (*ProcessorDTO) GetConfigOk ¶

func (o *ProcessorDTO) GetConfigOk() (*ProcessorConfigDTO, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetDeprecated ¶

func (o *ProcessorDTO) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*ProcessorDTO) GetDeprecatedOk ¶

func (o *ProcessorDTO) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetDescription ¶

func (o *ProcessorDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*ProcessorDTO) GetDescriptionOk ¶

func (o *ProcessorDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetExecutionNodeRestricted ¶

func (o *ProcessorDTO) GetExecutionNodeRestricted() bool

GetExecutionNodeRestricted returns the ExecutionNodeRestricted field value if set, zero value otherwise.

func (*ProcessorDTO) GetExecutionNodeRestrictedOk ¶

func (o *ProcessorDTO) GetExecutionNodeRestrictedOk() (*bool, bool)

GetExecutionNodeRestrictedOk returns a tuple with the ExecutionNodeRestricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetExtensionMissing ¶

func (o *ProcessorDTO) GetExtensionMissing() bool

GetExtensionMissing returns the ExtensionMissing field value if set, zero value otherwise.

func (*ProcessorDTO) GetExtensionMissingOk ¶

func (o *ProcessorDTO) GetExtensionMissingOk() (*bool, bool)

GetExtensionMissingOk returns a tuple with the ExtensionMissing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetId ¶

func (o *ProcessorDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessorDTO) GetIdOk ¶

func (o *ProcessorDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetInputRequirement ¶

func (o *ProcessorDTO) GetInputRequirement() string

GetInputRequirement returns the InputRequirement field value if set, zero value otherwise.

func (*ProcessorDTO) GetInputRequirementOk ¶

func (o *ProcessorDTO) GetInputRequirementOk() (*string, bool)

GetInputRequirementOk returns a tuple with the InputRequirement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetMultipleVersionsAvailable ¶

func (o *ProcessorDTO) GetMultipleVersionsAvailable() bool

GetMultipleVersionsAvailable returns the MultipleVersionsAvailable field value if set, zero value otherwise.

func (*ProcessorDTO) GetMultipleVersionsAvailableOk ¶

func (o *ProcessorDTO) GetMultipleVersionsAvailableOk() (*bool, bool)

GetMultipleVersionsAvailableOk returns a tuple with the MultipleVersionsAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetName ¶

func (o *ProcessorDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProcessorDTO) GetNameOk ¶

func (o *ProcessorDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetParentGroupId ¶

func (o *ProcessorDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*ProcessorDTO) GetParentGroupIdOk ¶

func (o *ProcessorDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetPersistsState ¶

func (o *ProcessorDTO) GetPersistsState() bool

GetPersistsState returns the PersistsState field value if set, zero value otherwise.

func (*ProcessorDTO) GetPersistsStateOk ¶

func (o *ProcessorDTO) GetPersistsStateOk() (*bool, bool)

GetPersistsStateOk returns a tuple with the PersistsState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetPosition ¶

func (o *ProcessorDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ProcessorDTO) GetPositionOk ¶

func (o *ProcessorDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetRelationships ¶

func (o *ProcessorDTO) GetRelationships() []RelationshipDTO

GetRelationships returns the Relationships field value if set, zero value otherwise.

func (*ProcessorDTO) GetRelationshipsOk ¶

func (o *ProcessorDTO) GetRelationshipsOk() ([]RelationshipDTO, bool)

GetRelationshipsOk returns a tuple with the Relationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetRestricted ¶

func (o *ProcessorDTO) GetRestricted() bool

GetRestricted returns the Restricted field value if set, zero value otherwise.

func (*ProcessorDTO) GetRestrictedOk ¶

func (o *ProcessorDTO) GetRestrictedOk() (*bool, bool)

GetRestrictedOk returns a tuple with the Restricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetState ¶

func (o *ProcessorDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ProcessorDTO) GetStateOk ¶

func (o *ProcessorDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetStyle ¶

func (o *ProcessorDTO) GetStyle() map[string]string

GetStyle returns the Style field value if set, zero value otherwise.

func (*ProcessorDTO) GetStyleOk ¶

func (o *ProcessorDTO) GetStyleOk() (*map[string]string, bool)

GetStyleOk returns a tuple with the Style field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetSupportsBatching ¶

func (o *ProcessorDTO) GetSupportsBatching() bool

GetSupportsBatching returns the SupportsBatching field value if set, zero value otherwise.

func (*ProcessorDTO) GetSupportsBatchingOk ¶

func (o *ProcessorDTO) GetSupportsBatchingOk() (*bool, bool)

GetSupportsBatchingOk returns a tuple with the SupportsBatching field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetSupportsEventDriven ¶

func (o *ProcessorDTO) GetSupportsEventDriven() bool

GetSupportsEventDriven returns the SupportsEventDriven field value if set, zero value otherwise.

func (*ProcessorDTO) GetSupportsEventDrivenOk ¶

func (o *ProcessorDTO) GetSupportsEventDrivenOk() (*bool, bool)

GetSupportsEventDrivenOk returns a tuple with the SupportsEventDriven field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetSupportsParallelProcessing ¶

func (o *ProcessorDTO) GetSupportsParallelProcessing() bool

GetSupportsParallelProcessing returns the SupportsParallelProcessing field value if set, zero value otherwise.

func (*ProcessorDTO) GetSupportsParallelProcessingOk ¶

func (o *ProcessorDTO) GetSupportsParallelProcessingOk() (*bool, bool)

GetSupportsParallelProcessingOk returns a tuple with the SupportsParallelProcessing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetSupportsSensitiveDynamicProperties ¶

func (o *ProcessorDTO) GetSupportsSensitiveDynamicProperties() bool

GetSupportsSensitiveDynamicProperties returns the SupportsSensitiveDynamicProperties field value if set, zero value otherwise.

func (*ProcessorDTO) GetSupportsSensitiveDynamicPropertiesOk ¶

func (o *ProcessorDTO) GetSupportsSensitiveDynamicPropertiesOk() (*bool, bool)

GetSupportsSensitiveDynamicPropertiesOk returns a tuple with the SupportsSensitiveDynamicProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetType ¶

func (o *ProcessorDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ProcessorDTO) GetTypeOk ¶

func (o *ProcessorDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetValidationErrors ¶

func (o *ProcessorDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ProcessorDTO) GetValidationErrorsOk ¶

func (o *ProcessorDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetValidationStatus ¶

func (o *ProcessorDTO) GetValidationStatus() string

GetValidationStatus returns the ValidationStatus field value if set, zero value otherwise.

func (*ProcessorDTO) GetValidationStatusOk ¶

func (o *ProcessorDTO) GetValidationStatusOk() (*string, bool)

GetValidationStatusOk returns a tuple with the ValidationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) GetVersionedComponentId ¶

func (o *ProcessorDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*ProcessorDTO) GetVersionedComponentIdOk ¶

func (o *ProcessorDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDTO) HasBundle ¶

func (o *ProcessorDTO) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*ProcessorDTO) HasConfig ¶

func (o *ProcessorDTO) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*ProcessorDTO) HasDeprecated ¶

func (o *ProcessorDTO) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*ProcessorDTO) HasDescription ¶

func (o *ProcessorDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ProcessorDTO) HasExecutionNodeRestricted ¶

func (o *ProcessorDTO) HasExecutionNodeRestricted() bool

HasExecutionNodeRestricted returns a boolean if a field has been set.

func (*ProcessorDTO) HasExtensionMissing ¶

func (o *ProcessorDTO) HasExtensionMissing() bool

HasExtensionMissing returns a boolean if a field has been set.

func (*ProcessorDTO) HasId ¶

func (o *ProcessorDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProcessorDTO) HasInputRequirement ¶

func (o *ProcessorDTO) HasInputRequirement() bool

HasInputRequirement returns a boolean if a field has been set.

func (*ProcessorDTO) HasMultipleVersionsAvailable ¶

func (o *ProcessorDTO) HasMultipleVersionsAvailable() bool

HasMultipleVersionsAvailable returns a boolean if a field has been set.

func (*ProcessorDTO) HasName ¶

func (o *ProcessorDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProcessorDTO) HasParentGroupId ¶

func (o *ProcessorDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*ProcessorDTO) HasPersistsState ¶

func (o *ProcessorDTO) HasPersistsState() bool

HasPersistsState returns a boolean if a field has been set.

func (*ProcessorDTO) HasPosition ¶

func (o *ProcessorDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ProcessorDTO) HasRelationships ¶

func (o *ProcessorDTO) HasRelationships() bool

HasRelationships returns a boolean if a field has been set.

func (*ProcessorDTO) HasRestricted ¶

func (o *ProcessorDTO) HasRestricted() bool

HasRestricted returns a boolean if a field has been set.

func (*ProcessorDTO) HasState ¶

func (o *ProcessorDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*ProcessorDTO) HasStyle ¶

func (o *ProcessorDTO) HasStyle() bool

HasStyle returns a boolean if a field has been set.

func (*ProcessorDTO) HasSupportsBatching ¶

func (o *ProcessorDTO) HasSupportsBatching() bool

HasSupportsBatching returns a boolean if a field has been set.

func (*ProcessorDTO) HasSupportsEventDriven ¶

func (o *ProcessorDTO) HasSupportsEventDriven() bool

HasSupportsEventDriven returns a boolean if a field has been set.

func (*ProcessorDTO) HasSupportsParallelProcessing ¶

func (o *ProcessorDTO) HasSupportsParallelProcessing() bool

HasSupportsParallelProcessing returns a boolean if a field has been set.

func (*ProcessorDTO) HasSupportsSensitiveDynamicProperties ¶

func (o *ProcessorDTO) HasSupportsSensitiveDynamicProperties() bool

HasSupportsSensitiveDynamicProperties returns a boolean if a field has been set.

func (*ProcessorDTO) HasType ¶

func (o *ProcessorDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*ProcessorDTO) HasValidationErrors ¶

func (o *ProcessorDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (*ProcessorDTO) HasValidationStatus ¶

func (o *ProcessorDTO) HasValidationStatus() bool

HasValidationStatus returns a boolean if a field has been set.

func (*ProcessorDTO) HasVersionedComponentId ¶

func (o *ProcessorDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (ProcessorDTO) MarshalJSON ¶

func (o ProcessorDTO) MarshalJSON() ([]byte, error)

func (*ProcessorDTO) SetBundle ¶

func (o *ProcessorDTO) SetBundle(v BundleDTO)

SetBundle gets a reference to the given BundleDTO and assigns it to the Bundle field.

func (*ProcessorDTO) SetConfig ¶

func (o *ProcessorDTO) SetConfig(v ProcessorConfigDTO)

SetConfig gets a reference to the given ProcessorConfigDTO and assigns it to the Config field.

func (*ProcessorDTO) SetDeprecated ¶

func (o *ProcessorDTO) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*ProcessorDTO) SetDescription ¶

func (o *ProcessorDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ProcessorDTO) SetExecutionNodeRestricted ¶

func (o *ProcessorDTO) SetExecutionNodeRestricted(v bool)

SetExecutionNodeRestricted gets a reference to the given bool and assigns it to the ExecutionNodeRestricted field.

func (*ProcessorDTO) SetExtensionMissing ¶

func (o *ProcessorDTO) SetExtensionMissing(v bool)

SetExtensionMissing gets a reference to the given bool and assigns it to the ExtensionMissing field.

func (*ProcessorDTO) SetId ¶

func (o *ProcessorDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessorDTO) SetInputRequirement ¶

func (o *ProcessorDTO) SetInputRequirement(v string)

SetInputRequirement gets a reference to the given string and assigns it to the InputRequirement field.

func (*ProcessorDTO) SetMultipleVersionsAvailable ¶

func (o *ProcessorDTO) SetMultipleVersionsAvailable(v bool)

SetMultipleVersionsAvailable gets a reference to the given bool and assigns it to the MultipleVersionsAvailable field.

func (*ProcessorDTO) SetName ¶

func (o *ProcessorDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ProcessorDTO) SetParentGroupId ¶

func (o *ProcessorDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*ProcessorDTO) SetPersistsState ¶

func (o *ProcessorDTO) SetPersistsState(v bool)

SetPersistsState gets a reference to the given bool and assigns it to the PersistsState field.

func (*ProcessorDTO) SetPosition ¶

func (o *ProcessorDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ProcessorDTO) SetRelationships ¶

func (o *ProcessorDTO) SetRelationships(v []RelationshipDTO)

SetRelationships gets a reference to the given []RelationshipDTO and assigns it to the Relationships field.

func (*ProcessorDTO) SetRestricted ¶

func (o *ProcessorDTO) SetRestricted(v bool)

SetRestricted gets a reference to the given bool and assigns it to the Restricted field.

func (*ProcessorDTO) SetState ¶

func (o *ProcessorDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*ProcessorDTO) SetStyle ¶

func (o *ProcessorDTO) SetStyle(v map[string]string)

SetStyle gets a reference to the given map[string]string and assigns it to the Style field.

func (*ProcessorDTO) SetSupportsBatching ¶

func (o *ProcessorDTO) SetSupportsBatching(v bool)

SetSupportsBatching gets a reference to the given bool and assigns it to the SupportsBatching field.

func (*ProcessorDTO) SetSupportsEventDriven ¶

func (o *ProcessorDTO) SetSupportsEventDriven(v bool)

SetSupportsEventDriven gets a reference to the given bool and assigns it to the SupportsEventDriven field.

func (*ProcessorDTO) SetSupportsParallelProcessing ¶

func (o *ProcessorDTO) SetSupportsParallelProcessing(v bool)

SetSupportsParallelProcessing gets a reference to the given bool and assigns it to the SupportsParallelProcessing field.

func (*ProcessorDTO) SetSupportsSensitiveDynamicProperties ¶

func (o *ProcessorDTO) SetSupportsSensitiveDynamicProperties(v bool)

SetSupportsSensitiveDynamicProperties gets a reference to the given bool and assigns it to the SupportsSensitiveDynamicProperties field.

func (*ProcessorDTO) SetType ¶

func (o *ProcessorDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ProcessorDTO) SetValidationErrors ¶

func (o *ProcessorDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*ProcessorDTO) SetValidationStatus ¶

func (o *ProcessorDTO) SetValidationStatus(v string)

SetValidationStatus gets a reference to the given string and assigns it to the ValidationStatus field.

func (*ProcessorDTO) SetVersionedComponentId ¶

func (o *ProcessorDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (ProcessorDTO) ToMap ¶

func (o ProcessorDTO) ToMap() (map[string]interface{}, error)

type ProcessorDefinition ¶

type ProcessorDefinition struct {
	// The group name of the bundle that provides the referenced type.
	Group *string `json:"group,omitempty"`
	// The artifact name of the bundle that provides the referenced type.
	Artifact *string `json:"artifact,omitempty"`
	// The version of the bundle that provides the referenced type.
	Version *string `json:"version,omitempty"`
	// The fully-qualified class type
	Type string `json:"type"`
	// The description of the type.
	TypeDescription *string    `json:"typeDescription,omitempty"`
	BuildInfo       *BuildInfo `json:"buildInfo,omitempty"`
	// If this type represents a provider for an interface, this lists the APIs it implements
	ProvidedApiImplementations []DefinedType `json:"providedApiImplementations,omitempty"`
	// The tags associated with this type
	Tags []string `json:"tags,omitempty"`
	// The names of other component types that may be related
	SeeAlso []string `json:"seeAlso,omitempty"`
	// Whether or not the component has been deprecated
	Deprecated *bool `json:"deprecated,omitempty"`
	// If this component has been deprecated, this optional field can be used to provide an explanation
	DeprecationReason *string `json:"deprecationReason,omitempty"`
	// If this component has been deprecated, this optional field provides alternatives to use
	DeprecationAlternatives []string `json:"deprecationAlternatives,omitempty"`
	// Whether or not the component has a general restriction
	Restricted *bool `json:"restricted,omitempty"`
	// An optional description of the general restriction
	RestrictedExplanation *string `json:"restrictedExplanation,omitempty"`
	// Explicit restrictions that indicate a require permission to use the component
	ExplicitRestrictions []Restriction `json:"explicitRestrictions,omitempty"`
	Stateful             *Stateful     `json:"stateful,omitempty"`
	// The system resource considerations for the given component
	SystemResourceConsiderations []SystemResourceConsideration `json:"systemResourceConsiderations,omitempty"`
	// Indicates if the component has additional details documentation
	AdditionalDetails *bool `json:"additionalDetails,omitempty"`
	// Descriptions of configuration properties applicable to this component.
	PropertyDescriptors *map[string]PropertyDescriptor `json:"propertyDescriptors,omitempty"`
	// Whether or not this component makes use of dynamic (user-set) properties.
	SupportsDynamicProperties *bool `json:"supportsDynamicProperties,omitempty"`
	// Describes the dynamic properties supported by this component
	DynamicProperties []DynamicProperty `json:"dynamicProperties,omitempty"`
	// Any input requirements this processor has.
	InputRequirement *string `json:"inputRequirement,omitempty"`
	// The supported relationships for this processor.
	SupportedRelationships []Relationship `json:"supportedRelationships,omitempty"`
	// Whether or not this processor supports dynamic relationships.
	SupportsDynamicRelationships *bool                `json:"supportsDynamicRelationships,omitempty"`
	DynamicRelationship          *DynamicRelationship `json:"dynamicRelationship,omitempty"`
	// Whether or not this processor should be triggered serially (i.e. no concurrent execution).
	TriggerSerially *bool `json:"triggerSerially,omitempty"`
	// Whether or not this processor should be triggered when incoming queues are empty.
	TriggerWhenEmpty *bool `json:"triggerWhenEmpty,omitempty"`
	// Whether or not this processor should be triggered when any destination queue has room.
	TriggerWhenAnyDestinationAvailable *bool `json:"triggerWhenAnyDestinationAvailable,omitempty"`
	// Whether or not this processor supports batching. If a Processor uses this annotation, it allows the Framework to batch calls to session commits, as well as allowing the Framework to return the same session multiple times.
	SupportsBatching *bool `json:"supportsBatching,omitempty"`
	// Whether or not this processor supports event driven scheduling. Indicates to the framework that the Processor is eligible to be scheduled to run based on the occurrence of an \"Event\" (e.g., when a FlowFile is enqueued in an incoming Connection), rather than being triggered periodically.
	SupportsEventDriven *bool `json:"supportsEventDriven,omitempty"`
	// Whether or not this processor should be scheduled only on the primary node in a cluster.
	PrimaryNodeOnly *bool `json:"primaryNodeOnly,omitempty"`
	// Whether or not this processor is considered side-effect free. Side-effect free indicate that the processor's operations on FlowFiles can be safely repeated across process sessions.
	SideEffectFree *bool `json:"sideEffectFree,omitempty"`
	// The supported scheduling strategies, such as TIME_DRIVER, CRON, or EVENT_DRIVEN.
	SupportedSchedulingStrategies []string `json:"supportedSchedulingStrategies,omitempty"`
	// The default scheduling strategy for the processor.
	DefaultSchedulingStrategy *string `json:"defaultSchedulingStrategy,omitempty"`
	// The default concurrent tasks for each scheduling strategy.
	DefaultConcurrentTasksBySchedulingStrategy *map[string]int32 `json:"defaultConcurrentTasksBySchedulingStrategy,omitempty"`
	// The default scheduling period for each scheduling strategy. The scheduling period is expected to be a time period, such as \"30 sec\".
	DefaultSchedulingPeriodBySchedulingStrategy *map[string]string `json:"defaultSchedulingPeriodBySchedulingStrategy,omitempty"`
	// The default penalty duration as a time period, such as \"30 sec\".
	DefaultPenaltyDuration *string `json:"defaultPenaltyDuration,omitempty"`
	// The default yield duration as a time period, such as \"1 sec\".
	DefaultYieldDuration *string `json:"defaultYieldDuration,omitempty"`
	// The default bulletin level, such as WARN, INFO, DEBUG, etc.
	DefaultBulletinLevel *string `json:"defaultBulletinLevel,omitempty"`
	// The FlowFile attributes this processor reads
	ReadsAttributes []Attribute `json:"readsAttributes,omitempty"`
	// The FlowFile attributes this processor writes/updates
	WritesAttributes []Attribute `json:"writesAttributes,omitempty"`
}

ProcessorDefinition struct for ProcessorDefinition

func NewProcessorDefinition ¶

func NewProcessorDefinition(type_ string) *ProcessorDefinition

NewProcessorDefinition instantiates a new ProcessorDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorDefinitionWithDefaults ¶

func NewProcessorDefinitionWithDefaults() *ProcessorDefinition

NewProcessorDefinitionWithDefaults instantiates a new ProcessorDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorDefinition) GetAdditionalDetails ¶

func (o *ProcessorDefinition) GetAdditionalDetails() bool

GetAdditionalDetails returns the AdditionalDetails field value if set, zero value otherwise.

func (*ProcessorDefinition) GetAdditionalDetailsOk ¶

func (o *ProcessorDefinition) GetAdditionalDetailsOk() (*bool, bool)

GetAdditionalDetailsOk returns a tuple with the AdditionalDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetArtifact ¶

func (o *ProcessorDefinition) GetArtifact() string

GetArtifact returns the Artifact field value if set, zero value otherwise.

func (*ProcessorDefinition) GetArtifactOk ¶

func (o *ProcessorDefinition) GetArtifactOk() (*string, bool)

GetArtifactOk returns a tuple with the Artifact field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetBuildInfo ¶

func (o *ProcessorDefinition) GetBuildInfo() BuildInfo

GetBuildInfo returns the BuildInfo field value if set, zero value otherwise.

func (*ProcessorDefinition) GetBuildInfoOk ¶

func (o *ProcessorDefinition) GetBuildInfoOk() (*BuildInfo, bool)

GetBuildInfoOk returns a tuple with the BuildInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDefaultBulletinLevel ¶

func (o *ProcessorDefinition) GetDefaultBulletinLevel() string

GetDefaultBulletinLevel returns the DefaultBulletinLevel field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDefaultBulletinLevelOk ¶

func (o *ProcessorDefinition) GetDefaultBulletinLevelOk() (*string, bool)

GetDefaultBulletinLevelOk returns a tuple with the DefaultBulletinLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDefaultConcurrentTasksBySchedulingStrategy ¶

func (o *ProcessorDefinition) GetDefaultConcurrentTasksBySchedulingStrategy() map[string]int32

GetDefaultConcurrentTasksBySchedulingStrategy returns the DefaultConcurrentTasksBySchedulingStrategy field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDefaultConcurrentTasksBySchedulingStrategyOk ¶

func (o *ProcessorDefinition) GetDefaultConcurrentTasksBySchedulingStrategyOk() (*map[string]int32, bool)

GetDefaultConcurrentTasksBySchedulingStrategyOk returns a tuple with the DefaultConcurrentTasksBySchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDefaultPenaltyDuration ¶

func (o *ProcessorDefinition) GetDefaultPenaltyDuration() string

GetDefaultPenaltyDuration returns the DefaultPenaltyDuration field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDefaultPenaltyDurationOk ¶

func (o *ProcessorDefinition) GetDefaultPenaltyDurationOk() (*string, bool)

GetDefaultPenaltyDurationOk returns a tuple with the DefaultPenaltyDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDefaultSchedulingPeriodBySchedulingStrategy ¶

func (o *ProcessorDefinition) GetDefaultSchedulingPeriodBySchedulingStrategy() map[string]string

GetDefaultSchedulingPeriodBySchedulingStrategy returns the DefaultSchedulingPeriodBySchedulingStrategy field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDefaultSchedulingPeriodBySchedulingStrategyOk ¶

func (o *ProcessorDefinition) GetDefaultSchedulingPeriodBySchedulingStrategyOk() (*map[string]string, bool)

GetDefaultSchedulingPeriodBySchedulingStrategyOk returns a tuple with the DefaultSchedulingPeriodBySchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDefaultSchedulingStrategy ¶

func (o *ProcessorDefinition) GetDefaultSchedulingStrategy() string

GetDefaultSchedulingStrategy returns the DefaultSchedulingStrategy field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDefaultSchedulingStrategyOk ¶

func (o *ProcessorDefinition) GetDefaultSchedulingStrategyOk() (*string, bool)

GetDefaultSchedulingStrategyOk returns a tuple with the DefaultSchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDefaultYieldDuration ¶

func (o *ProcessorDefinition) GetDefaultYieldDuration() string

GetDefaultYieldDuration returns the DefaultYieldDuration field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDefaultYieldDurationOk ¶

func (o *ProcessorDefinition) GetDefaultYieldDurationOk() (*string, bool)

GetDefaultYieldDurationOk returns a tuple with the DefaultYieldDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDeprecated ¶

func (o *ProcessorDefinition) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDeprecatedOk ¶

func (o *ProcessorDefinition) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDeprecationAlternatives ¶

func (o *ProcessorDefinition) GetDeprecationAlternatives() []string

GetDeprecationAlternatives returns the DeprecationAlternatives field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDeprecationAlternativesOk ¶

func (o *ProcessorDefinition) GetDeprecationAlternativesOk() ([]string, bool)

GetDeprecationAlternativesOk returns a tuple with the DeprecationAlternatives field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDeprecationReason ¶

func (o *ProcessorDefinition) GetDeprecationReason() string

GetDeprecationReason returns the DeprecationReason field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDeprecationReasonOk ¶

func (o *ProcessorDefinition) GetDeprecationReasonOk() (*string, bool)

GetDeprecationReasonOk returns a tuple with the DeprecationReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDynamicProperties ¶

func (o *ProcessorDefinition) GetDynamicProperties() []DynamicProperty

GetDynamicProperties returns the DynamicProperties field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDynamicPropertiesOk ¶

func (o *ProcessorDefinition) GetDynamicPropertiesOk() ([]DynamicProperty, bool)

GetDynamicPropertiesOk returns a tuple with the DynamicProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetDynamicRelationship ¶

func (o *ProcessorDefinition) GetDynamicRelationship() DynamicRelationship

GetDynamicRelationship returns the DynamicRelationship field value if set, zero value otherwise.

func (*ProcessorDefinition) GetDynamicRelationshipOk ¶

func (o *ProcessorDefinition) GetDynamicRelationshipOk() (*DynamicRelationship, bool)

GetDynamicRelationshipOk returns a tuple with the DynamicRelationship field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetExplicitRestrictions ¶

func (o *ProcessorDefinition) GetExplicitRestrictions() []Restriction

GetExplicitRestrictions returns the ExplicitRestrictions field value if set, zero value otherwise.

func (*ProcessorDefinition) GetExplicitRestrictionsOk ¶

func (o *ProcessorDefinition) GetExplicitRestrictionsOk() ([]Restriction, bool)

GetExplicitRestrictionsOk returns a tuple with the ExplicitRestrictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetGroup ¶

func (o *ProcessorDefinition) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*ProcessorDefinition) GetGroupOk ¶

func (o *ProcessorDefinition) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetInputRequirement ¶

func (o *ProcessorDefinition) GetInputRequirement() string

GetInputRequirement returns the InputRequirement field value if set, zero value otherwise.

func (*ProcessorDefinition) GetInputRequirementOk ¶

func (o *ProcessorDefinition) GetInputRequirementOk() (*string, bool)

GetInputRequirementOk returns a tuple with the InputRequirement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetPrimaryNodeOnly ¶

func (o *ProcessorDefinition) GetPrimaryNodeOnly() bool

GetPrimaryNodeOnly returns the PrimaryNodeOnly field value if set, zero value otherwise.

func (*ProcessorDefinition) GetPrimaryNodeOnlyOk ¶

func (o *ProcessorDefinition) GetPrimaryNodeOnlyOk() (*bool, bool)

GetPrimaryNodeOnlyOk returns a tuple with the PrimaryNodeOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetPropertyDescriptors ¶

func (o *ProcessorDefinition) GetPropertyDescriptors() map[string]PropertyDescriptor

GetPropertyDescriptors returns the PropertyDescriptors field value if set, zero value otherwise.

func (*ProcessorDefinition) GetPropertyDescriptorsOk ¶

func (o *ProcessorDefinition) GetPropertyDescriptorsOk() (*map[string]PropertyDescriptor, bool)

GetPropertyDescriptorsOk returns a tuple with the PropertyDescriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetProvidedApiImplementations ¶

func (o *ProcessorDefinition) GetProvidedApiImplementations() []DefinedType

GetProvidedApiImplementations returns the ProvidedApiImplementations field value if set, zero value otherwise.

func (*ProcessorDefinition) GetProvidedApiImplementationsOk ¶

func (o *ProcessorDefinition) GetProvidedApiImplementationsOk() ([]DefinedType, bool)

GetProvidedApiImplementationsOk returns a tuple with the ProvidedApiImplementations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetReadsAttributes ¶

func (o *ProcessorDefinition) GetReadsAttributes() []Attribute

GetReadsAttributes returns the ReadsAttributes field value if set, zero value otherwise.

func (*ProcessorDefinition) GetReadsAttributesOk ¶

func (o *ProcessorDefinition) GetReadsAttributesOk() ([]Attribute, bool)

GetReadsAttributesOk returns a tuple with the ReadsAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetRestricted ¶

func (o *ProcessorDefinition) GetRestricted() bool

GetRestricted returns the Restricted field value if set, zero value otherwise.

func (*ProcessorDefinition) GetRestrictedExplanation ¶

func (o *ProcessorDefinition) GetRestrictedExplanation() string

GetRestrictedExplanation returns the RestrictedExplanation field value if set, zero value otherwise.

func (*ProcessorDefinition) GetRestrictedExplanationOk ¶

func (o *ProcessorDefinition) GetRestrictedExplanationOk() (*string, bool)

GetRestrictedExplanationOk returns a tuple with the RestrictedExplanation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetRestrictedOk ¶

func (o *ProcessorDefinition) GetRestrictedOk() (*bool, bool)

GetRestrictedOk returns a tuple with the Restricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetSeeAlso ¶

func (o *ProcessorDefinition) GetSeeAlso() []string

GetSeeAlso returns the SeeAlso field value if set, zero value otherwise.

func (*ProcessorDefinition) GetSeeAlsoOk ¶

func (o *ProcessorDefinition) GetSeeAlsoOk() ([]string, bool)

GetSeeAlsoOk returns a tuple with the SeeAlso field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetSideEffectFree ¶

func (o *ProcessorDefinition) GetSideEffectFree() bool

GetSideEffectFree returns the SideEffectFree field value if set, zero value otherwise.

func (*ProcessorDefinition) GetSideEffectFreeOk ¶

func (o *ProcessorDefinition) GetSideEffectFreeOk() (*bool, bool)

GetSideEffectFreeOk returns a tuple with the SideEffectFree field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetStateful ¶

func (o *ProcessorDefinition) GetStateful() Stateful

GetStateful returns the Stateful field value if set, zero value otherwise.

func (*ProcessorDefinition) GetStatefulOk ¶

func (o *ProcessorDefinition) GetStatefulOk() (*Stateful, bool)

GetStatefulOk returns a tuple with the Stateful field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetSupportedRelationships ¶

func (o *ProcessorDefinition) GetSupportedRelationships() []Relationship

GetSupportedRelationships returns the SupportedRelationships field value if set, zero value otherwise.

func (*ProcessorDefinition) GetSupportedRelationshipsOk ¶

func (o *ProcessorDefinition) GetSupportedRelationshipsOk() ([]Relationship, bool)

GetSupportedRelationshipsOk returns a tuple with the SupportedRelationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetSupportedSchedulingStrategies ¶

func (o *ProcessorDefinition) GetSupportedSchedulingStrategies() []string

GetSupportedSchedulingStrategies returns the SupportedSchedulingStrategies field value if set, zero value otherwise.

func (*ProcessorDefinition) GetSupportedSchedulingStrategiesOk ¶

func (o *ProcessorDefinition) GetSupportedSchedulingStrategiesOk() ([]string, bool)

GetSupportedSchedulingStrategiesOk returns a tuple with the SupportedSchedulingStrategies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetSupportsBatching ¶

func (o *ProcessorDefinition) GetSupportsBatching() bool

GetSupportsBatching returns the SupportsBatching field value if set, zero value otherwise.

func (*ProcessorDefinition) GetSupportsBatchingOk ¶

func (o *ProcessorDefinition) GetSupportsBatchingOk() (*bool, bool)

GetSupportsBatchingOk returns a tuple with the SupportsBatching field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetSupportsDynamicProperties ¶

func (o *ProcessorDefinition) GetSupportsDynamicProperties() bool

GetSupportsDynamicProperties returns the SupportsDynamicProperties field value if set, zero value otherwise.

func (*ProcessorDefinition) GetSupportsDynamicPropertiesOk ¶

func (o *ProcessorDefinition) GetSupportsDynamicPropertiesOk() (*bool, bool)

GetSupportsDynamicPropertiesOk returns a tuple with the SupportsDynamicProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetSupportsDynamicRelationships ¶

func (o *ProcessorDefinition) GetSupportsDynamicRelationships() bool

GetSupportsDynamicRelationships returns the SupportsDynamicRelationships field value if set, zero value otherwise.

func (*ProcessorDefinition) GetSupportsDynamicRelationshipsOk ¶

func (o *ProcessorDefinition) GetSupportsDynamicRelationshipsOk() (*bool, bool)

GetSupportsDynamicRelationshipsOk returns a tuple with the SupportsDynamicRelationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetSupportsEventDriven ¶

func (o *ProcessorDefinition) GetSupportsEventDriven() bool

GetSupportsEventDriven returns the SupportsEventDriven field value if set, zero value otherwise.

func (*ProcessorDefinition) GetSupportsEventDrivenOk ¶

func (o *ProcessorDefinition) GetSupportsEventDrivenOk() (*bool, bool)

GetSupportsEventDrivenOk returns a tuple with the SupportsEventDriven field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetSystemResourceConsiderations ¶

func (o *ProcessorDefinition) GetSystemResourceConsiderations() []SystemResourceConsideration

GetSystemResourceConsiderations returns the SystemResourceConsiderations field value if set, zero value otherwise.

func (*ProcessorDefinition) GetSystemResourceConsiderationsOk ¶

func (o *ProcessorDefinition) GetSystemResourceConsiderationsOk() ([]SystemResourceConsideration, bool)

GetSystemResourceConsiderationsOk returns a tuple with the SystemResourceConsiderations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetTags ¶

func (o *ProcessorDefinition) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ProcessorDefinition) GetTagsOk ¶

func (o *ProcessorDefinition) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetTriggerSerially ¶

func (o *ProcessorDefinition) GetTriggerSerially() bool

GetTriggerSerially returns the TriggerSerially field value if set, zero value otherwise.

func (*ProcessorDefinition) GetTriggerSeriallyOk ¶

func (o *ProcessorDefinition) GetTriggerSeriallyOk() (*bool, bool)

GetTriggerSeriallyOk returns a tuple with the TriggerSerially field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetTriggerWhenAnyDestinationAvailable ¶

func (o *ProcessorDefinition) GetTriggerWhenAnyDestinationAvailable() bool

GetTriggerWhenAnyDestinationAvailable returns the TriggerWhenAnyDestinationAvailable field value if set, zero value otherwise.

func (*ProcessorDefinition) GetTriggerWhenAnyDestinationAvailableOk ¶

func (o *ProcessorDefinition) GetTriggerWhenAnyDestinationAvailableOk() (*bool, bool)

GetTriggerWhenAnyDestinationAvailableOk returns a tuple with the TriggerWhenAnyDestinationAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetTriggerWhenEmpty ¶

func (o *ProcessorDefinition) GetTriggerWhenEmpty() bool

GetTriggerWhenEmpty returns the TriggerWhenEmpty field value if set, zero value otherwise.

func (*ProcessorDefinition) GetTriggerWhenEmptyOk ¶

func (o *ProcessorDefinition) GetTriggerWhenEmptyOk() (*bool, bool)

GetTriggerWhenEmptyOk returns a tuple with the TriggerWhenEmpty field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetType ¶

func (o *ProcessorDefinition) GetType() string

GetType returns the Type field value

func (*ProcessorDefinition) GetTypeDescription ¶

func (o *ProcessorDefinition) GetTypeDescription() string

GetTypeDescription returns the TypeDescription field value if set, zero value otherwise.

func (*ProcessorDefinition) GetTypeDescriptionOk ¶

func (o *ProcessorDefinition) GetTypeDescriptionOk() (*string, bool)

GetTypeDescriptionOk returns a tuple with the TypeDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetTypeOk ¶

func (o *ProcessorDefinition) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetVersion ¶

func (o *ProcessorDefinition) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ProcessorDefinition) GetVersionOk ¶

func (o *ProcessorDefinition) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) GetWritesAttributes ¶

func (o *ProcessorDefinition) GetWritesAttributes() []Attribute

GetWritesAttributes returns the WritesAttributes field value if set, zero value otherwise.

func (*ProcessorDefinition) GetWritesAttributesOk ¶

func (o *ProcessorDefinition) GetWritesAttributesOk() ([]Attribute, bool)

GetWritesAttributesOk returns a tuple with the WritesAttributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDefinition) HasAdditionalDetails ¶

func (o *ProcessorDefinition) HasAdditionalDetails() bool

HasAdditionalDetails returns a boolean if a field has been set.

func (*ProcessorDefinition) HasArtifact ¶

func (o *ProcessorDefinition) HasArtifact() bool

HasArtifact returns a boolean if a field has been set.

func (*ProcessorDefinition) HasBuildInfo ¶

func (o *ProcessorDefinition) HasBuildInfo() bool

HasBuildInfo returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDefaultBulletinLevel ¶

func (o *ProcessorDefinition) HasDefaultBulletinLevel() bool

HasDefaultBulletinLevel returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDefaultConcurrentTasksBySchedulingStrategy ¶

func (o *ProcessorDefinition) HasDefaultConcurrentTasksBySchedulingStrategy() bool

HasDefaultConcurrentTasksBySchedulingStrategy returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDefaultPenaltyDuration ¶

func (o *ProcessorDefinition) HasDefaultPenaltyDuration() bool

HasDefaultPenaltyDuration returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDefaultSchedulingPeriodBySchedulingStrategy ¶

func (o *ProcessorDefinition) HasDefaultSchedulingPeriodBySchedulingStrategy() bool

HasDefaultSchedulingPeriodBySchedulingStrategy returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDefaultSchedulingStrategy ¶

func (o *ProcessorDefinition) HasDefaultSchedulingStrategy() bool

HasDefaultSchedulingStrategy returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDefaultYieldDuration ¶

func (o *ProcessorDefinition) HasDefaultYieldDuration() bool

HasDefaultYieldDuration returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDeprecated ¶

func (o *ProcessorDefinition) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDeprecationAlternatives ¶

func (o *ProcessorDefinition) HasDeprecationAlternatives() bool

HasDeprecationAlternatives returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDeprecationReason ¶

func (o *ProcessorDefinition) HasDeprecationReason() bool

HasDeprecationReason returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDynamicProperties ¶

func (o *ProcessorDefinition) HasDynamicProperties() bool

HasDynamicProperties returns a boolean if a field has been set.

func (*ProcessorDefinition) HasDynamicRelationship ¶

func (o *ProcessorDefinition) HasDynamicRelationship() bool

HasDynamicRelationship returns a boolean if a field has been set.

func (*ProcessorDefinition) HasExplicitRestrictions ¶

func (o *ProcessorDefinition) HasExplicitRestrictions() bool

HasExplicitRestrictions returns a boolean if a field has been set.

func (*ProcessorDefinition) HasGroup ¶

func (o *ProcessorDefinition) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*ProcessorDefinition) HasInputRequirement ¶

func (o *ProcessorDefinition) HasInputRequirement() bool

HasInputRequirement returns a boolean if a field has been set.

func (*ProcessorDefinition) HasPrimaryNodeOnly ¶

func (o *ProcessorDefinition) HasPrimaryNodeOnly() bool

HasPrimaryNodeOnly returns a boolean if a field has been set.

func (*ProcessorDefinition) HasPropertyDescriptors ¶

func (o *ProcessorDefinition) HasPropertyDescriptors() bool

HasPropertyDescriptors returns a boolean if a field has been set.

func (*ProcessorDefinition) HasProvidedApiImplementations ¶

func (o *ProcessorDefinition) HasProvidedApiImplementations() bool

HasProvidedApiImplementations returns a boolean if a field has been set.

func (*ProcessorDefinition) HasReadsAttributes ¶

func (o *ProcessorDefinition) HasReadsAttributes() bool

HasReadsAttributes returns a boolean if a field has been set.

func (*ProcessorDefinition) HasRestricted ¶

func (o *ProcessorDefinition) HasRestricted() bool

HasRestricted returns a boolean if a field has been set.

func (*ProcessorDefinition) HasRestrictedExplanation ¶

func (o *ProcessorDefinition) HasRestrictedExplanation() bool

HasRestrictedExplanation returns a boolean if a field has been set.

func (*ProcessorDefinition) HasSeeAlso ¶

func (o *ProcessorDefinition) HasSeeAlso() bool

HasSeeAlso returns a boolean if a field has been set.

func (*ProcessorDefinition) HasSideEffectFree ¶

func (o *ProcessorDefinition) HasSideEffectFree() bool

HasSideEffectFree returns a boolean if a field has been set.

func (*ProcessorDefinition) HasStateful ¶

func (o *ProcessorDefinition) HasStateful() bool

HasStateful returns a boolean if a field has been set.

func (*ProcessorDefinition) HasSupportedRelationships ¶

func (o *ProcessorDefinition) HasSupportedRelationships() bool

HasSupportedRelationships returns a boolean if a field has been set.

func (*ProcessorDefinition) HasSupportedSchedulingStrategies ¶

func (o *ProcessorDefinition) HasSupportedSchedulingStrategies() bool

HasSupportedSchedulingStrategies returns a boolean if a field has been set.

func (*ProcessorDefinition) HasSupportsBatching ¶

func (o *ProcessorDefinition) HasSupportsBatching() bool

HasSupportsBatching returns a boolean if a field has been set.

func (*ProcessorDefinition) HasSupportsDynamicProperties ¶

func (o *ProcessorDefinition) HasSupportsDynamicProperties() bool

HasSupportsDynamicProperties returns a boolean if a field has been set.

func (*ProcessorDefinition) HasSupportsDynamicRelationships ¶

func (o *ProcessorDefinition) HasSupportsDynamicRelationships() bool

HasSupportsDynamicRelationships returns a boolean if a field has been set.

func (*ProcessorDefinition) HasSupportsEventDriven ¶

func (o *ProcessorDefinition) HasSupportsEventDriven() bool

HasSupportsEventDriven returns a boolean if a field has been set.

func (*ProcessorDefinition) HasSystemResourceConsiderations ¶

func (o *ProcessorDefinition) HasSystemResourceConsiderations() bool

HasSystemResourceConsiderations returns a boolean if a field has been set.

func (*ProcessorDefinition) HasTags ¶

func (o *ProcessorDefinition) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ProcessorDefinition) HasTriggerSerially ¶

func (o *ProcessorDefinition) HasTriggerSerially() bool

HasTriggerSerially returns a boolean if a field has been set.

func (*ProcessorDefinition) HasTriggerWhenAnyDestinationAvailable ¶

func (o *ProcessorDefinition) HasTriggerWhenAnyDestinationAvailable() bool

HasTriggerWhenAnyDestinationAvailable returns a boolean if a field has been set.

func (*ProcessorDefinition) HasTriggerWhenEmpty ¶

func (o *ProcessorDefinition) HasTriggerWhenEmpty() bool

HasTriggerWhenEmpty returns a boolean if a field has been set.

func (*ProcessorDefinition) HasTypeDescription ¶

func (o *ProcessorDefinition) HasTypeDescription() bool

HasTypeDescription returns a boolean if a field has been set.

func (*ProcessorDefinition) HasVersion ¶

func (o *ProcessorDefinition) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*ProcessorDefinition) HasWritesAttributes ¶

func (o *ProcessorDefinition) HasWritesAttributes() bool

HasWritesAttributes returns a boolean if a field has been set.

func (ProcessorDefinition) MarshalJSON ¶

func (o ProcessorDefinition) MarshalJSON() ([]byte, error)

func (*ProcessorDefinition) SetAdditionalDetails ¶

func (o *ProcessorDefinition) SetAdditionalDetails(v bool)

SetAdditionalDetails gets a reference to the given bool and assigns it to the AdditionalDetails field.

func (*ProcessorDefinition) SetArtifact ¶

func (o *ProcessorDefinition) SetArtifact(v string)

SetArtifact gets a reference to the given string and assigns it to the Artifact field.

func (*ProcessorDefinition) SetBuildInfo ¶

func (o *ProcessorDefinition) SetBuildInfo(v BuildInfo)

SetBuildInfo gets a reference to the given BuildInfo and assigns it to the BuildInfo field.

func (*ProcessorDefinition) SetDefaultBulletinLevel ¶

func (o *ProcessorDefinition) SetDefaultBulletinLevel(v string)

SetDefaultBulletinLevel gets a reference to the given string and assigns it to the DefaultBulletinLevel field.

func (*ProcessorDefinition) SetDefaultConcurrentTasksBySchedulingStrategy ¶

func (o *ProcessorDefinition) SetDefaultConcurrentTasksBySchedulingStrategy(v map[string]int32)

SetDefaultConcurrentTasksBySchedulingStrategy gets a reference to the given map[string]int32 and assigns it to the DefaultConcurrentTasksBySchedulingStrategy field.

func (*ProcessorDefinition) SetDefaultPenaltyDuration ¶

func (o *ProcessorDefinition) SetDefaultPenaltyDuration(v string)

SetDefaultPenaltyDuration gets a reference to the given string and assigns it to the DefaultPenaltyDuration field.

func (*ProcessorDefinition) SetDefaultSchedulingPeriodBySchedulingStrategy ¶

func (o *ProcessorDefinition) SetDefaultSchedulingPeriodBySchedulingStrategy(v map[string]string)

SetDefaultSchedulingPeriodBySchedulingStrategy gets a reference to the given map[string]string and assigns it to the DefaultSchedulingPeriodBySchedulingStrategy field.

func (*ProcessorDefinition) SetDefaultSchedulingStrategy ¶

func (o *ProcessorDefinition) SetDefaultSchedulingStrategy(v string)

SetDefaultSchedulingStrategy gets a reference to the given string and assigns it to the DefaultSchedulingStrategy field.

func (*ProcessorDefinition) SetDefaultYieldDuration ¶

func (o *ProcessorDefinition) SetDefaultYieldDuration(v string)

SetDefaultYieldDuration gets a reference to the given string and assigns it to the DefaultYieldDuration field.

func (*ProcessorDefinition) SetDeprecated ¶

func (o *ProcessorDefinition) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*ProcessorDefinition) SetDeprecationAlternatives ¶

func (o *ProcessorDefinition) SetDeprecationAlternatives(v []string)

SetDeprecationAlternatives gets a reference to the given []string and assigns it to the DeprecationAlternatives field.

func (*ProcessorDefinition) SetDeprecationReason ¶

func (o *ProcessorDefinition) SetDeprecationReason(v string)

SetDeprecationReason gets a reference to the given string and assigns it to the DeprecationReason field.

func (*ProcessorDefinition) SetDynamicProperties ¶

func (o *ProcessorDefinition) SetDynamicProperties(v []DynamicProperty)

SetDynamicProperties gets a reference to the given []DynamicProperty and assigns it to the DynamicProperties field.

func (*ProcessorDefinition) SetDynamicRelationship ¶

func (o *ProcessorDefinition) SetDynamicRelationship(v DynamicRelationship)

SetDynamicRelationship gets a reference to the given DynamicRelationship and assigns it to the DynamicRelationship field.

func (*ProcessorDefinition) SetExplicitRestrictions ¶

func (o *ProcessorDefinition) SetExplicitRestrictions(v []Restriction)

SetExplicitRestrictions gets a reference to the given []Restriction and assigns it to the ExplicitRestrictions field.

func (*ProcessorDefinition) SetGroup ¶

func (o *ProcessorDefinition) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*ProcessorDefinition) SetInputRequirement ¶

func (o *ProcessorDefinition) SetInputRequirement(v string)

SetInputRequirement gets a reference to the given string and assigns it to the InputRequirement field.

func (*ProcessorDefinition) SetPrimaryNodeOnly ¶

func (o *ProcessorDefinition) SetPrimaryNodeOnly(v bool)

SetPrimaryNodeOnly gets a reference to the given bool and assigns it to the PrimaryNodeOnly field.

func (*ProcessorDefinition) SetPropertyDescriptors ¶

func (o *ProcessorDefinition) SetPropertyDescriptors(v map[string]PropertyDescriptor)

SetPropertyDescriptors gets a reference to the given map[string]PropertyDescriptor and assigns it to the PropertyDescriptors field.

func (*ProcessorDefinition) SetProvidedApiImplementations ¶

func (o *ProcessorDefinition) SetProvidedApiImplementations(v []DefinedType)

SetProvidedApiImplementations gets a reference to the given []DefinedType and assigns it to the ProvidedApiImplementations field.

func (*ProcessorDefinition) SetReadsAttributes ¶

func (o *ProcessorDefinition) SetReadsAttributes(v []Attribute)

SetReadsAttributes gets a reference to the given []Attribute and assigns it to the ReadsAttributes field.

func (*ProcessorDefinition) SetRestricted ¶

func (o *ProcessorDefinition) SetRestricted(v bool)

SetRestricted gets a reference to the given bool and assigns it to the Restricted field.

func (*ProcessorDefinition) SetRestrictedExplanation ¶

func (o *ProcessorDefinition) SetRestrictedExplanation(v string)

SetRestrictedExplanation gets a reference to the given string and assigns it to the RestrictedExplanation field.

func (*ProcessorDefinition) SetSeeAlso ¶

func (o *ProcessorDefinition) SetSeeAlso(v []string)

SetSeeAlso gets a reference to the given []string and assigns it to the SeeAlso field.

func (*ProcessorDefinition) SetSideEffectFree ¶

func (o *ProcessorDefinition) SetSideEffectFree(v bool)

SetSideEffectFree gets a reference to the given bool and assigns it to the SideEffectFree field.

func (*ProcessorDefinition) SetStateful ¶

func (o *ProcessorDefinition) SetStateful(v Stateful)

SetStateful gets a reference to the given Stateful and assigns it to the Stateful field.

func (*ProcessorDefinition) SetSupportedRelationships ¶

func (o *ProcessorDefinition) SetSupportedRelationships(v []Relationship)

SetSupportedRelationships gets a reference to the given []Relationship and assigns it to the SupportedRelationships field.

func (*ProcessorDefinition) SetSupportedSchedulingStrategies ¶

func (o *ProcessorDefinition) SetSupportedSchedulingStrategies(v []string)

SetSupportedSchedulingStrategies gets a reference to the given []string and assigns it to the SupportedSchedulingStrategies field.

func (*ProcessorDefinition) SetSupportsBatching ¶

func (o *ProcessorDefinition) SetSupportsBatching(v bool)

SetSupportsBatching gets a reference to the given bool and assigns it to the SupportsBatching field.

func (*ProcessorDefinition) SetSupportsDynamicProperties ¶

func (o *ProcessorDefinition) SetSupportsDynamicProperties(v bool)

SetSupportsDynamicProperties gets a reference to the given bool and assigns it to the SupportsDynamicProperties field.

func (*ProcessorDefinition) SetSupportsDynamicRelationships ¶

func (o *ProcessorDefinition) SetSupportsDynamicRelationships(v bool)

SetSupportsDynamicRelationships gets a reference to the given bool and assigns it to the SupportsDynamicRelationships field.

func (*ProcessorDefinition) SetSupportsEventDriven ¶

func (o *ProcessorDefinition) SetSupportsEventDriven(v bool)

SetSupportsEventDriven gets a reference to the given bool and assigns it to the SupportsEventDriven field.

func (*ProcessorDefinition) SetSystemResourceConsiderations ¶

func (o *ProcessorDefinition) SetSystemResourceConsiderations(v []SystemResourceConsideration)

SetSystemResourceConsiderations gets a reference to the given []SystemResourceConsideration and assigns it to the SystemResourceConsiderations field.

func (*ProcessorDefinition) SetTags ¶

func (o *ProcessorDefinition) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ProcessorDefinition) SetTriggerSerially ¶

func (o *ProcessorDefinition) SetTriggerSerially(v bool)

SetTriggerSerially gets a reference to the given bool and assigns it to the TriggerSerially field.

func (*ProcessorDefinition) SetTriggerWhenAnyDestinationAvailable ¶

func (o *ProcessorDefinition) SetTriggerWhenAnyDestinationAvailable(v bool)

SetTriggerWhenAnyDestinationAvailable gets a reference to the given bool and assigns it to the TriggerWhenAnyDestinationAvailable field.

func (*ProcessorDefinition) SetTriggerWhenEmpty ¶

func (o *ProcessorDefinition) SetTriggerWhenEmpty(v bool)

SetTriggerWhenEmpty gets a reference to the given bool and assigns it to the TriggerWhenEmpty field.

func (*ProcessorDefinition) SetType ¶

func (o *ProcessorDefinition) SetType(v string)

SetType sets field value

func (*ProcessorDefinition) SetTypeDescription ¶

func (o *ProcessorDefinition) SetTypeDescription(v string)

SetTypeDescription gets a reference to the given string and assigns it to the TypeDescription field.

func (*ProcessorDefinition) SetVersion ¶

func (o *ProcessorDefinition) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (*ProcessorDefinition) SetWritesAttributes ¶

func (o *ProcessorDefinition) SetWritesAttributes(v []Attribute)

SetWritesAttributes gets a reference to the given []Attribute and assigns it to the WritesAttributes field.

func (ProcessorDefinition) ToMap ¶

func (o ProcessorDefinition) ToMap() (map[string]interface{}, error)

type ProcessorDiagnosticsDTO ¶

type ProcessorDiagnosticsDTO struct {
	Processor       *ProcessorDTO       `json:"processor,omitempty"`
	ProcessorStatus *ProcessorStatusDTO `json:"processorStatus,omitempty"`
	// Diagnostic Information about all Controller Services that the Processor is referencing
	ReferencedControllerServices []ControllerServiceDiagnosticsDTO `json:"referencedControllerServices,omitempty"`
	// Diagnostic Information about all incoming Connections
	IncomingConnections []ConnectionDiagnosticsDTO `json:"incomingConnections,omitempty"`
	// Diagnostic Information about all outgoing Connections
	OutgoingConnections []ConnectionDiagnosticsDTO `json:"outgoingConnections,omitempty"`
	JvmDiagnostics      *JVMDiagnosticsDTO         `json:"jvmDiagnostics,omitempty"`
	// Thread Dumps that were taken of the threads that are active in the Processor
	ThreadDumps            []ThreadDumpDTO            `json:"threadDumps,omitempty"`
	ClassLoaderDiagnostics *ClassLoaderDiagnosticsDTO `json:"classLoaderDiagnostics,omitempty"`
}

ProcessorDiagnosticsDTO struct for ProcessorDiagnosticsDTO

func NewProcessorDiagnosticsDTO ¶

func NewProcessorDiagnosticsDTO() *ProcessorDiagnosticsDTO

NewProcessorDiagnosticsDTO instantiates a new ProcessorDiagnosticsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorDiagnosticsDTOWithDefaults ¶

func NewProcessorDiagnosticsDTOWithDefaults() *ProcessorDiagnosticsDTO

NewProcessorDiagnosticsDTOWithDefaults instantiates a new ProcessorDiagnosticsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorDiagnosticsDTO) GetClassLoaderDiagnostics ¶

func (o *ProcessorDiagnosticsDTO) GetClassLoaderDiagnostics() ClassLoaderDiagnosticsDTO

GetClassLoaderDiagnostics returns the ClassLoaderDiagnostics field value if set, zero value otherwise.

func (*ProcessorDiagnosticsDTO) GetClassLoaderDiagnosticsOk ¶

func (o *ProcessorDiagnosticsDTO) GetClassLoaderDiagnosticsOk() (*ClassLoaderDiagnosticsDTO, bool)

GetClassLoaderDiagnosticsOk returns a tuple with the ClassLoaderDiagnostics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsDTO) GetIncomingConnections ¶

func (o *ProcessorDiagnosticsDTO) GetIncomingConnections() []ConnectionDiagnosticsDTO

GetIncomingConnections returns the IncomingConnections field value if set, zero value otherwise.

func (*ProcessorDiagnosticsDTO) GetIncomingConnectionsOk ¶

func (o *ProcessorDiagnosticsDTO) GetIncomingConnectionsOk() ([]ConnectionDiagnosticsDTO, bool)

GetIncomingConnectionsOk returns a tuple with the IncomingConnections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsDTO) GetJvmDiagnostics ¶

func (o *ProcessorDiagnosticsDTO) GetJvmDiagnostics() JVMDiagnosticsDTO

GetJvmDiagnostics returns the JvmDiagnostics field value if set, zero value otherwise.

func (*ProcessorDiagnosticsDTO) GetJvmDiagnosticsOk ¶

func (o *ProcessorDiagnosticsDTO) GetJvmDiagnosticsOk() (*JVMDiagnosticsDTO, bool)

GetJvmDiagnosticsOk returns a tuple with the JvmDiagnostics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsDTO) GetOutgoingConnections ¶

func (o *ProcessorDiagnosticsDTO) GetOutgoingConnections() []ConnectionDiagnosticsDTO

GetOutgoingConnections returns the OutgoingConnections field value if set, zero value otherwise.

func (*ProcessorDiagnosticsDTO) GetOutgoingConnectionsOk ¶

func (o *ProcessorDiagnosticsDTO) GetOutgoingConnectionsOk() ([]ConnectionDiagnosticsDTO, bool)

GetOutgoingConnectionsOk returns a tuple with the OutgoingConnections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsDTO) GetProcessor ¶

func (o *ProcessorDiagnosticsDTO) GetProcessor() ProcessorDTO

GetProcessor returns the Processor field value if set, zero value otherwise.

func (*ProcessorDiagnosticsDTO) GetProcessorOk ¶

func (o *ProcessorDiagnosticsDTO) GetProcessorOk() (*ProcessorDTO, bool)

GetProcessorOk returns a tuple with the Processor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsDTO) GetProcessorStatus ¶

func (o *ProcessorDiagnosticsDTO) GetProcessorStatus() ProcessorStatusDTO

GetProcessorStatus returns the ProcessorStatus field value if set, zero value otherwise.

func (*ProcessorDiagnosticsDTO) GetProcessorStatusOk ¶

func (o *ProcessorDiagnosticsDTO) GetProcessorStatusOk() (*ProcessorStatusDTO, bool)

GetProcessorStatusOk returns a tuple with the ProcessorStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsDTO) GetReferencedControllerServices ¶

func (o *ProcessorDiagnosticsDTO) GetReferencedControllerServices() []ControllerServiceDiagnosticsDTO

GetReferencedControllerServices returns the ReferencedControllerServices field value if set, zero value otherwise.

func (*ProcessorDiagnosticsDTO) GetReferencedControllerServicesOk ¶

func (o *ProcessorDiagnosticsDTO) GetReferencedControllerServicesOk() ([]ControllerServiceDiagnosticsDTO, bool)

GetReferencedControllerServicesOk returns a tuple with the ReferencedControllerServices field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsDTO) GetThreadDumps ¶

func (o *ProcessorDiagnosticsDTO) GetThreadDumps() []ThreadDumpDTO

GetThreadDumps returns the ThreadDumps field value if set, zero value otherwise.

func (*ProcessorDiagnosticsDTO) GetThreadDumpsOk ¶

func (o *ProcessorDiagnosticsDTO) GetThreadDumpsOk() ([]ThreadDumpDTO, bool)

GetThreadDumpsOk returns a tuple with the ThreadDumps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsDTO) HasClassLoaderDiagnostics ¶

func (o *ProcessorDiagnosticsDTO) HasClassLoaderDiagnostics() bool

HasClassLoaderDiagnostics returns a boolean if a field has been set.

func (*ProcessorDiagnosticsDTO) HasIncomingConnections ¶

func (o *ProcessorDiagnosticsDTO) HasIncomingConnections() bool

HasIncomingConnections returns a boolean if a field has been set.

func (*ProcessorDiagnosticsDTO) HasJvmDiagnostics ¶

func (o *ProcessorDiagnosticsDTO) HasJvmDiagnostics() bool

HasJvmDiagnostics returns a boolean if a field has been set.

func (*ProcessorDiagnosticsDTO) HasOutgoingConnections ¶

func (o *ProcessorDiagnosticsDTO) HasOutgoingConnections() bool

HasOutgoingConnections returns a boolean if a field has been set.

func (*ProcessorDiagnosticsDTO) HasProcessor ¶

func (o *ProcessorDiagnosticsDTO) HasProcessor() bool

HasProcessor returns a boolean if a field has been set.

func (*ProcessorDiagnosticsDTO) HasProcessorStatus ¶

func (o *ProcessorDiagnosticsDTO) HasProcessorStatus() bool

HasProcessorStatus returns a boolean if a field has been set.

func (*ProcessorDiagnosticsDTO) HasReferencedControllerServices ¶

func (o *ProcessorDiagnosticsDTO) HasReferencedControllerServices() bool

HasReferencedControllerServices returns a boolean if a field has been set.

func (*ProcessorDiagnosticsDTO) HasThreadDumps ¶

func (o *ProcessorDiagnosticsDTO) HasThreadDumps() bool

HasThreadDumps returns a boolean if a field has been set.

func (ProcessorDiagnosticsDTO) MarshalJSON ¶

func (o ProcessorDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*ProcessorDiagnosticsDTO) SetClassLoaderDiagnostics ¶

func (o *ProcessorDiagnosticsDTO) SetClassLoaderDiagnostics(v ClassLoaderDiagnosticsDTO)

SetClassLoaderDiagnostics gets a reference to the given ClassLoaderDiagnosticsDTO and assigns it to the ClassLoaderDiagnostics field.

func (*ProcessorDiagnosticsDTO) SetIncomingConnections ¶

func (o *ProcessorDiagnosticsDTO) SetIncomingConnections(v []ConnectionDiagnosticsDTO)

SetIncomingConnections gets a reference to the given []ConnectionDiagnosticsDTO and assigns it to the IncomingConnections field.

func (*ProcessorDiagnosticsDTO) SetJvmDiagnostics ¶

func (o *ProcessorDiagnosticsDTO) SetJvmDiagnostics(v JVMDiagnosticsDTO)

SetJvmDiagnostics gets a reference to the given JVMDiagnosticsDTO and assigns it to the JvmDiagnostics field.

func (*ProcessorDiagnosticsDTO) SetOutgoingConnections ¶

func (o *ProcessorDiagnosticsDTO) SetOutgoingConnections(v []ConnectionDiagnosticsDTO)

SetOutgoingConnections gets a reference to the given []ConnectionDiagnosticsDTO and assigns it to the OutgoingConnections field.

func (*ProcessorDiagnosticsDTO) SetProcessor ¶

func (o *ProcessorDiagnosticsDTO) SetProcessor(v ProcessorDTO)

SetProcessor gets a reference to the given ProcessorDTO and assigns it to the Processor field.

func (*ProcessorDiagnosticsDTO) SetProcessorStatus ¶

func (o *ProcessorDiagnosticsDTO) SetProcessorStatus(v ProcessorStatusDTO)

SetProcessorStatus gets a reference to the given ProcessorStatusDTO and assigns it to the ProcessorStatus field.

func (*ProcessorDiagnosticsDTO) SetReferencedControllerServices ¶

func (o *ProcessorDiagnosticsDTO) SetReferencedControllerServices(v []ControllerServiceDiagnosticsDTO)

SetReferencedControllerServices gets a reference to the given []ControllerServiceDiagnosticsDTO and assigns it to the ReferencedControllerServices field.

func (*ProcessorDiagnosticsDTO) SetThreadDumps ¶

func (o *ProcessorDiagnosticsDTO) SetThreadDumps(v []ThreadDumpDTO)

SetThreadDumps gets a reference to the given []ThreadDumpDTO and assigns it to the ThreadDumps field.

func (ProcessorDiagnosticsDTO) ToMap ¶

func (o ProcessorDiagnosticsDTO) ToMap() (map[string]interface{}, error)

type ProcessorDiagnosticsEntity ¶

type ProcessorDiagnosticsEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                    `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ProcessorDiagnosticsDTO `json:"component,omitempty"`
}

ProcessorDiagnosticsEntity struct for ProcessorDiagnosticsEntity

func NewProcessorDiagnosticsEntity ¶

func NewProcessorDiagnosticsEntity() *ProcessorDiagnosticsEntity

NewProcessorDiagnosticsEntity instantiates a new ProcessorDiagnosticsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorDiagnosticsEntityWithDefaults ¶

func NewProcessorDiagnosticsEntityWithDefaults() *ProcessorDiagnosticsEntity

NewProcessorDiagnosticsEntityWithDefaults instantiates a new ProcessorDiagnosticsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorDiagnosticsEntity) GetBulletins ¶

func (o *ProcessorDiagnosticsEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ProcessorDiagnosticsEntity) GetBulletinsOk ¶

func (o *ProcessorDiagnosticsEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*ProcessorDiagnosticsEntity) GetComponentOk ¶

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ProcessorDiagnosticsEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ProcessorDiagnosticsEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ProcessorDiagnosticsEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessorDiagnosticsEntity) GetIdOk ¶

func (o *ProcessorDiagnosticsEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsEntity) GetPermissions ¶

func (o *ProcessorDiagnosticsEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ProcessorDiagnosticsEntity) GetPermissionsOk ¶

func (o *ProcessorDiagnosticsEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsEntity) GetPosition ¶

func (o *ProcessorDiagnosticsEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ProcessorDiagnosticsEntity) GetPositionOk ¶

func (o *ProcessorDiagnosticsEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsEntity) GetRevision ¶

func (o *ProcessorDiagnosticsEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ProcessorDiagnosticsEntity) GetRevisionOk ¶

func (o *ProcessorDiagnosticsEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsEntity) GetUri ¶

func (o *ProcessorDiagnosticsEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ProcessorDiagnosticsEntity) GetUriOk ¶

func (o *ProcessorDiagnosticsEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorDiagnosticsEntity) HasBulletins ¶

func (o *ProcessorDiagnosticsEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ProcessorDiagnosticsEntity) HasComponent ¶

func (o *ProcessorDiagnosticsEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ProcessorDiagnosticsEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ProcessorDiagnosticsEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ProcessorDiagnosticsEntity) HasId ¶

func (o *ProcessorDiagnosticsEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProcessorDiagnosticsEntity) HasPermissions ¶

func (o *ProcessorDiagnosticsEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ProcessorDiagnosticsEntity) HasPosition ¶

func (o *ProcessorDiagnosticsEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ProcessorDiagnosticsEntity) HasRevision ¶

func (o *ProcessorDiagnosticsEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ProcessorDiagnosticsEntity) HasUri ¶

func (o *ProcessorDiagnosticsEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ProcessorDiagnosticsEntity) MarshalJSON ¶

func (o ProcessorDiagnosticsEntity) MarshalJSON() ([]byte, error)

func (*ProcessorDiagnosticsEntity) SetBulletins ¶

func (o *ProcessorDiagnosticsEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ProcessorDiagnosticsEntity) SetComponent ¶

SetComponent gets a reference to the given ProcessorDiagnosticsDTO and assigns it to the Component field.

func (*ProcessorDiagnosticsEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ProcessorDiagnosticsEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ProcessorDiagnosticsEntity) SetId ¶

func (o *ProcessorDiagnosticsEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessorDiagnosticsEntity) SetPermissions ¶

func (o *ProcessorDiagnosticsEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ProcessorDiagnosticsEntity) SetPosition ¶

func (o *ProcessorDiagnosticsEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ProcessorDiagnosticsEntity) SetRevision ¶

func (o *ProcessorDiagnosticsEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ProcessorDiagnosticsEntity) SetUri ¶

func (o *ProcessorDiagnosticsEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ProcessorDiagnosticsEntity) ToMap ¶

func (o ProcessorDiagnosticsEntity) ToMap() (map[string]interface{}, error)

type ProcessorEntity ¶

type ProcessorEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool         `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ProcessorDTO `json:"component,omitempty"`
	// The input requirement for this processor.
	InputRequirement   *string             `json:"inputRequirement,omitempty"`
	Status             *ProcessorStatusDTO `json:"status,omitempty"`
	OperatePermissions *PermissionsDTO     `json:"operatePermissions,omitempty"`
}

ProcessorEntity struct for ProcessorEntity

func NewProcessorEntity ¶

func NewProcessorEntity() *ProcessorEntity

NewProcessorEntity instantiates a new ProcessorEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorEntityWithDefaults ¶

func NewProcessorEntityWithDefaults() *ProcessorEntity

NewProcessorEntityWithDefaults instantiates a new ProcessorEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorEntity) GetBulletins ¶

func (o *ProcessorEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ProcessorEntity) GetBulletinsOk ¶

func (o *ProcessorEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) GetComponent ¶

func (o *ProcessorEntity) GetComponent() ProcessorDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*ProcessorEntity) GetComponentOk ¶

func (o *ProcessorEntity) GetComponentOk() (*ProcessorDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ProcessorEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ProcessorEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ProcessorEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) GetId ¶

func (o *ProcessorEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessorEntity) GetIdOk ¶

func (o *ProcessorEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) GetInputRequirement ¶

func (o *ProcessorEntity) GetInputRequirement() string

GetInputRequirement returns the InputRequirement field value if set, zero value otherwise.

func (*ProcessorEntity) GetInputRequirementOk ¶

func (o *ProcessorEntity) GetInputRequirementOk() (*string, bool)

GetInputRequirementOk returns a tuple with the InputRequirement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) GetOperatePermissions ¶

func (o *ProcessorEntity) GetOperatePermissions() PermissionsDTO

GetOperatePermissions returns the OperatePermissions field value if set, zero value otherwise.

func (*ProcessorEntity) GetOperatePermissionsOk ¶

func (o *ProcessorEntity) GetOperatePermissionsOk() (*PermissionsDTO, bool)

GetOperatePermissionsOk returns a tuple with the OperatePermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) GetPermissions ¶

func (o *ProcessorEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ProcessorEntity) GetPermissionsOk ¶

func (o *ProcessorEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) GetPosition ¶

func (o *ProcessorEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ProcessorEntity) GetPositionOk ¶

func (o *ProcessorEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) GetRevision ¶

func (o *ProcessorEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ProcessorEntity) GetRevisionOk ¶

func (o *ProcessorEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) GetStatus ¶

func (o *ProcessorEntity) GetStatus() ProcessorStatusDTO

GetStatus returns the Status field value if set, zero value otherwise.

func (*ProcessorEntity) GetStatusOk ¶

func (o *ProcessorEntity) GetStatusOk() (*ProcessorStatusDTO, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) GetUri ¶

func (o *ProcessorEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ProcessorEntity) GetUriOk ¶

func (o *ProcessorEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorEntity) HasBulletins ¶

func (o *ProcessorEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ProcessorEntity) HasComponent ¶

func (o *ProcessorEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ProcessorEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ProcessorEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ProcessorEntity) HasId ¶

func (o *ProcessorEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProcessorEntity) HasInputRequirement ¶

func (o *ProcessorEntity) HasInputRequirement() bool

HasInputRequirement returns a boolean if a field has been set.

func (*ProcessorEntity) HasOperatePermissions ¶

func (o *ProcessorEntity) HasOperatePermissions() bool

HasOperatePermissions returns a boolean if a field has been set.

func (*ProcessorEntity) HasPermissions ¶

func (o *ProcessorEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ProcessorEntity) HasPosition ¶

func (o *ProcessorEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ProcessorEntity) HasRevision ¶

func (o *ProcessorEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ProcessorEntity) HasStatus ¶

func (o *ProcessorEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ProcessorEntity) HasUri ¶

func (o *ProcessorEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ProcessorEntity) MarshalJSON ¶

func (o ProcessorEntity) MarshalJSON() ([]byte, error)

func (*ProcessorEntity) SetBulletins ¶

func (o *ProcessorEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ProcessorEntity) SetComponent ¶

func (o *ProcessorEntity) SetComponent(v ProcessorDTO)

SetComponent gets a reference to the given ProcessorDTO and assigns it to the Component field.

func (*ProcessorEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ProcessorEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ProcessorEntity) SetId ¶

func (o *ProcessorEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessorEntity) SetInputRequirement ¶

func (o *ProcessorEntity) SetInputRequirement(v string)

SetInputRequirement gets a reference to the given string and assigns it to the InputRequirement field.

func (*ProcessorEntity) SetOperatePermissions ¶

func (o *ProcessorEntity) SetOperatePermissions(v PermissionsDTO)

SetOperatePermissions gets a reference to the given PermissionsDTO and assigns it to the OperatePermissions field.

func (*ProcessorEntity) SetPermissions ¶

func (o *ProcessorEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ProcessorEntity) SetPosition ¶

func (o *ProcessorEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ProcessorEntity) SetRevision ¶

func (o *ProcessorEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ProcessorEntity) SetStatus ¶

func (o *ProcessorEntity) SetStatus(v ProcessorStatusDTO)

SetStatus gets a reference to the given ProcessorStatusDTO and assigns it to the Status field.

func (*ProcessorEntity) SetUri ¶

func (o *ProcessorEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ProcessorEntity) ToMap ¶

func (o ProcessorEntity) ToMap() (map[string]interface{}, error)

type ProcessorRunStatusDetailsDTO ¶

type ProcessorRunStatusDetailsDTO struct {
	// The ID of the processor
	Id *string `json:"id,omitempty"`
	// The name of the processor
	Name *string `json:"name,omitempty"`
	// The run status of the processor
	RunStatus *string `json:"runStatus,omitempty"`
	// The processor's validation errors
	ValidationErrors []string `json:"validationErrors,omitempty"`
	// The current number of threads that the processor is currently using
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
}

ProcessorRunStatusDetailsDTO struct for ProcessorRunStatusDetailsDTO

func NewProcessorRunStatusDetailsDTO ¶

func NewProcessorRunStatusDetailsDTO() *ProcessorRunStatusDetailsDTO

NewProcessorRunStatusDetailsDTO instantiates a new ProcessorRunStatusDetailsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorRunStatusDetailsDTOWithDefaults ¶

func NewProcessorRunStatusDetailsDTOWithDefaults() *ProcessorRunStatusDetailsDTO

NewProcessorRunStatusDetailsDTOWithDefaults instantiates a new ProcessorRunStatusDetailsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorRunStatusDetailsDTO) GetActiveThreadCount ¶

func (o *ProcessorRunStatusDetailsDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*ProcessorRunStatusDetailsDTO) GetActiveThreadCountOk ¶

func (o *ProcessorRunStatusDetailsDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusDetailsDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessorRunStatusDetailsDTO) GetIdOk ¶

func (o *ProcessorRunStatusDetailsDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusDetailsDTO) GetName ¶

func (o *ProcessorRunStatusDetailsDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProcessorRunStatusDetailsDTO) GetNameOk ¶

func (o *ProcessorRunStatusDetailsDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusDetailsDTO) GetRunStatus ¶

func (o *ProcessorRunStatusDetailsDTO) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*ProcessorRunStatusDetailsDTO) GetRunStatusOk ¶

func (o *ProcessorRunStatusDetailsDTO) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusDetailsDTO) GetValidationErrors ¶

func (o *ProcessorRunStatusDetailsDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ProcessorRunStatusDetailsDTO) GetValidationErrorsOk ¶

func (o *ProcessorRunStatusDetailsDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusDetailsDTO) HasActiveThreadCount ¶

func (o *ProcessorRunStatusDetailsDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*ProcessorRunStatusDetailsDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*ProcessorRunStatusDetailsDTO) HasName ¶

func (o *ProcessorRunStatusDetailsDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProcessorRunStatusDetailsDTO) HasRunStatus ¶

func (o *ProcessorRunStatusDetailsDTO) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*ProcessorRunStatusDetailsDTO) HasValidationErrors ¶

func (o *ProcessorRunStatusDetailsDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (ProcessorRunStatusDetailsDTO) MarshalJSON ¶

func (o ProcessorRunStatusDetailsDTO) MarshalJSON() ([]byte, error)

func (*ProcessorRunStatusDetailsDTO) SetActiveThreadCount ¶

func (o *ProcessorRunStatusDetailsDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*ProcessorRunStatusDetailsDTO) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessorRunStatusDetailsDTO) SetName ¶

func (o *ProcessorRunStatusDetailsDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ProcessorRunStatusDetailsDTO) SetRunStatus ¶

func (o *ProcessorRunStatusDetailsDTO) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*ProcessorRunStatusDetailsDTO) SetValidationErrors ¶

func (o *ProcessorRunStatusDetailsDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (ProcessorRunStatusDetailsDTO) ToMap ¶

func (o ProcessorRunStatusDetailsDTO) ToMap() (map[string]interface{}, error)

type ProcessorRunStatusDetailsEntity ¶

type ProcessorRunStatusDetailsEntity struct {
	Revision         *RevisionDTO                  `json:"revision,omitempty"`
	Permissions      *PermissionsDTO               `json:"permissions,omitempty"`
	RunStatusDetails *ProcessorRunStatusDetailsDTO `json:"runStatusDetails,omitempty"`
}

ProcessorRunStatusDetailsEntity struct for ProcessorRunStatusDetailsEntity

func NewProcessorRunStatusDetailsEntity ¶

func NewProcessorRunStatusDetailsEntity() *ProcessorRunStatusDetailsEntity

NewProcessorRunStatusDetailsEntity instantiates a new ProcessorRunStatusDetailsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorRunStatusDetailsEntityWithDefaults ¶

func NewProcessorRunStatusDetailsEntityWithDefaults() *ProcessorRunStatusDetailsEntity

NewProcessorRunStatusDetailsEntityWithDefaults instantiates a new ProcessorRunStatusDetailsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorRunStatusDetailsEntity) GetPermissions ¶

func (o *ProcessorRunStatusDetailsEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ProcessorRunStatusDetailsEntity) GetPermissionsOk ¶

func (o *ProcessorRunStatusDetailsEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusDetailsEntity) GetRevision ¶

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ProcessorRunStatusDetailsEntity) GetRevisionOk ¶

func (o *ProcessorRunStatusDetailsEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusDetailsEntity) GetRunStatusDetails ¶

GetRunStatusDetails returns the RunStatusDetails field value if set, zero value otherwise.

func (*ProcessorRunStatusDetailsEntity) GetRunStatusDetailsOk ¶

func (o *ProcessorRunStatusDetailsEntity) GetRunStatusDetailsOk() (*ProcessorRunStatusDetailsDTO, bool)

GetRunStatusDetailsOk returns a tuple with the RunStatusDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusDetailsEntity) HasPermissions ¶

func (o *ProcessorRunStatusDetailsEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ProcessorRunStatusDetailsEntity) HasRevision ¶

func (o *ProcessorRunStatusDetailsEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ProcessorRunStatusDetailsEntity) HasRunStatusDetails ¶

func (o *ProcessorRunStatusDetailsEntity) HasRunStatusDetails() bool

HasRunStatusDetails returns a boolean if a field has been set.

func (ProcessorRunStatusDetailsEntity) MarshalJSON ¶

func (o ProcessorRunStatusDetailsEntity) MarshalJSON() ([]byte, error)

func (*ProcessorRunStatusDetailsEntity) SetPermissions ¶

func (o *ProcessorRunStatusDetailsEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ProcessorRunStatusDetailsEntity) SetRevision ¶

func (o *ProcessorRunStatusDetailsEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ProcessorRunStatusDetailsEntity) SetRunStatusDetails ¶

SetRunStatusDetails gets a reference to the given ProcessorRunStatusDetailsDTO and assigns it to the RunStatusDetails field.

func (ProcessorRunStatusDetailsEntity) ToMap ¶

func (o ProcessorRunStatusDetailsEntity) ToMap() (map[string]interface{}, error)

type ProcessorRunStatusEntity ¶

type ProcessorRunStatusEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The run status of the Processor.
	State *string `json:"state,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

ProcessorRunStatusEntity struct for ProcessorRunStatusEntity

func NewProcessorRunStatusEntity ¶

func NewProcessorRunStatusEntity() *ProcessorRunStatusEntity

NewProcessorRunStatusEntity instantiates a new ProcessorRunStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorRunStatusEntityWithDefaults ¶

func NewProcessorRunStatusEntityWithDefaults() *ProcessorRunStatusEntity

NewProcessorRunStatusEntityWithDefaults instantiates a new ProcessorRunStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorRunStatusEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ProcessorRunStatusEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ProcessorRunStatusEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ProcessorRunStatusEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusEntity) GetRevision ¶

func (o *ProcessorRunStatusEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ProcessorRunStatusEntity) GetRevisionOk ¶

func (o *ProcessorRunStatusEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusEntity) GetState ¶

func (o *ProcessorRunStatusEntity) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ProcessorRunStatusEntity) GetStateOk ¶

func (o *ProcessorRunStatusEntity) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorRunStatusEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ProcessorRunStatusEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ProcessorRunStatusEntity) HasRevision ¶

func (o *ProcessorRunStatusEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ProcessorRunStatusEntity) HasState ¶

func (o *ProcessorRunStatusEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (ProcessorRunStatusEntity) MarshalJSON ¶

func (o ProcessorRunStatusEntity) MarshalJSON() ([]byte, error)

func (*ProcessorRunStatusEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ProcessorRunStatusEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ProcessorRunStatusEntity) SetRevision ¶

func (o *ProcessorRunStatusEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ProcessorRunStatusEntity) SetState ¶

func (o *ProcessorRunStatusEntity) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (ProcessorRunStatusEntity) ToMap ¶

func (o ProcessorRunStatusEntity) ToMap() (map[string]interface{}, error)

type ProcessorStatusDTO ¶

type ProcessorStatusDTO struct {
	// The unique ID of the process group that the Processor belongs to
	GroupId *string `json:"groupId,omitempty"`
	// The unique ID of the Processor
	Id *string `json:"id,omitempty"`
	// The name of the Processor
	Name *string `json:"name,omitempty"`
	// The type of the Processor
	Type *string `json:"type,omitempty"`
	// The run status of the Processor
	RunStatus *string `json:"runStatus,omitempty"`
	// The timestamp of when the stats were last refreshed
	StatsLastRefreshed *string                     `json:"statsLastRefreshed,omitempty"`
	AggregateSnapshot  *ProcessorStatusSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// A status snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null.
	NodeSnapshots []NodeProcessorStatusSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

ProcessorStatusDTO struct for ProcessorStatusDTO

func NewProcessorStatusDTO ¶

func NewProcessorStatusDTO() *ProcessorStatusDTO

NewProcessorStatusDTO instantiates a new ProcessorStatusDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorStatusDTOWithDefaults ¶

func NewProcessorStatusDTOWithDefaults() *ProcessorStatusDTO

NewProcessorStatusDTOWithDefaults instantiates a new ProcessorStatusDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorStatusDTO) GetAggregateSnapshot ¶

func (o *ProcessorStatusDTO) GetAggregateSnapshot() ProcessorStatusSnapshotDTO

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*ProcessorStatusDTO) GetAggregateSnapshotOk ¶

func (o *ProcessorStatusDTO) GetAggregateSnapshotOk() (*ProcessorStatusSnapshotDTO, bool)

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusDTO) GetGroupId ¶

func (o *ProcessorStatusDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*ProcessorStatusDTO) GetGroupIdOk ¶

func (o *ProcessorStatusDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusDTO) GetId ¶

func (o *ProcessorStatusDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessorStatusDTO) GetIdOk ¶

func (o *ProcessorStatusDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusDTO) GetName ¶

func (o *ProcessorStatusDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProcessorStatusDTO) GetNameOk ¶

func (o *ProcessorStatusDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusDTO) GetNodeSnapshots ¶

func (o *ProcessorStatusDTO) GetNodeSnapshots() []NodeProcessorStatusSnapshotDTO

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*ProcessorStatusDTO) GetNodeSnapshotsOk ¶

func (o *ProcessorStatusDTO) GetNodeSnapshotsOk() ([]NodeProcessorStatusSnapshotDTO, bool)

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusDTO) GetRunStatus ¶

func (o *ProcessorStatusDTO) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*ProcessorStatusDTO) GetRunStatusOk ¶

func (o *ProcessorStatusDTO) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusDTO) GetStatsLastRefreshed ¶

func (o *ProcessorStatusDTO) GetStatsLastRefreshed() string

GetStatsLastRefreshed returns the StatsLastRefreshed field value if set, zero value otherwise.

func (*ProcessorStatusDTO) GetStatsLastRefreshedOk ¶

func (o *ProcessorStatusDTO) GetStatsLastRefreshedOk() (*string, bool)

GetStatsLastRefreshedOk returns a tuple with the StatsLastRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusDTO) GetType ¶

func (o *ProcessorStatusDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ProcessorStatusDTO) GetTypeOk ¶

func (o *ProcessorStatusDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusDTO) HasAggregateSnapshot ¶

func (o *ProcessorStatusDTO) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*ProcessorStatusDTO) HasGroupId ¶

func (o *ProcessorStatusDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*ProcessorStatusDTO) HasId ¶

func (o *ProcessorStatusDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProcessorStatusDTO) HasName ¶

func (o *ProcessorStatusDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProcessorStatusDTO) HasNodeSnapshots ¶

func (o *ProcessorStatusDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (*ProcessorStatusDTO) HasRunStatus ¶

func (o *ProcessorStatusDTO) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*ProcessorStatusDTO) HasStatsLastRefreshed ¶

func (o *ProcessorStatusDTO) HasStatsLastRefreshed() bool

HasStatsLastRefreshed returns a boolean if a field has been set.

func (*ProcessorStatusDTO) HasType ¶

func (o *ProcessorStatusDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (ProcessorStatusDTO) MarshalJSON ¶

func (o ProcessorStatusDTO) MarshalJSON() ([]byte, error)

func (*ProcessorStatusDTO) SetAggregateSnapshot ¶

func (o *ProcessorStatusDTO) SetAggregateSnapshot(v ProcessorStatusSnapshotDTO)

SetAggregateSnapshot gets a reference to the given ProcessorStatusSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*ProcessorStatusDTO) SetGroupId ¶

func (o *ProcessorStatusDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*ProcessorStatusDTO) SetId ¶

func (o *ProcessorStatusDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessorStatusDTO) SetName ¶

func (o *ProcessorStatusDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ProcessorStatusDTO) SetNodeSnapshots ¶

func (o *ProcessorStatusDTO) SetNodeSnapshots(v []NodeProcessorStatusSnapshotDTO)

SetNodeSnapshots gets a reference to the given []NodeProcessorStatusSnapshotDTO and assigns it to the NodeSnapshots field.

func (*ProcessorStatusDTO) SetRunStatus ¶

func (o *ProcessorStatusDTO) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*ProcessorStatusDTO) SetStatsLastRefreshed ¶

func (o *ProcessorStatusDTO) SetStatsLastRefreshed(v string)

SetStatsLastRefreshed gets a reference to the given string and assigns it to the StatsLastRefreshed field.

func (*ProcessorStatusDTO) SetType ¶

func (o *ProcessorStatusDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ProcessorStatusDTO) ToMap ¶

func (o ProcessorStatusDTO) ToMap() (map[string]interface{}, error)

type ProcessorStatusEntity ¶

type ProcessorStatusEntity struct {
	ProcessorStatus *ProcessorStatusDTO `json:"processorStatus,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

ProcessorStatusEntity struct for ProcessorStatusEntity

func NewProcessorStatusEntity ¶

func NewProcessorStatusEntity() *ProcessorStatusEntity

NewProcessorStatusEntity instantiates a new ProcessorStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorStatusEntityWithDefaults ¶

func NewProcessorStatusEntityWithDefaults() *ProcessorStatusEntity

NewProcessorStatusEntityWithDefaults instantiates a new ProcessorStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorStatusEntity) GetCanRead ¶

func (o *ProcessorStatusEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*ProcessorStatusEntity) GetCanReadOk ¶

func (o *ProcessorStatusEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusEntity) GetProcessorStatus ¶

func (o *ProcessorStatusEntity) GetProcessorStatus() ProcessorStatusDTO

GetProcessorStatus returns the ProcessorStatus field value if set, zero value otherwise.

func (*ProcessorStatusEntity) GetProcessorStatusOk ¶

func (o *ProcessorStatusEntity) GetProcessorStatusOk() (*ProcessorStatusDTO, bool)

GetProcessorStatusOk returns a tuple with the ProcessorStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusEntity) HasCanRead ¶

func (o *ProcessorStatusEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*ProcessorStatusEntity) HasProcessorStatus ¶

func (o *ProcessorStatusEntity) HasProcessorStatus() bool

HasProcessorStatus returns a boolean if a field has been set.

func (ProcessorStatusEntity) MarshalJSON ¶

func (o ProcessorStatusEntity) MarshalJSON() ([]byte, error)

func (*ProcessorStatusEntity) SetCanRead ¶

func (o *ProcessorStatusEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*ProcessorStatusEntity) SetProcessorStatus ¶

func (o *ProcessorStatusEntity) SetProcessorStatus(v ProcessorStatusDTO)

SetProcessorStatus gets a reference to the given ProcessorStatusDTO and assigns it to the ProcessorStatus field.

func (ProcessorStatusEntity) ToMap ¶

func (o ProcessorStatusEntity) ToMap() (map[string]interface{}, error)

type ProcessorStatusSnapshotDTO ¶

type ProcessorStatusSnapshotDTO struct {
	// The id of the processor.
	Id *string `json:"id,omitempty"`
	// The id of the parent process group to which the processor belongs.
	GroupId *string `json:"groupId,omitempty"`
	// The name of the prcessor.
	Name *string `json:"name,omitempty"`
	// The type of the processor.
	Type *string `json:"type,omitempty"`
	// The state of the processor.
	RunStatus *string `json:"runStatus,omitempty"`
	// Indicates the node where the process will execute.
	ExecutionNode *string `json:"executionNode,omitempty"`
	// The number of bytes read by this Processor in the last 5 mintues
	BytesRead *int64 `json:"bytesRead,omitempty"`
	// The number of bytes written by this Processor in the last 5 minutes
	BytesWritten *int64 `json:"bytesWritten,omitempty"`
	// The number of bytes read in the last 5 minutes.
	Read *string `json:"read,omitempty"`
	// The number of bytes written in the last 5 minutes.
	Written *string `json:"written,omitempty"`
	// The number of FlowFiles that have been accepted in the last 5 minutes
	FlowFilesIn *int32 `json:"flowFilesIn,omitempty"`
	// The size of the FlowFiles that have been accepted in the last 5 minutes
	BytesIn *int64 `json:"bytesIn,omitempty"`
	// The count/size of flowfiles that have been accepted in the last 5 minutes.
	Input *string `json:"input,omitempty"`
	// The number of FlowFiles transferred to a Connection in the last 5 minutes
	FlowFilesOut *int32 `json:"flowFilesOut,omitempty"`
	// The size of the FlowFiles transferred to a Connection in the last 5 minutes
	BytesOut *int64 `json:"bytesOut,omitempty"`
	// The count/size of flowfiles that have been processed in the last 5 minutes.
	Output *string `json:"output,omitempty"`
	// The number of times this Processor has run in the last 5 minutes
	TaskCount *int32 `json:"taskCount,omitempty"`
	// The number of nanoseconds that this Processor has spent running in the last 5 minutes
	TasksDurationNanos *int64 `json:"tasksDurationNanos,omitempty"`
	// The total number of task this connectable has completed over the last 5 minutes.
	Tasks *string `json:"tasks,omitempty"`
	// The total duration of all tasks for this connectable over the last 5 minutes.
	TasksDuration *string `json:"tasksDuration,omitempty"`
	// The number of threads currently executing in the processor.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
	// The number of threads currently terminated for the processor.
	TerminatedThreadCount *int32 `json:"terminatedThreadCount,omitempty"`
}

ProcessorStatusSnapshotDTO struct for ProcessorStatusSnapshotDTO

func NewProcessorStatusSnapshotDTO ¶

func NewProcessorStatusSnapshotDTO() *ProcessorStatusSnapshotDTO

NewProcessorStatusSnapshotDTO instantiates a new ProcessorStatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorStatusSnapshotDTOWithDefaults ¶

func NewProcessorStatusSnapshotDTOWithDefaults() *ProcessorStatusSnapshotDTO

NewProcessorStatusSnapshotDTOWithDefaults instantiates a new ProcessorStatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorStatusSnapshotDTO) GetActiveThreadCount ¶

func (o *ProcessorStatusSnapshotDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetActiveThreadCountOk ¶

func (o *ProcessorStatusSnapshotDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetBytesIn ¶

func (o *ProcessorStatusSnapshotDTO) GetBytesIn() int64

GetBytesIn returns the BytesIn field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetBytesInOk ¶

func (o *ProcessorStatusSnapshotDTO) GetBytesInOk() (*int64, bool)

GetBytesInOk returns a tuple with the BytesIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetBytesOut ¶

func (o *ProcessorStatusSnapshotDTO) GetBytesOut() int64

GetBytesOut returns the BytesOut field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetBytesOutOk ¶

func (o *ProcessorStatusSnapshotDTO) GetBytesOutOk() (*int64, bool)

GetBytesOutOk returns a tuple with the BytesOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetBytesRead ¶

func (o *ProcessorStatusSnapshotDTO) GetBytesRead() int64

GetBytesRead returns the BytesRead field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetBytesReadOk ¶

func (o *ProcessorStatusSnapshotDTO) GetBytesReadOk() (*int64, bool)

GetBytesReadOk returns a tuple with the BytesRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetBytesWritten ¶

func (o *ProcessorStatusSnapshotDTO) GetBytesWritten() int64

GetBytesWritten returns the BytesWritten field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetBytesWrittenOk ¶

func (o *ProcessorStatusSnapshotDTO) GetBytesWrittenOk() (*int64, bool)

GetBytesWrittenOk returns a tuple with the BytesWritten field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetExecutionNode ¶

func (o *ProcessorStatusSnapshotDTO) GetExecutionNode() string

GetExecutionNode returns the ExecutionNode field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetExecutionNodeOk ¶

func (o *ProcessorStatusSnapshotDTO) GetExecutionNodeOk() (*string, bool)

GetExecutionNodeOk returns a tuple with the ExecutionNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetFlowFilesIn ¶

func (o *ProcessorStatusSnapshotDTO) GetFlowFilesIn() int32

GetFlowFilesIn returns the FlowFilesIn field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetFlowFilesInOk ¶

func (o *ProcessorStatusSnapshotDTO) GetFlowFilesInOk() (*int32, bool)

GetFlowFilesInOk returns a tuple with the FlowFilesIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetFlowFilesOut ¶

func (o *ProcessorStatusSnapshotDTO) GetFlowFilesOut() int32

GetFlowFilesOut returns the FlowFilesOut field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetFlowFilesOutOk ¶

func (o *ProcessorStatusSnapshotDTO) GetFlowFilesOutOk() (*int32, bool)

GetFlowFilesOutOk returns a tuple with the FlowFilesOut field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetGroupId ¶

func (o *ProcessorStatusSnapshotDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetGroupIdOk ¶

func (o *ProcessorStatusSnapshotDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetIdOk ¶

func (o *ProcessorStatusSnapshotDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetInput ¶

func (o *ProcessorStatusSnapshotDTO) GetInput() string

GetInput returns the Input field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetInputOk ¶

func (o *ProcessorStatusSnapshotDTO) GetInputOk() (*string, bool)

GetInputOk returns a tuple with the Input field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetName ¶

func (o *ProcessorStatusSnapshotDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetNameOk ¶

func (o *ProcessorStatusSnapshotDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetOutput ¶

func (o *ProcessorStatusSnapshotDTO) GetOutput() string

GetOutput returns the Output field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetOutputOk ¶

func (o *ProcessorStatusSnapshotDTO) GetOutputOk() (*string, bool)

GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetRead ¶

func (o *ProcessorStatusSnapshotDTO) GetRead() string

GetRead returns the Read field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetReadOk ¶

func (o *ProcessorStatusSnapshotDTO) GetReadOk() (*string, bool)

GetReadOk returns a tuple with the Read field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetRunStatus ¶

func (o *ProcessorStatusSnapshotDTO) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetRunStatusOk ¶

func (o *ProcessorStatusSnapshotDTO) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetTaskCount ¶

func (o *ProcessorStatusSnapshotDTO) GetTaskCount() int32

GetTaskCount returns the TaskCount field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetTaskCountOk ¶

func (o *ProcessorStatusSnapshotDTO) GetTaskCountOk() (*int32, bool)

GetTaskCountOk returns a tuple with the TaskCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetTasks ¶

func (o *ProcessorStatusSnapshotDTO) GetTasks() string

GetTasks returns the Tasks field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetTasksDuration ¶

func (o *ProcessorStatusSnapshotDTO) GetTasksDuration() string

GetTasksDuration returns the TasksDuration field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetTasksDurationNanos ¶

func (o *ProcessorStatusSnapshotDTO) GetTasksDurationNanos() int64

GetTasksDurationNanos returns the TasksDurationNanos field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetTasksDurationNanosOk ¶

func (o *ProcessorStatusSnapshotDTO) GetTasksDurationNanosOk() (*int64, bool)

GetTasksDurationNanosOk returns a tuple with the TasksDurationNanos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetTasksDurationOk ¶

func (o *ProcessorStatusSnapshotDTO) GetTasksDurationOk() (*string, bool)

GetTasksDurationOk returns a tuple with the TasksDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetTasksOk ¶

func (o *ProcessorStatusSnapshotDTO) GetTasksOk() (*string, bool)

GetTasksOk returns a tuple with the Tasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetTerminatedThreadCount ¶

func (o *ProcessorStatusSnapshotDTO) GetTerminatedThreadCount() int32

GetTerminatedThreadCount returns the TerminatedThreadCount field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetTerminatedThreadCountOk ¶

func (o *ProcessorStatusSnapshotDTO) GetTerminatedThreadCountOk() (*int32, bool)

GetTerminatedThreadCountOk returns a tuple with the TerminatedThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetType ¶

func (o *ProcessorStatusSnapshotDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetTypeOk ¶

func (o *ProcessorStatusSnapshotDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) GetWritten ¶

func (o *ProcessorStatusSnapshotDTO) GetWritten() string

GetWritten returns the Written field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotDTO) GetWrittenOk ¶

func (o *ProcessorStatusSnapshotDTO) GetWrittenOk() (*string, bool)

GetWrittenOk returns a tuple with the Written field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotDTO) HasActiveThreadCount ¶

func (o *ProcessorStatusSnapshotDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasBytesIn ¶

func (o *ProcessorStatusSnapshotDTO) HasBytesIn() bool

HasBytesIn returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasBytesOut ¶

func (o *ProcessorStatusSnapshotDTO) HasBytesOut() bool

HasBytesOut returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasBytesRead ¶

func (o *ProcessorStatusSnapshotDTO) HasBytesRead() bool

HasBytesRead returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasBytesWritten ¶

func (o *ProcessorStatusSnapshotDTO) HasBytesWritten() bool

HasBytesWritten returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasExecutionNode ¶

func (o *ProcessorStatusSnapshotDTO) HasExecutionNode() bool

HasExecutionNode returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasFlowFilesIn ¶

func (o *ProcessorStatusSnapshotDTO) HasFlowFilesIn() bool

HasFlowFilesIn returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasFlowFilesOut ¶

func (o *ProcessorStatusSnapshotDTO) HasFlowFilesOut() bool

HasFlowFilesOut returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasGroupId ¶

func (o *ProcessorStatusSnapshotDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasId ¶

func (o *ProcessorStatusSnapshotDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasInput ¶

func (o *ProcessorStatusSnapshotDTO) HasInput() bool

HasInput returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasName ¶

func (o *ProcessorStatusSnapshotDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasOutput ¶

func (o *ProcessorStatusSnapshotDTO) HasOutput() bool

HasOutput returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasRead ¶

func (o *ProcessorStatusSnapshotDTO) HasRead() bool

HasRead returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasRunStatus ¶

func (o *ProcessorStatusSnapshotDTO) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasTaskCount ¶

func (o *ProcessorStatusSnapshotDTO) HasTaskCount() bool

HasTaskCount returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasTasks ¶

func (o *ProcessorStatusSnapshotDTO) HasTasks() bool

HasTasks returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasTasksDuration ¶

func (o *ProcessorStatusSnapshotDTO) HasTasksDuration() bool

HasTasksDuration returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasTasksDurationNanos ¶

func (o *ProcessorStatusSnapshotDTO) HasTasksDurationNanos() bool

HasTasksDurationNanos returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasTerminatedThreadCount ¶

func (o *ProcessorStatusSnapshotDTO) HasTerminatedThreadCount() bool

HasTerminatedThreadCount returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasType ¶

func (o *ProcessorStatusSnapshotDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotDTO) HasWritten ¶

func (o *ProcessorStatusSnapshotDTO) HasWritten() bool

HasWritten returns a boolean if a field has been set.

func (ProcessorStatusSnapshotDTO) MarshalJSON ¶

func (o ProcessorStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*ProcessorStatusSnapshotDTO) SetActiveThreadCount ¶

func (o *ProcessorStatusSnapshotDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*ProcessorStatusSnapshotDTO) SetBytesIn ¶

func (o *ProcessorStatusSnapshotDTO) SetBytesIn(v int64)

SetBytesIn gets a reference to the given int64 and assigns it to the BytesIn field.

func (*ProcessorStatusSnapshotDTO) SetBytesOut ¶

func (o *ProcessorStatusSnapshotDTO) SetBytesOut(v int64)

SetBytesOut gets a reference to the given int64 and assigns it to the BytesOut field.

func (*ProcessorStatusSnapshotDTO) SetBytesRead ¶

func (o *ProcessorStatusSnapshotDTO) SetBytesRead(v int64)

SetBytesRead gets a reference to the given int64 and assigns it to the BytesRead field.

func (*ProcessorStatusSnapshotDTO) SetBytesWritten ¶

func (o *ProcessorStatusSnapshotDTO) SetBytesWritten(v int64)

SetBytesWritten gets a reference to the given int64 and assigns it to the BytesWritten field.

func (*ProcessorStatusSnapshotDTO) SetExecutionNode ¶

func (o *ProcessorStatusSnapshotDTO) SetExecutionNode(v string)

SetExecutionNode gets a reference to the given string and assigns it to the ExecutionNode field.

func (*ProcessorStatusSnapshotDTO) SetFlowFilesIn ¶

func (o *ProcessorStatusSnapshotDTO) SetFlowFilesIn(v int32)

SetFlowFilesIn gets a reference to the given int32 and assigns it to the FlowFilesIn field.

func (*ProcessorStatusSnapshotDTO) SetFlowFilesOut ¶

func (o *ProcessorStatusSnapshotDTO) SetFlowFilesOut(v int32)

SetFlowFilesOut gets a reference to the given int32 and assigns it to the FlowFilesOut field.

func (*ProcessorStatusSnapshotDTO) SetGroupId ¶

func (o *ProcessorStatusSnapshotDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*ProcessorStatusSnapshotDTO) SetId ¶

func (o *ProcessorStatusSnapshotDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessorStatusSnapshotDTO) SetInput ¶

func (o *ProcessorStatusSnapshotDTO) SetInput(v string)

SetInput gets a reference to the given string and assigns it to the Input field.

func (*ProcessorStatusSnapshotDTO) SetName ¶

func (o *ProcessorStatusSnapshotDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ProcessorStatusSnapshotDTO) SetOutput ¶

func (o *ProcessorStatusSnapshotDTO) SetOutput(v string)

SetOutput gets a reference to the given string and assigns it to the Output field.

func (*ProcessorStatusSnapshotDTO) SetRead ¶

func (o *ProcessorStatusSnapshotDTO) SetRead(v string)

SetRead gets a reference to the given string and assigns it to the Read field.

func (*ProcessorStatusSnapshotDTO) SetRunStatus ¶

func (o *ProcessorStatusSnapshotDTO) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*ProcessorStatusSnapshotDTO) SetTaskCount ¶

func (o *ProcessorStatusSnapshotDTO) SetTaskCount(v int32)

SetTaskCount gets a reference to the given int32 and assigns it to the TaskCount field.

func (*ProcessorStatusSnapshotDTO) SetTasks ¶

func (o *ProcessorStatusSnapshotDTO) SetTasks(v string)

SetTasks gets a reference to the given string and assigns it to the Tasks field.

func (*ProcessorStatusSnapshotDTO) SetTasksDuration ¶

func (o *ProcessorStatusSnapshotDTO) SetTasksDuration(v string)

SetTasksDuration gets a reference to the given string and assigns it to the TasksDuration field.

func (*ProcessorStatusSnapshotDTO) SetTasksDurationNanos ¶

func (o *ProcessorStatusSnapshotDTO) SetTasksDurationNanos(v int64)

SetTasksDurationNanos gets a reference to the given int64 and assigns it to the TasksDurationNanos field.

func (*ProcessorStatusSnapshotDTO) SetTerminatedThreadCount ¶

func (o *ProcessorStatusSnapshotDTO) SetTerminatedThreadCount(v int32)

SetTerminatedThreadCount gets a reference to the given int32 and assigns it to the TerminatedThreadCount field.

func (*ProcessorStatusSnapshotDTO) SetType ¶

func (o *ProcessorStatusSnapshotDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ProcessorStatusSnapshotDTO) SetWritten ¶

func (o *ProcessorStatusSnapshotDTO) SetWritten(v string)

SetWritten gets a reference to the given string and assigns it to the Written field.

func (ProcessorStatusSnapshotDTO) ToMap ¶

func (o ProcessorStatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type ProcessorStatusSnapshotEntity ¶

type ProcessorStatusSnapshotEntity struct {
	// The id of the processor.
	Id                      *string                     `json:"id,omitempty"`
	ProcessorStatusSnapshot *ProcessorStatusSnapshotDTO `json:"processorStatusSnapshot,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

ProcessorStatusSnapshotEntity struct for ProcessorStatusSnapshotEntity

func NewProcessorStatusSnapshotEntity ¶

func NewProcessorStatusSnapshotEntity() *ProcessorStatusSnapshotEntity

NewProcessorStatusSnapshotEntity instantiates a new ProcessorStatusSnapshotEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorStatusSnapshotEntityWithDefaults ¶

func NewProcessorStatusSnapshotEntityWithDefaults() *ProcessorStatusSnapshotEntity

NewProcessorStatusSnapshotEntityWithDefaults instantiates a new ProcessorStatusSnapshotEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorStatusSnapshotEntity) GetCanRead ¶

func (o *ProcessorStatusSnapshotEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotEntity) GetCanReadOk ¶

func (o *ProcessorStatusSnapshotEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotEntity) GetIdOk ¶

func (o *ProcessorStatusSnapshotEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotEntity) GetProcessorStatusSnapshot ¶

func (o *ProcessorStatusSnapshotEntity) GetProcessorStatusSnapshot() ProcessorStatusSnapshotDTO

GetProcessorStatusSnapshot returns the ProcessorStatusSnapshot field value if set, zero value otherwise.

func (*ProcessorStatusSnapshotEntity) GetProcessorStatusSnapshotOk ¶

func (o *ProcessorStatusSnapshotEntity) GetProcessorStatusSnapshotOk() (*ProcessorStatusSnapshotDTO, bool)

GetProcessorStatusSnapshotOk returns a tuple with the ProcessorStatusSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorStatusSnapshotEntity) HasCanRead ¶

func (o *ProcessorStatusSnapshotEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*ProcessorStatusSnapshotEntity) HasProcessorStatusSnapshot ¶

func (o *ProcessorStatusSnapshotEntity) HasProcessorStatusSnapshot() bool

HasProcessorStatusSnapshot returns a boolean if a field has been set.

func (ProcessorStatusSnapshotEntity) MarshalJSON ¶

func (o ProcessorStatusSnapshotEntity) MarshalJSON() ([]byte, error)

func (*ProcessorStatusSnapshotEntity) SetCanRead ¶

func (o *ProcessorStatusSnapshotEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*ProcessorStatusSnapshotEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProcessorStatusSnapshotEntity) SetProcessorStatusSnapshot ¶

func (o *ProcessorStatusSnapshotEntity) SetProcessorStatusSnapshot(v ProcessorStatusSnapshotDTO)

SetProcessorStatusSnapshot gets a reference to the given ProcessorStatusSnapshotDTO and assigns it to the ProcessorStatusSnapshot field.

func (ProcessorStatusSnapshotEntity) ToMap ¶

func (o ProcessorStatusSnapshotEntity) ToMap() (map[string]interface{}, error)

type ProcessorTypesEntity ¶

type ProcessorTypesEntity struct {
	ProcessorTypes []DocumentedTypeDTO `json:"processorTypes,omitempty"`
}

ProcessorTypesEntity struct for ProcessorTypesEntity

func NewProcessorTypesEntity ¶

func NewProcessorTypesEntity() *ProcessorTypesEntity

NewProcessorTypesEntity instantiates a new ProcessorTypesEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorTypesEntityWithDefaults ¶

func NewProcessorTypesEntityWithDefaults() *ProcessorTypesEntity

NewProcessorTypesEntityWithDefaults instantiates a new ProcessorTypesEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorTypesEntity) GetProcessorTypes ¶

func (o *ProcessorTypesEntity) GetProcessorTypes() []DocumentedTypeDTO

GetProcessorTypes returns the ProcessorTypes field value if set, zero value otherwise.

func (*ProcessorTypesEntity) GetProcessorTypesOk ¶

func (o *ProcessorTypesEntity) GetProcessorTypesOk() ([]DocumentedTypeDTO, bool)

GetProcessorTypesOk returns a tuple with the ProcessorTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorTypesEntity) HasProcessorTypes ¶

func (o *ProcessorTypesEntity) HasProcessorTypes() bool

HasProcessorTypes returns a boolean if a field has been set.

func (ProcessorTypesEntity) MarshalJSON ¶

func (o ProcessorTypesEntity) MarshalJSON() ([]byte, error)

func (*ProcessorTypesEntity) SetProcessorTypes ¶

func (o *ProcessorTypesEntity) SetProcessorTypes(v []DocumentedTypeDTO)

SetProcessorTypes gets a reference to the given []DocumentedTypeDTO and assigns it to the ProcessorTypes field.

func (ProcessorTypesEntity) ToMap ¶

func (o ProcessorTypesEntity) ToMap() (map[string]interface{}, error)

type ProcessorsAPIAnalyzeConfigurationRequest ¶

type ProcessorsAPIAnalyzeConfigurationRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIAnalyzeConfigurationRequest) Body ¶

The processor configuration analysis request.

func (ProcessorsAPIAnalyzeConfigurationRequest) Execute ¶

type ProcessorsAPIClearStateRequest ¶

type ProcessorsAPIClearStateRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIClearStateRequest) Execute ¶

type ProcessorsAPIDeleteProcessorRequest ¶

type ProcessorsAPIDeleteProcessorRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIDeleteProcessorRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (ProcessorsAPIDeleteProcessorRequest) DisconnectedNodeAcknowledged ¶

func (r ProcessorsAPIDeleteProcessorRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ProcessorsAPIDeleteProcessorRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ProcessorsAPIDeleteProcessorRequest) Execute ¶

func (ProcessorsAPIDeleteProcessorRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type ProcessorsAPIDeleteVerificationRequestRequest ¶

type ProcessorsAPIDeleteVerificationRequestRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIDeleteVerificationRequestRequest) Execute ¶

type ProcessorsAPIGetProcessorDiagnosticsRequest ¶

type ProcessorsAPIGetProcessorDiagnosticsRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIGetProcessorDiagnosticsRequest) Execute ¶

type ProcessorsAPIGetProcessorRequest ¶

type ProcessorsAPIGetProcessorRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIGetProcessorRequest) Execute ¶

type ProcessorsAPIGetProcessorRunStatusDetailsRequest ¶

type ProcessorsAPIGetProcessorRunStatusDetailsRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIGetProcessorRunStatusDetailsRequest) Body ¶

The request for the processors that should be included in the results

func (ProcessorsAPIGetProcessorRunStatusDetailsRequest) Execute ¶

type ProcessorsAPIGetPropertyDescriptorRequest ¶

type ProcessorsAPIGetPropertyDescriptorRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIGetPropertyDescriptorRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (ProcessorsAPIGetPropertyDescriptorRequest) Execute ¶

func (ProcessorsAPIGetPropertyDescriptorRequest) PropertyName ¶

The property name.

func (ProcessorsAPIGetPropertyDescriptorRequest) Sensitive ¶

Property Descriptor requested sensitive status

type ProcessorsAPIGetStateRequest ¶

type ProcessorsAPIGetStateRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIGetStateRequest) Execute ¶

type ProcessorsAPIGetVerificationRequestRequest ¶

type ProcessorsAPIGetVerificationRequestRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIGetVerificationRequestRequest) Execute ¶

type ProcessorsAPIService ¶

type ProcessorsAPIService service

ProcessorsAPIService ProcessorsAPI service

func (*ProcessorsAPIService) AnalyzeConfiguration ¶

AnalyzeConfiguration Performs analysis of the component's configuration, providing information about which attributes are referenced.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPIAnalyzeConfigurationRequest

func (*ProcessorsAPIService) AnalyzeConfigurationExecute ¶

Execute executes the request

@return ConfigurationAnalysisEntity

func (*ProcessorsAPIService) ClearState ¶

ClearState Clears the state for a processor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPIClearStateRequest

func (*ProcessorsAPIService) ClearStateExecute ¶

Execute executes the request

@return ComponentStateEntity

func (*ProcessorsAPIService) DeleteProcessor ¶

DeleteProcessor Deletes a processor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPIDeleteProcessorRequest

func (*ProcessorsAPIService) DeleteProcessorExecute ¶

Execute executes the request

@return ProcessorEntity

func (*ProcessorsAPIService) DeleteVerificationRequest ¶

func (a *ProcessorsAPIService) DeleteVerificationRequest(ctx context.Context, id string, requestId string) ProcessorsAPIDeleteVerificationRequestRequest

DeleteVerificationRequest Deletes the Verification Request with the given ID

Deletes the Verification Request with the given ID. After a request is created, it is expected that the client will properly clean up the request by DELETE'ing it, once the Verification process has completed. If the request is deleted before the request completes, then the Verification request will finish the step that it is currently performing and then will cancel any subsequent steps.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Processor
@param requestId The ID of the Verification Request
@return ProcessorsAPIDeleteVerificationRequestRequest

func (*ProcessorsAPIService) DeleteVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ProcessorsAPIService) GetProcessor ¶

GetProcessor Gets a processor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPIGetProcessorRequest

func (*ProcessorsAPIService) GetProcessorDiagnostics ¶

GetProcessorDiagnostics Gets diagnostics information about a processor

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPIGetProcessorDiagnosticsRequest

func (*ProcessorsAPIService) GetProcessorDiagnosticsExecute ¶

Execute executes the request

@return ProcessorEntity

func (*ProcessorsAPIService) GetProcessorExecute ¶

Execute executes the request

@return ProcessorEntity

func (*ProcessorsAPIService) GetProcessorRunStatusDetails ¶

GetProcessorRunStatusDetails Submits a query to retrieve the run status details of all processors that are in the given list of Processor IDs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ProcessorsAPIGetProcessorRunStatusDetailsRequest

func (*ProcessorsAPIService) GetProcessorRunStatusDetailsExecute ¶

Execute executes the request

@return ProcessorsRunStatusDetailsEntity

func (*ProcessorsAPIService) GetPropertyDescriptor ¶

GetPropertyDescriptor Gets the descriptor for a processor property

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPIGetPropertyDescriptorRequest

func (*ProcessorsAPIService) GetPropertyDescriptorExecute ¶

Execute executes the request

@return PropertyDescriptorEntity

func (*ProcessorsAPIService) GetState ¶

GetState Gets the state for a processor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPIGetStateRequest

func (*ProcessorsAPIService) GetStateExecute ¶

Execute executes the request

@return ComponentStateEntity

func (*ProcessorsAPIService) GetVerificationRequest ¶

func (a *ProcessorsAPIService) GetVerificationRequest(ctx context.Context, id string, requestId string) ProcessorsAPIGetVerificationRequestRequest

GetVerificationRequest Returns the Verification Request with the given ID

Returns the Verification Request with the given ID. Once an Verification Request has been created, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Processor
@param requestId The ID of the Verification Request
@return ProcessorsAPIGetVerificationRequestRequest

func (*ProcessorsAPIService) GetVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ProcessorsAPIService) SubmitProcessorVerificationRequest ¶

SubmitProcessorVerificationRequest Performs verification of the Processor's configuration

This will initiate the process of verifying a given Processor configuration. This may be a long-running task. As a result, this endpoint will immediately return a ProcessorConfigVerificationRequestEntity, and the process of performing the verification will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /processors/{processorId}/verification-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /processors/{processorId}/verification-requests/{requestId}.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPISubmitProcessorVerificationRequestRequest

func (*ProcessorsAPIService) SubmitProcessorVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ProcessorsAPIService) TerminateProcessor ¶

TerminateProcessor Terminates a processor, essentially \"deleting\" its threads and any active tasks

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPITerminateProcessorRequest

func (*ProcessorsAPIService) TerminateProcessorExecute ¶

Execute executes the request

@return ProcessorEntity

func (*ProcessorsAPIService) UpdateProcessor ¶

UpdateProcessor Updates a processor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPIUpdateProcessorRequest

func (*ProcessorsAPIService) UpdateProcessorExecute ¶

Execute executes the request

@return ProcessorEntity

func (*ProcessorsAPIService) UpdateRunStatus ¶

UpdateRunStatus Updates run status of a processor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return ProcessorsAPIUpdateRunStatusRequest

func (*ProcessorsAPIService) UpdateRunStatusExecute ¶

Execute executes the request

@return ProcessorEntity

type ProcessorsAPISubmitProcessorVerificationRequestRequest ¶

type ProcessorsAPISubmitProcessorVerificationRequestRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPISubmitProcessorVerificationRequestRequest) Body ¶

The processor configuration verification request.

func (ProcessorsAPISubmitProcessorVerificationRequestRequest) Execute ¶

type ProcessorsAPITerminateProcessorRequest ¶

type ProcessorsAPITerminateProcessorRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPITerminateProcessorRequest) Execute ¶

type ProcessorsAPIUpdateProcessorRequest ¶

type ProcessorsAPIUpdateProcessorRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIUpdateProcessorRequest) Body ¶

The processor configuration details.

func (ProcessorsAPIUpdateProcessorRequest) Execute ¶

type ProcessorsAPIUpdateRunStatusRequest ¶

type ProcessorsAPIUpdateRunStatusRequest struct {
	ApiService *ProcessorsAPIService
	// contains filtered or unexported fields
}

func (ProcessorsAPIUpdateRunStatusRequest) Body ¶

The processor run status.

func (ProcessorsAPIUpdateRunStatusRequest) Execute ¶

type ProcessorsEntity ¶

type ProcessorsEntity struct {
	Processors []ProcessorEntity `json:"processors,omitempty"`
}

ProcessorsEntity struct for ProcessorsEntity

func NewProcessorsEntity ¶

func NewProcessorsEntity() *ProcessorsEntity

NewProcessorsEntity instantiates a new ProcessorsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorsEntityWithDefaults ¶

func NewProcessorsEntityWithDefaults() *ProcessorsEntity

NewProcessorsEntityWithDefaults instantiates a new ProcessorsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorsEntity) GetProcessors ¶

func (o *ProcessorsEntity) GetProcessors() []ProcessorEntity

GetProcessors returns the Processors field value if set, zero value otherwise.

func (*ProcessorsEntity) GetProcessorsOk ¶

func (o *ProcessorsEntity) GetProcessorsOk() ([]ProcessorEntity, bool)

GetProcessorsOk returns a tuple with the Processors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorsEntity) HasProcessors ¶

func (o *ProcessorsEntity) HasProcessors() bool

HasProcessors returns a boolean if a field has been set.

func (ProcessorsEntity) MarshalJSON ¶

func (o ProcessorsEntity) MarshalJSON() ([]byte, error)

func (*ProcessorsEntity) SetProcessors ¶

func (o *ProcessorsEntity) SetProcessors(v []ProcessorEntity)

SetProcessors gets a reference to the given []ProcessorEntity and assigns it to the Processors field.

func (ProcessorsEntity) ToMap ¶

func (o ProcessorsEntity) ToMap() (map[string]interface{}, error)

type ProcessorsRunStatusDetailsEntity ¶

type ProcessorsRunStatusDetailsEntity struct {
	RunStatusDetails []ProcessorRunStatusDetailsEntity `json:"runStatusDetails,omitempty"`
}

ProcessorsRunStatusDetailsEntity struct for ProcessorsRunStatusDetailsEntity

func NewProcessorsRunStatusDetailsEntity ¶

func NewProcessorsRunStatusDetailsEntity() *ProcessorsRunStatusDetailsEntity

NewProcessorsRunStatusDetailsEntity instantiates a new ProcessorsRunStatusDetailsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProcessorsRunStatusDetailsEntityWithDefaults ¶

func NewProcessorsRunStatusDetailsEntityWithDefaults() *ProcessorsRunStatusDetailsEntity

NewProcessorsRunStatusDetailsEntityWithDefaults instantiates a new ProcessorsRunStatusDetailsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProcessorsRunStatusDetailsEntity) GetRunStatusDetails ¶

GetRunStatusDetails returns the RunStatusDetails field value if set, zero value otherwise.

func (*ProcessorsRunStatusDetailsEntity) GetRunStatusDetailsOk ¶

GetRunStatusDetailsOk returns a tuple with the RunStatusDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProcessorsRunStatusDetailsEntity) HasRunStatusDetails ¶

func (o *ProcessorsRunStatusDetailsEntity) HasRunStatusDetails() bool

HasRunStatusDetails returns a boolean if a field has been set.

func (ProcessorsRunStatusDetailsEntity) MarshalJSON ¶

func (o ProcessorsRunStatusDetailsEntity) MarshalJSON() ([]byte, error)

func (*ProcessorsRunStatusDetailsEntity) SetRunStatusDetails ¶

SetRunStatusDetails gets a reference to the given []ProcessorRunStatusDetailsEntity and assigns it to the RunStatusDetails field.

func (ProcessorsRunStatusDetailsEntity) ToMap ¶

func (o ProcessorsRunStatusDetailsEntity) ToMap() (map[string]interface{}, error)

type PropertyAllowableValue ¶

type PropertyAllowableValue struct {
	// The internal value
	Value string `json:"value"`
	// The display name of the value, if different from the internal value
	DisplayName *string `json:"displayName,omitempty"`
	// The description of the value, e.g., the behavior it produces.
	Description *string `json:"description,omitempty"`
}

PropertyAllowableValue struct for PropertyAllowableValue

func NewPropertyAllowableValue ¶

func NewPropertyAllowableValue(value string) *PropertyAllowableValue

NewPropertyAllowableValue instantiates a new PropertyAllowableValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPropertyAllowableValueWithDefaults ¶

func NewPropertyAllowableValueWithDefaults() *PropertyAllowableValue

NewPropertyAllowableValueWithDefaults instantiates a new PropertyAllowableValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PropertyAllowableValue) GetDescription ¶

func (o *PropertyAllowableValue) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PropertyAllowableValue) GetDescriptionOk ¶

func (o *PropertyAllowableValue) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyAllowableValue) GetDisplayName ¶

func (o *PropertyAllowableValue) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*PropertyAllowableValue) GetDisplayNameOk ¶

func (o *PropertyAllowableValue) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyAllowableValue) GetValue ¶

func (o *PropertyAllowableValue) GetValue() string

GetValue returns the Value field value

func (*PropertyAllowableValue) GetValueOk ¶

func (o *PropertyAllowableValue) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (*PropertyAllowableValue) HasDescription ¶

func (o *PropertyAllowableValue) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PropertyAllowableValue) HasDisplayName ¶

func (o *PropertyAllowableValue) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (PropertyAllowableValue) MarshalJSON ¶

func (o PropertyAllowableValue) MarshalJSON() ([]byte, error)

func (*PropertyAllowableValue) SetDescription ¶

func (o *PropertyAllowableValue) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PropertyAllowableValue) SetDisplayName ¶

func (o *PropertyAllowableValue) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*PropertyAllowableValue) SetValue ¶

func (o *PropertyAllowableValue) SetValue(v string)

SetValue sets field value

func (PropertyAllowableValue) ToMap ¶

func (o PropertyAllowableValue) ToMap() (map[string]interface{}, error)

type PropertyDependency ¶

type PropertyDependency struct {
	// The name of the property that is depended upon
	PropertyName *string `json:"propertyName,omitempty"`
	// The name of the property that is depended upon
	PropertyDisplayName *string `json:"propertyDisplayName,omitempty"`
	// The values that satisfy the dependency
	DependentValues []string `json:"dependentValues,omitempty"`
}

PropertyDependency struct for PropertyDependency

func NewPropertyDependency ¶

func NewPropertyDependency() *PropertyDependency

NewPropertyDependency instantiates a new PropertyDependency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPropertyDependencyWithDefaults ¶

func NewPropertyDependencyWithDefaults() *PropertyDependency

NewPropertyDependencyWithDefaults instantiates a new PropertyDependency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PropertyDependency) GetDependentValues ¶

func (o *PropertyDependency) GetDependentValues() []string

GetDependentValues returns the DependentValues field value if set, zero value otherwise.

func (*PropertyDependency) GetDependentValuesOk ¶

func (o *PropertyDependency) GetDependentValuesOk() ([]string, bool)

GetDependentValuesOk returns a tuple with the DependentValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDependency) GetPropertyDisplayName ¶

func (o *PropertyDependency) GetPropertyDisplayName() string

GetPropertyDisplayName returns the PropertyDisplayName field value if set, zero value otherwise.

func (*PropertyDependency) GetPropertyDisplayNameOk ¶

func (o *PropertyDependency) GetPropertyDisplayNameOk() (*string, bool)

GetPropertyDisplayNameOk returns a tuple with the PropertyDisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDependency) GetPropertyName ¶

func (o *PropertyDependency) GetPropertyName() string

GetPropertyName returns the PropertyName field value if set, zero value otherwise.

func (*PropertyDependency) GetPropertyNameOk ¶

func (o *PropertyDependency) GetPropertyNameOk() (*string, bool)

GetPropertyNameOk returns a tuple with the PropertyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDependency) HasDependentValues ¶

func (o *PropertyDependency) HasDependentValues() bool

HasDependentValues returns a boolean if a field has been set.

func (*PropertyDependency) HasPropertyDisplayName ¶

func (o *PropertyDependency) HasPropertyDisplayName() bool

HasPropertyDisplayName returns a boolean if a field has been set.

func (*PropertyDependency) HasPropertyName ¶

func (o *PropertyDependency) HasPropertyName() bool

HasPropertyName returns a boolean if a field has been set.

func (PropertyDependency) MarshalJSON ¶

func (o PropertyDependency) MarshalJSON() ([]byte, error)

func (*PropertyDependency) SetDependentValues ¶

func (o *PropertyDependency) SetDependentValues(v []string)

SetDependentValues gets a reference to the given []string and assigns it to the DependentValues field.

func (*PropertyDependency) SetPropertyDisplayName ¶

func (o *PropertyDependency) SetPropertyDisplayName(v string)

SetPropertyDisplayName gets a reference to the given string and assigns it to the PropertyDisplayName field.

func (*PropertyDependency) SetPropertyName ¶

func (o *PropertyDependency) SetPropertyName(v string)

SetPropertyName gets a reference to the given string and assigns it to the PropertyName field.

func (PropertyDependency) ToMap ¶

func (o PropertyDependency) ToMap() (map[string]interface{}, error)

type PropertyDependencyDTO ¶

type PropertyDependencyDTO struct {
	// The name of the property that is being depended upon
	PropertyName *string `json:"propertyName,omitempty"`
	// The values for the property that satisfies the dependency, or null if the dependency is satisfied by the presence of any value for the associated property name
	DependentValues []string `json:"dependentValues,omitempty"`
}

PropertyDependencyDTO struct for PropertyDependencyDTO

func NewPropertyDependencyDTO ¶

func NewPropertyDependencyDTO() *PropertyDependencyDTO

NewPropertyDependencyDTO instantiates a new PropertyDependencyDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPropertyDependencyDTOWithDefaults ¶

func NewPropertyDependencyDTOWithDefaults() *PropertyDependencyDTO

NewPropertyDependencyDTOWithDefaults instantiates a new PropertyDependencyDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PropertyDependencyDTO) GetDependentValues ¶

func (o *PropertyDependencyDTO) GetDependentValues() []string

GetDependentValues returns the DependentValues field value if set, zero value otherwise.

func (*PropertyDependencyDTO) GetDependentValuesOk ¶

func (o *PropertyDependencyDTO) GetDependentValuesOk() ([]string, bool)

GetDependentValuesOk returns a tuple with the DependentValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDependencyDTO) GetPropertyName ¶

func (o *PropertyDependencyDTO) GetPropertyName() string

GetPropertyName returns the PropertyName field value if set, zero value otherwise.

func (*PropertyDependencyDTO) GetPropertyNameOk ¶

func (o *PropertyDependencyDTO) GetPropertyNameOk() (*string, bool)

GetPropertyNameOk returns a tuple with the PropertyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDependencyDTO) HasDependentValues ¶

func (o *PropertyDependencyDTO) HasDependentValues() bool

HasDependentValues returns a boolean if a field has been set.

func (*PropertyDependencyDTO) HasPropertyName ¶

func (o *PropertyDependencyDTO) HasPropertyName() bool

HasPropertyName returns a boolean if a field has been set.

func (PropertyDependencyDTO) MarshalJSON ¶

func (o PropertyDependencyDTO) MarshalJSON() ([]byte, error)

func (*PropertyDependencyDTO) SetDependentValues ¶

func (o *PropertyDependencyDTO) SetDependentValues(v []string)

SetDependentValues gets a reference to the given []string and assigns it to the DependentValues field.

func (*PropertyDependencyDTO) SetPropertyName ¶

func (o *PropertyDependencyDTO) SetPropertyName(v string)

SetPropertyName gets a reference to the given string and assigns it to the PropertyName field.

func (PropertyDependencyDTO) ToMap ¶

func (o PropertyDependencyDTO) ToMap() (map[string]interface{}, error)

type PropertyDescriptor ¶

type PropertyDescriptor struct {
	// The name of the property key
	Name string `json:"name"`
	// The display name of the property key, if different from the name
	DisplayName *string `json:"displayName,omitempty"`
	// The description of what the property does
	Description *string `json:"description,omitempty"`
	// A list of the allowable values for the property
	AllowableValues []PropertyAllowableValue `json:"allowableValues,omitempty"`
	// The default value if a user-set value is not specified
	DefaultValue *string `json:"defaultValue,omitempty"`
	// Whether or not  the property is required for the component
	Required *bool `json:"required,omitempty"`
	// Whether or not  the value of the property is considered sensitive (e.g., passwords and keys)
	Sensitive *bool `json:"sensitive,omitempty"`
	// The scope of expression language supported by this property
	ExpressionLanguageScope *string `json:"expressionLanguageScope,omitempty"`
	// The description of the expression language scope supported by this property
	ExpressionLanguageScopeDescription *string      `json:"expressionLanguageScopeDescription,omitempty"`
	TypeProvidedByValue                *DefinedType `json:"typeProvidedByValue,omitempty"`
	// A regular expression that can be used to validate the value of this property
	ValidRegex *string `json:"validRegex,omitempty"`
	// Name of the validator used for this property descriptor
	Validator *string `json:"validator,omitempty"`
	// Whether or not the descriptor is for a dynamically added property
	Dynamic            *bool                       `json:"dynamic,omitempty"`
	ResourceDefinition *PropertyResourceDefinition `json:"resourceDefinition,omitempty"`
	// The dependencies that this property has on other properties
	Dependencies []PropertyDependency `json:"dependencies,omitempty"`
}

PropertyDescriptor struct for PropertyDescriptor

func NewPropertyDescriptor ¶

func NewPropertyDescriptor(name string) *PropertyDescriptor

NewPropertyDescriptor instantiates a new PropertyDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPropertyDescriptorWithDefaults ¶

func NewPropertyDescriptorWithDefaults() *PropertyDescriptor

NewPropertyDescriptorWithDefaults instantiates a new PropertyDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PropertyDescriptor) GetAllowableValues ¶

func (o *PropertyDescriptor) GetAllowableValues() []PropertyAllowableValue

GetAllowableValues returns the AllowableValues field value if set, zero value otherwise.

func (*PropertyDescriptor) GetAllowableValuesOk ¶

func (o *PropertyDescriptor) GetAllowableValuesOk() ([]PropertyAllowableValue, bool)

GetAllowableValuesOk returns a tuple with the AllowableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetDefaultValue ¶

func (o *PropertyDescriptor) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise.

func (*PropertyDescriptor) GetDefaultValueOk ¶

func (o *PropertyDescriptor) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetDependencies ¶

func (o *PropertyDescriptor) GetDependencies() []PropertyDependency

GetDependencies returns the Dependencies field value if set, zero value otherwise.

func (*PropertyDescriptor) GetDependenciesOk ¶

func (o *PropertyDescriptor) GetDependenciesOk() ([]PropertyDependency, bool)

GetDependenciesOk returns a tuple with the Dependencies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetDescription ¶

func (o *PropertyDescriptor) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PropertyDescriptor) GetDescriptionOk ¶

func (o *PropertyDescriptor) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetDisplayName ¶

func (o *PropertyDescriptor) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*PropertyDescriptor) GetDisplayNameOk ¶

func (o *PropertyDescriptor) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetDynamic ¶

func (o *PropertyDescriptor) GetDynamic() bool

GetDynamic returns the Dynamic field value if set, zero value otherwise.

func (*PropertyDescriptor) GetDynamicOk ¶

func (o *PropertyDescriptor) GetDynamicOk() (*bool, bool)

GetDynamicOk returns a tuple with the Dynamic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetExpressionLanguageScope ¶

func (o *PropertyDescriptor) GetExpressionLanguageScope() string

GetExpressionLanguageScope returns the ExpressionLanguageScope field value if set, zero value otherwise.

func (*PropertyDescriptor) GetExpressionLanguageScopeDescription ¶

func (o *PropertyDescriptor) GetExpressionLanguageScopeDescription() string

GetExpressionLanguageScopeDescription returns the ExpressionLanguageScopeDescription field value if set, zero value otherwise.

func (*PropertyDescriptor) GetExpressionLanguageScopeDescriptionOk ¶

func (o *PropertyDescriptor) GetExpressionLanguageScopeDescriptionOk() (*string, bool)

GetExpressionLanguageScopeDescriptionOk returns a tuple with the ExpressionLanguageScopeDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetExpressionLanguageScopeOk ¶

func (o *PropertyDescriptor) GetExpressionLanguageScopeOk() (*string, bool)

GetExpressionLanguageScopeOk returns a tuple with the ExpressionLanguageScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetName ¶

func (o *PropertyDescriptor) GetName() string

GetName returns the Name field value

func (*PropertyDescriptor) GetNameOk ¶

func (o *PropertyDescriptor) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetRequired ¶

func (o *PropertyDescriptor) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*PropertyDescriptor) GetRequiredOk ¶

func (o *PropertyDescriptor) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetResourceDefinition ¶

func (o *PropertyDescriptor) GetResourceDefinition() PropertyResourceDefinition

GetResourceDefinition returns the ResourceDefinition field value if set, zero value otherwise.

func (*PropertyDescriptor) GetResourceDefinitionOk ¶

func (o *PropertyDescriptor) GetResourceDefinitionOk() (*PropertyResourceDefinition, bool)

GetResourceDefinitionOk returns a tuple with the ResourceDefinition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetSensitive ¶

func (o *PropertyDescriptor) GetSensitive() bool

GetSensitive returns the Sensitive field value if set, zero value otherwise.

func (*PropertyDescriptor) GetSensitiveOk ¶

func (o *PropertyDescriptor) GetSensitiveOk() (*bool, bool)

GetSensitiveOk returns a tuple with the Sensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetTypeProvidedByValue ¶

func (o *PropertyDescriptor) GetTypeProvidedByValue() DefinedType

GetTypeProvidedByValue returns the TypeProvidedByValue field value if set, zero value otherwise.

func (*PropertyDescriptor) GetTypeProvidedByValueOk ¶

func (o *PropertyDescriptor) GetTypeProvidedByValueOk() (*DefinedType, bool)

GetTypeProvidedByValueOk returns a tuple with the TypeProvidedByValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetValidRegex ¶

func (o *PropertyDescriptor) GetValidRegex() string

GetValidRegex returns the ValidRegex field value if set, zero value otherwise.

func (*PropertyDescriptor) GetValidRegexOk ¶

func (o *PropertyDescriptor) GetValidRegexOk() (*string, bool)

GetValidRegexOk returns a tuple with the ValidRegex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) GetValidator ¶

func (o *PropertyDescriptor) GetValidator() string

GetValidator returns the Validator field value if set, zero value otherwise.

func (*PropertyDescriptor) GetValidatorOk ¶

func (o *PropertyDescriptor) GetValidatorOk() (*string, bool)

GetValidatorOk returns a tuple with the Validator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptor) HasAllowableValues ¶

func (o *PropertyDescriptor) HasAllowableValues() bool

HasAllowableValues returns a boolean if a field has been set.

func (*PropertyDescriptor) HasDefaultValue ¶

func (o *PropertyDescriptor) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*PropertyDescriptor) HasDependencies ¶

func (o *PropertyDescriptor) HasDependencies() bool

HasDependencies returns a boolean if a field has been set.

func (*PropertyDescriptor) HasDescription ¶

func (o *PropertyDescriptor) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PropertyDescriptor) HasDisplayName ¶

func (o *PropertyDescriptor) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*PropertyDescriptor) HasDynamic ¶

func (o *PropertyDescriptor) HasDynamic() bool

HasDynamic returns a boolean if a field has been set.

func (*PropertyDescriptor) HasExpressionLanguageScope ¶

func (o *PropertyDescriptor) HasExpressionLanguageScope() bool

HasExpressionLanguageScope returns a boolean if a field has been set.

func (*PropertyDescriptor) HasExpressionLanguageScopeDescription ¶

func (o *PropertyDescriptor) HasExpressionLanguageScopeDescription() bool

HasExpressionLanguageScopeDescription returns a boolean if a field has been set.

func (*PropertyDescriptor) HasRequired ¶

func (o *PropertyDescriptor) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*PropertyDescriptor) HasResourceDefinition ¶

func (o *PropertyDescriptor) HasResourceDefinition() bool

HasResourceDefinition returns a boolean if a field has been set.

func (*PropertyDescriptor) HasSensitive ¶

func (o *PropertyDescriptor) HasSensitive() bool

HasSensitive returns a boolean if a field has been set.

func (*PropertyDescriptor) HasTypeProvidedByValue ¶

func (o *PropertyDescriptor) HasTypeProvidedByValue() bool

HasTypeProvidedByValue returns a boolean if a field has been set.

func (*PropertyDescriptor) HasValidRegex ¶

func (o *PropertyDescriptor) HasValidRegex() bool

HasValidRegex returns a boolean if a field has been set.

func (*PropertyDescriptor) HasValidator ¶

func (o *PropertyDescriptor) HasValidator() bool

HasValidator returns a boolean if a field has been set.

func (PropertyDescriptor) MarshalJSON ¶

func (o PropertyDescriptor) MarshalJSON() ([]byte, error)

func (*PropertyDescriptor) SetAllowableValues ¶

func (o *PropertyDescriptor) SetAllowableValues(v []PropertyAllowableValue)

SetAllowableValues gets a reference to the given []PropertyAllowableValue and assigns it to the AllowableValues field.

func (*PropertyDescriptor) SetDefaultValue ¶

func (o *PropertyDescriptor) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given string and assigns it to the DefaultValue field.

func (*PropertyDescriptor) SetDependencies ¶

func (o *PropertyDescriptor) SetDependencies(v []PropertyDependency)

SetDependencies gets a reference to the given []PropertyDependency and assigns it to the Dependencies field.

func (*PropertyDescriptor) SetDescription ¶

func (o *PropertyDescriptor) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PropertyDescriptor) SetDisplayName ¶

func (o *PropertyDescriptor) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*PropertyDescriptor) SetDynamic ¶

func (o *PropertyDescriptor) SetDynamic(v bool)

SetDynamic gets a reference to the given bool and assigns it to the Dynamic field.

func (*PropertyDescriptor) SetExpressionLanguageScope ¶

func (o *PropertyDescriptor) SetExpressionLanguageScope(v string)

SetExpressionLanguageScope gets a reference to the given string and assigns it to the ExpressionLanguageScope field.

func (*PropertyDescriptor) SetExpressionLanguageScopeDescription ¶

func (o *PropertyDescriptor) SetExpressionLanguageScopeDescription(v string)

SetExpressionLanguageScopeDescription gets a reference to the given string and assigns it to the ExpressionLanguageScopeDescription field.

func (*PropertyDescriptor) SetName ¶

func (o *PropertyDescriptor) SetName(v string)

SetName sets field value

func (*PropertyDescriptor) SetRequired ¶

func (o *PropertyDescriptor) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*PropertyDescriptor) SetResourceDefinition ¶

func (o *PropertyDescriptor) SetResourceDefinition(v PropertyResourceDefinition)

SetResourceDefinition gets a reference to the given PropertyResourceDefinition and assigns it to the ResourceDefinition field.

func (*PropertyDescriptor) SetSensitive ¶

func (o *PropertyDescriptor) SetSensitive(v bool)

SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.

func (*PropertyDescriptor) SetTypeProvidedByValue ¶

func (o *PropertyDescriptor) SetTypeProvidedByValue(v DefinedType)

SetTypeProvidedByValue gets a reference to the given DefinedType and assigns it to the TypeProvidedByValue field.

func (*PropertyDescriptor) SetValidRegex ¶

func (o *PropertyDescriptor) SetValidRegex(v string)

SetValidRegex gets a reference to the given string and assigns it to the ValidRegex field.

func (*PropertyDescriptor) SetValidator ¶

func (o *PropertyDescriptor) SetValidator(v string)

SetValidator gets a reference to the given string and assigns it to the Validator field.

func (PropertyDescriptor) ToMap ¶

func (o PropertyDescriptor) ToMap() (map[string]interface{}, error)

type PropertyDescriptorDTO ¶

type PropertyDescriptorDTO struct {
	// The name for the property.
	Name *string `json:"name,omitempty"`
	// The human readable name for the property.
	DisplayName *string `json:"displayName,omitempty"`
	// The description for the property. Used to relay additional details to a user or provide a mechanism of documenting intent.
	Description *string `json:"description,omitempty"`
	// The default value for the property.
	DefaultValue *string `json:"defaultValue,omitempty"`
	// Allowable values for the property. If empty then the allowed values are not constrained.
	AllowableValues []AllowableValueEntity `json:"allowableValues,omitempty"`
	// Whether the property is required.
	Required *bool `json:"required,omitempty"`
	// Whether the property is sensitive and protected whenever stored or represented.
	Sensitive *bool `json:"sensitive,omitempty"`
	// Whether the property is dynamic (user-defined).
	Dynamic *bool `json:"dynamic,omitempty"`
	// Whether the property supports expression language.
	SupportsEl *bool `json:"supportsEl,omitempty"`
	// Scope of the Expression Language evaluation for the property.
	ExpressionLanguageScope *string `json:"expressionLanguageScope,omitempty"`
	// If the property identifies a controller service this returns the fully qualified type.
	IdentifiesControllerService       *string    `json:"identifiesControllerService,omitempty"`
	IdentifiesControllerServiceBundle *BundleDTO `json:"identifiesControllerServiceBundle,omitempty"`
	// A list of dependencies that must be met in order for this Property to be relevant. If any of these dependencies is not met, the property described by this Property Descriptor is not relevant.
	Dependencies []PropertyDependencyDTO `json:"dependencies,omitempty"`
}

PropertyDescriptorDTO struct for PropertyDescriptorDTO

func NewPropertyDescriptorDTO ¶

func NewPropertyDescriptorDTO() *PropertyDescriptorDTO

NewPropertyDescriptorDTO instantiates a new PropertyDescriptorDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPropertyDescriptorDTOWithDefaults ¶

func NewPropertyDescriptorDTOWithDefaults() *PropertyDescriptorDTO

NewPropertyDescriptorDTOWithDefaults instantiates a new PropertyDescriptorDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PropertyDescriptorDTO) GetAllowableValues ¶

func (o *PropertyDescriptorDTO) GetAllowableValues() []AllowableValueEntity

GetAllowableValues returns the AllowableValues field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetAllowableValuesOk ¶

func (o *PropertyDescriptorDTO) GetAllowableValuesOk() ([]AllowableValueEntity, bool)

GetAllowableValuesOk returns a tuple with the AllowableValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetDefaultValue ¶

func (o *PropertyDescriptorDTO) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetDefaultValueOk ¶

func (o *PropertyDescriptorDTO) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetDependencies ¶

func (o *PropertyDescriptorDTO) GetDependencies() []PropertyDependencyDTO

GetDependencies returns the Dependencies field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetDependenciesOk ¶

func (o *PropertyDescriptorDTO) GetDependenciesOk() ([]PropertyDependencyDTO, bool)

GetDependenciesOk returns a tuple with the Dependencies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetDescription ¶

func (o *PropertyDescriptorDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetDescriptionOk ¶

func (o *PropertyDescriptorDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetDisplayName ¶

func (o *PropertyDescriptorDTO) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetDisplayNameOk ¶

func (o *PropertyDescriptorDTO) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetDynamic ¶

func (o *PropertyDescriptorDTO) GetDynamic() bool

GetDynamic returns the Dynamic field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetDynamicOk ¶

func (o *PropertyDescriptorDTO) GetDynamicOk() (*bool, bool)

GetDynamicOk returns a tuple with the Dynamic field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetExpressionLanguageScope ¶

func (o *PropertyDescriptorDTO) GetExpressionLanguageScope() string

GetExpressionLanguageScope returns the ExpressionLanguageScope field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetExpressionLanguageScopeOk ¶

func (o *PropertyDescriptorDTO) GetExpressionLanguageScopeOk() (*string, bool)

GetExpressionLanguageScopeOk returns a tuple with the ExpressionLanguageScope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetIdentifiesControllerService ¶

func (o *PropertyDescriptorDTO) GetIdentifiesControllerService() string

GetIdentifiesControllerService returns the IdentifiesControllerService field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetIdentifiesControllerServiceBundle ¶

func (o *PropertyDescriptorDTO) GetIdentifiesControllerServiceBundle() BundleDTO

GetIdentifiesControllerServiceBundle returns the IdentifiesControllerServiceBundle field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetIdentifiesControllerServiceBundleOk ¶

func (o *PropertyDescriptorDTO) GetIdentifiesControllerServiceBundleOk() (*BundleDTO, bool)

GetIdentifiesControllerServiceBundleOk returns a tuple with the IdentifiesControllerServiceBundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetIdentifiesControllerServiceOk ¶

func (o *PropertyDescriptorDTO) GetIdentifiesControllerServiceOk() (*string, bool)

GetIdentifiesControllerServiceOk returns a tuple with the IdentifiesControllerService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetName ¶

func (o *PropertyDescriptorDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetNameOk ¶

func (o *PropertyDescriptorDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetRequired ¶

func (o *PropertyDescriptorDTO) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetRequiredOk ¶

func (o *PropertyDescriptorDTO) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetSensitive ¶

func (o *PropertyDescriptorDTO) GetSensitive() bool

GetSensitive returns the Sensitive field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetSensitiveOk ¶

func (o *PropertyDescriptorDTO) GetSensitiveOk() (*bool, bool)

GetSensitiveOk returns a tuple with the Sensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) GetSupportsEl ¶

func (o *PropertyDescriptorDTO) GetSupportsEl() bool

GetSupportsEl returns the SupportsEl field value if set, zero value otherwise.

func (*PropertyDescriptorDTO) GetSupportsElOk ¶

func (o *PropertyDescriptorDTO) GetSupportsElOk() (*bool, bool)

GetSupportsElOk returns a tuple with the SupportsEl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorDTO) HasAllowableValues ¶

func (o *PropertyDescriptorDTO) HasAllowableValues() bool

HasAllowableValues returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasDefaultValue ¶

func (o *PropertyDescriptorDTO) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasDependencies ¶

func (o *PropertyDescriptorDTO) HasDependencies() bool

HasDependencies returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasDescription ¶

func (o *PropertyDescriptorDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasDisplayName ¶

func (o *PropertyDescriptorDTO) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasDynamic ¶

func (o *PropertyDescriptorDTO) HasDynamic() bool

HasDynamic returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasExpressionLanguageScope ¶

func (o *PropertyDescriptorDTO) HasExpressionLanguageScope() bool

HasExpressionLanguageScope returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasIdentifiesControllerService ¶

func (o *PropertyDescriptorDTO) HasIdentifiesControllerService() bool

HasIdentifiesControllerService returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasIdentifiesControllerServiceBundle ¶

func (o *PropertyDescriptorDTO) HasIdentifiesControllerServiceBundle() bool

HasIdentifiesControllerServiceBundle returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasName ¶

func (o *PropertyDescriptorDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasRequired ¶

func (o *PropertyDescriptorDTO) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasSensitive ¶

func (o *PropertyDescriptorDTO) HasSensitive() bool

HasSensitive returns a boolean if a field has been set.

func (*PropertyDescriptorDTO) HasSupportsEl ¶

func (o *PropertyDescriptorDTO) HasSupportsEl() bool

HasSupportsEl returns a boolean if a field has been set.

func (PropertyDescriptorDTO) MarshalJSON ¶

func (o PropertyDescriptorDTO) MarshalJSON() ([]byte, error)

func (*PropertyDescriptorDTO) SetAllowableValues ¶

func (o *PropertyDescriptorDTO) SetAllowableValues(v []AllowableValueEntity)

SetAllowableValues gets a reference to the given []AllowableValueEntity and assigns it to the AllowableValues field.

func (*PropertyDescriptorDTO) SetDefaultValue ¶

func (o *PropertyDescriptorDTO) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given string and assigns it to the DefaultValue field.

func (*PropertyDescriptorDTO) SetDependencies ¶

func (o *PropertyDescriptorDTO) SetDependencies(v []PropertyDependencyDTO)

SetDependencies gets a reference to the given []PropertyDependencyDTO and assigns it to the Dependencies field.

func (*PropertyDescriptorDTO) SetDescription ¶

func (o *PropertyDescriptorDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*PropertyDescriptorDTO) SetDisplayName ¶

func (o *PropertyDescriptorDTO) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*PropertyDescriptorDTO) SetDynamic ¶

func (o *PropertyDescriptorDTO) SetDynamic(v bool)

SetDynamic gets a reference to the given bool and assigns it to the Dynamic field.

func (*PropertyDescriptorDTO) SetExpressionLanguageScope ¶

func (o *PropertyDescriptorDTO) SetExpressionLanguageScope(v string)

SetExpressionLanguageScope gets a reference to the given string and assigns it to the ExpressionLanguageScope field.

func (*PropertyDescriptorDTO) SetIdentifiesControllerService ¶

func (o *PropertyDescriptorDTO) SetIdentifiesControllerService(v string)

SetIdentifiesControllerService gets a reference to the given string and assigns it to the IdentifiesControllerService field.

func (*PropertyDescriptorDTO) SetIdentifiesControllerServiceBundle ¶

func (o *PropertyDescriptorDTO) SetIdentifiesControllerServiceBundle(v BundleDTO)

SetIdentifiesControllerServiceBundle gets a reference to the given BundleDTO and assigns it to the IdentifiesControllerServiceBundle field.

func (*PropertyDescriptorDTO) SetName ¶

func (o *PropertyDescriptorDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*PropertyDescriptorDTO) SetRequired ¶

func (o *PropertyDescriptorDTO) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*PropertyDescriptorDTO) SetSensitive ¶

func (o *PropertyDescriptorDTO) SetSensitive(v bool)

SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.

func (*PropertyDescriptorDTO) SetSupportsEl ¶

func (o *PropertyDescriptorDTO) SetSupportsEl(v bool)

SetSupportsEl gets a reference to the given bool and assigns it to the SupportsEl field.

func (PropertyDescriptorDTO) ToMap ¶

func (o PropertyDescriptorDTO) ToMap() (map[string]interface{}, error)

type PropertyDescriptorEntity ¶

type PropertyDescriptorEntity struct {
	PropertyDescriptor *PropertyDescriptorDTO `json:"propertyDescriptor,omitempty"`
}

PropertyDescriptorEntity struct for PropertyDescriptorEntity

func NewPropertyDescriptorEntity ¶

func NewPropertyDescriptorEntity() *PropertyDescriptorEntity

NewPropertyDescriptorEntity instantiates a new PropertyDescriptorEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPropertyDescriptorEntityWithDefaults ¶

func NewPropertyDescriptorEntityWithDefaults() *PropertyDescriptorEntity

NewPropertyDescriptorEntityWithDefaults instantiates a new PropertyDescriptorEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PropertyDescriptorEntity) GetPropertyDescriptor ¶

func (o *PropertyDescriptorEntity) GetPropertyDescriptor() PropertyDescriptorDTO

GetPropertyDescriptor returns the PropertyDescriptor field value if set, zero value otherwise.

func (*PropertyDescriptorEntity) GetPropertyDescriptorOk ¶

func (o *PropertyDescriptorEntity) GetPropertyDescriptorOk() (*PropertyDescriptorDTO, bool)

GetPropertyDescriptorOk returns a tuple with the PropertyDescriptor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyDescriptorEntity) HasPropertyDescriptor ¶

func (o *PropertyDescriptorEntity) HasPropertyDescriptor() bool

HasPropertyDescriptor returns a boolean if a field has been set.

func (PropertyDescriptorEntity) MarshalJSON ¶

func (o PropertyDescriptorEntity) MarshalJSON() ([]byte, error)

func (*PropertyDescriptorEntity) SetPropertyDescriptor ¶

func (o *PropertyDescriptorEntity) SetPropertyDescriptor(v PropertyDescriptorDTO)

SetPropertyDescriptor gets a reference to the given PropertyDescriptorDTO and assigns it to the PropertyDescriptor field.

func (PropertyDescriptorEntity) ToMap ¶

func (o PropertyDescriptorEntity) ToMap() (map[string]interface{}, error)

type PropertyHistoryDTO ¶

type PropertyHistoryDTO struct {
	// Previous values for a given property.
	PreviousValues []PreviousValueDTO `json:"previousValues,omitempty"`
}

PropertyHistoryDTO struct for PropertyHistoryDTO

func NewPropertyHistoryDTO ¶

func NewPropertyHistoryDTO() *PropertyHistoryDTO

NewPropertyHistoryDTO instantiates a new PropertyHistoryDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPropertyHistoryDTOWithDefaults ¶

func NewPropertyHistoryDTOWithDefaults() *PropertyHistoryDTO

NewPropertyHistoryDTOWithDefaults instantiates a new PropertyHistoryDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PropertyHistoryDTO) GetPreviousValues ¶

func (o *PropertyHistoryDTO) GetPreviousValues() []PreviousValueDTO

GetPreviousValues returns the PreviousValues field value if set, zero value otherwise.

func (*PropertyHistoryDTO) GetPreviousValuesOk ¶

func (o *PropertyHistoryDTO) GetPreviousValuesOk() ([]PreviousValueDTO, bool)

GetPreviousValuesOk returns a tuple with the PreviousValues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyHistoryDTO) HasPreviousValues ¶

func (o *PropertyHistoryDTO) HasPreviousValues() bool

HasPreviousValues returns a boolean if a field has been set.

func (PropertyHistoryDTO) MarshalJSON ¶

func (o PropertyHistoryDTO) MarshalJSON() ([]byte, error)

func (*PropertyHistoryDTO) SetPreviousValues ¶

func (o *PropertyHistoryDTO) SetPreviousValues(v []PreviousValueDTO)

SetPreviousValues gets a reference to the given []PreviousValueDTO and assigns it to the PreviousValues field.

func (PropertyHistoryDTO) ToMap ¶

func (o PropertyHistoryDTO) ToMap() (map[string]interface{}, error)

type PropertyResourceDefinition ¶

type PropertyResourceDefinition struct {
	// The cardinality of the resource definition (i.e. single or multiple)
	Cardinality *string `json:"cardinality,omitempty"`
	// The types of resources that can be referenced
	ResourceTypes []string `json:"resourceTypes,omitempty"`
}

PropertyResourceDefinition struct for PropertyResourceDefinition

func NewPropertyResourceDefinition ¶

func NewPropertyResourceDefinition() *PropertyResourceDefinition

NewPropertyResourceDefinition instantiates a new PropertyResourceDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewPropertyResourceDefinitionWithDefaults ¶

func NewPropertyResourceDefinitionWithDefaults() *PropertyResourceDefinition

NewPropertyResourceDefinitionWithDefaults instantiates a new PropertyResourceDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*PropertyResourceDefinition) GetCardinality ¶

func (o *PropertyResourceDefinition) GetCardinality() string

GetCardinality returns the Cardinality field value if set, zero value otherwise.

func (*PropertyResourceDefinition) GetCardinalityOk ¶

func (o *PropertyResourceDefinition) GetCardinalityOk() (*string, bool)

GetCardinalityOk returns a tuple with the Cardinality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyResourceDefinition) GetResourceTypes ¶

func (o *PropertyResourceDefinition) GetResourceTypes() []string

GetResourceTypes returns the ResourceTypes field value if set, zero value otherwise.

func (*PropertyResourceDefinition) GetResourceTypesOk ¶

func (o *PropertyResourceDefinition) GetResourceTypesOk() ([]string, bool)

GetResourceTypesOk returns a tuple with the ResourceTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PropertyResourceDefinition) HasCardinality ¶

func (o *PropertyResourceDefinition) HasCardinality() bool

HasCardinality returns a boolean if a field has been set.

func (*PropertyResourceDefinition) HasResourceTypes ¶

func (o *PropertyResourceDefinition) HasResourceTypes() bool

HasResourceTypes returns a boolean if a field has been set.

func (PropertyResourceDefinition) MarshalJSON ¶

func (o PropertyResourceDefinition) MarshalJSON() ([]byte, error)

func (*PropertyResourceDefinition) SetCardinality ¶

func (o *PropertyResourceDefinition) SetCardinality(v string)

SetCardinality gets a reference to the given string and assigns it to the Cardinality field.

func (*PropertyResourceDefinition) SetResourceTypes ¶

func (o *PropertyResourceDefinition) SetResourceTypes(v []string)

SetResourceTypes gets a reference to the given []string and assigns it to the ResourceTypes field.

func (PropertyResourceDefinition) ToMap ¶

func (o PropertyResourceDefinition) ToMap() (map[string]interface{}, error)

type ProvenanceAPIDeleteLineageRequest ¶

type ProvenanceAPIDeleteLineageRequest struct {
	ApiService *ProvenanceAPIService
	// contains filtered or unexported fields
}

func (ProvenanceAPIDeleteLineageRequest) ClusterNodeId ¶

The id of the node where this query exists if clustered.

func (ProvenanceAPIDeleteLineageRequest) Execute ¶

type ProvenanceAPIDeleteProvenanceRequest ¶

type ProvenanceAPIDeleteProvenanceRequest struct {
	ApiService *ProvenanceAPIService
	// contains filtered or unexported fields
}

func (ProvenanceAPIDeleteProvenanceRequest) ClusterNodeId ¶

The id of the node where this query exists if clustered.

func (ProvenanceAPIDeleteProvenanceRequest) Execute ¶

type ProvenanceAPIGetLineageRequest ¶

type ProvenanceAPIGetLineageRequest struct {
	ApiService *ProvenanceAPIService
	// contains filtered or unexported fields
}

func (ProvenanceAPIGetLineageRequest) ClusterNodeId ¶

The id of the node where this query exists if clustered.

func (ProvenanceAPIGetLineageRequest) Execute ¶

type ProvenanceAPIGetProvenanceRequest ¶

type ProvenanceAPIGetProvenanceRequest struct {
	ApiService *ProvenanceAPIService
	// contains filtered or unexported fields
}

func (ProvenanceAPIGetProvenanceRequest) ClusterNodeId ¶

The id of the node where this query exists if clustered.

func (ProvenanceAPIGetProvenanceRequest) Execute ¶

func (ProvenanceAPIGetProvenanceRequest) IncrementalResults ¶

func (r ProvenanceAPIGetProvenanceRequest) IncrementalResults(incrementalResults bool) ProvenanceAPIGetProvenanceRequest

Whether or not to summarize provenance events returned. This property is false by default.

func (ProvenanceAPIGetProvenanceRequest) Summarize ¶

Whether or not incremental results are returned. If false, provenance events are only returned once the query completes. This property is true by default.

type ProvenanceAPIGetSearchOptionsRequest ¶

type ProvenanceAPIGetSearchOptionsRequest struct {
	ApiService *ProvenanceAPIService
	// contains filtered or unexported fields
}

func (ProvenanceAPIGetSearchOptionsRequest) Execute ¶

type ProvenanceAPIService ¶

type ProvenanceAPIService service

ProvenanceAPIService ProvenanceAPI service

func (*ProvenanceAPIService) DeleteLineage ¶

DeleteLineage Deletes a lineage query

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the lineage query.
@return ProvenanceAPIDeleteLineageRequest

func (*ProvenanceAPIService) DeleteLineageExecute ¶

Execute executes the request

@return LineageEntity

func (*ProvenanceAPIService) DeleteProvenance ¶

DeleteProvenance Deletes a provenance query

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the provenance query.
@return ProvenanceAPIDeleteProvenanceRequest

func (*ProvenanceAPIService) DeleteProvenanceExecute ¶

Execute executes the request

@return ProvenanceEntity

func (*ProvenanceAPIService) GetLineage ¶

GetLineage Gets a lineage query

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the lineage query.
@return ProvenanceAPIGetLineageRequest

func (*ProvenanceAPIService) GetLineageExecute ¶

Execute executes the request

@return LineageEntity

func (*ProvenanceAPIService) GetProvenance ¶

GetProvenance Gets a provenance query

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the provenance query.
@return ProvenanceAPIGetProvenanceRequest

func (*ProvenanceAPIService) GetProvenanceExecute ¶

Execute executes the request

@return ProvenanceEntity

func (*ProvenanceAPIService) GetSearchOptions ¶

GetSearchOptions Gets the searchable attributes for provenance events

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ProvenanceAPIGetSearchOptionsRequest

func (*ProvenanceAPIService) GetSearchOptionsExecute ¶

Execute executes the request

@return ProvenanceOptionsEntity

func (*ProvenanceAPIService) SubmitLineageRequest ¶

SubmitLineageRequest Submits a lineage query

Lineage queries may be long running so this endpoint submits a request. The response will include the current state of the query. If the request is not completed the URI in the response can be used at a later time to get the updated state of the query. Once the query has completed the lineage request should be deleted by the client who originally submitted it.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ProvenanceAPISubmitLineageRequestRequest

func (*ProvenanceAPIService) SubmitLineageRequestExecute ¶

Execute executes the request

@return LineageEntity

func (*ProvenanceAPIService) SubmitProvenanceRequest ¶

SubmitProvenanceRequest Submits a provenance query

Provenance queries may be long running so this endpoint submits a request. The response will include the current state of the query. If the request is not completed the URI in the response can be used at a later time to get the updated state of the query. Once the query has completed the provenance request should be deleted by the client who originally submitted it.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ProvenanceAPISubmitProvenanceRequestRequest

func (*ProvenanceAPIService) SubmitProvenanceRequestExecute ¶

Execute executes the request

@return ProvenanceEntity

type ProvenanceAPISubmitLineageRequestRequest ¶

type ProvenanceAPISubmitLineageRequestRequest struct {
	ApiService *ProvenanceAPIService
	// contains filtered or unexported fields
}

func (ProvenanceAPISubmitLineageRequestRequest) Body ¶

The lineage query details.

func (ProvenanceAPISubmitLineageRequestRequest) Execute ¶

type ProvenanceAPISubmitProvenanceRequestRequest ¶

type ProvenanceAPISubmitProvenanceRequestRequest struct {
	ApiService *ProvenanceAPIService
	// contains filtered or unexported fields
}

func (ProvenanceAPISubmitProvenanceRequestRequest) Body ¶

The provenance query details.

func (ProvenanceAPISubmitProvenanceRequestRequest) Execute ¶

type ProvenanceDTO ¶

type ProvenanceDTO struct {
	// The id of the provenance query.
	Id *string `json:"id,omitempty"`
	// The URI for this query. Used for obtaining/deleting the request at a later time
	Uri *string `json:"uri,omitempty"`
	// The timestamp when the query was submitted.
	SubmissionTime *string `json:"submissionTime,omitempty"`
	// The timestamp when the query will expire.
	Expiration *string `json:"expiration,omitempty"`
	// The current percent complete.
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// Whether the query has finished.
	Finished *bool                 `json:"finished,omitempty"`
	Request  *ProvenanceRequestDTO `json:"request,omitempty"`
	Results  *ProvenanceResultsDTO `json:"results,omitempty"`
}

ProvenanceDTO struct for ProvenanceDTO

func NewProvenanceDTO ¶

func NewProvenanceDTO() *ProvenanceDTO

NewProvenanceDTO instantiates a new ProvenanceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceDTOWithDefaults ¶

func NewProvenanceDTOWithDefaults() *ProvenanceDTO

NewProvenanceDTOWithDefaults instantiates a new ProvenanceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceDTO) GetExpiration ¶

func (o *ProvenanceDTO) GetExpiration() string

GetExpiration returns the Expiration field value if set, zero value otherwise.

func (*ProvenanceDTO) GetExpirationOk ¶

func (o *ProvenanceDTO) GetExpirationOk() (*string, bool)

GetExpirationOk returns a tuple with the Expiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceDTO) GetFinished ¶

func (o *ProvenanceDTO) GetFinished() bool

GetFinished returns the Finished field value if set, zero value otherwise.

func (*ProvenanceDTO) GetFinishedOk ¶

func (o *ProvenanceDTO) GetFinishedOk() (*bool, bool)

GetFinishedOk returns a tuple with the Finished field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceDTO) GetId ¶

func (o *ProvenanceDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProvenanceDTO) GetIdOk ¶

func (o *ProvenanceDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceDTO) GetPercentCompleted ¶

func (o *ProvenanceDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*ProvenanceDTO) GetPercentCompletedOk ¶

func (o *ProvenanceDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceDTO) GetRequest ¶

func (o *ProvenanceDTO) GetRequest() ProvenanceRequestDTO

GetRequest returns the Request field value if set, zero value otherwise.

func (*ProvenanceDTO) GetRequestOk ¶

func (o *ProvenanceDTO) GetRequestOk() (*ProvenanceRequestDTO, bool)

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceDTO) GetResults ¶

func (o *ProvenanceDTO) GetResults() ProvenanceResultsDTO

GetResults returns the Results field value if set, zero value otherwise.

func (*ProvenanceDTO) GetResultsOk ¶

func (o *ProvenanceDTO) GetResultsOk() (*ProvenanceResultsDTO, bool)

GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceDTO) GetSubmissionTime ¶

func (o *ProvenanceDTO) GetSubmissionTime() string

GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.

func (*ProvenanceDTO) GetSubmissionTimeOk ¶

func (o *ProvenanceDTO) GetSubmissionTimeOk() (*string, bool)

GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceDTO) GetUri ¶

func (o *ProvenanceDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ProvenanceDTO) GetUriOk ¶

func (o *ProvenanceDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceDTO) HasExpiration ¶

func (o *ProvenanceDTO) HasExpiration() bool

HasExpiration returns a boolean if a field has been set.

func (*ProvenanceDTO) HasFinished ¶

func (o *ProvenanceDTO) HasFinished() bool

HasFinished returns a boolean if a field has been set.

func (*ProvenanceDTO) HasId ¶

func (o *ProvenanceDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProvenanceDTO) HasPercentCompleted ¶

func (o *ProvenanceDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*ProvenanceDTO) HasRequest ¶

func (o *ProvenanceDTO) HasRequest() bool

HasRequest returns a boolean if a field has been set.

func (*ProvenanceDTO) HasResults ¶

func (o *ProvenanceDTO) HasResults() bool

HasResults returns a boolean if a field has been set.

func (*ProvenanceDTO) HasSubmissionTime ¶

func (o *ProvenanceDTO) HasSubmissionTime() bool

HasSubmissionTime returns a boolean if a field has been set.

func (*ProvenanceDTO) HasUri ¶

func (o *ProvenanceDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ProvenanceDTO) MarshalJSON ¶

func (o ProvenanceDTO) MarshalJSON() ([]byte, error)

func (*ProvenanceDTO) SetExpiration ¶

func (o *ProvenanceDTO) SetExpiration(v string)

SetExpiration gets a reference to the given string and assigns it to the Expiration field.

func (*ProvenanceDTO) SetFinished ¶

func (o *ProvenanceDTO) SetFinished(v bool)

SetFinished gets a reference to the given bool and assigns it to the Finished field.

func (*ProvenanceDTO) SetId ¶

func (o *ProvenanceDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProvenanceDTO) SetPercentCompleted ¶

func (o *ProvenanceDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*ProvenanceDTO) SetRequest ¶

func (o *ProvenanceDTO) SetRequest(v ProvenanceRequestDTO)

SetRequest gets a reference to the given ProvenanceRequestDTO and assigns it to the Request field.

func (*ProvenanceDTO) SetResults ¶

func (o *ProvenanceDTO) SetResults(v ProvenanceResultsDTO)

SetResults gets a reference to the given ProvenanceResultsDTO and assigns it to the Results field.

func (*ProvenanceDTO) SetSubmissionTime ¶

func (o *ProvenanceDTO) SetSubmissionTime(v string)

SetSubmissionTime gets a reference to the given string and assigns it to the SubmissionTime field.

func (*ProvenanceDTO) SetUri ¶

func (o *ProvenanceDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ProvenanceDTO) ToMap ¶

func (o ProvenanceDTO) ToMap() (map[string]interface{}, error)

type ProvenanceEntity ¶

type ProvenanceEntity struct {
	Provenance *ProvenanceDTO `json:"provenance,omitempty"`
}

ProvenanceEntity struct for ProvenanceEntity

func NewProvenanceEntity ¶

func NewProvenanceEntity() *ProvenanceEntity

NewProvenanceEntity instantiates a new ProvenanceEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceEntityWithDefaults ¶

func NewProvenanceEntityWithDefaults() *ProvenanceEntity

NewProvenanceEntityWithDefaults instantiates a new ProvenanceEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceEntity) GetProvenance ¶

func (o *ProvenanceEntity) GetProvenance() ProvenanceDTO

GetProvenance returns the Provenance field value if set, zero value otherwise.

func (*ProvenanceEntity) GetProvenanceOk ¶

func (o *ProvenanceEntity) GetProvenanceOk() (*ProvenanceDTO, bool)

GetProvenanceOk returns a tuple with the Provenance field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEntity) HasProvenance ¶

func (o *ProvenanceEntity) HasProvenance() bool

HasProvenance returns a boolean if a field has been set.

func (ProvenanceEntity) MarshalJSON ¶

func (o ProvenanceEntity) MarshalJSON() ([]byte, error)

func (*ProvenanceEntity) SetProvenance ¶

func (o *ProvenanceEntity) SetProvenance(v ProvenanceDTO)

SetProvenance gets a reference to the given ProvenanceDTO and assigns it to the Provenance field.

func (ProvenanceEntity) ToMap ¶

func (o ProvenanceEntity) ToMap() (map[string]interface{}, error)

type ProvenanceEventDTO ¶

type ProvenanceEventDTO struct {
	// The event uuid.
	Id *string `json:"id,omitempty"`
	// The event id. This is a one up number thats unique per node.
	EventId *int64 `json:"eventId,omitempty"`
	// The timestamp of the event.
	EventTime *string `json:"eventTime,omitempty"`
	// The event duration in milliseconds.
	EventDuration *int64 `json:"eventDuration,omitempty"`
	// The duration since the lineage began, in milliseconds.
	LineageDuration *int64 `json:"lineageDuration,omitempty"`
	// The type of the event.
	EventType *string `json:"eventType,omitempty"`
	// The uuid of the flowfile for the event.
	FlowFileUuid *string `json:"flowFileUuid,omitempty"`
	// The size of the flowfile for the event.
	FileSize *string `json:"fileSize,omitempty"`
	// The size of the flowfile in bytes for the event.
	FileSizeBytes *int64 `json:"fileSizeBytes,omitempty"`
	// The identifier for the node where the event originated.
	ClusterNodeId *string `json:"clusterNodeId,omitempty"`
	// The label for the node where the event originated.
	ClusterNodeAddress *string `json:"clusterNodeAddress,omitempty"`
	// The id of the group that the component resides in. If the component is no longer in the flow, the group id will not be set.
	GroupId *string `json:"groupId,omitempty"`
	// The id of the component that generated the event.
	ComponentId *string `json:"componentId,omitempty"`
	// The type of the component that generated the event.
	ComponentType *string `json:"componentType,omitempty"`
	// The name of the component that generated the event.
	ComponentName *string `json:"componentName,omitempty"`
	// The source system flowfile id.
	SourceSystemFlowFileId *string `json:"sourceSystemFlowFileId,omitempty"`
	// The alternate identifier uri for the fileflow for the event.
	AlternateIdentifierUri *string `json:"alternateIdentifierUri,omitempty"`
	// The attributes of the flowfile for the event.
	Attributes []AttributeDTO `json:"attributes,omitempty"`
	// The parent uuids for the event.
	ParentUuids []string `json:"parentUuids,omitempty"`
	// The child uuids for the event.
	ChildUuids []string `json:"childUuids,omitempty"`
	// The source/destination system uri if the event was a RECEIVE/SEND.
	TransitUri *string `json:"transitUri,omitempty"`
	// The relationship to which the flowfile was routed if the event is of type ROUTE.
	Relationship *string `json:"relationship,omitempty"`
	// The event details.
	Details *string `json:"details,omitempty"`
	// Whether the input and output content claim is the same.
	ContentEqual *bool `json:"contentEqual,omitempty"`
	// Whether the input content is still available.
	InputContentAvailable *bool `json:"inputContentAvailable,omitempty"`
	// The section in which the input content claim lives.
	InputContentClaimSection *string `json:"inputContentClaimSection,omitempty"`
	// The container in which the input content claim lives.
	InputContentClaimContainer *string `json:"inputContentClaimContainer,omitempty"`
	// The identifier of the input content claim.
	InputContentClaimIdentifier *string `json:"inputContentClaimIdentifier,omitempty"`
	// The offset into the input content claim where the flowfiles content begins.
	InputContentClaimOffset *int64 `json:"inputContentClaimOffset,omitempty"`
	// The file size of the input content claim formatted.
	InputContentClaimFileSize *string `json:"inputContentClaimFileSize,omitempty"`
	// The file size of the intput content claim in bytes.
	InputContentClaimFileSizeBytes *int64 `json:"inputContentClaimFileSizeBytes,omitempty"`
	// Whether the output content is still available.
	OutputContentAvailable *bool `json:"outputContentAvailable,omitempty"`
	// The section in which the output content claim lives.
	OutputContentClaimSection *string `json:"outputContentClaimSection,omitempty"`
	// The container in which the output content claim lives.
	OutputContentClaimContainer *string `json:"outputContentClaimContainer,omitempty"`
	// The identifier of the output content claim.
	OutputContentClaimIdentifier *string `json:"outputContentClaimIdentifier,omitempty"`
	// The offset into the output content claim where the flowfiles content begins.
	OutputContentClaimOffset *int64 `json:"outputContentClaimOffset,omitempty"`
	// The file size of the output content claim formatted.
	OutputContentClaimFileSize *string `json:"outputContentClaimFileSize,omitempty"`
	// The file size of the output content claim in bytes.
	OutputContentClaimFileSizeBytes *int64 `json:"outputContentClaimFileSizeBytes,omitempty"`
	// Whether or not replay is available.
	ReplayAvailable *bool `json:"replayAvailable,omitempty"`
	// Explanation as to why replay is unavailable.
	ReplayExplanation *string `json:"replayExplanation,omitempty"`
	// The identifier of the queue/connection from which the flowfile was pulled to genereate this event. May be null if the queue/connection is unknown or the flowfile was generated from this event.
	SourceConnectionIdentifier *string `json:"sourceConnectionIdentifier,omitempty"`
}

ProvenanceEventDTO struct for ProvenanceEventDTO

func NewProvenanceEventDTO ¶

func NewProvenanceEventDTO() *ProvenanceEventDTO

NewProvenanceEventDTO instantiates a new ProvenanceEventDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceEventDTOWithDefaults ¶

func NewProvenanceEventDTOWithDefaults() *ProvenanceEventDTO

NewProvenanceEventDTOWithDefaults instantiates a new ProvenanceEventDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceEventDTO) GetAlternateIdentifierUri ¶

func (o *ProvenanceEventDTO) GetAlternateIdentifierUri() string

GetAlternateIdentifierUri returns the AlternateIdentifierUri field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetAlternateIdentifierUriOk ¶

func (o *ProvenanceEventDTO) GetAlternateIdentifierUriOk() (*string, bool)

GetAlternateIdentifierUriOk returns a tuple with the AlternateIdentifierUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetAttributes ¶

func (o *ProvenanceEventDTO) GetAttributes() []AttributeDTO

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetAttributesOk ¶

func (o *ProvenanceEventDTO) GetAttributesOk() ([]AttributeDTO, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetChildUuids ¶

func (o *ProvenanceEventDTO) GetChildUuids() []string

GetChildUuids returns the ChildUuids field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetChildUuidsOk ¶

func (o *ProvenanceEventDTO) GetChildUuidsOk() ([]string, bool)

GetChildUuidsOk returns a tuple with the ChildUuids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetClusterNodeAddress ¶

func (o *ProvenanceEventDTO) GetClusterNodeAddress() string

GetClusterNodeAddress returns the ClusterNodeAddress field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetClusterNodeAddressOk ¶

func (o *ProvenanceEventDTO) GetClusterNodeAddressOk() (*string, bool)

GetClusterNodeAddressOk returns a tuple with the ClusterNodeAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetClusterNodeId ¶

func (o *ProvenanceEventDTO) GetClusterNodeId() string

GetClusterNodeId returns the ClusterNodeId field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetClusterNodeIdOk ¶

func (o *ProvenanceEventDTO) GetClusterNodeIdOk() (*string, bool)

GetClusterNodeIdOk returns a tuple with the ClusterNodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetComponentId ¶

func (o *ProvenanceEventDTO) GetComponentId() string

GetComponentId returns the ComponentId field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetComponentIdOk ¶

func (o *ProvenanceEventDTO) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetComponentName ¶

func (o *ProvenanceEventDTO) GetComponentName() string

GetComponentName returns the ComponentName field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetComponentNameOk ¶

func (o *ProvenanceEventDTO) GetComponentNameOk() (*string, bool)

GetComponentNameOk returns a tuple with the ComponentName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetComponentType ¶

func (o *ProvenanceEventDTO) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetComponentTypeOk ¶

func (o *ProvenanceEventDTO) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetContentEqual ¶

func (o *ProvenanceEventDTO) GetContentEqual() bool

GetContentEqual returns the ContentEqual field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetContentEqualOk ¶

func (o *ProvenanceEventDTO) GetContentEqualOk() (*bool, bool)

GetContentEqualOk returns a tuple with the ContentEqual field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetDetails ¶

func (o *ProvenanceEventDTO) GetDetails() string

GetDetails returns the Details field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetDetailsOk ¶

func (o *ProvenanceEventDTO) GetDetailsOk() (*string, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetEventDuration ¶

func (o *ProvenanceEventDTO) GetEventDuration() int64

GetEventDuration returns the EventDuration field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetEventDurationOk ¶

func (o *ProvenanceEventDTO) GetEventDurationOk() (*int64, bool)

GetEventDurationOk returns a tuple with the EventDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetEventId ¶

func (o *ProvenanceEventDTO) GetEventId() int64

GetEventId returns the EventId field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetEventIdOk ¶

func (o *ProvenanceEventDTO) GetEventIdOk() (*int64, bool)

GetEventIdOk returns a tuple with the EventId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetEventTime ¶

func (o *ProvenanceEventDTO) GetEventTime() string

GetEventTime returns the EventTime field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetEventTimeOk ¶

func (o *ProvenanceEventDTO) GetEventTimeOk() (*string, bool)

GetEventTimeOk returns a tuple with the EventTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetEventType ¶

func (o *ProvenanceEventDTO) GetEventType() string

GetEventType returns the EventType field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetEventTypeOk ¶

func (o *ProvenanceEventDTO) GetEventTypeOk() (*string, bool)

GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetFileSize ¶

func (o *ProvenanceEventDTO) GetFileSize() string

GetFileSize returns the FileSize field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetFileSizeBytes ¶

func (o *ProvenanceEventDTO) GetFileSizeBytes() int64

GetFileSizeBytes returns the FileSizeBytes field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetFileSizeBytesOk ¶

func (o *ProvenanceEventDTO) GetFileSizeBytesOk() (*int64, bool)

GetFileSizeBytesOk returns a tuple with the FileSizeBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetFileSizeOk ¶

func (o *ProvenanceEventDTO) GetFileSizeOk() (*string, bool)

GetFileSizeOk returns a tuple with the FileSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetFlowFileUuid ¶

func (o *ProvenanceEventDTO) GetFlowFileUuid() string

GetFlowFileUuid returns the FlowFileUuid field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetFlowFileUuidOk ¶

func (o *ProvenanceEventDTO) GetFlowFileUuidOk() (*string, bool)

GetFlowFileUuidOk returns a tuple with the FlowFileUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetGroupId ¶

func (o *ProvenanceEventDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetGroupIdOk ¶

func (o *ProvenanceEventDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetId ¶

func (o *ProvenanceEventDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetIdOk ¶

func (o *ProvenanceEventDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetInputContentAvailable ¶

func (o *ProvenanceEventDTO) GetInputContentAvailable() bool

GetInputContentAvailable returns the InputContentAvailable field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetInputContentAvailableOk ¶

func (o *ProvenanceEventDTO) GetInputContentAvailableOk() (*bool, bool)

GetInputContentAvailableOk returns a tuple with the InputContentAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetInputContentClaimContainer ¶

func (o *ProvenanceEventDTO) GetInputContentClaimContainer() string

GetInputContentClaimContainer returns the InputContentClaimContainer field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetInputContentClaimContainerOk ¶

func (o *ProvenanceEventDTO) GetInputContentClaimContainerOk() (*string, bool)

GetInputContentClaimContainerOk returns a tuple with the InputContentClaimContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetInputContentClaimFileSize ¶

func (o *ProvenanceEventDTO) GetInputContentClaimFileSize() string

GetInputContentClaimFileSize returns the InputContentClaimFileSize field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetInputContentClaimFileSizeBytes ¶

func (o *ProvenanceEventDTO) GetInputContentClaimFileSizeBytes() int64

GetInputContentClaimFileSizeBytes returns the InputContentClaimFileSizeBytes field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetInputContentClaimFileSizeBytesOk ¶

func (o *ProvenanceEventDTO) GetInputContentClaimFileSizeBytesOk() (*int64, bool)

GetInputContentClaimFileSizeBytesOk returns a tuple with the InputContentClaimFileSizeBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetInputContentClaimFileSizeOk ¶

func (o *ProvenanceEventDTO) GetInputContentClaimFileSizeOk() (*string, bool)

GetInputContentClaimFileSizeOk returns a tuple with the InputContentClaimFileSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetInputContentClaimIdentifier ¶

func (o *ProvenanceEventDTO) GetInputContentClaimIdentifier() string

GetInputContentClaimIdentifier returns the InputContentClaimIdentifier field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetInputContentClaimIdentifierOk ¶

func (o *ProvenanceEventDTO) GetInputContentClaimIdentifierOk() (*string, bool)

GetInputContentClaimIdentifierOk returns a tuple with the InputContentClaimIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetInputContentClaimOffset ¶

func (o *ProvenanceEventDTO) GetInputContentClaimOffset() int64

GetInputContentClaimOffset returns the InputContentClaimOffset field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetInputContentClaimOffsetOk ¶

func (o *ProvenanceEventDTO) GetInputContentClaimOffsetOk() (*int64, bool)

GetInputContentClaimOffsetOk returns a tuple with the InputContentClaimOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetInputContentClaimSection ¶

func (o *ProvenanceEventDTO) GetInputContentClaimSection() string

GetInputContentClaimSection returns the InputContentClaimSection field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetInputContentClaimSectionOk ¶

func (o *ProvenanceEventDTO) GetInputContentClaimSectionOk() (*string, bool)

GetInputContentClaimSectionOk returns a tuple with the InputContentClaimSection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetLineageDuration ¶

func (o *ProvenanceEventDTO) GetLineageDuration() int64

GetLineageDuration returns the LineageDuration field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetLineageDurationOk ¶

func (o *ProvenanceEventDTO) GetLineageDurationOk() (*int64, bool)

GetLineageDurationOk returns a tuple with the LineageDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetOutputContentAvailable ¶

func (o *ProvenanceEventDTO) GetOutputContentAvailable() bool

GetOutputContentAvailable returns the OutputContentAvailable field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetOutputContentAvailableOk ¶

func (o *ProvenanceEventDTO) GetOutputContentAvailableOk() (*bool, bool)

GetOutputContentAvailableOk returns a tuple with the OutputContentAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetOutputContentClaimContainer ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimContainer() string

GetOutputContentClaimContainer returns the OutputContentClaimContainer field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetOutputContentClaimContainerOk ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimContainerOk() (*string, bool)

GetOutputContentClaimContainerOk returns a tuple with the OutputContentClaimContainer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetOutputContentClaimFileSize ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimFileSize() string

GetOutputContentClaimFileSize returns the OutputContentClaimFileSize field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetOutputContentClaimFileSizeBytes ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimFileSizeBytes() int64

GetOutputContentClaimFileSizeBytes returns the OutputContentClaimFileSizeBytes field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetOutputContentClaimFileSizeBytesOk ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimFileSizeBytesOk() (*int64, bool)

GetOutputContentClaimFileSizeBytesOk returns a tuple with the OutputContentClaimFileSizeBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetOutputContentClaimFileSizeOk ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimFileSizeOk() (*string, bool)

GetOutputContentClaimFileSizeOk returns a tuple with the OutputContentClaimFileSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetOutputContentClaimIdentifier ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimIdentifier() string

GetOutputContentClaimIdentifier returns the OutputContentClaimIdentifier field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetOutputContentClaimIdentifierOk ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimIdentifierOk() (*string, bool)

GetOutputContentClaimIdentifierOk returns a tuple with the OutputContentClaimIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetOutputContentClaimOffset ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimOffset() int64

GetOutputContentClaimOffset returns the OutputContentClaimOffset field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetOutputContentClaimOffsetOk ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimOffsetOk() (*int64, bool)

GetOutputContentClaimOffsetOk returns a tuple with the OutputContentClaimOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetOutputContentClaimSection ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimSection() string

GetOutputContentClaimSection returns the OutputContentClaimSection field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetOutputContentClaimSectionOk ¶

func (o *ProvenanceEventDTO) GetOutputContentClaimSectionOk() (*string, bool)

GetOutputContentClaimSectionOk returns a tuple with the OutputContentClaimSection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetParentUuids ¶

func (o *ProvenanceEventDTO) GetParentUuids() []string

GetParentUuids returns the ParentUuids field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetParentUuidsOk ¶

func (o *ProvenanceEventDTO) GetParentUuidsOk() ([]string, bool)

GetParentUuidsOk returns a tuple with the ParentUuids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetRelationship ¶

func (o *ProvenanceEventDTO) GetRelationship() string

GetRelationship returns the Relationship field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetRelationshipOk ¶

func (o *ProvenanceEventDTO) GetRelationshipOk() (*string, bool)

GetRelationshipOk returns a tuple with the Relationship field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetReplayAvailable ¶

func (o *ProvenanceEventDTO) GetReplayAvailable() bool

GetReplayAvailable returns the ReplayAvailable field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetReplayAvailableOk ¶

func (o *ProvenanceEventDTO) GetReplayAvailableOk() (*bool, bool)

GetReplayAvailableOk returns a tuple with the ReplayAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetReplayExplanation ¶

func (o *ProvenanceEventDTO) GetReplayExplanation() string

GetReplayExplanation returns the ReplayExplanation field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetReplayExplanationOk ¶

func (o *ProvenanceEventDTO) GetReplayExplanationOk() (*string, bool)

GetReplayExplanationOk returns a tuple with the ReplayExplanation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetSourceConnectionIdentifier ¶

func (o *ProvenanceEventDTO) GetSourceConnectionIdentifier() string

GetSourceConnectionIdentifier returns the SourceConnectionIdentifier field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetSourceConnectionIdentifierOk ¶

func (o *ProvenanceEventDTO) GetSourceConnectionIdentifierOk() (*string, bool)

GetSourceConnectionIdentifierOk returns a tuple with the SourceConnectionIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetSourceSystemFlowFileId ¶

func (o *ProvenanceEventDTO) GetSourceSystemFlowFileId() string

GetSourceSystemFlowFileId returns the SourceSystemFlowFileId field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetSourceSystemFlowFileIdOk ¶

func (o *ProvenanceEventDTO) GetSourceSystemFlowFileIdOk() (*string, bool)

GetSourceSystemFlowFileIdOk returns a tuple with the SourceSystemFlowFileId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) GetTransitUri ¶

func (o *ProvenanceEventDTO) GetTransitUri() string

GetTransitUri returns the TransitUri field value if set, zero value otherwise.

func (*ProvenanceEventDTO) GetTransitUriOk ¶

func (o *ProvenanceEventDTO) GetTransitUriOk() (*string, bool)

GetTransitUriOk returns a tuple with the TransitUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventDTO) HasAlternateIdentifierUri ¶

func (o *ProvenanceEventDTO) HasAlternateIdentifierUri() bool

HasAlternateIdentifierUri returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasAttributes ¶

func (o *ProvenanceEventDTO) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasChildUuids ¶

func (o *ProvenanceEventDTO) HasChildUuids() bool

HasChildUuids returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasClusterNodeAddress ¶

func (o *ProvenanceEventDTO) HasClusterNodeAddress() bool

HasClusterNodeAddress returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasClusterNodeId ¶

func (o *ProvenanceEventDTO) HasClusterNodeId() bool

HasClusterNodeId returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasComponentId ¶

func (o *ProvenanceEventDTO) HasComponentId() bool

HasComponentId returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasComponentName ¶

func (o *ProvenanceEventDTO) HasComponentName() bool

HasComponentName returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasComponentType ¶

func (o *ProvenanceEventDTO) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasContentEqual ¶

func (o *ProvenanceEventDTO) HasContentEqual() bool

HasContentEqual returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasDetails ¶

func (o *ProvenanceEventDTO) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasEventDuration ¶

func (o *ProvenanceEventDTO) HasEventDuration() bool

HasEventDuration returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasEventId ¶

func (o *ProvenanceEventDTO) HasEventId() bool

HasEventId returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasEventTime ¶

func (o *ProvenanceEventDTO) HasEventTime() bool

HasEventTime returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasEventType ¶

func (o *ProvenanceEventDTO) HasEventType() bool

HasEventType returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasFileSize ¶

func (o *ProvenanceEventDTO) HasFileSize() bool

HasFileSize returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasFileSizeBytes ¶

func (o *ProvenanceEventDTO) HasFileSizeBytes() bool

HasFileSizeBytes returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasFlowFileUuid ¶

func (o *ProvenanceEventDTO) HasFlowFileUuid() bool

HasFlowFileUuid returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasGroupId ¶

func (o *ProvenanceEventDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasId ¶

func (o *ProvenanceEventDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasInputContentAvailable ¶

func (o *ProvenanceEventDTO) HasInputContentAvailable() bool

HasInputContentAvailable returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasInputContentClaimContainer ¶

func (o *ProvenanceEventDTO) HasInputContentClaimContainer() bool

HasInputContentClaimContainer returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasInputContentClaimFileSize ¶

func (o *ProvenanceEventDTO) HasInputContentClaimFileSize() bool

HasInputContentClaimFileSize returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasInputContentClaimFileSizeBytes ¶

func (o *ProvenanceEventDTO) HasInputContentClaimFileSizeBytes() bool

HasInputContentClaimFileSizeBytes returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasInputContentClaimIdentifier ¶

func (o *ProvenanceEventDTO) HasInputContentClaimIdentifier() bool

HasInputContentClaimIdentifier returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasInputContentClaimOffset ¶

func (o *ProvenanceEventDTO) HasInputContentClaimOffset() bool

HasInputContentClaimOffset returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasInputContentClaimSection ¶

func (o *ProvenanceEventDTO) HasInputContentClaimSection() bool

HasInputContentClaimSection returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasLineageDuration ¶

func (o *ProvenanceEventDTO) HasLineageDuration() bool

HasLineageDuration returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasOutputContentAvailable ¶

func (o *ProvenanceEventDTO) HasOutputContentAvailable() bool

HasOutputContentAvailable returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasOutputContentClaimContainer ¶

func (o *ProvenanceEventDTO) HasOutputContentClaimContainer() bool

HasOutputContentClaimContainer returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasOutputContentClaimFileSize ¶

func (o *ProvenanceEventDTO) HasOutputContentClaimFileSize() bool

HasOutputContentClaimFileSize returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasOutputContentClaimFileSizeBytes ¶

func (o *ProvenanceEventDTO) HasOutputContentClaimFileSizeBytes() bool

HasOutputContentClaimFileSizeBytes returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasOutputContentClaimIdentifier ¶

func (o *ProvenanceEventDTO) HasOutputContentClaimIdentifier() bool

HasOutputContentClaimIdentifier returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasOutputContentClaimOffset ¶

func (o *ProvenanceEventDTO) HasOutputContentClaimOffset() bool

HasOutputContentClaimOffset returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasOutputContentClaimSection ¶

func (o *ProvenanceEventDTO) HasOutputContentClaimSection() bool

HasOutputContentClaimSection returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasParentUuids ¶

func (o *ProvenanceEventDTO) HasParentUuids() bool

HasParentUuids returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasRelationship ¶

func (o *ProvenanceEventDTO) HasRelationship() bool

HasRelationship returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasReplayAvailable ¶

func (o *ProvenanceEventDTO) HasReplayAvailable() bool

HasReplayAvailable returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasReplayExplanation ¶

func (o *ProvenanceEventDTO) HasReplayExplanation() bool

HasReplayExplanation returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasSourceConnectionIdentifier ¶

func (o *ProvenanceEventDTO) HasSourceConnectionIdentifier() bool

HasSourceConnectionIdentifier returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasSourceSystemFlowFileId ¶

func (o *ProvenanceEventDTO) HasSourceSystemFlowFileId() bool

HasSourceSystemFlowFileId returns a boolean if a field has been set.

func (*ProvenanceEventDTO) HasTransitUri ¶

func (o *ProvenanceEventDTO) HasTransitUri() bool

HasTransitUri returns a boolean if a field has been set.

func (ProvenanceEventDTO) MarshalJSON ¶

func (o ProvenanceEventDTO) MarshalJSON() ([]byte, error)

func (*ProvenanceEventDTO) SetAlternateIdentifierUri ¶

func (o *ProvenanceEventDTO) SetAlternateIdentifierUri(v string)

SetAlternateIdentifierUri gets a reference to the given string and assigns it to the AlternateIdentifierUri field.

func (*ProvenanceEventDTO) SetAttributes ¶

func (o *ProvenanceEventDTO) SetAttributes(v []AttributeDTO)

SetAttributes gets a reference to the given []AttributeDTO and assigns it to the Attributes field.

func (*ProvenanceEventDTO) SetChildUuids ¶

func (o *ProvenanceEventDTO) SetChildUuids(v []string)

SetChildUuids gets a reference to the given []string and assigns it to the ChildUuids field.

func (*ProvenanceEventDTO) SetClusterNodeAddress ¶

func (o *ProvenanceEventDTO) SetClusterNodeAddress(v string)

SetClusterNodeAddress gets a reference to the given string and assigns it to the ClusterNodeAddress field.

func (*ProvenanceEventDTO) SetClusterNodeId ¶

func (o *ProvenanceEventDTO) SetClusterNodeId(v string)

SetClusterNodeId gets a reference to the given string and assigns it to the ClusterNodeId field.

func (*ProvenanceEventDTO) SetComponentId ¶

func (o *ProvenanceEventDTO) SetComponentId(v string)

SetComponentId gets a reference to the given string and assigns it to the ComponentId field.

func (*ProvenanceEventDTO) SetComponentName ¶

func (o *ProvenanceEventDTO) SetComponentName(v string)

SetComponentName gets a reference to the given string and assigns it to the ComponentName field.

func (*ProvenanceEventDTO) SetComponentType ¶

func (o *ProvenanceEventDTO) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*ProvenanceEventDTO) SetContentEqual ¶

func (o *ProvenanceEventDTO) SetContentEqual(v bool)

SetContentEqual gets a reference to the given bool and assigns it to the ContentEqual field.

func (*ProvenanceEventDTO) SetDetails ¶

func (o *ProvenanceEventDTO) SetDetails(v string)

SetDetails gets a reference to the given string and assigns it to the Details field.

func (*ProvenanceEventDTO) SetEventDuration ¶

func (o *ProvenanceEventDTO) SetEventDuration(v int64)

SetEventDuration gets a reference to the given int64 and assigns it to the EventDuration field.

func (*ProvenanceEventDTO) SetEventId ¶

func (o *ProvenanceEventDTO) SetEventId(v int64)

SetEventId gets a reference to the given int64 and assigns it to the EventId field.

func (*ProvenanceEventDTO) SetEventTime ¶

func (o *ProvenanceEventDTO) SetEventTime(v string)

SetEventTime gets a reference to the given string and assigns it to the EventTime field.

func (*ProvenanceEventDTO) SetEventType ¶

func (o *ProvenanceEventDTO) SetEventType(v string)

SetEventType gets a reference to the given string and assigns it to the EventType field.

func (*ProvenanceEventDTO) SetFileSize ¶

func (o *ProvenanceEventDTO) SetFileSize(v string)

SetFileSize gets a reference to the given string and assigns it to the FileSize field.

func (*ProvenanceEventDTO) SetFileSizeBytes ¶

func (o *ProvenanceEventDTO) SetFileSizeBytes(v int64)

SetFileSizeBytes gets a reference to the given int64 and assigns it to the FileSizeBytes field.

func (*ProvenanceEventDTO) SetFlowFileUuid ¶

func (o *ProvenanceEventDTO) SetFlowFileUuid(v string)

SetFlowFileUuid gets a reference to the given string and assigns it to the FlowFileUuid field.

func (*ProvenanceEventDTO) SetGroupId ¶

func (o *ProvenanceEventDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*ProvenanceEventDTO) SetId ¶

func (o *ProvenanceEventDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProvenanceEventDTO) SetInputContentAvailable ¶

func (o *ProvenanceEventDTO) SetInputContentAvailable(v bool)

SetInputContentAvailable gets a reference to the given bool and assigns it to the InputContentAvailable field.

func (*ProvenanceEventDTO) SetInputContentClaimContainer ¶

func (o *ProvenanceEventDTO) SetInputContentClaimContainer(v string)

SetInputContentClaimContainer gets a reference to the given string and assigns it to the InputContentClaimContainer field.

func (*ProvenanceEventDTO) SetInputContentClaimFileSize ¶

func (o *ProvenanceEventDTO) SetInputContentClaimFileSize(v string)

SetInputContentClaimFileSize gets a reference to the given string and assigns it to the InputContentClaimFileSize field.

func (*ProvenanceEventDTO) SetInputContentClaimFileSizeBytes ¶

func (o *ProvenanceEventDTO) SetInputContentClaimFileSizeBytes(v int64)

SetInputContentClaimFileSizeBytes gets a reference to the given int64 and assigns it to the InputContentClaimFileSizeBytes field.

func (*ProvenanceEventDTO) SetInputContentClaimIdentifier ¶

func (o *ProvenanceEventDTO) SetInputContentClaimIdentifier(v string)

SetInputContentClaimIdentifier gets a reference to the given string and assigns it to the InputContentClaimIdentifier field.

func (*ProvenanceEventDTO) SetInputContentClaimOffset ¶

func (o *ProvenanceEventDTO) SetInputContentClaimOffset(v int64)

SetInputContentClaimOffset gets a reference to the given int64 and assigns it to the InputContentClaimOffset field.

func (*ProvenanceEventDTO) SetInputContentClaimSection ¶

func (o *ProvenanceEventDTO) SetInputContentClaimSection(v string)

SetInputContentClaimSection gets a reference to the given string and assigns it to the InputContentClaimSection field.

func (*ProvenanceEventDTO) SetLineageDuration ¶

func (o *ProvenanceEventDTO) SetLineageDuration(v int64)

SetLineageDuration gets a reference to the given int64 and assigns it to the LineageDuration field.

func (*ProvenanceEventDTO) SetOutputContentAvailable ¶

func (o *ProvenanceEventDTO) SetOutputContentAvailable(v bool)

SetOutputContentAvailable gets a reference to the given bool and assigns it to the OutputContentAvailable field.

func (*ProvenanceEventDTO) SetOutputContentClaimContainer ¶

func (o *ProvenanceEventDTO) SetOutputContentClaimContainer(v string)

SetOutputContentClaimContainer gets a reference to the given string and assigns it to the OutputContentClaimContainer field.

func (*ProvenanceEventDTO) SetOutputContentClaimFileSize ¶

func (o *ProvenanceEventDTO) SetOutputContentClaimFileSize(v string)

SetOutputContentClaimFileSize gets a reference to the given string and assigns it to the OutputContentClaimFileSize field.

func (*ProvenanceEventDTO) SetOutputContentClaimFileSizeBytes ¶

func (o *ProvenanceEventDTO) SetOutputContentClaimFileSizeBytes(v int64)

SetOutputContentClaimFileSizeBytes gets a reference to the given int64 and assigns it to the OutputContentClaimFileSizeBytes field.

func (*ProvenanceEventDTO) SetOutputContentClaimIdentifier ¶

func (o *ProvenanceEventDTO) SetOutputContentClaimIdentifier(v string)

SetOutputContentClaimIdentifier gets a reference to the given string and assigns it to the OutputContentClaimIdentifier field.

func (*ProvenanceEventDTO) SetOutputContentClaimOffset ¶

func (o *ProvenanceEventDTO) SetOutputContentClaimOffset(v int64)

SetOutputContentClaimOffset gets a reference to the given int64 and assigns it to the OutputContentClaimOffset field.

func (*ProvenanceEventDTO) SetOutputContentClaimSection ¶

func (o *ProvenanceEventDTO) SetOutputContentClaimSection(v string)

SetOutputContentClaimSection gets a reference to the given string and assigns it to the OutputContentClaimSection field.

func (*ProvenanceEventDTO) SetParentUuids ¶

func (o *ProvenanceEventDTO) SetParentUuids(v []string)

SetParentUuids gets a reference to the given []string and assigns it to the ParentUuids field.

func (*ProvenanceEventDTO) SetRelationship ¶

func (o *ProvenanceEventDTO) SetRelationship(v string)

SetRelationship gets a reference to the given string and assigns it to the Relationship field.

func (*ProvenanceEventDTO) SetReplayAvailable ¶

func (o *ProvenanceEventDTO) SetReplayAvailable(v bool)

SetReplayAvailable gets a reference to the given bool and assigns it to the ReplayAvailable field.

func (*ProvenanceEventDTO) SetReplayExplanation ¶

func (o *ProvenanceEventDTO) SetReplayExplanation(v string)

SetReplayExplanation gets a reference to the given string and assigns it to the ReplayExplanation field.

func (*ProvenanceEventDTO) SetSourceConnectionIdentifier ¶

func (o *ProvenanceEventDTO) SetSourceConnectionIdentifier(v string)

SetSourceConnectionIdentifier gets a reference to the given string and assigns it to the SourceConnectionIdentifier field.

func (*ProvenanceEventDTO) SetSourceSystemFlowFileId ¶

func (o *ProvenanceEventDTO) SetSourceSystemFlowFileId(v string)

SetSourceSystemFlowFileId gets a reference to the given string and assigns it to the SourceSystemFlowFileId field.

func (*ProvenanceEventDTO) SetTransitUri ¶

func (o *ProvenanceEventDTO) SetTransitUri(v string)

SetTransitUri gets a reference to the given string and assigns it to the TransitUri field.

func (ProvenanceEventDTO) ToMap ¶

func (o ProvenanceEventDTO) ToMap() (map[string]interface{}, error)

type ProvenanceEventEntity ¶

type ProvenanceEventEntity struct {
	ProvenanceEvent *ProvenanceEventDTO `json:"provenanceEvent,omitempty"`
}

ProvenanceEventEntity struct for ProvenanceEventEntity

func NewProvenanceEventEntity ¶

func NewProvenanceEventEntity() *ProvenanceEventEntity

NewProvenanceEventEntity instantiates a new ProvenanceEventEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceEventEntityWithDefaults ¶

func NewProvenanceEventEntityWithDefaults() *ProvenanceEventEntity

NewProvenanceEventEntityWithDefaults instantiates a new ProvenanceEventEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceEventEntity) GetProvenanceEvent ¶

func (o *ProvenanceEventEntity) GetProvenanceEvent() ProvenanceEventDTO

GetProvenanceEvent returns the ProvenanceEvent field value if set, zero value otherwise.

func (*ProvenanceEventEntity) GetProvenanceEventOk ¶

func (o *ProvenanceEventEntity) GetProvenanceEventOk() (*ProvenanceEventDTO, bool)

GetProvenanceEventOk returns a tuple with the ProvenanceEvent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceEventEntity) HasProvenanceEvent ¶

func (o *ProvenanceEventEntity) HasProvenanceEvent() bool

HasProvenanceEvent returns a boolean if a field has been set.

func (ProvenanceEventEntity) MarshalJSON ¶

func (o ProvenanceEventEntity) MarshalJSON() ([]byte, error)

func (*ProvenanceEventEntity) SetProvenanceEvent ¶

func (o *ProvenanceEventEntity) SetProvenanceEvent(v ProvenanceEventDTO)

SetProvenanceEvent gets a reference to the given ProvenanceEventDTO and assigns it to the ProvenanceEvent field.

func (ProvenanceEventEntity) ToMap ¶

func (o ProvenanceEventEntity) ToMap() (map[string]interface{}, error)

type ProvenanceEventsAPIGetInputContentRequest ¶

type ProvenanceEventsAPIGetInputContentRequest struct {
	ApiService *ProvenanceEventsAPIService
	// contains filtered or unexported fields
}

func (ProvenanceEventsAPIGetInputContentRequest) ClusterNodeId ¶

The id of the node where the content exists if clustered.

func (ProvenanceEventsAPIGetInputContentRequest) Execute ¶

func (r ProvenanceEventsAPIGetInputContentRequest) Execute() (map[string]interface{}, *http.Response, error)

type ProvenanceEventsAPIGetOutputContentRequest ¶

type ProvenanceEventsAPIGetOutputContentRequest struct {
	ApiService *ProvenanceEventsAPIService
	// contains filtered or unexported fields
}

func (ProvenanceEventsAPIGetOutputContentRequest) ClusterNodeId ¶

The id of the node where the content exists if clustered.

func (ProvenanceEventsAPIGetOutputContentRequest) Execute ¶

func (r ProvenanceEventsAPIGetOutputContentRequest) Execute() (map[string]interface{}, *http.Response, error)

type ProvenanceEventsAPIGetProvenanceEventRequest ¶

type ProvenanceEventsAPIGetProvenanceEventRequest struct {
	ApiService *ProvenanceEventsAPIService
	// contains filtered or unexported fields
}

func (ProvenanceEventsAPIGetProvenanceEventRequest) ClusterNodeId ¶

The id of the node where this event exists if clustered.

func (ProvenanceEventsAPIGetProvenanceEventRequest) Execute ¶

type ProvenanceEventsAPIService ¶

type ProvenanceEventsAPIService service

ProvenanceEventsAPIService ProvenanceEventsAPI service

func (*ProvenanceEventsAPIService) GetInputContent ¶

GetInputContent Gets the input content for a provenance event

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The provenance event id.
@return ProvenanceEventsAPIGetInputContentRequest

func (*ProvenanceEventsAPIService) GetInputContentExecute ¶

func (a *ProvenanceEventsAPIService) GetInputContentExecute(r ProvenanceEventsAPIGetInputContentRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*ProvenanceEventsAPIService) GetOutputContent ¶

GetOutputContent Gets the output content for a provenance event

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The provenance event id.
@return ProvenanceEventsAPIGetOutputContentRequest

func (*ProvenanceEventsAPIService) GetOutputContentExecute ¶

func (a *ProvenanceEventsAPIService) GetOutputContentExecute(r ProvenanceEventsAPIGetOutputContentRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*ProvenanceEventsAPIService) GetProvenanceEvent ¶

GetProvenanceEvent Gets a provenance event

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The provenance event id.
@return ProvenanceEventsAPIGetProvenanceEventRequest

func (*ProvenanceEventsAPIService) GetProvenanceEventExecute ¶

Execute executes the request

@return ProvenanceEventEntity

func (*ProvenanceEventsAPIService) SubmitReplay ¶

SubmitReplay Replays content from a provenance event

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ProvenanceEventsAPISubmitReplayRequest

func (*ProvenanceEventsAPIService) SubmitReplayExecute ¶

Execute executes the request

@return ProvenanceEventEntity

func (*ProvenanceEventsAPIService) SubmitReplayLatestEvent ¶

SubmitReplayLatestEvent Replays content from a provenance event

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ProvenanceEventsAPISubmitReplayLatestEventRequest

func (*ProvenanceEventsAPIService) SubmitReplayLatestEventExecute ¶

Execute executes the request

@return ReplayLastEventResponseEntity

type ProvenanceEventsAPISubmitReplayLatestEventRequest ¶

type ProvenanceEventsAPISubmitReplayLatestEventRequest struct {
	ApiService *ProvenanceEventsAPIService
	// contains filtered or unexported fields
}

func (ProvenanceEventsAPISubmitReplayLatestEventRequest) Body ¶

The replay request.

func (ProvenanceEventsAPISubmitReplayLatestEventRequest) Execute ¶

type ProvenanceEventsAPISubmitReplayRequest ¶

type ProvenanceEventsAPISubmitReplayRequest struct {
	ApiService *ProvenanceEventsAPIService
	// contains filtered or unexported fields
}

func (ProvenanceEventsAPISubmitReplayRequest) Body ¶

The replay request.

func (ProvenanceEventsAPISubmitReplayRequest) Execute ¶

type ProvenanceLinkDTO ¶

type ProvenanceLinkDTO struct {
	// The source node id of the link.
	SourceId *string `json:"sourceId,omitempty"`
	// The target node id of the link.
	TargetId *string `json:"targetId,omitempty"`
	// The flowfile uuid that traversed the link.
	FlowFileUuid *string `json:"flowFileUuid,omitempty"`
	// The timestamp of the link (based on the destination).
	Timestamp *string `json:"timestamp,omitempty"`
	// The timestamp of this link in milliseconds.
	Millis *int64 `json:"millis,omitempty"`
}

ProvenanceLinkDTO struct for ProvenanceLinkDTO

func NewProvenanceLinkDTO ¶

func NewProvenanceLinkDTO() *ProvenanceLinkDTO

NewProvenanceLinkDTO instantiates a new ProvenanceLinkDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceLinkDTOWithDefaults ¶

func NewProvenanceLinkDTOWithDefaults() *ProvenanceLinkDTO

NewProvenanceLinkDTOWithDefaults instantiates a new ProvenanceLinkDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceLinkDTO) GetFlowFileUuid ¶

func (o *ProvenanceLinkDTO) GetFlowFileUuid() string

GetFlowFileUuid returns the FlowFileUuid field value if set, zero value otherwise.

func (*ProvenanceLinkDTO) GetFlowFileUuidOk ¶

func (o *ProvenanceLinkDTO) GetFlowFileUuidOk() (*string, bool)

GetFlowFileUuidOk returns a tuple with the FlowFileUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceLinkDTO) GetMillis ¶

func (o *ProvenanceLinkDTO) GetMillis() int64

GetMillis returns the Millis field value if set, zero value otherwise.

func (*ProvenanceLinkDTO) GetMillisOk ¶

func (o *ProvenanceLinkDTO) GetMillisOk() (*int64, bool)

GetMillisOk returns a tuple with the Millis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceLinkDTO) GetSourceId ¶

func (o *ProvenanceLinkDTO) GetSourceId() string

GetSourceId returns the SourceId field value if set, zero value otherwise.

func (*ProvenanceLinkDTO) GetSourceIdOk ¶

func (o *ProvenanceLinkDTO) GetSourceIdOk() (*string, bool)

GetSourceIdOk returns a tuple with the SourceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceLinkDTO) GetTargetId ¶

func (o *ProvenanceLinkDTO) GetTargetId() string

GetTargetId returns the TargetId field value if set, zero value otherwise.

func (*ProvenanceLinkDTO) GetTargetIdOk ¶

func (o *ProvenanceLinkDTO) GetTargetIdOk() (*string, bool)

GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceLinkDTO) GetTimestamp ¶

func (o *ProvenanceLinkDTO) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*ProvenanceLinkDTO) GetTimestampOk ¶

func (o *ProvenanceLinkDTO) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceLinkDTO) HasFlowFileUuid ¶

func (o *ProvenanceLinkDTO) HasFlowFileUuid() bool

HasFlowFileUuid returns a boolean if a field has been set.

func (*ProvenanceLinkDTO) HasMillis ¶

func (o *ProvenanceLinkDTO) HasMillis() bool

HasMillis returns a boolean if a field has been set.

func (*ProvenanceLinkDTO) HasSourceId ¶

func (o *ProvenanceLinkDTO) HasSourceId() bool

HasSourceId returns a boolean if a field has been set.

func (*ProvenanceLinkDTO) HasTargetId ¶

func (o *ProvenanceLinkDTO) HasTargetId() bool

HasTargetId returns a boolean if a field has been set.

func (*ProvenanceLinkDTO) HasTimestamp ¶

func (o *ProvenanceLinkDTO) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (ProvenanceLinkDTO) MarshalJSON ¶

func (o ProvenanceLinkDTO) MarshalJSON() ([]byte, error)

func (*ProvenanceLinkDTO) SetFlowFileUuid ¶

func (o *ProvenanceLinkDTO) SetFlowFileUuid(v string)

SetFlowFileUuid gets a reference to the given string and assigns it to the FlowFileUuid field.

func (*ProvenanceLinkDTO) SetMillis ¶

func (o *ProvenanceLinkDTO) SetMillis(v int64)

SetMillis gets a reference to the given int64 and assigns it to the Millis field.

func (*ProvenanceLinkDTO) SetSourceId ¶

func (o *ProvenanceLinkDTO) SetSourceId(v string)

SetSourceId gets a reference to the given string and assigns it to the SourceId field.

func (*ProvenanceLinkDTO) SetTargetId ¶

func (o *ProvenanceLinkDTO) SetTargetId(v string)

SetTargetId gets a reference to the given string and assigns it to the TargetId field.

func (*ProvenanceLinkDTO) SetTimestamp ¶

func (o *ProvenanceLinkDTO) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (ProvenanceLinkDTO) ToMap ¶

func (o ProvenanceLinkDTO) ToMap() (map[string]interface{}, error)

type ProvenanceNodeDTO ¶

type ProvenanceNodeDTO struct {
	// The id of the node.
	Id *string `json:"id,omitempty"`
	// The uuid of the flowfile associated with the provenance event.
	FlowFileUuid *string `json:"flowFileUuid,omitempty"`
	// The uuid of the parent flowfiles of the provenance event.
	ParentUuids []string `json:"parentUuids,omitempty"`
	// The uuid of the childrent flowfiles of the provenance event.
	ChildUuids []string `json:"childUuids,omitempty"`
	// The identifier of the node that this event/flowfile originated from.
	ClusterNodeIdentifier *string `json:"clusterNodeIdentifier,omitempty"`
	// The type of the node.
	Type *string `json:"type,omitempty"`
	// If the type is EVENT, this is the type of event.
	EventType *string `json:"eventType,omitempty"`
	// The timestamp of the node in milliseconds.
	Millis *int64 `json:"millis,omitempty"`
	// The timestamp of the node formatted.
	Timestamp *string `json:"timestamp,omitempty"`
}

ProvenanceNodeDTO struct for ProvenanceNodeDTO

func NewProvenanceNodeDTO ¶

func NewProvenanceNodeDTO() *ProvenanceNodeDTO

NewProvenanceNodeDTO instantiates a new ProvenanceNodeDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceNodeDTOWithDefaults ¶

func NewProvenanceNodeDTOWithDefaults() *ProvenanceNodeDTO

NewProvenanceNodeDTOWithDefaults instantiates a new ProvenanceNodeDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceNodeDTO) GetChildUuids ¶

func (o *ProvenanceNodeDTO) GetChildUuids() []string

GetChildUuids returns the ChildUuids field value if set, zero value otherwise.

func (*ProvenanceNodeDTO) GetChildUuidsOk ¶

func (o *ProvenanceNodeDTO) GetChildUuidsOk() ([]string, bool)

GetChildUuidsOk returns a tuple with the ChildUuids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceNodeDTO) GetClusterNodeIdentifier ¶

func (o *ProvenanceNodeDTO) GetClusterNodeIdentifier() string

GetClusterNodeIdentifier returns the ClusterNodeIdentifier field value if set, zero value otherwise.

func (*ProvenanceNodeDTO) GetClusterNodeIdentifierOk ¶

func (o *ProvenanceNodeDTO) GetClusterNodeIdentifierOk() (*string, bool)

GetClusterNodeIdentifierOk returns a tuple with the ClusterNodeIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceNodeDTO) GetEventType ¶

func (o *ProvenanceNodeDTO) GetEventType() string

GetEventType returns the EventType field value if set, zero value otherwise.

func (*ProvenanceNodeDTO) GetEventTypeOk ¶

func (o *ProvenanceNodeDTO) GetEventTypeOk() (*string, bool)

GetEventTypeOk returns a tuple with the EventType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceNodeDTO) GetFlowFileUuid ¶

func (o *ProvenanceNodeDTO) GetFlowFileUuid() string

GetFlowFileUuid returns the FlowFileUuid field value if set, zero value otherwise.

func (*ProvenanceNodeDTO) GetFlowFileUuidOk ¶

func (o *ProvenanceNodeDTO) GetFlowFileUuidOk() (*string, bool)

GetFlowFileUuidOk returns a tuple with the FlowFileUuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceNodeDTO) GetId ¶

func (o *ProvenanceNodeDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ProvenanceNodeDTO) GetIdOk ¶

func (o *ProvenanceNodeDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceNodeDTO) GetMillis ¶

func (o *ProvenanceNodeDTO) GetMillis() int64

GetMillis returns the Millis field value if set, zero value otherwise.

func (*ProvenanceNodeDTO) GetMillisOk ¶

func (o *ProvenanceNodeDTO) GetMillisOk() (*int64, bool)

GetMillisOk returns a tuple with the Millis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceNodeDTO) GetParentUuids ¶

func (o *ProvenanceNodeDTO) GetParentUuids() []string

GetParentUuids returns the ParentUuids field value if set, zero value otherwise.

func (*ProvenanceNodeDTO) GetParentUuidsOk ¶

func (o *ProvenanceNodeDTO) GetParentUuidsOk() ([]string, bool)

GetParentUuidsOk returns a tuple with the ParentUuids field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceNodeDTO) GetTimestamp ¶

func (o *ProvenanceNodeDTO) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*ProvenanceNodeDTO) GetTimestampOk ¶

func (o *ProvenanceNodeDTO) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceNodeDTO) GetType ¶

func (o *ProvenanceNodeDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ProvenanceNodeDTO) GetTypeOk ¶

func (o *ProvenanceNodeDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceNodeDTO) HasChildUuids ¶

func (o *ProvenanceNodeDTO) HasChildUuids() bool

HasChildUuids returns a boolean if a field has been set.

func (*ProvenanceNodeDTO) HasClusterNodeIdentifier ¶

func (o *ProvenanceNodeDTO) HasClusterNodeIdentifier() bool

HasClusterNodeIdentifier returns a boolean if a field has been set.

func (*ProvenanceNodeDTO) HasEventType ¶

func (o *ProvenanceNodeDTO) HasEventType() bool

HasEventType returns a boolean if a field has been set.

func (*ProvenanceNodeDTO) HasFlowFileUuid ¶

func (o *ProvenanceNodeDTO) HasFlowFileUuid() bool

HasFlowFileUuid returns a boolean if a field has been set.

func (*ProvenanceNodeDTO) HasId ¶

func (o *ProvenanceNodeDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ProvenanceNodeDTO) HasMillis ¶

func (o *ProvenanceNodeDTO) HasMillis() bool

HasMillis returns a boolean if a field has been set.

func (*ProvenanceNodeDTO) HasParentUuids ¶

func (o *ProvenanceNodeDTO) HasParentUuids() bool

HasParentUuids returns a boolean if a field has been set.

func (*ProvenanceNodeDTO) HasTimestamp ¶

func (o *ProvenanceNodeDTO) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*ProvenanceNodeDTO) HasType ¶

func (o *ProvenanceNodeDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (ProvenanceNodeDTO) MarshalJSON ¶

func (o ProvenanceNodeDTO) MarshalJSON() ([]byte, error)

func (*ProvenanceNodeDTO) SetChildUuids ¶

func (o *ProvenanceNodeDTO) SetChildUuids(v []string)

SetChildUuids gets a reference to the given []string and assigns it to the ChildUuids field.

func (*ProvenanceNodeDTO) SetClusterNodeIdentifier ¶

func (o *ProvenanceNodeDTO) SetClusterNodeIdentifier(v string)

SetClusterNodeIdentifier gets a reference to the given string and assigns it to the ClusterNodeIdentifier field.

func (*ProvenanceNodeDTO) SetEventType ¶

func (o *ProvenanceNodeDTO) SetEventType(v string)

SetEventType gets a reference to the given string and assigns it to the EventType field.

func (*ProvenanceNodeDTO) SetFlowFileUuid ¶

func (o *ProvenanceNodeDTO) SetFlowFileUuid(v string)

SetFlowFileUuid gets a reference to the given string and assigns it to the FlowFileUuid field.

func (*ProvenanceNodeDTO) SetId ¶

func (o *ProvenanceNodeDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProvenanceNodeDTO) SetMillis ¶

func (o *ProvenanceNodeDTO) SetMillis(v int64)

SetMillis gets a reference to the given int64 and assigns it to the Millis field.

func (*ProvenanceNodeDTO) SetParentUuids ¶

func (o *ProvenanceNodeDTO) SetParentUuids(v []string)

SetParentUuids gets a reference to the given []string and assigns it to the ParentUuids field.

func (*ProvenanceNodeDTO) SetTimestamp ¶

func (o *ProvenanceNodeDTO) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (*ProvenanceNodeDTO) SetType ¶

func (o *ProvenanceNodeDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ProvenanceNodeDTO) ToMap ¶

func (o ProvenanceNodeDTO) ToMap() (map[string]interface{}, error)

type ProvenanceOptionsDTO ¶

type ProvenanceOptionsDTO struct {
	// The available searchable field for the NiFi.
	SearchableFields []ProvenanceSearchableFieldDTO `json:"searchableFields,omitempty"`
}

ProvenanceOptionsDTO struct for ProvenanceOptionsDTO

func NewProvenanceOptionsDTO ¶

func NewProvenanceOptionsDTO() *ProvenanceOptionsDTO

NewProvenanceOptionsDTO instantiates a new ProvenanceOptionsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceOptionsDTOWithDefaults ¶

func NewProvenanceOptionsDTOWithDefaults() *ProvenanceOptionsDTO

NewProvenanceOptionsDTOWithDefaults instantiates a new ProvenanceOptionsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceOptionsDTO) GetSearchableFields ¶

func (o *ProvenanceOptionsDTO) GetSearchableFields() []ProvenanceSearchableFieldDTO

GetSearchableFields returns the SearchableFields field value if set, zero value otherwise.

func (*ProvenanceOptionsDTO) GetSearchableFieldsOk ¶

func (o *ProvenanceOptionsDTO) GetSearchableFieldsOk() ([]ProvenanceSearchableFieldDTO, bool)

GetSearchableFieldsOk returns a tuple with the SearchableFields field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceOptionsDTO) HasSearchableFields ¶

func (o *ProvenanceOptionsDTO) HasSearchableFields() bool

HasSearchableFields returns a boolean if a field has been set.

func (ProvenanceOptionsDTO) MarshalJSON ¶

func (o ProvenanceOptionsDTO) MarshalJSON() ([]byte, error)

func (*ProvenanceOptionsDTO) SetSearchableFields ¶

func (o *ProvenanceOptionsDTO) SetSearchableFields(v []ProvenanceSearchableFieldDTO)

SetSearchableFields gets a reference to the given []ProvenanceSearchableFieldDTO and assigns it to the SearchableFields field.

func (ProvenanceOptionsDTO) ToMap ¶

func (o ProvenanceOptionsDTO) ToMap() (map[string]interface{}, error)

type ProvenanceOptionsEntity ¶

type ProvenanceOptionsEntity struct {
	ProvenanceOptions *ProvenanceOptionsDTO `json:"provenanceOptions,omitempty"`
}

ProvenanceOptionsEntity struct for ProvenanceOptionsEntity

func NewProvenanceOptionsEntity ¶

func NewProvenanceOptionsEntity() *ProvenanceOptionsEntity

NewProvenanceOptionsEntity instantiates a new ProvenanceOptionsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceOptionsEntityWithDefaults ¶

func NewProvenanceOptionsEntityWithDefaults() *ProvenanceOptionsEntity

NewProvenanceOptionsEntityWithDefaults instantiates a new ProvenanceOptionsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceOptionsEntity) GetProvenanceOptions ¶

func (o *ProvenanceOptionsEntity) GetProvenanceOptions() ProvenanceOptionsDTO

GetProvenanceOptions returns the ProvenanceOptions field value if set, zero value otherwise.

func (*ProvenanceOptionsEntity) GetProvenanceOptionsOk ¶

func (o *ProvenanceOptionsEntity) GetProvenanceOptionsOk() (*ProvenanceOptionsDTO, bool)

GetProvenanceOptionsOk returns a tuple with the ProvenanceOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceOptionsEntity) HasProvenanceOptions ¶

func (o *ProvenanceOptionsEntity) HasProvenanceOptions() bool

HasProvenanceOptions returns a boolean if a field has been set.

func (ProvenanceOptionsEntity) MarshalJSON ¶

func (o ProvenanceOptionsEntity) MarshalJSON() ([]byte, error)

func (*ProvenanceOptionsEntity) SetProvenanceOptions ¶

func (o *ProvenanceOptionsEntity) SetProvenanceOptions(v ProvenanceOptionsDTO)

SetProvenanceOptions gets a reference to the given ProvenanceOptionsDTO and assigns it to the ProvenanceOptions field.

func (ProvenanceOptionsEntity) ToMap ¶

func (o ProvenanceOptionsEntity) ToMap() (map[string]interface{}, error)

type ProvenanceRequestDTO ¶

type ProvenanceRequestDTO struct {
	// The search terms used to perform the search.
	SearchTerms *map[string]ProvenanceSearchValueDTO `json:"searchTerms,omitempty"`
	// The id of the node in the cluster where this provenance originated.
	ClusterNodeId *string `json:"clusterNodeId,omitempty"`
	// The earliest event time to include in the query.
	StartDate *string `json:"startDate,omitempty"`
	// The latest event time to include in the query.
	EndDate *string `json:"endDate,omitempty"`
	// The minimum file size to include in the query.
	MinimumFileSize *string `json:"minimumFileSize,omitempty"`
	// The maximum file size to include in the query.
	MaximumFileSize *string `json:"maximumFileSize,omitempty"`
	// The maximum number of results to include.
	MaxResults *int32 `json:"maxResults,omitempty"`
	// Whether or not to summarize provenance events returned. This property is false by default.
	Summarize *bool `json:"summarize,omitempty"`
	// Whether or not incremental results are returned. If false, provenance events are only returned once the query completes. This property is true by default.
	IncrementalResults *bool `json:"incrementalResults,omitempty"`
}

ProvenanceRequestDTO struct for ProvenanceRequestDTO

func NewProvenanceRequestDTO ¶

func NewProvenanceRequestDTO() *ProvenanceRequestDTO

NewProvenanceRequestDTO instantiates a new ProvenanceRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceRequestDTOWithDefaults ¶

func NewProvenanceRequestDTOWithDefaults() *ProvenanceRequestDTO

NewProvenanceRequestDTOWithDefaults instantiates a new ProvenanceRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceRequestDTO) GetClusterNodeId ¶

func (o *ProvenanceRequestDTO) GetClusterNodeId() string

GetClusterNodeId returns the ClusterNodeId field value if set, zero value otherwise.

func (*ProvenanceRequestDTO) GetClusterNodeIdOk ¶

func (o *ProvenanceRequestDTO) GetClusterNodeIdOk() (*string, bool)

GetClusterNodeIdOk returns a tuple with the ClusterNodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceRequestDTO) GetEndDate ¶

func (o *ProvenanceRequestDTO) GetEndDate() string

GetEndDate returns the EndDate field value if set, zero value otherwise.

func (*ProvenanceRequestDTO) GetEndDateOk ¶

func (o *ProvenanceRequestDTO) GetEndDateOk() (*string, bool)

GetEndDateOk returns a tuple with the EndDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceRequestDTO) GetIncrementalResults ¶

func (o *ProvenanceRequestDTO) GetIncrementalResults() bool

GetIncrementalResults returns the IncrementalResults field value if set, zero value otherwise.

func (*ProvenanceRequestDTO) GetIncrementalResultsOk ¶

func (o *ProvenanceRequestDTO) GetIncrementalResultsOk() (*bool, bool)

GetIncrementalResultsOk returns a tuple with the IncrementalResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceRequestDTO) GetMaxResults ¶

func (o *ProvenanceRequestDTO) GetMaxResults() int32

GetMaxResults returns the MaxResults field value if set, zero value otherwise.

func (*ProvenanceRequestDTO) GetMaxResultsOk ¶

func (o *ProvenanceRequestDTO) GetMaxResultsOk() (*int32, bool)

GetMaxResultsOk returns a tuple with the MaxResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceRequestDTO) GetMaximumFileSize ¶

func (o *ProvenanceRequestDTO) GetMaximumFileSize() string

GetMaximumFileSize returns the MaximumFileSize field value if set, zero value otherwise.

func (*ProvenanceRequestDTO) GetMaximumFileSizeOk ¶

func (o *ProvenanceRequestDTO) GetMaximumFileSizeOk() (*string, bool)

GetMaximumFileSizeOk returns a tuple with the MaximumFileSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceRequestDTO) GetMinimumFileSize ¶

func (o *ProvenanceRequestDTO) GetMinimumFileSize() string

GetMinimumFileSize returns the MinimumFileSize field value if set, zero value otherwise.

func (*ProvenanceRequestDTO) GetMinimumFileSizeOk ¶

func (o *ProvenanceRequestDTO) GetMinimumFileSizeOk() (*string, bool)

GetMinimumFileSizeOk returns a tuple with the MinimumFileSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceRequestDTO) GetSearchTerms ¶

func (o *ProvenanceRequestDTO) GetSearchTerms() map[string]ProvenanceSearchValueDTO

GetSearchTerms returns the SearchTerms field value if set, zero value otherwise.

func (*ProvenanceRequestDTO) GetSearchTermsOk ¶

func (o *ProvenanceRequestDTO) GetSearchTermsOk() (*map[string]ProvenanceSearchValueDTO, bool)

GetSearchTermsOk returns a tuple with the SearchTerms field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceRequestDTO) GetStartDate ¶

func (o *ProvenanceRequestDTO) GetStartDate() string

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*ProvenanceRequestDTO) GetStartDateOk ¶

func (o *ProvenanceRequestDTO) GetStartDateOk() (*string, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceRequestDTO) GetSummarize ¶

func (o *ProvenanceRequestDTO) GetSummarize() bool

GetSummarize returns the Summarize field value if set, zero value otherwise.

func (*ProvenanceRequestDTO) GetSummarizeOk ¶

func (o *ProvenanceRequestDTO) GetSummarizeOk() (*bool, bool)

GetSummarizeOk returns a tuple with the Summarize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceRequestDTO) HasClusterNodeId ¶

func (o *ProvenanceRequestDTO) HasClusterNodeId() bool

HasClusterNodeId returns a boolean if a field has been set.

func (*ProvenanceRequestDTO) HasEndDate ¶

func (o *ProvenanceRequestDTO) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

func (*ProvenanceRequestDTO) HasIncrementalResults ¶

func (o *ProvenanceRequestDTO) HasIncrementalResults() bool

HasIncrementalResults returns a boolean if a field has been set.

func (*ProvenanceRequestDTO) HasMaxResults ¶

func (o *ProvenanceRequestDTO) HasMaxResults() bool

HasMaxResults returns a boolean if a field has been set.

func (*ProvenanceRequestDTO) HasMaximumFileSize ¶

func (o *ProvenanceRequestDTO) HasMaximumFileSize() bool

HasMaximumFileSize returns a boolean if a field has been set.

func (*ProvenanceRequestDTO) HasMinimumFileSize ¶

func (o *ProvenanceRequestDTO) HasMinimumFileSize() bool

HasMinimumFileSize returns a boolean if a field has been set.

func (*ProvenanceRequestDTO) HasSearchTerms ¶

func (o *ProvenanceRequestDTO) HasSearchTerms() bool

HasSearchTerms returns a boolean if a field has been set.

func (*ProvenanceRequestDTO) HasStartDate ¶

func (o *ProvenanceRequestDTO) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*ProvenanceRequestDTO) HasSummarize ¶

func (o *ProvenanceRequestDTO) HasSummarize() bool

HasSummarize returns a boolean if a field has been set.

func (ProvenanceRequestDTO) MarshalJSON ¶

func (o ProvenanceRequestDTO) MarshalJSON() ([]byte, error)

func (*ProvenanceRequestDTO) SetClusterNodeId ¶

func (o *ProvenanceRequestDTO) SetClusterNodeId(v string)

SetClusterNodeId gets a reference to the given string and assigns it to the ClusterNodeId field.

func (*ProvenanceRequestDTO) SetEndDate ¶

func (o *ProvenanceRequestDTO) SetEndDate(v string)

SetEndDate gets a reference to the given string and assigns it to the EndDate field.

func (*ProvenanceRequestDTO) SetIncrementalResults ¶

func (o *ProvenanceRequestDTO) SetIncrementalResults(v bool)

SetIncrementalResults gets a reference to the given bool and assigns it to the IncrementalResults field.

func (*ProvenanceRequestDTO) SetMaxResults ¶

func (o *ProvenanceRequestDTO) SetMaxResults(v int32)

SetMaxResults gets a reference to the given int32 and assigns it to the MaxResults field.

func (*ProvenanceRequestDTO) SetMaximumFileSize ¶

func (o *ProvenanceRequestDTO) SetMaximumFileSize(v string)

SetMaximumFileSize gets a reference to the given string and assigns it to the MaximumFileSize field.

func (*ProvenanceRequestDTO) SetMinimumFileSize ¶

func (o *ProvenanceRequestDTO) SetMinimumFileSize(v string)

SetMinimumFileSize gets a reference to the given string and assigns it to the MinimumFileSize field.

func (*ProvenanceRequestDTO) SetSearchTerms ¶

func (o *ProvenanceRequestDTO) SetSearchTerms(v map[string]ProvenanceSearchValueDTO)

SetSearchTerms gets a reference to the given map[string]ProvenanceSearchValueDTO and assigns it to the SearchTerms field.

func (*ProvenanceRequestDTO) SetStartDate ¶

func (o *ProvenanceRequestDTO) SetStartDate(v string)

SetStartDate gets a reference to the given string and assigns it to the StartDate field.

func (*ProvenanceRequestDTO) SetSummarize ¶

func (o *ProvenanceRequestDTO) SetSummarize(v bool)

SetSummarize gets a reference to the given bool and assigns it to the Summarize field.

func (ProvenanceRequestDTO) ToMap ¶

func (o ProvenanceRequestDTO) ToMap() (map[string]interface{}, error)

type ProvenanceResultsDTO ¶

type ProvenanceResultsDTO struct {
	// The provenance events that matched the search criteria.
	ProvenanceEvents []ProvenanceEventDTO `json:"provenanceEvents,omitempty"`
	// The total number of results formatted.
	Total *string `json:"total,omitempty"`
	// The total number of results.
	TotalCount *int64 `json:"totalCount,omitempty"`
	// Then the search was performed.
	Generated *string `json:"generated,omitempty"`
	// The oldest event available in the provenance repository.
	OldestEvent *string `json:"oldestEvent,omitempty"`
	// The time offset of the server that's used for event time.
	TimeOffset *int32 `json:"timeOffset,omitempty"`
	// Any errors that occurred while performing the provenance request.
	Errors []string `json:"errors,omitempty"`
}

ProvenanceResultsDTO struct for ProvenanceResultsDTO

func NewProvenanceResultsDTO ¶

func NewProvenanceResultsDTO() *ProvenanceResultsDTO

NewProvenanceResultsDTO instantiates a new ProvenanceResultsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceResultsDTOWithDefaults ¶

func NewProvenanceResultsDTOWithDefaults() *ProvenanceResultsDTO

NewProvenanceResultsDTOWithDefaults instantiates a new ProvenanceResultsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceResultsDTO) GetErrors ¶

func (o *ProvenanceResultsDTO) GetErrors() []string

GetErrors returns the Errors field value if set, zero value otherwise.

func (*ProvenanceResultsDTO) GetErrorsOk ¶

func (o *ProvenanceResultsDTO) GetErrorsOk() ([]string, bool)

GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceResultsDTO) GetGenerated ¶

func (o *ProvenanceResultsDTO) GetGenerated() string

GetGenerated returns the Generated field value if set, zero value otherwise.

func (*ProvenanceResultsDTO) GetGeneratedOk ¶

func (o *ProvenanceResultsDTO) GetGeneratedOk() (*string, bool)

GetGeneratedOk returns a tuple with the Generated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceResultsDTO) GetOldestEvent ¶

func (o *ProvenanceResultsDTO) GetOldestEvent() string

GetOldestEvent returns the OldestEvent field value if set, zero value otherwise.

func (*ProvenanceResultsDTO) GetOldestEventOk ¶

func (o *ProvenanceResultsDTO) GetOldestEventOk() (*string, bool)

GetOldestEventOk returns a tuple with the OldestEvent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceResultsDTO) GetProvenanceEvents ¶

func (o *ProvenanceResultsDTO) GetProvenanceEvents() []ProvenanceEventDTO

GetProvenanceEvents returns the ProvenanceEvents field value if set, zero value otherwise.

func (*ProvenanceResultsDTO) GetProvenanceEventsOk ¶

func (o *ProvenanceResultsDTO) GetProvenanceEventsOk() ([]ProvenanceEventDTO, bool)

GetProvenanceEventsOk returns a tuple with the ProvenanceEvents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceResultsDTO) GetTimeOffset ¶

func (o *ProvenanceResultsDTO) GetTimeOffset() int32

GetTimeOffset returns the TimeOffset field value if set, zero value otherwise.

func (*ProvenanceResultsDTO) GetTimeOffsetOk ¶

func (o *ProvenanceResultsDTO) GetTimeOffsetOk() (*int32, bool)

GetTimeOffsetOk returns a tuple with the TimeOffset field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceResultsDTO) GetTotal ¶

func (o *ProvenanceResultsDTO) GetTotal() string

GetTotal returns the Total field value if set, zero value otherwise.

func (*ProvenanceResultsDTO) GetTotalCount ¶

func (o *ProvenanceResultsDTO) GetTotalCount() int64

GetTotalCount returns the TotalCount field value if set, zero value otherwise.

func (*ProvenanceResultsDTO) GetTotalCountOk ¶

func (o *ProvenanceResultsDTO) GetTotalCountOk() (*int64, bool)

GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceResultsDTO) GetTotalOk ¶

func (o *ProvenanceResultsDTO) GetTotalOk() (*string, bool)

GetTotalOk returns a tuple with the Total field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceResultsDTO) HasErrors ¶

func (o *ProvenanceResultsDTO) HasErrors() bool

HasErrors returns a boolean if a field has been set.

func (*ProvenanceResultsDTO) HasGenerated ¶

func (o *ProvenanceResultsDTO) HasGenerated() bool

HasGenerated returns a boolean if a field has been set.

func (*ProvenanceResultsDTO) HasOldestEvent ¶

func (o *ProvenanceResultsDTO) HasOldestEvent() bool

HasOldestEvent returns a boolean if a field has been set.

func (*ProvenanceResultsDTO) HasProvenanceEvents ¶

func (o *ProvenanceResultsDTO) HasProvenanceEvents() bool

HasProvenanceEvents returns a boolean if a field has been set.

func (*ProvenanceResultsDTO) HasTimeOffset ¶

func (o *ProvenanceResultsDTO) HasTimeOffset() bool

HasTimeOffset returns a boolean if a field has been set.

func (*ProvenanceResultsDTO) HasTotal ¶

func (o *ProvenanceResultsDTO) HasTotal() bool

HasTotal returns a boolean if a field has been set.

func (*ProvenanceResultsDTO) HasTotalCount ¶

func (o *ProvenanceResultsDTO) HasTotalCount() bool

HasTotalCount returns a boolean if a field has been set.

func (ProvenanceResultsDTO) MarshalJSON ¶

func (o ProvenanceResultsDTO) MarshalJSON() ([]byte, error)

func (*ProvenanceResultsDTO) SetErrors ¶

func (o *ProvenanceResultsDTO) SetErrors(v []string)

SetErrors gets a reference to the given []string and assigns it to the Errors field.

func (*ProvenanceResultsDTO) SetGenerated ¶

func (o *ProvenanceResultsDTO) SetGenerated(v string)

SetGenerated gets a reference to the given string and assigns it to the Generated field.

func (*ProvenanceResultsDTO) SetOldestEvent ¶

func (o *ProvenanceResultsDTO) SetOldestEvent(v string)

SetOldestEvent gets a reference to the given string and assigns it to the OldestEvent field.

func (*ProvenanceResultsDTO) SetProvenanceEvents ¶

func (o *ProvenanceResultsDTO) SetProvenanceEvents(v []ProvenanceEventDTO)

SetProvenanceEvents gets a reference to the given []ProvenanceEventDTO and assigns it to the ProvenanceEvents field.

func (*ProvenanceResultsDTO) SetTimeOffset ¶

func (o *ProvenanceResultsDTO) SetTimeOffset(v int32)

SetTimeOffset gets a reference to the given int32 and assigns it to the TimeOffset field.

func (*ProvenanceResultsDTO) SetTotal ¶

func (o *ProvenanceResultsDTO) SetTotal(v string)

SetTotal gets a reference to the given string and assigns it to the Total field.

func (*ProvenanceResultsDTO) SetTotalCount ¶

func (o *ProvenanceResultsDTO) SetTotalCount(v int64)

SetTotalCount gets a reference to the given int64 and assigns it to the TotalCount field.

func (ProvenanceResultsDTO) ToMap ¶

func (o ProvenanceResultsDTO) ToMap() (map[string]interface{}, error)

type ProvenanceSearchValueDTO ¶

type ProvenanceSearchValueDTO struct {
	// The search value.
	Value *string `json:"value,omitempty"`
	// Query for all except for search value.
	Inverse *bool `json:"inverse,omitempty"`
}

ProvenanceSearchValueDTO struct for ProvenanceSearchValueDTO

func NewProvenanceSearchValueDTO ¶

func NewProvenanceSearchValueDTO() *ProvenanceSearchValueDTO

NewProvenanceSearchValueDTO instantiates a new ProvenanceSearchValueDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceSearchValueDTOWithDefaults ¶

func NewProvenanceSearchValueDTOWithDefaults() *ProvenanceSearchValueDTO

NewProvenanceSearchValueDTOWithDefaults instantiates a new ProvenanceSearchValueDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceSearchValueDTO) GetInverse ¶

func (o *ProvenanceSearchValueDTO) GetInverse() bool

GetInverse returns the Inverse field value if set, zero value otherwise.

func (*ProvenanceSearchValueDTO) GetInverseOk ¶

func (o *ProvenanceSearchValueDTO) GetInverseOk() (*bool, bool)

GetInverseOk returns a tuple with the Inverse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceSearchValueDTO) GetValue ¶

func (o *ProvenanceSearchValueDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*ProvenanceSearchValueDTO) GetValueOk ¶

func (o *ProvenanceSearchValueDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceSearchValueDTO) HasInverse ¶

func (o *ProvenanceSearchValueDTO) HasInverse() bool

HasInverse returns a boolean if a field has been set.

func (*ProvenanceSearchValueDTO) HasValue ¶

func (o *ProvenanceSearchValueDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (ProvenanceSearchValueDTO) MarshalJSON ¶

func (o ProvenanceSearchValueDTO) MarshalJSON() ([]byte, error)

func (*ProvenanceSearchValueDTO) SetInverse ¶

func (o *ProvenanceSearchValueDTO) SetInverse(v bool)

SetInverse gets a reference to the given bool and assigns it to the Inverse field.

func (*ProvenanceSearchValueDTO) SetValue ¶

func (o *ProvenanceSearchValueDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (ProvenanceSearchValueDTO) ToMap ¶

func (o ProvenanceSearchValueDTO) ToMap() (map[string]interface{}, error)

type ProvenanceSearchableFieldDTO ¶

type ProvenanceSearchableFieldDTO struct {
	// The id of the searchable field.
	Id *string `json:"id,omitempty"`
	// The searchable field.
	Field *string `json:"field,omitempty"`
	// The label for the searchable field.
	Label *string `json:"label,omitempty"`
	// The type of the searchable field.
	Type *string `json:"type,omitempty"`
}

ProvenanceSearchableFieldDTO struct for ProvenanceSearchableFieldDTO

func NewProvenanceSearchableFieldDTO ¶

func NewProvenanceSearchableFieldDTO() *ProvenanceSearchableFieldDTO

NewProvenanceSearchableFieldDTO instantiates a new ProvenanceSearchableFieldDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewProvenanceSearchableFieldDTOWithDefaults ¶

func NewProvenanceSearchableFieldDTOWithDefaults() *ProvenanceSearchableFieldDTO

NewProvenanceSearchableFieldDTOWithDefaults instantiates a new ProvenanceSearchableFieldDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ProvenanceSearchableFieldDTO) GetField ¶

func (o *ProvenanceSearchableFieldDTO) GetField() string

GetField returns the Field field value if set, zero value otherwise.

func (*ProvenanceSearchableFieldDTO) GetFieldOk ¶

func (o *ProvenanceSearchableFieldDTO) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceSearchableFieldDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ProvenanceSearchableFieldDTO) GetIdOk ¶

func (o *ProvenanceSearchableFieldDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceSearchableFieldDTO) GetLabel ¶

func (o *ProvenanceSearchableFieldDTO) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*ProvenanceSearchableFieldDTO) GetLabelOk ¶

func (o *ProvenanceSearchableFieldDTO) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceSearchableFieldDTO) GetType ¶

func (o *ProvenanceSearchableFieldDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ProvenanceSearchableFieldDTO) GetTypeOk ¶

func (o *ProvenanceSearchableFieldDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ProvenanceSearchableFieldDTO) HasField ¶

func (o *ProvenanceSearchableFieldDTO) HasField() bool

HasField returns a boolean if a field has been set.

func (*ProvenanceSearchableFieldDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*ProvenanceSearchableFieldDTO) HasLabel ¶

func (o *ProvenanceSearchableFieldDTO) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*ProvenanceSearchableFieldDTO) HasType ¶

func (o *ProvenanceSearchableFieldDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (ProvenanceSearchableFieldDTO) MarshalJSON ¶

func (o ProvenanceSearchableFieldDTO) MarshalJSON() ([]byte, error)

func (*ProvenanceSearchableFieldDTO) SetField ¶

func (o *ProvenanceSearchableFieldDTO) SetField(v string)

SetField gets a reference to the given string and assigns it to the Field field.

func (*ProvenanceSearchableFieldDTO) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*ProvenanceSearchableFieldDTO) SetLabel ¶

func (o *ProvenanceSearchableFieldDTO) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*ProvenanceSearchableFieldDTO) SetType ¶

func (o *ProvenanceSearchableFieldDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (ProvenanceSearchableFieldDTO) ToMap ¶

func (o ProvenanceSearchableFieldDTO) ToMap() (map[string]interface{}, error)

type QueueSizeDTO ¶

type QueueSizeDTO struct {
	// The size of objects in a queue.
	ByteCount *int64 `json:"byteCount,omitempty"`
	// The count of objects in a queue.
	ObjectCount *int32 `json:"objectCount,omitempty"`
}

QueueSizeDTO struct for QueueSizeDTO

func NewQueueSizeDTO ¶

func NewQueueSizeDTO() *QueueSizeDTO

NewQueueSizeDTO instantiates a new QueueSizeDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewQueueSizeDTOWithDefaults ¶

func NewQueueSizeDTOWithDefaults() *QueueSizeDTO

NewQueueSizeDTOWithDefaults instantiates a new QueueSizeDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*QueueSizeDTO) GetByteCount ¶

func (o *QueueSizeDTO) GetByteCount() int64

GetByteCount returns the ByteCount field value if set, zero value otherwise.

func (*QueueSizeDTO) GetByteCountOk ¶

func (o *QueueSizeDTO) GetByteCountOk() (*int64, bool)

GetByteCountOk returns a tuple with the ByteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueSizeDTO) GetObjectCount ¶

func (o *QueueSizeDTO) GetObjectCount() int32

GetObjectCount returns the ObjectCount field value if set, zero value otherwise.

func (*QueueSizeDTO) GetObjectCountOk ¶

func (o *QueueSizeDTO) GetObjectCountOk() (*int32, bool)

GetObjectCountOk returns a tuple with the ObjectCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*QueueSizeDTO) HasByteCount ¶

func (o *QueueSizeDTO) HasByteCount() bool

HasByteCount returns a boolean if a field has been set.

func (*QueueSizeDTO) HasObjectCount ¶

func (o *QueueSizeDTO) HasObjectCount() bool

HasObjectCount returns a boolean if a field has been set.

func (QueueSizeDTO) MarshalJSON ¶

func (o QueueSizeDTO) MarshalJSON() ([]byte, error)

func (*QueueSizeDTO) SetByteCount ¶

func (o *QueueSizeDTO) SetByteCount(v int64)

SetByteCount gets a reference to the given int64 and assigns it to the ByteCount field.

func (*QueueSizeDTO) SetObjectCount ¶

func (o *QueueSizeDTO) SetObjectCount(v int32)

SetObjectCount gets a reference to the given int32 and assigns it to the ObjectCount field.

func (QueueSizeDTO) ToMap ¶

func (o QueueSizeDTO) ToMap() (map[string]interface{}, error)

type RegisteredFlow ¶

type RegisteredFlow struct {
	Identifier            *string                    `json:"identifier,omitempty"`
	Name                  *string                    `json:"name,omitempty"`
	Description           *string                    `json:"description,omitempty"`
	BucketIdentifier      *string                    `json:"bucketIdentifier,omitempty"`
	BucketName            *string                    `json:"bucketName,omitempty"`
	CreatedTimestamp      *int64                     `json:"createdTimestamp,omitempty"`
	LastModifiedTimestamp *int64                     `json:"lastModifiedTimestamp,omitempty"`
	Permissions           *FlowRegistryPermissions   `json:"permissions,omitempty"`
	VersionCount          *int64                     `json:"versionCount,omitempty"`
	VersionInfo           *RegisteredFlowVersionInfo `json:"versionInfo,omitempty"`
}

RegisteredFlow struct for RegisteredFlow

func NewRegisteredFlow ¶

func NewRegisteredFlow() *RegisteredFlow

NewRegisteredFlow instantiates a new RegisteredFlow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisteredFlowWithDefaults ¶

func NewRegisteredFlowWithDefaults() *RegisteredFlow

NewRegisteredFlowWithDefaults instantiates a new RegisteredFlow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisteredFlow) GetBucketIdentifier ¶

func (o *RegisteredFlow) GetBucketIdentifier() string

GetBucketIdentifier returns the BucketIdentifier field value if set, zero value otherwise.

func (*RegisteredFlow) GetBucketIdentifierOk ¶

func (o *RegisteredFlow) GetBucketIdentifierOk() (*string, bool)

GetBucketIdentifierOk returns a tuple with the BucketIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlow) GetBucketName ¶

func (o *RegisteredFlow) GetBucketName() string

GetBucketName returns the BucketName field value if set, zero value otherwise.

func (*RegisteredFlow) GetBucketNameOk ¶

func (o *RegisteredFlow) GetBucketNameOk() (*string, bool)

GetBucketNameOk returns a tuple with the BucketName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlow) GetCreatedTimestamp ¶

func (o *RegisteredFlow) GetCreatedTimestamp() int64

GetCreatedTimestamp returns the CreatedTimestamp field value if set, zero value otherwise.

func (*RegisteredFlow) GetCreatedTimestampOk ¶

func (o *RegisteredFlow) GetCreatedTimestampOk() (*int64, bool)

GetCreatedTimestampOk returns a tuple with the CreatedTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlow) GetDescription ¶

func (o *RegisteredFlow) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*RegisteredFlow) GetDescriptionOk ¶

func (o *RegisteredFlow) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlow) GetIdentifier ¶

func (o *RegisteredFlow) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*RegisteredFlow) GetIdentifierOk ¶

func (o *RegisteredFlow) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlow) GetLastModifiedTimestamp ¶

func (o *RegisteredFlow) GetLastModifiedTimestamp() int64

GetLastModifiedTimestamp returns the LastModifiedTimestamp field value if set, zero value otherwise.

func (*RegisteredFlow) GetLastModifiedTimestampOk ¶

func (o *RegisteredFlow) GetLastModifiedTimestampOk() (*int64, bool)

GetLastModifiedTimestampOk returns a tuple with the LastModifiedTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlow) GetName ¶

func (o *RegisteredFlow) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RegisteredFlow) GetNameOk ¶

func (o *RegisteredFlow) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlow) GetPermissions ¶

func (o *RegisteredFlow) GetPermissions() FlowRegistryPermissions

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*RegisteredFlow) GetPermissionsOk ¶

func (o *RegisteredFlow) GetPermissionsOk() (*FlowRegistryPermissions, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlow) GetVersionCount ¶

func (o *RegisteredFlow) GetVersionCount() int64

GetVersionCount returns the VersionCount field value if set, zero value otherwise.

func (*RegisteredFlow) GetVersionCountOk ¶

func (o *RegisteredFlow) GetVersionCountOk() (*int64, bool)

GetVersionCountOk returns a tuple with the VersionCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlow) GetVersionInfo ¶

func (o *RegisteredFlow) GetVersionInfo() RegisteredFlowVersionInfo

GetVersionInfo returns the VersionInfo field value if set, zero value otherwise.

func (*RegisteredFlow) GetVersionInfoOk ¶

func (o *RegisteredFlow) GetVersionInfoOk() (*RegisteredFlowVersionInfo, bool)

GetVersionInfoOk returns a tuple with the VersionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlow) HasBucketIdentifier ¶

func (o *RegisteredFlow) HasBucketIdentifier() bool

HasBucketIdentifier returns a boolean if a field has been set.

func (*RegisteredFlow) HasBucketName ¶

func (o *RegisteredFlow) HasBucketName() bool

HasBucketName returns a boolean if a field has been set.

func (*RegisteredFlow) HasCreatedTimestamp ¶

func (o *RegisteredFlow) HasCreatedTimestamp() bool

HasCreatedTimestamp returns a boolean if a field has been set.

func (*RegisteredFlow) HasDescription ¶

func (o *RegisteredFlow) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*RegisteredFlow) HasIdentifier ¶

func (o *RegisteredFlow) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*RegisteredFlow) HasLastModifiedTimestamp ¶

func (o *RegisteredFlow) HasLastModifiedTimestamp() bool

HasLastModifiedTimestamp returns a boolean if a field has been set.

func (*RegisteredFlow) HasName ¶

func (o *RegisteredFlow) HasName() bool

HasName returns a boolean if a field has been set.

func (*RegisteredFlow) HasPermissions ¶

func (o *RegisteredFlow) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*RegisteredFlow) HasVersionCount ¶

func (o *RegisteredFlow) HasVersionCount() bool

HasVersionCount returns a boolean if a field has been set.

func (*RegisteredFlow) HasVersionInfo ¶

func (o *RegisteredFlow) HasVersionInfo() bool

HasVersionInfo returns a boolean if a field has been set.

func (RegisteredFlow) MarshalJSON ¶

func (o RegisteredFlow) MarshalJSON() ([]byte, error)

func (*RegisteredFlow) SetBucketIdentifier ¶

func (o *RegisteredFlow) SetBucketIdentifier(v string)

SetBucketIdentifier gets a reference to the given string and assigns it to the BucketIdentifier field.

func (*RegisteredFlow) SetBucketName ¶

func (o *RegisteredFlow) SetBucketName(v string)

SetBucketName gets a reference to the given string and assigns it to the BucketName field.

func (*RegisteredFlow) SetCreatedTimestamp ¶

func (o *RegisteredFlow) SetCreatedTimestamp(v int64)

SetCreatedTimestamp gets a reference to the given int64 and assigns it to the CreatedTimestamp field.

func (*RegisteredFlow) SetDescription ¶

func (o *RegisteredFlow) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*RegisteredFlow) SetIdentifier ¶

func (o *RegisteredFlow) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*RegisteredFlow) SetLastModifiedTimestamp ¶

func (o *RegisteredFlow) SetLastModifiedTimestamp(v int64)

SetLastModifiedTimestamp gets a reference to the given int64 and assigns it to the LastModifiedTimestamp field.

func (*RegisteredFlow) SetName ¶

func (o *RegisteredFlow) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RegisteredFlow) SetPermissions ¶

func (o *RegisteredFlow) SetPermissions(v FlowRegistryPermissions)

SetPermissions gets a reference to the given FlowRegistryPermissions and assigns it to the Permissions field.

func (*RegisteredFlow) SetVersionCount ¶

func (o *RegisteredFlow) SetVersionCount(v int64)

SetVersionCount gets a reference to the given int64 and assigns it to the VersionCount field.

func (*RegisteredFlow) SetVersionInfo ¶

func (o *RegisteredFlow) SetVersionInfo(v RegisteredFlowVersionInfo)

SetVersionInfo gets a reference to the given RegisteredFlowVersionInfo and assigns it to the VersionInfo field.

func (RegisteredFlow) ToMap ¶

func (o RegisteredFlow) ToMap() (map[string]interface{}, error)

type RegisteredFlowSnapshot ¶

type RegisteredFlowSnapshot struct {
	SnapshotMetadata           *RegisteredFlowSnapshotMetadata                `json:"snapshotMetadata,omitempty"`
	Flow                       *RegisteredFlow                                `json:"flow,omitempty"`
	Bucket                     *FlowRegistryBucket                            `json:"bucket,omitempty"`
	FlowContents               *VersionedProcessGroup                         `json:"flowContents,omitempty"`
	ExternalControllerServices *map[string]ExternalControllerServiceReference `json:"externalControllerServices,omitempty"`
	ParameterContexts          *map[string]VersionedParameterContext          `json:"parameterContexts,omitempty"`
	FlowEncodingVersion        *string                                        `json:"flowEncodingVersion,omitempty"`
	ParameterProviders         *map[string]ParameterProviderReference         `json:"parameterProviders,omitempty"`
	Latest                     *bool                                          `json:"latest,omitempty"`
}

RegisteredFlowSnapshot struct for RegisteredFlowSnapshot

func NewRegisteredFlowSnapshot ¶

func NewRegisteredFlowSnapshot() *RegisteredFlowSnapshot

NewRegisteredFlowSnapshot instantiates a new RegisteredFlowSnapshot object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisteredFlowSnapshotWithDefaults ¶

func NewRegisteredFlowSnapshotWithDefaults() *RegisteredFlowSnapshot

NewRegisteredFlowSnapshotWithDefaults instantiates a new RegisteredFlowSnapshot object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisteredFlowSnapshot) GetBucket ¶

GetBucket returns the Bucket field value if set, zero value otherwise.

func (*RegisteredFlowSnapshot) GetBucketOk ¶

func (o *RegisteredFlowSnapshot) GetBucketOk() (*FlowRegistryBucket, bool)

GetBucketOk returns a tuple with the Bucket field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshot) GetExternalControllerServices ¶

func (o *RegisteredFlowSnapshot) GetExternalControllerServices() map[string]ExternalControllerServiceReference

GetExternalControllerServices returns the ExternalControllerServices field value if set, zero value otherwise.

func (*RegisteredFlowSnapshot) GetExternalControllerServicesOk ¶

func (o *RegisteredFlowSnapshot) GetExternalControllerServicesOk() (*map[string]ExternalControllerServiceReference, bool)

GetExternalControllerServicesOk returns a tuple with the ExternalControllerServices field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshot) GetFlow ¶

GetFlow returns the Flow field value if set, zero value otherwise.

func (*RegisteredFlowSnapshot) GetFlowContents ¶

func (o *RegisteredFlowSnapshot) GetFlowContents() VersionedProcessGroup

GetFlowContents returns the FlowContents field value if set, zero value otherwise.

func (*RegisteredFlowSnapshot) GetFlowContentsOk ¶

func (o *RegisteredFlowSnapshot) GetFlowContentsOk() (*VersionedProcessGroup, bool)

GetFlowContentsOk returns a tuple with the FlowContents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshot) GetFlowEncodingVersion ¶

func (o *RegisteredFlowSnapshot) GetFlowEncodingVersion() string

GetFlowEncodingVersion returns the FlowEncodingVersion field value if set, zero value otherwise.

func (*RegisteredFlowSnapshot) GetFlowEncodingVersionOk ¶

func (o *RegisteredFlowSnapshot) GetFlowEncodingVersionOk() (*string, bool)

GetFlowEncodingVersionOk returns a tuple with the FlowEncodingVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshot) GetFlowOk ¶

func (o *RegisteredFlowSnapshot) GetFlowOk() (*RegisteredFlow, bool)

GetFlowOk returns a tuple with the Flow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshot) GetLatest ¶

func (o *RegisteredFlowSnapshot) GetLatest() bool

GetLatest returns the Latest field value if set, zero value otherwise.

func (*RegisteredFlowSnapshot) GetLatestOk ¶

func (o *RegisteredFlowSnapshot) GetLatestOk() (*bool, bool)

GetLatestOk returns a tuple with the Latest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshot) GetParameterContexts ¶

func (o *RegisteredFlowSnapshot) GetParameterContexts() map[string]VersionedParameterContext

GetParameterContexts returns the ParameterContexts field value if set, zero value otherwise.

func (*RegisteredFlowSnapshot) GetParameterContextsOk ¶

func (o *RegisteredFlowSnapshot) GetParameterContextsOk() (*map[string]VersionedParameterContext, bool)

GetParameterContextsOk returns a tuple with the ParameterContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshot) GetParameterProviders ¶

func (o *RegisteredFlowSnapshot) GetParameterProviders() map[string]ParameterProviderReference

GetParameterProviders returns the ParameterProviders field value if set, zero value otherwise.

func (*RegisteredFlowSnapshot) GetParameterProvidersOk ¶

func (o *RegisteredFlowSnapshot) GetParameterProvidersOk() (*map[string]ParameterProviderReference, bool)

GetParameterProvidersOk returns a tuple with the ParameterProviders field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshot) GetSnapshotMetadata ¶

func (o *RegisteredFlowSnapshot) GetSnapshotMetadata() RegisteredFlowSnapshotMetadata

GetSnapshotMetadata returns the SnapshotMetadata field value if set, zero value otherwise.

func (*RegisteredFlowSnapshot) GetSnapshotMetadataOk ¶

func (o *RegisteredFlowSnapshot) GetSnapshotMetadataOk() (*RegisteredFlowSnapshotMetadata, bool)

GetSnapshotMetadataOk returns a tuple with the SnapshotMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshot) HasBucket ¶

func (o *RegisteredFlowSnapshot) HasBucket() bool

HasBucket returns a boolean if a field has been set.

func (*RegisteredFlowSnapshot) HasExternalControllerServices ¶

func (o *RegisteredFlowSnapshot) HasExternalControllerServices() bool

HasExternalControllerServices returns a boolean if a field has been set.

func (*RegisteredFlowSnapshot) HasFlow ¶

func (o *RegisteredFlowSnapshot) HasFlow() bool

HasFlow returns a boolean if a field has been set.

func (*RegisteredFlowSnapshot) HasFlowContents ¶

func (o *RegisteredFlowSnapshot) HasFlowContents() bool

HasFlowContents returns a boolean if a field has been set.

func (*RegisteredFlowSnapshot) HasFlowEncodingVersion ¶

func (o *RegisteredFlowSnapshot) HasFlowEncodingVersion() bool

HasFlowEncodingVersion returns a boolean if a field has been set.

func (*RegisteredFlowSnapshot) HasLatest ¶

func (o *RegisteredFlowSnapshot) HasLatest() bool

HasLatest returns a boolean if a field has been set.

func (*RegisteredFlowSnapshot) HasParameterContexts ¶

func (o *RegisteredFlowSnapshot) HasParameterContexts() bool

HasParameterContexts returns a boolean if a field has been set.

func (*RegisteredFlowSnapshot) HasParameterProviders ¶

func (o *RegisteredFlowSnapshot) HasParameterProviders() bool

HasParameterProviders returns a boolean if a field has been set.

func (*RegisteredFlowSnapshot) HasSnapshotMetadata ¶

func (o *RegisteredFlowSnapshot) HasSnapshotMetadata() bool

HasSnapshotMetadata returns a boolean if a field has been set.

func (RegisteredFlowSnapshot) MarshalJSON ¶

func (o RegisteredFlowSnapshot) MarshalJSON() ([]byte, error)

func (*RegisteredFlowSnapshot) SetBucket ¶

SetBucket gets a reference to the given FlowRegistryBucket and assigns it to the Bucket field.

func (*RegisteredFlowSnapshot) SetExternalControllerServices ¶

func (o *RegisteredFlowSnapshot) SetExternalControllerServices(v map[string]ExternalControllerServiceReference)

SetExternalControllerServices gets a reference to the given map[string]ExternalControllerServiceReference and assigns it to the ExternalControllerServices field.

func (*RegisteredFlowSnapshot) SetFlow ¶

func (o *RegisteredFlowSnapshot) SetFlow(v RegisteredFlow)

SetFlow gets a reference to the given RegisteredFlow and assigns it to the Flow field.

func (*RegisteredFlowSnapshot) SetFlowContents ¶

func (o *RegisteredFlowSnapshot) SetFlowContents(v VersionedProcessGroup)

SetFlowContents gets a reference to the given VersionedProcessGroup and assigns it to the FlowContents field.

func (*RegisteredFlowSnapshot) SetFlowEncodingVersion ¶

func (o *RegisteredFlowSnapshot) SetFlowEncodingVersion(v string)

SetFlowEncodingVersion gets a reference to the given string and assigns it to the FlowEncodingVersion field.

func (*RegisteredFlowSnapshot) SetLatest ¶

func (o *RegisteredFlowSnapshot) SetLatest(v bool)

SetLatest gets a reference to the given bool and assigns it to the Latest field.

func (*RegisteredFlowSnapshot) SetParameterContexts ¶

func (o *RegisteredFlowSnapshot) SetParameterContexts(v map[string]VersionedParameterContext)

SetParameterContexts gets a reference to the given map[string]VersionedParameterContext and assigns it to the ParameterContexts field.

func (*RegisteredFlowSnapshot) SetParameterProviders ¶

func (o *RegisteredFlowSnapshot) SetParameterProviders(v map[string]ParameterProviderReference)

SetParameterProviders gets a reference to the given map[string]ParameterProviderReference and assigns it to the ParameterProviders field.

func (*RegisteredFlowSnapshot) SetSnapshotMetadata ¶

func (o *RegisteredFlowSnapshot) SetSnapshotMetadata(v RegisteredFlowSnapshotMetadata)

SetSnapshotMetadata gets a reference to the given RegisteredFlowSnapshotMetadata and assigns it to the SnapshotMetadata field.

func (RegisteredFlowSnapshot) ToMap ¶

func (o RegisteredFlowSnapshot) ToMap() (map[string]interface{}, error)

type RegisteredFlowSnapshotMetadata ¶

type RegisteredFlowSnapshotMetadata struct {
	BucketIdentifier *string `json:"bucketIdentifier,omitempty"`
	FlowIdentifier   *string `json:"flowIdentifier,omitempty"`
	Version          *int32  `json:"version,omitempty"`
	Timestamp        *int64  `json:"timestamp,omitempty"`
	Author           *string `json:"author,omitempty"`
	Comments         *string `json:"comments,omitempty"`
}

RegisteredFlowSnapshotMetadata struct for RegisteredFlowSnapshotMetadata

func NewRegisteredFlowSnapshotMetadata ¶

func NewRegisteredFlowSnapshotMetadata() *RegisteredFlowSnapshotMetadata

NewRegisteredFlowSnapshotMetadata instantiates a new RegisteredFlowSnapshotMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisteredFlowSnapshotMetadataWithDefaults ¶

func NewRegisteredFlowSnapshotMetadataWithDefaults() *RegisteredFlowSnapshotMetadata

NewRegisteredFlowSnapshotMetadataWithDefaults instantiates a new RegisteredFlowSnapshotMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisteredFlowSnapshotMetadata) GetAuthor ¶

func (o *RegisteredFlowSnapshotMetadata) GetAuthor() string

GetAuthor returns the Author field value if set, zero value otherwise.

func (*RegisteredFlowSnapshotMetadata) GetAuthorOk ¶

func (o *RegisteredFlowSnapshotMetadata) GetAuthorOk() (*string, bool)

GetAuthorOk returns a tuple with the Author field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshotMetadata) GetBucketIdentifier ¶

func (o *RegisteredFlowSnapshotMetadata) GetBucketIdentifier() string

GetBucketIdentifier returns the BucketIdentifier field value if set, zero value otherwise.

func (*RegisteredFlowSnapshotMetadata) GetBucketIdentifierOk ¶

func (o *RegisteredFlowSnapshotMetadata) GetBucketIdentifierOk() (*string, bool)

GetBucketIdentifierOk returns a tuple with the BucketIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshotMetadata) GetComments ¶

func (o *RegisteredFlowSnapshotMetadata) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*RegisteredFlowSnapshotMetadata) GetCommentsOk ¶

func (o *RegisteredFlowSnapshotMetadata) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshotMetadata) GetFlowIdentifier ¶

func (o *RegisteredFlowSnapshotMetadata) GetFlowIdentifier() string

GetFlowIdentifier returns the FlowIdentifier field value if set, zero value otherwise.

func (*RegisteredFlowSnapshotMetadata) GetFlowIdentifierOk ¶

func (o *RegisteredFlowSnapshotMetadata) GetFlowIdentifierOk() (*string, bool)

GetFlowIdentifierOk returns a tuple with the FlowIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshotMetadata) GetTimestamp ¶

func (o *RegisteredFlowSnapshotMetadata) GetTimestamp() int64

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*RegisteredFlowSnapshotMetadata) GetTimestampOk ¶

func (o *RegisteredFlowSnapshotMetadata) GetTimestampOk() (*int64, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshotMetadata) GetVersion ¶

func (o *RegisteredFlowSnapshotMetadata) GetVersion() int32

GetVersion returns the Version field value if set, zero value otherwise.

func (*RegisteredFlowSnapshotMetadata) GetVersionOk ¶

func (o *RegisteredFlowSnapshotMetadata) GetVersionOk() (*int32, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowSnapshotMetadata) HasAuthor ¶

func (o *RegisteredFlowSnapshotMetadata) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*RegisteredFlowSnapshotMetadata) HasBucketIdentifier ¶

func (o *RegisteredFlowSnapshotMetadata) HasBucketIdentifier() bool

HasBucketIdentifier returns a boolean if a field has been set.

func (*RegisteredFlowSnapshotMetadata) HasComments ¶

func (o *RegisteredFlowSnapshotMetadata) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*RegisteredFlowSnapshotMetadata) HasFlowIdentifier ¶

func (o *RegisteredFlowSnapshotMetadata) HasFlowIdentifier() bool

HasFlowIdentifier returns a boolean if a field has been set.

func (*RegisteredFlowSnapshotMetadata) HasTimestamp ¶

func (o *RegisteredFlowSnapshotMetadata) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*RegisteredFlowSnapshotMetadata) HasVersion ¶

func (o *RegisteredFlowSnapshotMetadata) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (RegisteredFlowSnapshotMetadata) MarshalJSON ¶

func (o RegisteredFlowSnapshotMetadata) MarshalJSON() ([]byte, error)

func (*RegisteredFlowSnapshotMetadata) SetAuthor ¶

func (o *RegisteredFlowSnapshotMetadata) SetAuthor(v string)

SetAuthor gets a reference to the given string and assigns it to the Author field.

func (*RegisteredFlowSnapshotMetadata) SetBucketIdentifier ¶

func (o *RegisteredFlowSnapshotMetadata) SetBucketIdentifier(v string)

SetBucketIdentifier gets a reference to the given string and assigns it to the BucketIdentifier field.

func (*RegisteredFlowSnapshotMetadata) SetComments ¶

func (o *RegisteredFlowSnapshotMetadata) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*RegisteredFlowSnapshotMetadata) SetFlowIdentifier ¶

func (o *RegisteredFlowSnapshotMetadata) SetFlowIdentifier(v string)

SetFlowIdentifier gets a reference to the given string and assigns it to the FlowIdentifier field.

func (*RegisteredFlowSnapshotMetadata) SetTimestamp ¶

func (o *RegisteredFlowSnapshotMetadata) SetTimestamp(v int64)

SetTimestamp gets a reference to the given int64 and assigns it to the Timestamp field.

func (*RegisteredFlowSnapshotMetadata) SetVersion ¶

func (o *RegisteredFlowSnapshotMetadata) SetVersion(v int32)

SetVersion gets a reference to the given int32 and assigns it to the Version field.

func (RegisteredFlowSnapshotMetadata) ToMap ¶

func (o RegisteredFlowSnapshotMetadata) ToMap() (map[string]interface{}, error)

type RegisteredFlowVersionInfo ¶

type RegisteredFlowVersionInfo struct {
	Version *int64 `json:"version,omitempty"`
}

RegisteredFlowVersionInfo struct for RegisteredFlowVersionInfo

func NewRegisteredFlowVersionInfo ¶

func NewRegisteredFlowVersionInfo() *RegisteredFlowVersionInfo

NewRegisteredFlowVersionInfo instantiates a new RegisteredFlowVersionInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRegisteredFlowVersionInfoWithDefaults ¶

func NewRegisteredFlowVersionInfoWithDefaults() *RegisteredFlowVersionInfo

NewRegisteredFlowVersionInfoWithDefaults instantiates a new RegisteredFlowVersionInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RegisteredFlowVersionInfo) GetVersion ¶

func (o *RegisteredFlowVersionInfo) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*RegisteredFlowVersionInfo) GetVersionOk ¶

func (o *RegisteredFlowVersionInfo) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RegisteredFlowVersionInfo) HasVersion ¶

func (o *RegisteredFlowVersionInfo) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (RegisteredFlowVersionInfo) MarshalJSON ¶

func (o RegisteredFlowVersionInfo) MarshalJSON() ([]byte, error)

func (*RegisteredFlowVersionInfo) SetVersion ¶

func (o *RegisteredFlowVersionInfo) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (RegisteredFlowVersionInfo) ToMap ¶

func (o RegisteredFlowVersionInfo) ToMap() (map[string]interface{}, error)

type Relationship ¶

type Relationship struct {
	// The name of the relationship
	Name *string `json:"name,omitempty"`
	// The description of the relationship
	Description *string `json:"description,omitempty"`
}

Relationship struct for Relationship

func NewRelationship ¶

func NewRelationship() *Relationship

NewRelationship instantiates a new Relationship object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRelationshipWithDefaults ¶

func NewRelationshipWithDefaults() *Relationship

NewRelationshipWithDefaults instantiates a new Relationship object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Relationship) GetDescription ¶

func (o *Relationship) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Relationship) GetDescriptionOk ¶

func (o *Relationship) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Relationship) GetName ¶

func (o *Relationship) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*Relationship) GetNameOk ¶

func (o *Relationship) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Relationship) HasDescription ¶

func (o *Relationship) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Relationship) HasName ¶

func (o *Relationship) HasName() bool

HasName returns a boolean if a field has been set.

func (Relationship) MarshalJSON ¶

func (o Relationship) MarshalJSON() ([]byte, error)

func (*Relationship) SetDescription ¶

func (o *Relationship) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Relationship) SetName ¶

func (o *Relationship) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (Relationship) ToMap ¶

func (o Relationship) ToMap() (map[string]interface{}, error)

type RelationshipDTO ¶

type RelationshipDTO struct {
	// The relationship name.
	Name *string `json:"name,omitempty"`
	// The relationship description.
	Description *string `json:"description,omitempty"`
	// Whether or not flowfiles sent to this relationship should auto terminate.
	AutoTerminate *bool `json:"autoTerminate,omitempty"`
	// Whether or not flowfiles sent to this relationship should retry.
	Retry *bool `json:"retry,omitempty"`
}

RelationshipDTO struct for RelationshipDTO

func NewRelationshipDTO ¶

func NewRelationshipDTO() *RelationshipDTO

NewRelationshipDTO instantiates a new RelationshipDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRelationshipDTOWithDefaults ¶

func NewRelationshipDTOWithDefaults() *RelationshipDTO

NewRelationshipDTOWithDefaults instantiates a new RelationshipDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RelationshipDTO) GetAutoTerminate ¶

func (o *RelationshipDTO) GetAutoTerminate() bool

GetAutoTerminate returns the AutoTerminate field value if set, zero value otherwise.

func (*RelationshipDTO) GetAutoTerminateOk ¶

func (o *RelationshipDTO) GetAutoTerminateOk() (*bool, bool)

GetAutoTerminateOk returns a tuple with the AutoTerminate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipDTO) GetDescription ¶

func (o *RelationshipDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*RelationshipDTO) GetDescriptionOk ¶

func (o *RelationshipDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipDTO) GetName ¶

func (o *RelationshipDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RelationshipDTO) GetNameOk ¶

func (o *RelationshipDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipDTO) GetRetry ¶

func (o *RelationshipDTO) GetRetry() bool

GetRetry returns the Retry field value if set, zero value otherwise.

func (*RelationshipDTO) GetRetryOk ¶

func (o *RelationshipDTO) GetRetryOk() (*bool, bool)

GetRetryOk returns a tuple with the Retry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RelationshipDTO) HasAutoTerminate ¶

func (o *RelationshipDTO) HasAutoTerminate() bool

HasAutoTerminate returns a boolean if a field has been set.

func (*RelationshipDTO) HasDescription ¶

func (o *RelationshipDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*RelationshipDTO) HasName ¶

func (o *RelationshipDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*RelationshipDTO) HasRetry ¶

func (o *RelationshipDTO) HasRetry() bool

HasRetry returns a boolean if a field has been set.

func (RelationshipDTO) MarshalJSON ¶

func (o RelationshipDTO) MarshalJSON() ([]byte, error)

func (*RelationshipDTO) SetAutoTerminate ¶

func (o *RelationshipDTO) SetAutoTerminate(v bool)

SetAutoTerminate gets a reference to the given bool and assigns it to the AutoTerminate field.

func (*RelationshipDTO) SetDescription ¶

func (o *RelationshipDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*RelationshipDTO) SetName ¶

func (o *RelationshipDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RelationshipDTO) SetRetry ¶

func (o *RelationshipDTO) SetRetry(v bool)

SetRetry gets a reference to the given bool and assigns it to the Retry field.

func (RelationshipDTO) ToMap ¶

func (o RelationshipDTO) ToMap() (map[string]interface{}, error)

type RemotePortRunStatusEntity ¶

type RemotePortRunStatusEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The run status of the RemotePort.
	State *string `json:"state,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

RemotePortRunStatusEntity struct for RemotePortRunStatusEntity

func NewRemotePortRunStatusEntity ¶

func NewRemotePortRunStatusEntity() *RemotePortRunStatusEntity

NewRemotePortRunStatusEntity instantiates a new RemotePortRunStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemotePortRunStatusEntityWithDefaults ¶

func NewRemotePortRunStatusEntityWithDefaults() *RemotePortRunStatusEntity

NewRemotePortRunStatusEntityWithDefaults instantiates a new RemotePortRunStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemotePortRunStatusEntity) GetDisconnectedNodeAcknowledged ¶

func (o *RemotePortRunStatusEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*RemotePortRunStatusEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *RemotePortRunStatusEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemotePortRunStatusEntity) GetRevision ¶

func (o *RemotePortRunStatusEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*RemotePortRunStatusEntity) GetRevisionOk ¶

func (o *RemotePortRunStatusEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemotePortRunStatusEntity) GetState ¶

func (o *RemotePortRunStatusEntity) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*RemotePortRunStatusEntity) GetStateOk ¶

func (o *RemotePortRunStatusEntity) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemotePortRunStatusEntity) HasDisconnectedNodeAcknowledged ¶

func (o *RemotePortRunStatusEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*RemotePortRunStatusEntity) HasRevision ¶

func (o *RemotePortRunStatusEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*RemotePortRunStatusEntity) HasState ¶

func (o *RemotePortRunStatusEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (RemotePortRunStatusEntity) MarshalJSON ¶

func (o RemotePortRunStatusEntity) MarshalJSON() ([]byte, error)

func (*RemotePortRunStatusEntity) SetDisconnectedNodeAcknowledged ¶

func (o *RemotePortRunStatusEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*RemotePortRunStatusEntity) SetRevision ¶

func (o *RemotePortRunStatusEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*RemotePortRunStatusEntity) SetState ¶

func (o *RemotePortRunStatusEntity) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (RemotePortRunStatusEntity) ToMap ¶

func (o RemotePortRunStatusEntity) ToMap() (map[string]interface{}, error)

type RemoteProcessGroupContentsDTO ¶

type RemoteProcessGroupContentsDTO struct {
	// The input ports to which data can be sent.
	InputPorts []RemoteProcessGroupPortDTO `json:"inputPorts,omitempty"`
	// The output ports from which data can be retrieved.
	OutputPorts []RemoteProcessGroupPortDTO `json:"outputPorts,omitempty"`
}

RemoteProcessGroupContentsDTO struct for RemoteProcessGroupContentsDTO

func NewRemoteProcessGroupContentsDTO ¶

func NewRemoteProcessGroupContentsDTO() *RemoteProcessGroupContentsDTO

NewRemoteProcessGroupContentsDTO instantiates a new RemoteProcessGroupContentsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteProcessGroupContentsDTOWithDefaults ¶

func NewRemoteProcessGroupContentsDTOWithDefaults() *RemoteProcessGroupContentsDTO

NewRemoteProcessGroupContentsDTOWithDefaults instantiates a new RemoteProcessGroupContentsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteProcessGroupContentsDTO) GetInputPorts ¶

GetInputPorts returns the InputPorts field value if set, zero value otherwise.

func (*RemoteProcessGroupContentsDTO) GetInputPortsOk ¶

GetInputPortsOk returns a tuple with the InputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupContentsDTO) GetOutputPorts ¶

GetOutputPorts returns the OutputPorts field value if set, zero value otherwise.

func (*RemoteProcessGroupContentsDTO) GetOutputPortsOk ¶

GetOutputPortsOk returns a tuple with the OutputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupContentsDTO) HasInputPorts ¶

func (o *RemoteProcessGroupContentsDTO) HasInputPorts() bool

HasInputPorts returns a boolean if a field has been set.

func (*RemoteProcessGroupContentsDTO) HasOutputPorts ¶

func (o *RemoteProcessGroupContentsDTO) HasOutputPorts() bool

HasOutputPorts returns a boolean if a field has been set.

func (RemoteProcessGroupContentsDTO) MarshalJSON ¶

func (o RemoteProcessGroupContentsDTO) MarshalJSON() ([]byte, error)

func (*RemoteProcessGroupContentsDTO) SetInputPorts ¶

SetInputPorts gets a reference to the given []RemoteProcessGroupPortDTO and assigns it to the InputPorts field.

func (*RemoteProcessGroupContentsDTO) SetOutputPorts ¶

SetOutputPorts gets a reference to the given []RemoteProcessGroupPortDTO and assigns it to the OutputPorts field.

func (RemoteProcessGroupContentsDTO) ToMap ¶

func (o RemoteProcessGroupContentsDTO) ToMap() (map[string]interface{}, error)

type RemoteProcessGroupDTO ¶

type RemoteProcessGroupDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The target URI of the remote process group. If target uri is not set, but uris are set, then returns the first url in the urls. If neither target uri nor uris are set, then returns null.
	TargetUri *string `json:"targetUri,omitempty"`
	// The target URI of the remote process group. If target uris is not set but target uri is set, then returns a collection containing the single target uri. If neither target uris nor uris are set, then returns null.
	TargetUris *string `json:"targetUris,omitempty"`
	// Whether the target is running securely.
	TargetSecure *bool `json:"targetSecure,omitempty"`
	// The name of the remote process group.
	Name *string `json:"name,omitempty"`
	// The comments for the remote process group.
	Comments *string `json:"comments,omitempty"`
	// The time period used for the timeout when communicating with the target.
	CommunicationsTimeout *string `json:"communicationsTimeout,omitempty"`
	// When yielding, this amount of time must elapse before the remote process group is scheduled again.
	YieldDuration     *string `json:"yieldDuration,omitempty"`
	TransportProtocol *string `json:"transportProtocol,omitempty"`
	// The local network interface to send/receive data. If not specified, any local address is used. If clustered, all nodes must have an interface with this identifier.
	LocalNetworkInterface *string `json:"localNetworkInterface,omitempty"`
	ProxyHost             *string `json:"proxyHost,omitempty"`
	ProxyPort             *int32  `json:"proxyPort,omitempty"`
	ProxyUser             *string `json:"proxyUser,omitempty"`
	ProxyPassword         *string `json:"proxyPassword,omitempty"`
	// Any remote authorization issues for the remote process group.
	AuthorizationIssues []string `json:"authorizationIssues,omitempty"`
	// The validation errors for the remote process group. These validation errors represent the problems with the remote process group that must be resolved before it can transmit.
	ValidationErrors []string `json:"validationErrors,omitempty"`
	// Whether the remote process group is actively transmitting.
	Transmitting *bool `json:"transmitting,omitempty"`
	// The number of remote input ports currently available on the target.
	InputPortCount *int32 `json:"inputPortCount,omitempty"`
	// The number of remote output ports currently available on the target.
	OutputPortCount *int32 `json:"outputPortCount,omitempty"`
	// The number of active remote input ports.
	ActiveRemoteInputPortCount *int32 `json:"activeRemoteInputPortCount,omitempty"`
	// The number of inactive remote input ports.
	InactiveRemoteInputPortCount *int32 `json:"inactiveRemoteInputPortCount,omitempty"`
	// The number of active remote output ports.
	ActiveRemoteOutputPortCount *int32 `json:"activeRemoteOutputPortCount,omitempty"`
	// The number of inactive remote output ports.
	InactiveRemoteOutputPortCount *int32 `json:"inactiveRemoteOutputPortCount,omitempty"`
	// The timestamp when this remote process group was last refreshed.
	FlowRefreshed *string                        `json:"flowRefreshed,omitempty"`
	Contents      *RemoteProcessGroupContentsDTO `json:"contents,omitempty"`
}

RemoteProcessGroupDTO struct for RemoteProcessGroupDTO

func NewRemoteProcessGroupDTO ¶

func NewRemoteProcessGroupDTO() *RemoteProcessGroupDTO

NewRemoteProcessGroupDTO instantiates a new RemoteProcessGroupDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteProcessGroupDTOWithDefaults ¶

func NewRemoteProcessGroupDTOWithDefaults() *RemoteProcessGroupDTO

NewRemoteProcessGroupDTOWithDefaults instantiates a new RemoteProcessGroupDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteProcessGroupDTO) GetActiveRemoteInputPortCount ¶

func (o *RemoteProcessGroupDTO) GetActiveRemoteInputPortCount() int32

GetActiveRemoteInputPortCount returns the ActiveRemoteInputPortCount field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetActiveRemoteInputPortCountOk ¶

func (o *RemoteProcessGroupDTO) GetActiveRemoteInputPortCountOk() (*int32, bool)

GetActiveRemoteInputPortCountOk returns a tuple with the ActiveRemoteInputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetActiveRemoteOutputPortCount ¶

func (o *RemoteProcessGroupDTO) GetActiveRemoteOutputPortCount() int32

GetActiveRemoteOutputPortCount returns the ActiveRemoteOutputPortCount field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetActiveRemoteOutputPortCountOk ¶

func (o *RemoteProcessGroupDTO) GetActiveRemoteOutputPortCountOk() (*int32, bool)

GetActiveRemoteOutputPortCountOk returns a tuple with the ActiveRemoteOutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetAuthorizationIssues ¶

func (o *RemoteProcessGroupDTO) GetAuthorizationIssues() []string

GetAuthorizationIssues returns the AuthorizationIssues field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetAuthorizationIssuesOk ¶

func (o *RemoteProcessGroupDTO) GetAuthorizationIssuesOk() ([]string, bool)

GetAuthorizationIssuesOk returns a tuple with the AuthorizationIssues field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetComments ¶

func (o *RemoteProcessGroupDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetCommentsOk ¶

func (o *RemoteProcessGroupDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetCommunicationsTimeout ¶

func (o *RemoteProcessGroupDTO) GetCommunicationsTimeout() string

GetCommunicationsTimeout returns the CommunicationsTimeout field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetCommunicationsTimeoutOk ¶

func (o *RemoteProcessGroupDTO) GetCommunicationsTimeoutOk() (*string, bool)

GetCommunicationsTimeoutOk returns a tuple with the CommunicationsTimeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetContents ¶

GetContents returns the Contents field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetContentsOk ¶

GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetFlowRefreshed ¶

func (o *RemoteProcessGroupDTO) GetFlowRefreshed() string

GetFlowRefreshed returns the FlowRefreshed field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetFlowRefreshedOk ¶

func (o *RemoteProcessGroupDTO) GetFlowRefreshedOk() (*string, bool)

GetFlowRefreshedOk returns a tuple with the FlowRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetId ¶

func (o *RemoteProcessGroupDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetIdOk ¶

func (o *RemoteProcessGroupDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetInactiveRemoteInputPortCount ¶

func (o *RemoteProcessGroupDTO) GetInactiveRemoteInputPortCount() int32

GetInactiveRemoteInputPortCount returns the InactiveRemoteInputPortCount field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetInactiveRemoteInputPortCountOk ¶

func (o *RemoteProcessGroupDTO) GetInactiveRemoteInputPortCountOk() (*int32, bool)

GetInactiveRemoteInputPortCountOk returns a tuple with the InactiveRemoteInputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetInactiveRemoteOutputPortCount ¶

func (o *RemoteProcessGroupDTO) GetInactiveRemoteOutputPortCount() int32

GetInactiveRemoteOutputPortCount returns the InactiveRemoteOutputPortCount field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetInactiveRemoteOutputPortCountOk ¶

func (o *RemoteProcessGroupDTO) GetInactiveRemoteOutputPortCountOk() (*int32, bool)

GetInactiveRemoteOutputPortCountOk returns a tuple with the InactiveRemoteOutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetInputPortCount ¶

func (o *RemoteProcessGroupDTO) GetInputPortCount() int32

GetInputPortCount returns the InputPortCount field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetInputPortCountOk ¶

func (o *RemoteProcessGroupDTO) GetInputPortCountOk() (*int32, bool)

GetInputPortCountOk returns a tuple with the InputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetLocalNetworkInterface ¶

func (o *RemoteProcessGroupDTO) GetLocalNetworkInterface() string

GetLocalNetworkInterface returns the LocalNetworkInterface field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetLocalNetworkInterfaceOk ¶

func (o *RemoteProcessGroupDTO) GetLocalNetworkInterfaceOk() (*string, bool)

GetLocalNetworkInterfaceOk returns a tuple with the LocalNetworkInterface field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetName ¶

func (o *RemoteProcessGroupDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetNameOk ¶

func (o *RemoteProcessGroupDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetOutputPortCount ¶

func (o *RemoteProcessGroupDTO) GetOutputPortCount() int32

GetOutputPortCount returns the OutputPortCount field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetOutputPortCountOk ¶

func (o *RemoteProcessGroupDTO) GetOutputPortCountOk() (*int32, bool)

GetOutputPortCountOk returns a tuple with the OutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetParentGroupId ¶

func (o *RemoteProcessGroupDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetParentGroupIdOk ¶

func (o *RemoteProcessGroupDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetPosition ¶

func (o *RemoteProcessGroupDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetPositionOk ¶

func (o *RemoteProcessGroupDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetProxyHost ¶

func (o *RemoteProcessGroupDTO) GetProxyHost() string

GetProxyHost returns the ProxyHost field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetProxyHostOk ¶

func (o *RemoteProcessGroupDTO) GetProxyHostOk() (*string, bool)

GetProxyHostOk returns a tuple with the ProxyHost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetProxyPassword ¶

func (o *RemoteProcessGroupDTO) GetProxyPassword() string

GetProxyPassword returns the ProxyPassword field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetProxyPasswordOk ¶

func (o *RemoteProcessGroupDTO) GetProxyPasswordOk() (*string, bool)

GetProxyPasswordOk returns a tuple with the ProxyPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetProxyPort ¶

func (o *RemoteProcessGroupDTO) GetProxyPort() int32

GetProxyPort returns the ProxyPort field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetProxyPortOk ¶

func (o *RemoteProcessGroupDTO) GetProxyPortOk() (*int32, bool)

GetProxyPortOk returns a tuple with the ProxyPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetProxyUser ¶

func (o *RemoteProcessGroupDTO) GetProxyUser() string

GetProxyUser returns the ProxyUser field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetProxyUserOk ¶

func (o *RemoteProcessGroupDTO) GetProxyUserOk() (*string, bool)

GetProxyUserOk returns a tuple with the ProxyUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetTargetSecure ¶

func (o *RemoteProcessGroupDTO) GetTargetSecure() bool

GetTargetSecure returns the TargetSecure field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetTargetSecureOk ¶

func (o *RemoteProcessGroupDTO) GetTargetSecureOk() (*bool, bool)

GetTargetSecureOk returns a tuple with the TargetSecure field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetTargetUri ¶

func (o *RemoteProcessGroupDTO) GetTargetUri() string

GetTargetUri returns the TargetUri field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetTargetUriOk ¶

func (o *RemoteProcessGroupDTO) GetTargetUriOk() (*string, bool)

GetTargetUriOk returns a tuple with the TargetUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetTargetUris ¶

func (o *RemoteProcessGroupDTO) GetTargetUris() string

GetTargetUris returns the TargetUris field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetTargetUrisOk ¶

func (o *RemoteProcessGroupDTO) GetTargetUrisOk() (*string, bool)

GetTargetUrisOk returns a tuple with the TargetUris field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetTransmitting ¶

func (o *RemoteProcessGroupDTO) GetTransmitting() bool

GetTransmitting returns the Transmitting field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetTransmittingOk ¶

func (o *RemoteProcessGroupDTO) GetTransmittingOk() (*bool, bool)

GetTransmittingOk returns a tuple with the Transmitting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetTransportProtocol ¶

func (o *RemoteProcessGroupDTO) GetTransportProtocol() string

GetTransportProtocol returns the TransportProtocol field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetTransportProtocolOk ¶

func (o *RemoteProcessGroupDTO) GetTransportProtocolOk() (*string, bool)

GetTransportProtocolOk returns a tuple with the TransportProtocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetValidationErrors ¶

func (o *RemoteProcessGroupDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetValidationErrorsOk ¶

func (o *RemoteProcessGroupDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetVersionedComponentId ¶

func (o *RemoteProcessGroupDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetVersionedComponentIdOk ¶

func (o *RemoteProcessGroupDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) GetYieldDuration ¶

func (o *RemoteProcessGroupDTO) GetYieldDuration() string

GetYieldDuration returns the YieldDuration field value if set, zero value otherwise.

func (*RemoteProcessGroupDTO) GetYieldDurationOk ¶

func (o *RemoteProcessGroupDTO) GetYieldDurationOk() (*string, bool)

GetYieldDurationOk returns a tuple with the YieldDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupDTO) HasActiveRemoteInputPortCount ¶

func (o *RemoteProcessGroupDTO) HasActiveRemoteInputPortCount() bool

HasActiveRemoteInputPortCount returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasActiveRemoteOutputPortCount ¶

func (o *RemoteProcessGroupDTO) HasActiveRemoteOutputPortCount() bool

HasActiveRemoteOutputPortCount returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasAuthorizationIssues ¶

func (o *RemoteProcessGroupDTO) HasAuthorizationIssues() bool

HasAuthorizationIssues returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasComments ¶

func (o *RemoteProcessGroupDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasCommunicationsTimeout ¶

func (o *RemoteProcessGroupDTO) HasCommunicationsTimeout() bool

HasCommunicationsTimeout returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasContents ¶

func (o *RemoteProcessGroupDTO) HasContents() bool

HasContents returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasFlowRefreshed ¶

func (o *RemoteProcessGroupDTO) HasFlowRefreshed() bool

HasFlowRefreshed returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasId ¶

func (o *RemoteProcessGroupDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasInactiveRemoteInputPortCount ¶

func (o *RemoteProcessGroupDTO) HasInactiveRemoteInputPortCount() bool

HasInactiveRemoteInputPortCount returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasInactiveRemoteOutputPortCount ¶

func (o *RemoteProcessGroupDTO) HasInactiveRemoteOutputPortCount() bool

HasInactiveRemoteOutputPortCount returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasInputPortCount ¶

func (o *RemoteProcessGroupDTO) HasInputPortCount() bool

HasInputPortCount returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasLocalNetworkInterface ¶

func (o *RemoteProcessGroupDTO) HasLocalNetworkInterface() bool

HasLocalNetworkInterface returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasName ¶

func (o *RemoteProcessGroupDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasOutputPortCount ¶

func (o *RemoteProcessGroupDTO) HasOutputPortCount() bool

HasOutputPortCount returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasParentGroupId ¶

func (o *RemoteProcessGroupDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasPosition ¶

func (o *RemoteProcessGroupDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasProxyHost ¶

func (o *RemoteProcessGroupDTO) HasProxyHost() bool

HasProxyHost returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasProxyPassword ¶

func (o *RemoteProcessGroupDTO) HasProxyPassword() bool

HasProxyPassword returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasProxyPort ¶

func (o *RemoteProcessGroupDTO) HasProxyPort() bool

HasProxyPort returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasProxyUser ¶

func (o *RemoteProcessGroupDTO) HasProxyUser() bool

HasProxyUser returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasTargetSecure ¶

func (o *RemoteProcessGroupDTO) HasTargetSecure() bool

HasTargetSecure returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasTargetUri ¶

func (o *RemoteProcessGroupDTO) HasTargetUri() bool

HasTargetUri returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasTargetUris ¶

func (o *RemoteProcessGroupDTO) HasTargetUris() bool

HasTargetUris returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasTransmitting ¶

func (o *RemoteProcessGroupDTO) HasTransmitting() bool

HasTransmitting returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasTransportProtocol ¶

func (o *RemoteProcessGroupDTO) HasTransportProtocol() bool

HasTransportProtocol returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasValidationErrors ¶

func (o *RemoteProcessGroupDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasVersionedComponentId ¶

func (o *RemoteProcessGroupDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (*RemoteProcessGroupDTO) HasYieldDuration ¶

func (o *RemoteProcessGroupDTO) HasYieldDuration() bool

HasYieldDuration returns a boolean if a field has been set.

func (RemoteProcessGroupDTO) MarshalJSON ¶

func (o RemoteProcessGroupDTO) MarshalJSON() ([]byte, error)

func (*RemoteProcessGroupDTO) SetActiveRemoteInputPortCount ¶

func (o *RemoteProcessGroupDTO) SetActiveRemoteInputPortCount(v int32)

SetActiveRemoteInputPortCount gets a reference to the given int32 and assigns it to the ActiveRemoteInputPortCount field.

func (*RemoteProcessGroupDTO) SetActiveRemoteOutputPortCount ¶

func (o *RemoteProcessGroupDTO) SetActiveRemoteOutputPortCount(v int32)

SetActiveRemoteOutputPortCount gets a reference to the given int32 and assigns it to the ActiveRemoteOutputPortCount field.

func (*RemoteProcessGroupDTO) SetAuthorizationIssues ¶

func (o *RemoteProcessGroupDTO) SetAuthorizationIssues(v []string)

SetAuthorizationIssues gets a reference to the given []string and assigns it to the AuthorizationIssues field.

func (*RemoteProcessGroupDTO) SetComments ¶

func (o *RemoteProcessGroupDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*RemoteProcessGroupDTO) SetCommunicationsTimeout ¶

func (o *RemoteProcessGroupDTO) SetCommunicationsTimeout(v string)

SetCommunicationsTimeout gets a reference to the given string and assigns it to the CommunicationsTimeout field.

func (*RemoteProcessGroupDTO) SetContents ¶

SetContents gets a reference to the given RemoteProcessGroupContentsDTO and assigns it to the Contents field.

func (*RemoteProcessGroupDTO) SetFlowRefreshed ¶

func (o *RemoteProcessGroupDTO) SetFlowRefreshed(v string)

SetFlowRefreshed gets a reference to the given string and assigns it to the FlowRefreshed field.

func (*RemoteProcessGroupDTO) SetId ¶

func (o *RemoteProcessGroupDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RemoteProcessGroupDTO) SetInactiveRemoteInputPortCount ¶

func (o *RemoteProcessGroupDTO) SetInactiveRemoteInputPortCount(v int32)

SetInactiveRemoteInputPortCount gets a reference to the given int32 and assigns it to the InactiveRemoteInputPortCount field.

func (*RemoteProcessGroupDTO) SetInactiveRemoteOutputPortCount ¶

func (o *RemoteProcessGroupDTO) SetInactiveRemoteOutputPortCount(v int32)

SetInactiveRemoteOutputPortCount gets a reference to the given int32 and assigns it to the InactiveRemoteOutputPortCount field.

func (*RemoteProcessGroupDTO) SetInputPortCount ¶

func (o *RemoteProcessGroupDTO) SetInputPortCount(v int32)

SetInputPortCount gets a reference to the given int32 and assigns it to the InputPortCount field.

func (*RemoteProcessGroupDTO) SetLocalNetworkInterface ¶

func (o *RemoteProcessGroupDTO) SetLocalNetworkInterface(v string)

SetLocalNetworkInterface gets a reference to the given string and assigns it to the LocalNetworkInterface field.

func (*RemoteProcessGroupDTO) SetName ¶

func (o *RemoteProcessGroupDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RemoteProcessGroupDTO) SetOutputPortCount ¶

func (o *RemoteProcessGroupDTO) SetOutputPortCount(v int32)

SetOutputPortCount gets a reference to the given int32 and assigns it to the OutputPortCount field.

func (*RemoteProcessGroupDTO) SetParentGroupId ¶

func (o *RemoteProcessGroupDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*RemoteProcessGroupDTO) SetPosition ¶

func (o *RemoteProcessGroupDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*RemoteProcessGroupDTO) SetProxyHost ¶

func (o *RemoteProcessGroupDTO) SetProxyHost(v string)

SetProxyHost gets a reference to the given string and assigns it to the ProxyHost field.

func (*RemoteProcessGroupDTO) SetProxyPassword ¶

func (o *RemoteProcessGroupDTO) SetProxyPassword(v string)

SetProxyPassword gets a reference to the given string and assigns it to the ProxyPassword field.

func (*RemoteProcessGroupDTO) SetProxyPort ¶

func (o *RemoteProcessGroupDTO) SetProxyPort(v int32)

SetProxyPort gets a reference to the given int32 and assigns it to the ProxyPort field.

func (*RemoteProcessGroupDTO) SetProxyUser ¶

func (o *RemoteProcessGroupDTO) SetProxyUser(v string)

SetProxyUser gets a reference to the given string and assigns it to the ProxyUser field.

func (*RemoteProcessGroupDTO) SetTargetSecure ¶

func (o *RemoteProcessGroupDTO) SetTargetSecure(v bool)

SetTargetSecure gets a reference to the given bool and assigns it to the TargetSecure field.

func (*RemoteProcessGroupDTO) SetTargetUri ¶

func (o *RemoteProcessGroupDTO) SetTargetUri(v string)

SetTargetUri gets a reference to the given string and assigns it to the TargetUri field.

func (*RemoteProcessGroupDTO) SetTargetUris ¶

func (o *RemoteProcessGroupDTO) SetTargetUris(v string)

SetTargetUris gets a reference to the given string and assigns it to the TargetUris field.

func (*RemoteProcessGroupDTO) SetTransmitting ¶

func (o *RemoteProcessGroupDTO) SetTransmitting(v bool)

SetTransmitting gets a reference to the given bool and assigns it to the Transmitting field.

func (*RemoteProcessGroupDTO) SetTransportProtocol ¶

func (o *RemoteProcessGroupDTO) SetTransportProtocol(v string)

SetTransportProtocol gets a reference to the given string and assigns it to the TransportProtocol field.

func (*RemoteProcessGroupDTO) SetValidationErrors ¶

func (o *RemoteProcessGroupDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*RemoteProcessGroupDTO) SetVersionedComponentId ¶

func (o *RemoteProcessGroupDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (*RemoteProcessGroupDTO) SetYieldDuration ¶

func (o *RemoteProcessGroupDTO) SetYieldDuration(v string)

SetYieldDuration gets a reference to the given string and assigns it to the YieldDuration field.

func (RemoteProcessGroupDTO) ToMap ¶

func (o RemoteProcessGroupDTO) ToMap() (map[string]interface{}, error)

type RemoteProcessGroupEntity ¶

type RemoteProcessGroupEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                        `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *RemoteProcessGroupDTO       `json:"component,omitempty"`
	Status                       *RemoteProcessGroupStatusDTO `json:"status,omitempty"`
	// The number of remote input ports currently available on the target.
	InputPortCount *int32 `json:"inputPortCount,omitempty"`
	// The number of remote output ports currently available on the target.
	OutputPortCount    *int32          `json:"outputPortCount,omitempty"`
	OperatePermissions *PermissionsDTO `json:"operatePermissions,omitempty"`
}

RemoteProcessGroupEntity struct for RemoteProcessGroupEntity

func NewRemoteProcessGroupEntity ¶

func NewRemoteProcessGroupEntity() *RemoteProcessGroupEntity

NewRemoteProcessGroupEntity instantiates a new RemoteProcessGroupEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteProcessGroupEntityWithDefaults ¶

func NewRemoteProcessGroupEntityWithDefaults() *RemoteProcessGroupEntity

NewRemoteProcessGroupEntityWithDefaults instantiates a new RemoteProcessGroupEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteProcessGroupEntity) GetBulletins ¶

func (o *RemoteProcessGroupEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetBulletinsOk ¶

func (o *RemoteProcessGroupEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetComponent ¶

GetComponent returns the Component field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetComponentOk ¶

func (o *RemoteProcessGroupEntity) GetComponentOk() (*RemoteProcessGroupDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetDisconnectedNodeAcknowledged ¶

func (o *RemoteProcessGroupEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *RemoteProcessGroupEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetId ¶

func (o *RemoteProcessGroupEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetIdOk ¶

func (o *RemoteProcessGroupEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetInputPortCount ¶

func (o *RemoteProcessGroupEntity) GetInputPortCount() int32

GetInputPortCount returns the InputPortCount field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetInputPortCountOk ¶

func (o *RemoteProcessGroupEntity) GetInputPortCountOk() (*int32, bool)

GetInputPortCountOk returns a tuple with the InputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetOperatePermissions ¶

func (o *RemoteProcessGroupEntity) GetOperatePermissions() PermissionsDTO

GetOperatePermissions returns the OperatePermissions field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetOperatePermissionsOk ¶

func (o *RemoteProcessGroupEntity) GetOperatePermissionsOk() (*PermissionsDTO, bool)

GetOperatePermissionsOk returns a tuple with the OperatePermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetOutputPortCount ¶

func (o *RemoteProcessGroupEntity) GetOutputPortCount() int32

GetOutputPortCount returns the OutputPortCount field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetOutputPortCountOk ¶

func (o *RemoteProcessGroupEntity) GetOutputPortCountOk() (*int32, bool)

GetOutputPortCountOk returns a tuple with the OutputPortCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetPermissions ¶

func (o *RemoteProcessGroupEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetPermissionsOk ¶

func (o *RemoteProcessGroupEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetPosition ¶

func (o *RemoteProcessGroupEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetPositionOk ¶

func (o *RemoteProcessGroupEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetRevision ¶

func (o *RemoteProcessGroupEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetRevisionOk ¶

func (o *RemoteProcessGroupEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) GetUri ¶

func (o *RemoteProcessGroupEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*RemoteProcessGroupEntity) GetUriOk ¶

func (o *RemoteProcessGroupEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupEntity) HasBulletins ¶

func (o *RemoteProcessGroupEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasComponent ¶

func (o *RemoteProcessGroupEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasDisconnectedNodeAcknowledged ¶

func (o *RemoteProcessGroupEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasId ¶

func (o *RemoteProcessGroupEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasInputPortCount ¶

func (o *RemoteProcessGroupEntity) HasInputPortCount() bool

HasInputPortCount returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasOperatePermissions ¶

func (o *RemoteProcessGroupEntity) HasOperatePermissions() bool

HasOperatePermissions returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasOutputPortCount ¶

func (o *RemoteProcessGroupEntity) HasOutputPortCount() bool

HasOutputPortCount returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasPermissions ¶

func (o *RemoteProcessGroupEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasPosition ¶

func (o *RemoteProcessGroupEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasRevision ¶

func (o *RemoteProcessGroupEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasStatus ¶

func (o *RemoteProcessGroupEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*RemoteProcessGroupEntity) HasUri ¶

func (o *RemoteProcessGroupEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (RemoteProcessGroupEntity) MarshalJSON ¶

func (o RemoteProcessGroupEntity) MarshalJSON() ([]byte, error)

func (*RemoteProcessGroupEntity) SetBulletins ¶

func (o *RemoteProcessGroupEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*RemoteProcessGroupEntity) SetComponent ¶

SetComponent gets a reference to the given RemoteProcessGroupDTO and assigns it to the Component field.

func (*RemoteProcessGroupEntity) SetDisconnectedNodeAcknowledged ¶

func (o *RemoteProcessGroupEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*RemoteProcessGroupEntity) SetId ¶

func (o *RemoteProcessGroupEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RemoteProcessGroupEntity) SetInputPortCount ¶

func (o *RemoteProcessGroupEntity) SetInputPortCount(v int32)

SetInputPortCount gets a reference to the given int32 and assigns it to the InputPortCount field.

func (*RemoteProcessGroupEntity) SetOperatePermissions ¶

func (o *RemoteProcessGroupEntity) SetOperatePermissions(v PermissionsDTO)

SetOperatePermissions gets a reference to the given PermissionsDTO and assigns it to the OperatePermissions field.

func (*RemoteProcessGroupEntity) SetOutputPortCount ¶

func (o *RemoteProcessGroupEntity) SetOutputPortCount(v int32)

SetOutputPortCount gets a reference to the given int32 and assigns it to the OutputPortCount field.

func (*RemoteProcessGroupEntity) SetPermissions ¶

func (o *RemoteProcessGroupEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*RemoteProcessGroupEntity) SetPosition ¶

func (o *RemoteProcessGroupEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*RemoteProcessGroupEntity) SetRevision ¶

func (o *RemoteProcessGroupEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*RemoteProcessGroupEntity) SetStatus ¶

SetStatus gets a reference to the given RemoteProcessGroupStatusDTO and assigns it to the Status field.

func (*RemoteProcessGroupEntity) SetUri ¶

func (o *RemoteProcessGroupEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (RemoteProcessGroupEntity) ToMap ¶

func (o RemoteProcessGroupEntity) ToMap() (map[string]interface{}, error)

type RemoteProcessGroupPortDTO ¶

type RemoteProcessGroupPortDTO struct {
	// The id of the port.
	Id *string `json:"id,omitempty"`
	// The id of the target port.
	TargetId *string `json:"targetId,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of the remote process group that the port resides in.
	GroupId *string `json:"groupId,omitempty"`
	// The name of the target port.
	Name *string `json:"name,omitempty"`
	// The comments as configured on the target port.
	Comments *string `json:"comments,omitempty"`
	// The number of task that may transmit flowfiles to the target port concurrently.
	ConcurrentlySchedulableTaskCount *int32 `json:"concurrentlySchedulableTaskCount,omitempty"`
	// Whether the remote port is configured for transmission.
	Transmitting *bool `json:"transmitting,omitempty"`
	// Whether the flowfiles are compressed when sent to the target port.
	UseCompression *bool `json:"useCompression,omitempty"`
	// Whether the target port exists.
	Exists *bool `json:"exists,omitempty"`
	// Whether the target port is running.
	TargetRunning *bool `json:"targetRunning,omitempty"`
	// Whether the port has either an incoming or outgoing connection.
	Connected     *bool             `json:"connected,omitempty"`
	BatchSettings *BatchSettingsDTO `json:"batchSettings,omitempty"`
}

RemoteProcessGroupPortDTO struct for RemoteProcessGroupPortDTO

func NewRemoteProcessGroupPortDTO ¶

func NewRemoteProcessGroupPortDTO() *RemoteProcessGroupPortDTO

NewRemoteProcessGroupPortDTO instantiates a new RemoteProcessGroupPortDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteProcessGroupPortDTOWithDefaults ¶

func NewRemoteProcessGroupPortDTOWithDefaults() *RemoteProcessGroupPortDTO

NewRemoteProcessGroupPortDTOWithDefaults instantiates a new RemoteProcessGroupPortDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteProcessGroupPortDTO) GetBatchSettings ¶

func (o *RemoteProcessGroupPortDTO) GetBatchSettings() BatchSettingsDTO

GetBatchSettings returns the BatchSettings field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetBatchSettingsOk ¶

func (o *RemoteProcessGroupPortDTO) GetBatchSettingsOk() (*BatchSettingsDTO, bool)

GetBatchSettingsOk returns a tuple with the BatchSettings field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetComments ¶

func (o *RemoteProcessGroupPortDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetCommentsOk ¶

func (o *RemoteProcessGroupPortDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetConcurrentlySchedulableTaskCount ¶

func (o *RemoteProcessGroupPortDTO) GetConcurrentlySchedulableTaskCount() int32

GetConcurrentlySchedulableTaskCount returns the ConcurrentlySchedulableTaskCount field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetConcurrentlySchedulableTaskCountOk ¶

func (o *RemoteProcessGroupPortDTO) GetConcurrentlySchedulableTaskCountOk() (*int32, bool)

GetConcurrentlySchedulableTaskCountOk returns a tuple with the ConcurrentlySchedulableTaskCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetConnected ¶

func (o *RemoteProcessGroupPortDTO) GetConnected() bool

GetConnected returns the Connected field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetConnectedOk ¶

func (o *RemoteProcessGroupPortDTO) GetConnectedOk() (*bool, bool)

GetConnectedOk returns a tuple with the Connected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetExists ¶

func (o *RemoteProcessGroupPortDTO) GetExists() bool

GetExists returns the Exists field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetExistsOk ¶

func (o *RemoteProcessGroupPortDTO) GetExistsOk() (*bool, bool)

GetExistsOk returns a tuple with the Exists field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetGroupId ¶

func (o *RemoteProcessGroupPortDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetGroupIdOk ¶

func (o *RemoteProcessGroupPortDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetId ¶

func (o *RemoteProcessGroupPortDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetIdOk ¶

func (o *RemoteProcessGroupPortDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetName ¶

func (o *RemoteProcessGroupPortDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetNameOk ¶

func (o *RemoteProcessGroupPortDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetTargetId ¶

func (o *RemoteProcessGroupPortDTO) GetTargetId() string

GetTargetId returns the TargetId field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetTargetIdOk ¶

func (o *RemoteProcessGroupPortDTO) GetTargetIdOk() (*string, bool)

GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetTargetRunning ¶

func (o *RemoteProcessGroupPortDTO) GetTargetRunning() bool

GetTargetRunning returns the TargetRunning field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetTargetRunningOk ¶

func (o *RemoteProcessGroupPortDTO) GetTargetRunningOk() (*bool, bool)

GetTargetRunningOk returns a tuple with the TargetRunning field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetTransmitting ¶

func (o *RemoteProcessGroupPortDTO) GetTransmitting() bool

GetTransmitting returns the Transmitting field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetTransmittingOk ¶

func (o *RemoteProcessGroupPortDTO) GetTransmittingOk() (*bool, bool)

GetTransmittingOk returns a tuple with the Transmitting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetUseCompression ¶

func (o *RemoteProcessGroupPortDTO) GetUseCompression() bool

GetUseCompression returns the UseCompression field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetUseCompressionOk ¶

func (o *RemoteProcessGroupPortDTO) GetUseCompressionOk() (*bool, bool)

GetUseCompressionOk returns a tuple with the UseCompression field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) GetVersionedComponentId ¶

func (o *RemoteProcessGroupPortDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*RemoteProcessGroupPortDTO) GetVersionedComponentIdOk ¶

func (o *RemoteProcessGroupPortDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortDTO) HasBatchSettings ¶

func (o *RemoteProcessGroupPortDTO) HasBatchSettings() bool

HasBatchSettings returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasComments ¶

func (o *RemoteProcessGroupPortDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasConcurrentlySchedulableTaskCount ¶

func (o *RemoteProcessGroupPortDTO) HasConcurrentlySchedulableTaskCount() bool

HasConcurrentlySchedulableTaskCount returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasConnected ¶

func (o *RemoteProcessGroupPortDTO) HasConnected() bool

HasConnected returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasExists ¶

func (o *RemoteProcessGroupPortDTO) HasExists() bool

HasExists returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasGroupId ¶

func (o *RemoteProcessGroupPortDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasId ¶

func (o *RemoteProcessGroupPortDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasName ¶

func (o *RemoteProcessGroupPortDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasTargetId ¶

func (o *RemoteProcessGroupPortDTO) HasTargetId() bool

HasTargetId returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasTargetRunning ¶

func (o *RemoteProcessGroupPortDTO) HasTargetRunning() bool

HasTargetRunning returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasTransmitting ¶

func (o *RemoteProcessGroupPortDTO) HasTransmitting() bool

HasTransmitting returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasUseCompression ¶

func (o *RemoteProcessGroupPortDTO) HasUseCompression() bool

HasUseCompression returns a boolean if a field has been set.

func (*RemoteProcessGroupPortDTO) HasVersionedComponentId ¶

func (o *RemoteProcessGroupPortDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (RemoteProcessGroupPortDTO) MarshalJSON ¶

func (o RemoteProcessGroupPortDTO) MarshalJSON() ([]byte, error)

func (*RemoteProcessGroupPortDTO) SetBatchSettings ¶

func (o *RemoteProcessGroupPortDTO) SetBatchSettings(v BatchSettingsDTO)

SetBatchSettings gets a reference to the given BatchSettingsDTO and assigns it to the BatchSettings field.

func (*RemoteProcessGroupPortDTO) SetComments ¶

func (o *RemoteProcessGroupPortDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*RemoteProcessGroupPortDTO) SetConcurrentlySchedulableTaskCount ¶

func (o *RemoteProcessGroupPortDTO) SetConcurrentlySchedulableTaskCount(v int32)

SetConcurrentlySchedulableTaskCount gets a reference to the given int32 and assigns it to the ConcurrentlySchedulableTaskCount field.

func (*RemoteProcessGroupPortDTO) SetConnected ¶

func (o *RemoteProcessGroupPortDTO) SetConnected(v bool)

SetConnected gets a reference to the given bool and assigns it to the Connected field.

func (*RemoteProcessGroupPortDTO) SetExists ¶

func (o *RemoteProcessGroupPortDTO) SetExists(v bool)

SetExists gets a reference to the given bool and assigns it to the Exists field.

func (*RemoteProcessGroupPortDTO) SetGroupId ¶

func (o *RemoteProcessGroupPortDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*RemoteProcessGroupPortDTO) SetId ¶

func (o *RemoteProcessGroupPortDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RemoteProcessGroupPortDTO) SetName ¶

func (o *RemoteProcessGroupPortDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RemoteProcessGroupPortDTO) SetTargetId ¶

func (o *RemoteProcessGroupPortDTO) SetTargetId(v string)

SetTargetId gets a reference to the given string and assigns it to the TargetId field.

func (*RemoteProcessGroupPortDTO) SetTargetRunning ¶

func (o *RemoteProcessGroupPortDTO) SetTargetRunning(v bool)

SetTargetRunning gets a reference to the given bool and assigns it to the TargetRunning field.

func (*RemoteProcessGroupPortDTO) SetTransmitting ¶

func (o *RemoteProcessGroupPortDTO) SetTransmitting(v bool)

SetTransmitting gets a reference to the given bool and assigns it to the Transmitting field.

func (*RemoteProcessGroupPortDTO) SetUseCompression ¶

func (o *RemoteProcessGroupPortDTO) SetUseCompression(v bool)

SetUseCompression gets a reference to the given bool and assigns it to the UseCompression field.

func (*RemoteProcessGroupPortDTO) SetVersionedComponentId ¶

func (o *RemoteProcessGroupPortDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (RemoteProcessGroupPortDTO) ToMap ¶

func (o RemoteProcessGroupPortDTO) ToMap() (map[string]interface{}, error)

type RemoteProcessGroupPortEntity ¶

type RemoteProcessGroupPortEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                      `json:"disconnectedNodeAcknowledged,omitempty"`
	RemoteProcessGroupPort       *RemoteProcessGroupPortDTO `json:"remoteProcessGroupPort,omitempty"`
	OperatePermissions           *PermissionsDTO            `json:"operatePermissions,omitempty"`
}

RemoteProcessGroupPortEntity struct for RemoteProcessGroupPortEntity

func NewRemoteProcessGroupPortEntity ¶

func NewRemoteProcessGroupPortEntity() *RemoteProcessGroupPortEntity

NewRemoteProcessGroupPortEntity instantiates a new RemoteProcessGroupPortEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteProcessGroupPortEntityWithDefaults ¶

func NewRemoteProcessGroupPortEntityWithDefaults() *RemoteProcessGroupPortEntity

NewRemoteProcessGroupPortEntityWithDefaults instantiates a new RemoteProcessGroupPortEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteProcessGroupPortEntity) GetBulletins ¶

func (o *RemoteProcessGroupPortEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*RemoteProcessGroupPortEntity) GetBulletinsOk ¶

func (o *RemoteProcessGroupPortEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortEntity) GetDisconnectedNodeAcknowledged ¶

func (o *RemoteProcessGroupPortEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*RemoteProcessGroupPortEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *RemoteProcessGroupPortEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*RemoteProcessGroupPortEntity) GetIdOk ¶

func (o *RemoteProcessGroupPortEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortEntity) GetOperatePermissions ¶

func (o *RemoteProcessGroupPortEntity) GetOperatePermissions() PermissionsDTO

GetOperatePermissions returns the OperatePermissions field value if set, zero value otherwise.

func (*RemoteProcessGroupPortEntity) GetOperatePermissionsOk ¶

func (o *RemoteProcessGroupPortEntity) GetOperatePermissionsOk() (*PermissionsDTO, bool)

GetOperatePermissionsOk returns a tuple with the OperatePermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortEntity) GetPermissions ¶

func (o *RemoteProcessGroupPortEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*RemoteProcessGroupPortEntity) GetPermissionsOk ¶

func (o *RemoteProcessGroupPortEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortEntity) GetPosition ¶

func (o *RemoteProcessGroupPortEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*RemoteProcessGroupPortEntity) GetPositionOk ¶

func (o *RemoteProcessGroupPortEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortEntity) GetRemoteProcessGroupPort ¶

func (o *RemoteProcessGroupPortEntity) GetRemoteProcessGroupPort() RemoteProcessGroupPortDTO

GetRemoteProcessGroupPort returns the RemoteProcessGroupPort field value if set, zero value otherwise.

func (*RemoteProcessGroupPortEntity) GetRemoteProcessGroupPortOk ¶

func (o *RemoteProcessGroupPortEntity) GetRemoteProcessGroupPortOk() (*RemoteProcessGroupPortDTO, bool)

GetRemoteProcessGroupPortOk returns a tuple with the RemoteProcessGroupPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortEntity) GetRevision ¶

func (o *RemoteProcessGroupPortEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*RemoteProcessGroupPortEntity) GetRevisionOk ¶

func (o *RemoteProcessGroupPortEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortEntity) GetUri ¶

GetUri returns the Uri field value if set, zero value otherwise.

func (*RemoteProcessGroupPortEntity) GetUriOk ¶

func (o *RemoteProcessGroupPortEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupPortEntity) HasBulletins ¶

func (o *RemoteProcessGroupPortEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*RemoteProcessGroupPortEntity) HasDisconnectedNodeAcknowledged ¶

func (o *RemoteProcessGroupPortEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*RemoteProcessGroupPortEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*RemoteProcessGroupPortEntity) HasOperatePermissions ¶

func (o *RemoteProcessGroupPortEntity) HasOperatePermissions() bool

HasOperatePermissions returns a boolean if a field has been set.

func (*RemoteProcessGroupPortEntity) HasPermissions ¶

func (o *RemoteProcessGroupPortEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*RemoteProcessGroupPortEntity) HasPosition ¶

func (o *RemoteProcessGroupPortEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*RemoteProcessGroupPortEntity) HasRemoteProcessGroupPort ¶

func (o *RemoteProcessGroupPortEntity) HasRemoteProcessGroupPort() bool

HasRemoteProcessGroupPort returns a boolean if a field has been set.

func (*RemoteProcessGroupPortEntity) HasRevision ¶

func (o *RemoteProcessGroupPortEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*RemoteProcessGroupPortEntity) HasUri ¶

func (o *RemoteProcessGroupPortEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (RemoteProcessGroupPortEntity) MarshalJSON ¶

func (o RemoteProcessGroupPortEntity) MarshalJSON() ([]byte, error)

func (*RemoteProcessGroupPortEntity) SetBulletins ¶

func (o *RemoteProcessGroupPortEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*RemoteProcessGroupPortEntity) SetDisconnectedNodeAcknowledged ¶

func (o *RemoteProcessGroupPortEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*RemoteProcessGroupPortEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*RemoteProcessGroupPortEntity) SetOperatePermissions ¶

func (o *RemoteProcessGroupPortEntity) SetOperatePermissions(v PermissionsDTO)

SetOperatePermissions gets a reference to the given PermissionsDTO and assigns it to the OperatePermissions field.

func (*RemoteProcessGroupPortEntity) SetPermissions ¶

func (o *RemoteProcessGroupPortEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*RemoteProcessGroupPortEntity) SetPosition ¶

func (o *RemoteProcessGroupPortEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*RemoteProcessGroupPortEntity) SetRemoteProcessGroupPort ¶

func (o *RemoteProcessGroupPortEntity) SetRemoteProcessGroupPort(v RemoteProcessGroupPortDTO)

SetRemoteProcessGroupPort gets a reference to the given RemoteProcessGroupPortDTO and assigns it to the RemoteProcessGroupPort field.

func (*RemoteProcessGroupPortEntity) SetRevision ¶

func (o *RemoteProcessGroupPortEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*RemoteProcessGroupPortEntity) SetUri ¶

func (o *RemoteProcessGroupPortEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (RemoteProcessGroupPortEntity) ToMap ¶

func (o RemoteProcessGroupPortEntity) ToMap() (map[string]interface{}, error)

type RemoteProcessGroupStatusDTO ¶

type RemoteProcessGroupStatusDTO struct {
	// The unique ID of the process group that the Processor belongs to
	GroupId *string `json:"groupId,omitempty"`
	// The unique ID of the Processor
	Id *string `json:"id,omitempty"`
	// The name of the remote process group.
	Name *string `json:"name,omitempty"`
	// The URI of the target system.
	TargetUri *string `json:"targetUri,omitempty"`
	// The transmission status of the remote process group.
	TransmissionStatus *string `json:"transmissionStatus,omitempty"`
	// The time the status for the process group was last refreshed.
	StatsLastRefreshed *string `json:"statsLastRefreshed,omitempty"`
	// Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid)
	ValidationStatus  *string                              `json:"validationStatus,omitempty"`
	AggregateSnapshot *RemoteProcessGroupStatusSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// A status snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null.
	NodeSnapshots []NodeRemoteProcessGroupStatusSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

RemoteProcessGroupStatusDTO struct for RemoteProcessGroupStatusDTO

func NewRemoteProcessGroupStatusDTO ¶

func NewRemoteProcessGroupStatusDTO() *RemoteProcessGroupStatusDTO

NewRemoteProcessGroupStatusDTO instantiates a new RemoteProcessGroupStatusDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteProcessGroupStatusDTOWithDefaults ¶

func NewRemoteProcessGroupStatusDTOWithDefaults() *RemoteProcessGroupStatusDTO

NewRemoteProcessGroupStatusDTOWithDefaults instantiates a new RemoteProcessGroupStatusDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteProcessGroupStatusDTO) GetAggregateSnapshot ¶

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusDTO) GetAggregateSnapshotOk ¶

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusDTO) GetGroupId ¶

func (o *RemoteProcessGroupStatusDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusDTO) GetGroupIdOk ¶

func (o *RemoteProcessGroupStatusDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusDTO) GetIdOk ¶

func (o *RemoteProcessGroupStatusDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusDTO) GetName ¶

func (o *RemoteProcessGroupStatusDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusDTO) GetNameOk ¶

func (o *RemoteProcessGroupStatusDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusDTO) GetNodeSnapshots ¶

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusDTO) GetNodeSnapshotsOk ¶

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusDTO) GetStatsLastRefreshed ¶

func (o *RemoteProcessGroupStatusDTO) GetStatsLastRefreshed() string

GetStatsLastRefreshed returns the StatsLastRefreshed field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusDTO) GetStatsLastRefreshedOk ¶

func (o *RemoteProcessGroupStatusDTO) GetStatsLastRefreshedOk() (*string, bool)

GetStatsLastRefreshedOk returns a tuple with the StatsLastRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusDTO) GetTargetUri ¶

func (o *RemoteProcessGroupStatusDTO) GetTargetUri() string

GetTargetUri returns the TargetUri field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusDTO) GetTargetUriOk ¶

func (o *RemoteProcessGroupStatusDTO) GetTargetUriOk() (*string, bool)

GetTargetUriOk returns a tuple with the TargetUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusDTO) GetTransmissionStatus ¶

func (o *RemoteProcessGroupStatusDTO) GetTransmissionStatus() string

GetTransmissionStatus returns the TransmissionStatus field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusDTO) GetTransmissionStatusOk ¶

func (o *RemoteProcessGroupStatusDTO) GetTransmissionStatusOk() (*string, bool)

GetTransmissionStatusOk returns a tuple with the TransmissionStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusDTO) GetValidationStatus ¶

func (o *RemoteProcessGroupStatusDTO) GetValidationStatus() string

GetValidationStatus returns the ValidationStatus field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusDTO) GetValidationStatusOk ¶

func (o *RemoteProcessGroupStatusDTO) GetValidationStatusOk() (*string, bool)

GetValidationStatusOk returns a tuple with the ValidationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusDTO) HasAggregateSnapshot ¶

func (o *RemoteProcessGroupStatusDTO) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusDTO) HasGroupId ¶

func (o *RemoteProcessGroupStatusDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusDTO) HasId ¶

func (o *RemoteProcessGroupStatusDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusDTO) HasName ¶

func (o *RemoteProcessGroupStatusDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusDTO) HasNodeSnapshots ¶

func (o *RemoteProcessGroupStatusDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusDTO) HasStatsLastRefreshed ¶

func (o *RemoteProcessGroupStatusDTO) HasStatsLastRefreshed() bool

HasStatsLastRefreshed returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusDTO) HasTargetUri ¶

func (o *RemoteProcessGroupStatusDTO) HasTargetUri() bool

HasTargetUri returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusDTO) HasTransmissionStatus ¶

func (o *RemoteProcessGroupStatusDTO) HasTransmissionStatus() bool

HasTransmissionStatus returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusDTO) HasValidationStatus ¶

func (o *RemoteProcessGroupStatusDTO) HasValidationStatus() bool

HasValidationStatus returns a boolean if a field has been set.

func (RemoteProcessGroupStatusDTO) MarshalJSON ¶

func (o RemoteProcessGroupStatusDTO) MarshalJSON() ([]byte, error)

func (*RemoteProcessGroupStatusDTO) SetAggregateSnapshot ¶

SetAggregateSnapshot gets a reference to the given RemoteProcessGroupStatusSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*RemoteProcessGroupStatusDTO) SetGroupId ¶

func (o *RemoteProcessGroupStatusDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*RemoteProcessGroupStatusDTO) SetId ¶

func (o *RemoteProcessGroupStatusDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RemoteProcessGroupStatusDTO) SetName ¶

func (o *RemoteProcessGroupStatusDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RemoteProcessGroupStatusDTO) SetNodeSnapshots ¶

SetNodeSnapshots gets a reference to the given []NodeRemoteProcessGroupStatusSnapshotDTO and assigns it to the NodeSnapshots field.

func (*RemoteProcessGroupStatusDTO) SetStatsLastRefreshed ¶

func (o *RemoteProcessGroupStatusDTO) SetStatsLastRefreshed(v string)

SetStatsLastRefreshed gets a reference to the given string and assigns it to the StatsLastRefreshed field.

func (*RemoteProcessGroupStatusDTO) SetTargetUri ¶

func (o *RemoteProcessGroupStatusDTO) SetTargetUri(v string)

SetTargetUri gets a reference to the given string and assigns it to the TargetUri field.

func (*RemoteProcessGroupStatusDTO) SetTransmissionStatus ¶

func (o *RemoteProcessGroupStatusDTO) SetTransmissionStatus(v string)

SetTransmissionStatus gets a reference to the given string and assigns it to the TransmissionStatus field.

func (*RemoteProcessGroupStatusDTO) SetValidationStatus ¶

func (o *RemoteProcessGroupStatusDTO) SetValidationStatus(v string)

SetValidationStatus gets a reference to the given string and assigns it to the ValidationStatus field.

func (RemoteProcessGroupStatusDTO) ToMap ¶

func (o RemoteProcessGroupStatusDTO) ToMap() (map[string]interface{}, error)

type RemoteProcessGroupStatusEntity ¶

type RemoteProcessGroupStatusEntity struct {
	RemoteProcessGroupStatus *RemoteProcessGroupStatusDTO `json:"remoteProcessGroupStatus,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

RemoteProcessGroupStatusEntity struct for RemoteProcessGroupStatusEntity

func NewRemoteProcessGroupStatusEntity ¶

func NewRemoteProcessGroupStatusEntity() *RemoteProcessGroupStatusEntity

NewRemoteProcessGroupStatusEntity instantiates a new RemoteProcessGroupStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteProcessGroupStatusEntityWithDefaults ¶

func NewRemoteProcessGroupStatusEntityWithDefaults() *RemoteProcessGroupStatusEntity

NewRemoteProcessGroupStatusEntityWithDefaults instantiates a new RemoteProcessGroupStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteProcessGroupStatusEntity) GetCanRead ¶

func (o *RemoteProcessGroupStatusEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusEntity) GetCanReadOk ¶

func (o *RemoteProcessGroupStatusEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusEntity) GetRemoteProcessGroupStatus ¶

func (o *RemoteProcessGroupStatusEntity) GetRemoteProcessGroupStatus() RemoteProcessGroupStatusDTO

GetRemoteProcessGroupStatus returns the RemoteProcessGroupStatus field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusEntity) GetRemoteProcessGroupStatusOk ¶

func (o *RemoteProcessGroupStatusEntity) GetRemoteProcessGroupStatusOk() (*RemoteProcessGroupStatusDTO, bool)

GetRemoteProcessGroupStatusOk returns a tuple with the RemoteProcessGroupStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusEntity) HasCanRead ¶

func (o *RemoteProcessGroupStatusEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusEntity) HasRemoteProcessGroupStatus ¶

func (o *RemoteProcessGroupStatusEntity) HasRemoteProcessGroupStatus() bool

HasRemoteProcessGroupStatus returns a boolean if a field has been set.

func (RemoteProcessGroupStatusEntity) MarshalJSON ¶

func (o RemoteProcessGroupStatusEntity) MarshalJSON() ([]byte, error)

func (*RemoteProcessGroupStatusEntity) SetCanRead ¶

func (o *RemoteProcessGroupStatusEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*RemoteProcessGroupStatusEntity) SetRemoteProcessGroupStatus ¶

func (o *RemoteProcessGroupStatusEntity) SetRemoteProcessGroupStatus(v RemoteProcessGroupStatusDTO)

SetRemoteProcessGroupStatus gets a reference to the given RemoteProcessGroupStatusDTO and assigns it to the RemoteProcessGroupStatus field.

func (RemoteProcessGroupStatusEntity) ToMap ¶

func (o RemoteProcessGroupStatusEntity) ToMap() (map[string]interface{}, error)

type RemoteProcessGroupStatusSnapshotDTO ¶

type RemoteProcessGroupStatusSnapshotDTO struct {
	// The id of the remote process group.
	Id *string `json:"id,omitempty"`
	// The id of the parent process group the remote process group resides in.
	GroupId *string `json:"groupId,omitempty"`
	// The name of the remote process group.
	Name *string `json:"name,omitempty"`
	// The URI of the target system.
	TargetUri *string `json:"targetUri,omitempty"`
	// The transmission status of the remote process group.
	TransmissionStatus *string `json:"transmissionStatus,omitempty"`
	// The number of active threads for the remote process group.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
	// The number of FlowFiles sent to the remote process group in the last 5 minutes.
	FlowFilesSent *int32 `json:"flowFilesSent,omitempty"`
	// The size of the FlowFiles sent to the remote process group in the last 5 minutes.
	BytesSent *int64 `json:"bytesSent,omitempty"`
	// The count/size of the flowfiles sent to the remote process group in the last 5 minutes.
	Sent *string `json:"sent,omitempty"`
	// The number of FlowFiles received from the remote process group in the last 5 minutes.
	FlowFilesReceived *int32 `json:"flowFilesReceived,omitempty"`
	// The size of the FlowFiles received from the remote process group in the last 5 minutes.
	BytesReceived *int64 `json:"bytesReceived,omitempty"`
	// The count/size of the flowfiles received from the remote process group in the last 5 minutes.
	Received *string `json:"received,omitempty"`
}

RemoteProcessGroupStatusSnapshotDTO struct for RemoteProcessGroupStatusSnapshotDTO

func NewRemoteProcessGroupStatusSnapshotDTO ¶

func NewRemoteProcessGroupStatusSnapshotDTO() *RemoteProcessGroupStatusSnapshotDTO

NewRemoteProcessGroupStatusSnapshotDTO instantiates a new RemoteProcessGroupStatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteProcessGroupStatusSnapshotDTOWithDefaults ¶

func NewRemoteProcessGroupStatusSnapshotDTOWithDefaults() *RemoteProcessGroupStatusSnapshotDTO

NewRemoteProcessGroupStatusSnapshotDTOWithDefaults instantiates a new RemoteProcessGroupStatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteProcessGroupStatusSnapshotDTO) GetActiveThreadCount ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetActiveThreadCountOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetBytesReceived ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetBytesReceived() int64

GetBytesReceived returns the BytesReceived field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetBytesReceivedOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetBytesReceivedOk() (*int64, bool)

GetBytesReceivedOk returns a tuple with the BytesReceived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetBytesSent ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetBytesSent() int64

GetBytesSent returns the BytesSent field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetBytesSentOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetBytesSentOk() (*int64, bool)

GetBytesSentOk returns a tuple with the BytesSent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetFlowFilesReceived ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetFlowFilesReceived() int32

GetFlowFilesReceived returns the FlowFilesReceived field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetFlowFilesReceivedOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetFlowFilesReceivedOk() (*int32, bool)

GetFlowFilesReceivedOk returns a tuple with the FlowFilesReceived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetFlowFilesSent ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetFlowFilesSent() int32

GetFlowFilesSent returns the FlowFilesSent field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetFlowFilesSentOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetFlowFilesSentOk() (*int32, bool)

GetFlowFilesSentOk returns a tuple with the FlowFilesSent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetGroupId ¶

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetGroupIdOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetNameOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetReceived ¶

GetReceived returns the Received field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetReceivedOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetReceivedOk() (*string, bool)

GetReceivedOk returns a tuple with the Received field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetSent ¶

GetSent returns the Sent field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetSentOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetSentOk() (*string, bool)

GetSentOk returns a tuple with the Sent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetTargetUri ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetTargetUri() string

GetTargetUri returns the TargetUri field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetTargetUriOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetTargetUriOk() (*string, bool)

GetTargetUriOk returns a tuple with the TargetUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) GetTransmissionStatus ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetTransmissionStatus() string

GetTransmissionStatus returns the TransmissionStatus field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotDTO) GetTransmissionStatusOk ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) GetTransmissionStatusOk() (*string, bool)

GetTransmissionStatusOk returns a tuple with the TransmissionStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasActiveThreadCount ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasBytesReceived ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) HasBytesReceived() bool

HasBytesReceived returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasBytesSent ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) HasBytesSent() bool

HasBytesSent returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasFlowFilesReceived ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) HasFlowFilesReceived() bool

HasFlowFilesReceived returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasFlowFilesSent ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) HasFlowFilesSent() bool

HasFlowFilesSent returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasGroupId ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasId ¶

HasId returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasName ¶

HasName returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasReceived ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) HasReceived() bool

HasReceived returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasSent ¶

HasSent returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasTargetUri ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) HasTargetUri() bool

HasTargetUri returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotDTO) HasTransmissionStatus ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) HasTransmissionStatus() bool

HasTransmissionStatus returns a boolean if a field has been set.

func (RemoteProcessGroupStatusSnapshotDTO) MarshalJSON ¶

func (o RemoteProcessGroupStatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*RemoteProcessGroupStatusSnapshotDTO) SetActiveThreadCount ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetBytesReceived ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) SetBytesReceived(v int64)

SetBytesReceived gets a reference to the given int64 and assigns it to the BytesReceived field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetBytesSent ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) SetBytesSent(v int64)

SetBytesSent gets a reference to the given int64 and assigns it to the BytesSent field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetFlowFilesReceived ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) SetFlowFilesReceived(v int32)

SetFlowFilesReceived gets a reference to the given int32 and assigns it to the FlowFilesReceived field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetFlowFilesSent ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) SetFlowFilesSent(v int32)

SetFlowFilesSent gets a reference to the given int32 and assigns it to the FlowFilesSent field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetGroupId ¶

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetName ¶

SetName gets a reference to the given string and assigns it to the Name field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetReceived ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) SetReceived(v string)

SetReceived gets a reference to the given string and assigns it to the Received field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetSent ¶

SetSent gets a reference to the given string and assigns it to the Sent field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetTargetUri ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) SetTargetUri(v string)

SetTargetUri gets a reference to the given string and assigns it to the TargetUri field.

func (*RemoteProcessGroupStatusSnapshotDTO) SetTransmissionStatus ¶

func (o *RemoteProcessGroupStatusSnapshotDTO) SetTransmissionStatus(v string)

SetTransmissionStatus gets a reference to the given string and assigns it to the TransmissionStatus field.

func (RemoteProcessGroupStatusSnapshotDTO) ToMap ¶

func (o RemoteProcessGroupStatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type RemoteProcessGroupStatusSnapshotEntity ¶

type RemoteProcessGroupStatusSnapshotEntity struct {
	// The id of the remote process group.
	Id                               *string                              `json:"id,omitempty"`
	RemoteProcessGroupStatusSnapshot *RemoteProcessGroupStatusSnapshotDTO `json:"remoteProcessGroupStatusSnapshot,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

RemoteProcessGroupStatusSnapshotEntity struct for RemoteProcessGroupStatusSnapshotEntity

func NewRemoteProcessGroupStatusSnapshotEntity ¶

func NewRemoteProcessGroupStatusSnapshotEntity() *RemoteProcessGroupStatusSnapshotEntity

NewRemoteProcessGroupStatusSnapshotEntity instantiates a new RemoteProcessGroupStatusSnapshotEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteProcessGroupStatusSnapshotEntityWithDefaults ¶

func NewRemoteProcessGroupStatusSnapshotEntityWithDefaults() *RemoteProcessGroupStatusSnapshotEntity

NewRemoteProcessGroupStatusSnapshotEntityWithDefaults instantiates a new RemoteProcessGroupStatusSnapshotEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteProcessGroupStatusSnapshotEntity) GetCanRead ¶

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotEntity) GetCanReadOk ¶

func (o *RemoteProcessGroupStatusSnapshotEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotEntity) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotEntity) GetRemoteProcessGroupStatusSnapshot ¶

func (o *RemoteProcessGroupStatusSnapshotEntity) GetRemoteProcessGroupStatusSnapshot() RemoteProcessGroupStatusSnapshotDTO

GetRemoteProcessGroupStatusSnapshot returns the RemoteProcessGroupStatusSnapshot field value if set, zero value otherwise.

func (*RemoteProcessGroupStatusSnapshotEntity) GetRemoteProcessGroupStatusSnapshotOk ¶

func (o *RemoteProcessGroupStatusSnapshotEntity) GetRemoteProcessGroupStatusSnapshotOk() (*RemoteProcessGroupStatusSnapshotDTO, bool)

GetRemoteProcessGroupStatusSnapshotOk returns a tuple with the RemoteProcessGroupStatusSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupStatusSnapshotEntity) HasCanRead ¶

HasCanRead returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*RemoteProcessGroupStatusSnapshotEntity) HasRemoteProcessGroupStatusSnapshot ¶

func (o *RemoteProcessGroupStatusSnapshotEntity) HasRemoteProcessGroupStatusSnapshot() bool

HasRemoteProcessGroupStatusSnapshot returns a boolean if a field has been set.

func (RemoteProcessGroupStatusSnapshotEntity) MarshalJSON ¶

func (o RemoteProcessGroupStatusSnapshotEntity) MarshalJSON() ([]byte, error)

func (*RemoteProcessGroupStatusSnapshotEntity) SetCanRead ¶

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*RemoteProcessGroupStatusSnapshotEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*RemoteProcessGroupStatusSnapshotEntity) SetRemoteProcessGroupStatusSnapshot ¶

func (o *RemoteProcessGroupStatusSnapshotEntity) SetRemoteProcessGroupStatusSnapshot(v RemoteProcessGroupStatusSnapshotDTO)

SetRemoteProcessGroupStatusSnapshot gets a reference to the given RemoteProcessGroupStatusSnapshotDTO and assigns it to the RemoteProcessGroupStatusSnapshot field.

func (RemoteProcessGroupStatusSnapshotEntity) ToMap ¶

func (o RemoteProcessGroupStatusSnapshotEntity) ToMap() (map[string]interface{}, error)

type RemoteProcessGroupsAPIGetRemoteProcessGroupRequest ¶

type RemoteProcessGroupsAPIGetRemoteProcessGroupRequest struct {
	ApiService *RemoteProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsAPIGetRemoteProcessGroupRequest) Execute ¶

type RemoteProcessGroupsAPIGetStateRequest ¶

type RemoteProcessGroupsAPIGetStateRequest struct {
	ApiService *RemoteProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsAPIGetStateRequest) Execute ¶

type RemoteProcessGroupsAPIRemoveRemoteProcessGroupRequest ¶

type RemoteProcessGroupsAPIRemoveRemoteProcessGroupRequest struct {
	ApiService *RemoteProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsAPIRemoveRemoteProcessGroupRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (RemoteProcessGroupsAPIRemoveRemoteProcessGroupRequest) DisconnectedNodeAcknowledged ¶

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (RemoteProcessGroupsAPIRemoveRemoteProcessGroupRequest) Execute ¶

func (RemoteProcessGroupsAPIRemoveRemoteProcessGroupRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type RemoteProcessGroupsAPIService ¶

type RemoteProcessGroupsAPIService service

RemoteProcessGroupsAPIService RemoteProcessGroupsAPI service

func (*RemoteProcessGroupsAPIService) GetRemoteProcessGroup ¶

GetRemoteProcessGroup Gets a remote process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The remote process group id.
@return RemoteProcessGroupsAPIGetRemoteProcessGroupRequest

func (*RemoteProcessGroupsAPIService) GetRemoteProcessGroupExecute ¶

Execute executes the request

@return RemoteProcessGroupEntity

func (*RemoteProcessGroupsAPIService) GetState ¶

GetState Gets the state for a RemoteProcessGroup

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The processor id.
@return RemoteProcessGroupsAPIGetStateRequest

func (*RemoteProcessGroupsAPIService) GetStateExecute ¶

Execute executes the request

@return ComponentStateEntity

func (*RemoteProcessGroupsAPIService) RemoveRemoteProcessGroup ¶

RemoveRemoteProcessGroup Deletes a remote process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The remote process group id.
@return RemoteProcessGroupsAPIRemoveRemoteProcessGroupRequest

func (*RemoteProcessGroupsAPIService) RemoveRemoteProcessGroupExecute ¶

Execute executes the request

@return RemoteProcessGroupEntity

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroup ¶

UpdateRemoteProcessGroup Updates a remote process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The remote process group id.
@return RemoteProcessGroupsAPIUpdateRemoteProcessGroupRequest

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupExecute ¶

Execute executes the request

@return RemoteProcessGroupEntity

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupInputPort ¶

UpdateRemoteProcessGroupInputPort Updates a remote port

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The remote process group id.
@param portId The remote process group port id.
@return RemoteProcessGroupsAPIUpdateRemoteProcessGroupInputPortRequest

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupInputPortExecute ¶

Execute executes the request

@return RemoteProcessGroupPortEntity

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupInputPortRunStatus ¶

UpdateRemoteProcessGroupInputPortRunStatus Updates run status of a remote port

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The remote process group id.
@param portId The remote process group port id.
@return RemoteProcessGroupsAPIUpdateRemoteProcessGroupInputPortRunStatusRequest

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupInputPortRunStatusExecute ¶

Execute executes the request

@return RemoteProcessGroupPortEntity

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupOutputPort ¶

UpdateRemoteProcessGroupOutputPort Updates a remote port

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The remote process group id.
@param portId The remote process group port id.
@return RemoteProcessGroupsAPIUpdateRemoteProcessGroupOutputPortRequest

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupOutputPortExecute ¶

Execute executes the request

@return RemoteProcessGroupPortEntity

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupOutputPortRunStatus ¶

UpdateRemoteProcessGroupOutputPortRunStatus Updates run status of a remote port

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The remote process group id.
@param portId The remote process group port id.
@return RemoteProcessGroupsAPIUpdateRemoteProcessGroupOutputPortRunStatusRequest

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupOutputPortRunStatusExecute ¶

Execute executes the request

@return RemoteProcessGroupPortEntity

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupRunStatus ¶

UpdateRemoteProcessGroupRunStatus Updates run status of a remote process group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The remote process group id.
@return RemoteProcessGroupsAPIUpdateRemoteProcessGroupRunStatusRequest

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupRunStatusExecute ¶

Execute executes the request

@return RemoteProcessGroupEntity

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupRunStatuses ¶

UpdateRemoteProcessGroupRunStatuses Updates run status of all remote process groups in a process group (recursively)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return RemoteProcessGroupsAPIUpdateRemoteProcessGroupRunStatusesRequest

func (*RemoteProcessGroupsAPIService) UpdateRemoteProcessGroupRunStatusesExecute ¶

Execute executes the request

@return RemoteProcessGroupEntity

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupInputPortRequest ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupInputPortRequest struct {
	ApiService *RemoteProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupInputPortRequest) Body ¶

The remote process group port.

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupInputPortRequest) Execute ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupInputPortRunStatusRequest ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupInputPortRunStatusRequest struct {
	ApiService *RemoteProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupInputPortRunStatusRequest) Body ¶

The remote process group port.

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupInputPortRunStatusRequest) Execute ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupOutputPortRequest ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupOutputPortRequest struct {
	ApiService *RemoteProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupOutputPortRequest) Body ¶

The remote process group port.

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupOutputPortRequest) Execute ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupOutputPortRunStatusRequest ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupOutputPortRunStatusRequest struct {
	ApiService *RemoteProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupOutputPortRunStatusRequest) Body ¶

The remote process group port.

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupOutputPortRunStatusRequest) Execute ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupRequest ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupRequest struct {
	ApiService *RemoteProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupRequest) Body ¶

The remote process group.

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupRequest) Execute ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupRunStatusRequest ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupRunStatusRequest struct {
	ApiService *RemoteProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupRunStatusRequest) Body ¶

The remote process group run status.

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupRunStatusRequest) Execute ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupRunStatusesRequest ¶

type RemoteProcessGroupsAPIUpdateRemoteProcessGroupRunStatusesRequest struct {
	ApiService *RemoteProcessGroupsAPIService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupRunStatusesRequest) Body ¶

The remote process groups run status.

func (RemoteProcessGroupsAPIUpdateRemoteProcessGroupRunStatusesRequest) Execute ¶

type RemoteProcessGroupsEntity ¶

type RemoteProcessGroupsEntity struct {
	RemoteProcessGroups []RemoteProcessGroupEntity `json:"remoteProcessGroups,omitempty"`
}

RemoteProcessGroupsEntity struct for RemoteProcessGroupsEntity

func NewRemoteProcessGroupsEntity ¶

func NewRemoteProcessGroupsEntity() *RemoteProcessGroupsEntity

NewRemoteProcessGroupsEntity instantiates a new RemoteProcessGroupsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteProcessGroupsEntityWithDefaults ¶

func NewRemoteProcessGroupsEntityWithDefaults() *RemoteProcessGroupsEntity

NewRemoteProcessGroupsEntityWithDefaults instantiates a new RemoteProcessGroupsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteProcessGroupsEntity) GetRemoteProcessGroups ¶

func (o *RemoteProcessGroupsEntity) GetRemoteProcessGroups() []RemoteProcessGroupEntity

GetRemoteProcessGroups returns the RemoteProcessGroups field value if set, zero value otherwise.

func (*RemoteProcessGroupsEntity) GetRemoteProcessGroupsOk ¶

func (o *RemoteProcessGroupsEntity) GetRemoteProcessGroupsOk() ([]RemoteProcessGroupEntity, bool)

GetRemoteProcessGroupsOk returns a tuple with the RemoteProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteProcessGroupsEntity) HasRemoteProcessGroups ¶

func (o *RemoteProcessGroupsEntity) HasRemoteProcessGroups() bool

HasRemoteProcessGroups returns a boolean if a field has been set.

func (RemoteProcessGroupsEntity) MarshalJSON ¶

func (o RemoteProcessGroupsEntity) MarshalJSON() ([]byte, error)

func (*RemoteProcessGroupsEntity) SetRemoteProcessGroups ¶

func (o *RemoteProcessGroupsEntity) SetRemoteProcessGroups(v []RemoteProcessGroupEntity)

SetRemoteProcessGroups gets a reference to the given []RemoteProcessGroupEntity and assigns it to the RemoteProcessGroups field.

func (RemoteProcessGroupsEntity) ToMap ¶

func (o RemoteProcessGroupsEntity) ToMap() (map[string]interface{}, error)

type RemoteQueuePartitionDTO ¶

type RemoteQueuePartitionDTO struct {
	// Total number of FlowFiles owned by the Connection
	TotalFlowFileCount *int32 `json:"totalFlowFileCount,omitempty"`
	// Total number of bytes that make up the content for the FlowFiles owned by this Connection
	TotalByteCount *int64 `json:"totalByteCount,omitempty"`
	// Total number of FlowFiles that exist in the Connection's Active Queue, immediately available to be offered up to a component
	ActiveQueueFlowFileCount *int32 `json:"activeQueueFlowFileCount,omitempty"`
	// Total number of bytes that make up the content for the FlowFiles that are present in the Connection's Active Queue
	ActiveQueueByteCount *int64 `json:"activeQueueByteCount,omitempty"`
	// The total number of FlowFiles that are swapped out for this Connection
	SwapFlowFileCount *int32 `json:"swapFlowFileCount,omitempty"`
	// Total number of bytes that make up the content for the FlowFiles that are swapped out to disk for the Connection
	SwapByteCount *int64 `json:"swapByteCount,omitempty"`
	// The number of Swap Files that exist for this Connection
	SwapFiles *int32 `json:"swapFiles,omitempty"`
	// The number of In-Flight FlowFiles for this Connection. These are FlowFiles that belong to the connection but are currently being operated on by a Processor, Port, etc.
	InFlightFlowFileCount *int32 `json:"inFlightFlowFileCount,omitempty"`
	// The number bytes that make up the content of the FlowFiles that are In-Flight
	InFlightByteCount *int64 `json:"inFlightByteCount,omitempty"`
	// The Node Identifier that this queue partition is sending to
	NodeIdentifier *string `json:"nodeIdentifier,omitempty"`
}

RemoteQueuePartitionDTO struct for RemoteQueuePartitionDTO

func NewRemoteQueuePartitionDTO ¶

func NewRemoteQueuePartitionDTO() *RemoteQueuePartitionDTO

NewRemoteQueuePartitionDTO instantiates a new RemoteQueuePartitionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRemoteQueuePartitionDTOWithDefaults ¶

func NewRemoteQueuePartitionDTOWithDefaults() *RemoteQueuePartitionDTO

NewRemoteQueuePartitionDTOWithDefaults instantiates a new RemoteQueuePartitionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RemoteQueuePartitionDTO) GetActiveQueueByteCount ¶

func (o *RemoteQueuePartitionDTO) GetActiveQueueByteCount() int64

GetActiveQueueByteCount returns the ActiveQueueByteCount field value if set, zero value otherwise.

func (*RemoteQueuePartitionDTO) GetActiveQueueByteCountOk ¶

func (o *RemoteQueuePartitionDTO) GetActiveQueueByteCountOk() (*int64, bool)

GetActiveQueueByteCountOk returns a tuple with the ActiveQueueByteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteQueuePartitionDTO) GetActiveQueueFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) GetActiveQueueFlowFileCount() int32

GetActiveQueueFlowFileCount returns the ActiveQueueFlowFileCount field value if set, zero value otherwise.

func (*RemoteQueuePartitionDTO) GetActiveQueueFlowFileCountOk ¶

func (o *RemoteQueuePartitionDTO) GetActiveQueueFlowFileCountOk() (*int32, bool)

GetActiveQueueFlowFileCountOk returns a tuple with the ActiveQueueFlowFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteQueuePartitionDTO) GetInFlightByteCount ¶

func (o *RemoteQueuePartitionDTO) GetInFlightByteCount() int64

GetInFlightByteCount returns the InFlightByteCount field value if set, zero value otherwise.

func (*RemoteQueuePartitionDTO) GetInFlightByteCountOk ¶

func (o *RemoteQueuePartitionDTO) GetInFlightByteCountOk() (*int64, bool)

GetInFlightByteCountOk returns a tuple with the InFlightByteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteQueuePartitionDTO) GetInFlightFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) GetInFlightFlowFileCount() int32

GetInFlightFlowFileCount returns the InFlightFlowFileCount field value if set, zero value otherwise.

func (*RemoteQueuePartitionDTO) GetInFlightFlowFileCountOk ¶

func (o *RemoteQueuePartitionDTO) GetInFlightFlowFileCountOk() (*int32, bool)

GetInFlightFlowFileCountOk returns a tuple with the InFlightFlowFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteQueuePartitionDTO) GetNodeIdentifier ¶

func (o *RemoteQueuePartitionDTO) GetNodeIdentifier() string

GetNodeIdentifier returns the NodeIdentifier field value if set, zero value otherwise.

func (*RemoteQueuePartitionDTO) GetNodeIdentifierOk ¶

func (o *RemoteQueuePartitionDTO) GetNodeIdentifierOk() (*string, bool)

GetNodeIdentifierOk returns a tuple with the NodeIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteQueuePartitionDTO) GetSwapByteCount ¶

func (o *RemoteQueuePartitionDTO) GetSwapByteCount() int64

GetSwapByteCount returns the SwapByteCount field value if set, zero value otherwise.

func (*RemoteQueuePartitionDTO) GetSwapByteCountOk ¶

func (o *RemoteQueuePartitionDTO) GetSwapByteCountOk() (*int64, bool)

GetSwapByteCountOk returns a tuple with the SwapByteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteQueuePartitionDTO) GetSwapFiles ¶

func (o *RemoteQueuePartitionDTO) GetSwapFiles() int32

GetSwapFiles returns the SwapFiles field value if set, zero value otherwise.

func (*RemoteQueuePartitionDTO) GetSwapFilesOk ¶

func (o *RemoteQueuePartitionDTO) GetSwapFilesOk() (*int32, bool)

GetSwapFilesOk returns a tuple with the SwapFiles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteQueuePartitionDTO) GetSwapFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) GetSwapFlowFileCount() int32

GetSwapFlowFileCount returns the SwapFlowFileCount field value if set, zero value otherwise.

func (*RemoteQueuePartitionDTO) GetSwapFlowFileCountOk ¶

func (o *RemoteQueuePartitionDTO) GetSwapFlowFileCountOk() (*int32, bool)

GetSwapFlowFileCountOk returns a tuple with the SwapFlowFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteQueuePartitionDTO) GetTotalByteCount ¶

func (o *RemoteQueuePartitionDTO) GetTotalByteCount() int64

GetTotalByteCount returns the TotalByteCount field value if set, zero value otherwise.

func (*RemoteQueuePartitionDTO) GetTotalByteCountOk ¶

func (o *RemoteQueuePartitionDTO) GetTotalByteCountOk() (*int64, bool)

GetTotalByteCountOk returns a tuple with the TotalByteCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteQueuePartitionDTO) GetTotalFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) GetTotalFlowFileCount() int32

GetTotalFlowFileCount returns the TotalFlowFileCount field value if set, zero value otherwise.

func (*RemoteQueuePartitionDTO) GetTotalFlowFileCountOk ¶

func (o *RemoteQueuePartitionDTO) GetTotalFlowFileCountOk() (*int32, bool)

GetTotalFlowFileCountOk returns a tuple with the TotalFlowFileCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RemoteQueuePartitionDTO) HasActiveQueueByteCount ¶

func (o *RemoteQueuePartitionDTO) HasActiveQueueByteCount() bool

HasActiveQueueByteCount returns a boolean if a field has been set.

func (*RemoteQueuePartitionDTO) HasActiveQueueFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) HasActiveQueueFlowFileCount() bool

HasActiveQueueFlowFileCount returns a boolean if a field has been set.

func (*RemoteQueuePartitionDTO) HasInFlightByteCount ¶

func (o *RemoteQueuePartitionDTO) HasInFlightByteCount() bool

HasInFlightByteCount returns a boolean if a field has been set.

func (*RemoteQueuePartitionDTO) HasInFlightFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) HasInFlightFlowFileCount() bool

HasInFlightFlowFileCount returns a boolean if a field has been set.

func (*RemoteQueuePartitionDTO) HasNodeIdentifier ¶

func (o *RemoteQueuePartitionDTO) HasNodeIdentifier() bool

HasNodeIdentifier returns a boolean if a field has been set.

func (*RemoteQueuePartitionDTO) HasSwapByteCount ¶

func (o *RemoteQueuePartitionDTO) HasSwapByteCount() bool

HasSwapByteCount returns a boolean if a field has been set.

func (*RemoteQueuePartitionDTO) HasSwapFiles ¶

func (o *RemoteQueuePartitionDTO) HasSwapFiles() bool

HasSwapFiles returns a boolean if a field has been set.

func (*RemoteQueuePartitionDTO) HasSwapFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) HasSwapFlowFileCount() bool

HasSwapFlowFileCount returns a boolean if a field has been set.

func (*RemoteQueuePartitionDTO) HasTotalByteCount ¶

func (o *RemoteQueuePartitionDTO) HasTotalByteCount() bool

HasTotalByteCount returns a boolean if a field has been set.

func (*RemoteQueuePartitionDTO) HasTotalFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) HasTotalFlowFileCount() bool

HasTotalFlowFileCount returns a boolean if a field has been set.

func (RemoteQueuePartitionDTO) MarshalJSON ¶

func (o RemoteQueuePartitionDTO) MarshalJSON() ([]byte, error)

func (*RemoteQueuePartitionDTO) SetActiveQueueByteCount ¶

func (o *RemoteQueuePartitionDTO) SetActiveQueueByteCount(v int64)

SetActiveQueueByteCount gets a reference to the given int64 and assigns it to the ActiveQueueByteCount field.

func (*RemoteQueuePartitionDTO) SetActiveQueueFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) SetActiveQueueFlowFileCount(v int32)

SetActiveQueueFlowFileCount gets a reference to the given int32 and assigns it to the ActiveQueueFlowFileCount field.

func (*RemoteQueuePartitionDTO) SetInFlightByteCount ¶

func (o *RemoteQueuePartitionDTO) SetInFlightByteCount(v int64)

SetInFlightByteCount gets a reference to the given int64 and assigns it to the InFlightByteCount field.

func (*RemoteQueuePartitionDTO) SetInFlightFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) SetInFlightFlowFileCount(v int32)

SetInFlightFlowFileCount gets a reference to the given int32 and assigns it to the InFlightFlowFileCount field.

func (*RemoteQueuePartitionDTO) SetNodeIdentifier ¶

func (o *RemoteQueuePartitionDTO) SetNodeIdentifier(v string)

SetNodeIdentifier gets a reference to the given string and assigns it to the NodeIdentifier field.

func (*RemoteQueuePartitionDTO) SetSwapByteCount ¶

func (o *RemoteQueuePartitionDTO) SetSwapByteCount(v int64)

SetSwapByteCount gets a reference to the given int64 and assigns it to the SwapByteCount field.

func (*RemoteQueuePartitionDTO) SetSwapFiles ¶

func (o *RemoteQueuePartitionDTO) SetSwapFiles(v int32)

SetSwapFiles gets a reference to the given int32 and assigns it to the SwapFiles field.

func (*RemoteQueuePartitionDTO) SetSwapFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) SetSwapFlowFileCount(v int32)

SetSwapFlowFileCount gets a reference to the given int32 and assigns it to the SwapFlowFileCount field.

func (*RemoteQueuePartitionDTO) SetTotalByteCount ¶

func (o *RemoteQueuePartitionDTO) SetTotalByteCount(v int64)

SetTotalByteCount gets a reference to the given int64 and assigns it to the TotalByteCount field.

func (*RemoteQueuePartitionDTO) SetTotalFlowFileCount ¶

func (o *RemoteQueuePartitionDTO) SetTotalFlowFileCount(v int32)

SetTotalFlowFileCount gets a reference to the given int32 and assigns it to the TotalFlowFileCount field.

func (RemoteQueuePartitionDTO) ToMap ¶

func (o RemoteQueuePartitionDTO) ToMap() (map[string]interface{}, error)

type ReplayLastEventRequestEntity ¶

type ReplayLastEventRequestEntity struct {
	// The UUID of the component whose last event should be replayed.
	ComponentId *string `json:"componentId,omitempty"`
	// Which nodes are to replay their last provenance event.
	Nodes *string `json:"nodes,omitempty"`
}

ReplayLastEventRequestEntity struct for ReplayLastEventRequestEntity

func NewReplayLastEventRequestEntity ¶

func NewReplayLastEventRequestEntity() *ReplayLastEventRequestEntity

NewReplayLastEventRequestEntity instantiates a new ReplayLastEventRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplayLastEventRequestEntityWithDefaults ¶

func NewReplayLastEventRequestEntityWithDefaults() *ReplayLastEventRequestEntity

NewReplayLastEventRequestEntityWithDefaults instantiates a new ReplayLastEventRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplayLastEventRequestEntity) GetComponentId ¶

func (o *ReplayLastEventRequestEntity) GetComponentId() string

GetComponentId returns the ComponentId field value if set, zero value otherwise.

func (*ReplayLastEventRequestEntity) GetComponentIdOk ¶

func (o *ReplayLastEventRequestEntity) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplayLastEventRequestEntity) GetNodes ¶

func (o *ReplayLastEventRequestEntity) GetNodes() string

GetNodes returns the Nodes field value if set, zero value otherwise.

func (*ReplayLastEventRequestEntity) GetNodesOk ¶

func (o *ReplayLastEventRequestEntity) GetNodesOk() (*string, bool)

GetNodesOk returns a tuple with the Nodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplayLastEventRequestEntity) HasComponentId ¶

func (o *ReplayLastEventRequestEntity) HasComponentId() bool

HasComponentId returns a boolean if a field has been set.

func (*ReplayLastEventRequestEntity) HasNodes ¶

func (o *ReplayLastEventRequestEntity) HasNodes() bool

HasNodes returns a boolean if a field has been set.

func (ReplayLastEventRequestEntity) MarshalJSON ¶

func (o ReplayLastEventRequestEntity) MarshalJSON() ([]byte, error)

func (*ReplayLastEventRequestEntity) SetComponentId ¶

func (o *ReplayLastEventRequestEntity) SetComponentId(v string)

SetComponentId gets a reference to the given string and assigns it to the ComponentId field.

func (*ReplayLastEventRequestEntity) SetNodes ¶

func (o *ReplayLastEventRequestEntity) SetNodes(v string)

SetNodes gets a reference to the given string and assigns it to the Nodes field.

func (ReplayLastEventRequestEntity) ToMap ¶

func (o ReplayLastEventRequestEntity) ToMap() (map[string]interface{}, error)

type ReplayLastEventResponseEntity ¶

type ReplayLastEventResponseEntity struct {
	// The UUID of the component whose last event should be replayed.
	ComponentId *string `json:"componentId,omitempty"`
	// Which nodes were requested to replay their last provenance event.
	Nodes             *string                     `json:"nodes,omitempty"`
	AggregateSnapshot *ReplayLastEventSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// The node-wise results
	NodeSnapshots []NodeReplayLastEventSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

ReplayLastEventResponseEntity struct for ReplayLastEventResponseEntity

func NewReplayLastEventResponseEntity ¶

func NewReplayLastEventResponseEntity() *ReplayLastEventResponseEntity

NewReplayLastEventResponseEntity instantiates a new ReplayLastEventResponseEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplayLastEventResponseEntityWithDefaults ¶

func NewReplayLastEventResponseEntityWithDefaults() *ReplayLastEventResponseEntity

NewReplayLastEventResponseEntityWithDefaults instantiates a new ReplayLastEventResponseEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplayLastEventResponseEntity) GetAggregateSnapshot ¶

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*ReplayLastEventResponseEntity) GetAggregateSnapshotOk ¶

func (o *ReplayLastEventResponseEntity) GetAggregateSnapshotOk() (*ReplayLastEventSnapshotDTO, bool)

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplayLastEventResponseEntity) GetComponentId ¶

func (o *ReplayLastEventResponseEntity) GetComponentId() string

GetComponentId returns the ComponentId field value if set, zero value otherwise.

func (*ReplayLastEventResponseEntity) GetComponentIdOk ¶

func (o *ReplayLastEventResponseEntity) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplayLastEventResponseEntity) GetNodeSnapshots ¶

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*ReplayLastEventResponseEntity) GetNodeSnapshotsOk ¶

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplayLastEventResponseEntity) GetNodes ¶

func (o *ReplayLastEventResponseEntity) GetNodes() string

GetNodes returns the Nodes field value if set, zero value otherwise.

func (*ReplayLastEventResponseEntity) GetNodesOk ¶

func (o *ReplayLastEventResponseEntity) GetNodesOk() (*string, bool)

GetNodesOk returns a tuple with the Nodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplayLastEventResponseEntity) HasAggregateSnapshot ¶

func (o *ReplayLastEventResponseEntity) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*ReplayLastEventResponseEntity) HasComponentId ¶

func (o *ReplayLastEventResponseEntity) HasComponentId() bool

HasComponentId returns a boolean if a field has been set.

func (*ReplayLastEventResponseEntity) HasNodeSnapshots ¶

func (o *ReplayLastEventResponseEntity) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (*ReplayLastEventResponseEntity) HasNodes ¶

func (o *ReplayLastEventResponseEntity) HasNodes() bool

HasNodes returns a boolean if a field has been set.

func (ReplayLastEventResponseEntity) MarshalJSON ¶

func (o ReplayLastEventResponseEntity) MarshalJSON() ([]byte, error)

func (*ReplayLastEventResponseEntity) SetAggregateSnapshot ¶

func (o *ReplayLastEventResponseEntity) SetAggregateSnapshot(v ReplayLastEventSnapshotDTO)

SetAggregateSnapshot gets a reference to the given ReplayLastEventSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*ReplayLastEventResponseEntity) SetComponentId ¶

func (o *ReplayLastEventResponseEntity) SetComponentId(v string)

SetComponentId gets a reference to the given string and assigns it to the ComponentId field.

func (*ReplayLastEventResponseEntity) SetNodeSnapshots ¶

SetNodeSnapshots gets a reference to the given []NodeReplayLastEventSnapshotDTO and assigns it to the NodeSnapshots field.

func (*ReplayLastEventResponseEntity) SetNodes ¶

func (o *ReplayLastEventResponseEntity) SetNodes(v string)

SetNodes gets a reference to the given string and assigns it to the Nodes field.

func (ReplayLastEventResponseEntity) ToMap ¶

func (o ReplayLastEventResponseEntity) ToMap() (map[string]interface{}, error)

type ReplayLastEventSnapshotDTO ¶

type ReplayLastEventSnapshotDTO struct {
	// The IDs of the events that were successfully replayed
	EventsReplayed []int64 `json:"eventsReplayed,omitempty"`
	// If unable to replay an event, specifies why the event could not be replayed
	FailureExplanation *string `json:"failureExplanation,omitempty"`
	// Whether or not an event was available. This may not be populated if there was a failure.
	EventAvailable *bool `json:"eventAvailable,omitempty"`
}

ReplayLastEventSnapshotDTO struct for ReplayLastEventSnapshotDTO

func NewReplayLastEventSnapshotDTO ¶

func NewReplayLastEventSnapshotDTO() *ReplayLastEventSnapshotDTO

NewReplayLastEventSnapshotDTO instantiates a new ReplayLastEventSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplayLastEventSnapshotDTOWithDefaults ¶

func NewReplayLastEventSnapshotDTOWithDefaults() *ReplayLastEventSnapshotDTO

NewReplayLastEventSnapshotDTOWithDefaults instantiates a new ReplayLastEventSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplayLastEventSnapshotDTO) GetEventAvailable ¶

func (o *ReplayLastEventSnapshotDTO) GetEventAvailable() bool

GetEventAvailable returns the EventAvailable field value if set, zero value otherwise.

func (*ReplayLastEventSnapshotDTO) GetEventAvailableOk ¶

func (o *ReplayLastEventSnapshotDTO) GetEventAvailableOk() (*bool, bool)

GetEventAvailableOk returns a tuple with the EventAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplayLastEventSnapshotDTO) GetEventsReplayed ¶

func (o *ReplayLastEventSnapshotDTO) GetEventsReplayed() []int64

GetEventsReplayed returns the EventsReplayed field value if set, zero value otherwise.

func (*ReplayLastEventSnapshotDTO) GetEventsReplayedOk ¶

func (o *ReplayLastEventSnapshotDTO) GetEventsReplayedOk() ([]int64, bool)

GetEventsReplayedOk returns a tuple with the EventsReplayed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplayLastEventSnapshotDTO) GetFailureExplanation ¶

func (o *ReplayLastEventSnapshotDTO) GetFailureExplanation() string

GetFailureExplanation returns the FailureExplanation field value if set, zero value otherwise.

func (*ReplayLastEventSnapshotDTO) GetFailureExplanationOk ¶

func (o *ReplayLastEventSnapshotDTO) GetFailureExplanationOk() (*string, bool)

GetFailureExplanationOk returns a tuple with the FailureExplanation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplayLastEventSnapshotDTO) HasEventAvailable ¶

func (o *ReplayLastEventSnapshotDTO) HasEventAvailable() bool

HasEventAvailable returns a boolean if a field has been set.

func (*ReplayLastEventSnapshotDTO) HasEventsReplayed ¶

func (o *ReplayLastEventSnapshotDTO) HasEventsReplayed() bool

HasEventsReplayed returns a boolean if a field has been set.

func (*ReplayLastEventSnapshotDTO) HasFailureExplanation ¶

func (o *ReplayLastEventSnapshotDTO) HasFailureExplanation() bool

HasFailureExplanation returns a boolean if a field has been set.

func (ReplayLastEventSnapshotDTO) MarshalJSON ¶

func (o ReplayLastEventSnapshotDTO) MarshalJSON() ([]byte, error)

func (*ReplayLastEventSnapshotDTO) SetEventAvailable ¶

func (o *ReplayLastEventSnapshotDTO) SetEventAvailable(v bool)

SetEventAvailable gets a reference to the given bool and assigns it to the EventAvailable field.

func (*ReplayLastEventSnapshotDTO) SetEventsReplayed ¶

func (o *ReplayLastEventSnapshotDTO) SetEventsReplayed(v []int64)

SetEventsReplayed gets a reference to the given []int64 and assigns it to the EventsReplayed field.

func (*ReplayLastEventSnapshotDTO) SetFailureExplanation ¶

func (o *ReplayLastEventSnapshotDTO) SetFailureExplanation(v string)

SetFailureExplanation gets a reference to the given string and assigns it to the FailureExplanation field.

func (ReplayLastEventSnapshotDTO) ToMap ¶

func (o ReplayLastEventSnapshotDTO) ToMap() (map[string]interface{}, error)

type ReportingTaskDTO ¶

type ReportingTaskDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The name of the reporting task.
	Name *string `json:"name,omitempty"`
	// The fully qualified type of the reporting task.
	Type   *string    `json:"type,omitempty"`
	Bundle *BundleDTO `json:"bundle,omitempty"`
	// The state of the reporting task.
	State *string `json:"state,omitempty"`
	// The comments of the reporting task.
	Comments *string `json:"comments,omitempty"`
	// Whether the reporting task persists state.
	PersistsState *bool `json:"persistsState,omitempty"`
	// Whether the reporting task requires elevated privileges.
	Restricted *bool `json:"restricted,omitempty"`
	// Whether the reporting task has been deprecated.
	Deprecated *bool `json:"deprecated,omitempty"`
	// Whether the reporting task has multiple versions available.
	MultipleVersionsAvailable *bool `json:"multipleVersionsAvailable,omitempty"`
	// Whether the reporting task supports sensitive dynamic properties.
	SupportsSensitiveDynamicProperties *bool `json:"supportsSensitiveDynamicProperties,omitempty"`
	// The frequency with which to schedule the reporting task. The format of the value will depend on the value of the schedulingStrategy.
	SchedulingPeriod *string `json:"schedulingPeriod,omitempty"`
	// The scheduling strategy that determines how the schedulingPeriod value should be interpreted.
	SchedulingStrategy *string `json:"schedulingStrategy,omitempty"`
	// The default scheduling period for the different scheduling strategies.
	DefaultSchedulingPeriod *map[string]string `json:"defaultSchedulingPeriod,omitempty"`
	// The properties of the reporting task.
	Properties *map[string]string `json:"properties,omitempty"`
	// The descriptors for the reporting tasks properties.
	Descriptors *map[string]PropertyDescriptorDTO `json:"descriptors,omitempty"`
	// Set of sensitive dynamic property names
	SensitiveDynamicPropertyNames []string `json:"sensitiveDynamicPropertyNames,omitempty"`
	// The URL for the custom configuration UI for the reporting task.
	CustomUiUrl *string `json:"customUiUrl,omitempty"`
	// The annotation data for the repoting task. This is how the custom UI relays configuration to the reporting task.
	AnnotationData *string `json:"annotationData,omitempty"`
	// Gets the validation errors from the reporting task. These validation errors represent the problems with the reporting task that must be resolved before it can be scheduled to run.
	ValidationErrors []string `json:"validationErrors,omitempty"`
	// Indicates whether the Reporting Task is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the Reporting Task is valid)
	ValidationStatus *string `json:"validationStatus,omitempty"`
	// The number of active threads for the reporting task.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
	// Whether the underlying extension is missing.
	ExtensionMissing *bool `json:"extensionMissing,omitempty"`
}

ReportingTaskDTO struct for ReportingTaskDTO

func NewReportingTaskDTO ¶

func NewReportingTaskDTO() *ReportingTaskDTO

NewReportingTaskDTO instantiates a new ReportingTaskDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingTaskDTOWithDefaults ¶

func NewReportingTaskDTOWithDefaults() *ReportingTaskDTO

NewReportingTaskDTOWithDefaults instantiates a new ReportingTaskDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingTaskDTO) GetActiveThreadCount ¶

func (o *ReportingTaskDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetActiveThreadCountOk ¶

func (o *ReportingTaskDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetAnnotationData ¶

func (o *ReportingTaskDTO) GetAnnotationData() string

GetAnnotationData returns the AnnotationData field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetAnnotationDataOk ¶

func (o *ReportingTaskDTO) GetAnnotationDataOk() (*string, bool)

GetAnnotationDataOk returns a tuple with the AnnotationData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetBundle ¶

func (o *ReportingTaskDTO) GetBundle() BundleDTO

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetBundleOk ¶

func (o *ReportingTaskDTO) GetBundleOk() (*BundleDTO, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetComments ¶

func (o *ReportingTaskDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetCommentsOk ¶

func (o *ReportingTaskDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetCustomUiUrl ¶

func (o *ReportingTaskDTO) GetCustomUiUrl() string

GetCustomUiUrl returns the CustomUiUrl field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetCustomUiUrlOk ¶

func (o *ReportingTaskDTO) GetCustomUiUrlOk() (*string, bool)

GetCustomUiUrlOk returns a tuple with the CustomUiUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetDefaultSchedulingPeriod ¶

func (o *ReportingTaskDTO) GetDefaultSchedulingPeriod() map[string]string

GetDefaultSchedulingPeriod returns the DefaultSchedulingPeriod field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetDefaultSchedulingPeriodOk ¶

func (o *ReportingTaskDTO) GetDefaultSchedulingPeriodOk() (*map[string]string, bool)

GetDefaultSchedulingPeriodOk returns a tuple with the DefaultSchedulingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetDeprecated ¶

func (o *ReportingTaskDTO) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetDeprecatedOk ¶

func (o *ReportingTaskDTO) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetDescriptors ¶

func (o *ReportingTaskDTO) GetDescriptors() map[string]PropertyDescriptorDTO

GetDescriptors returns the Descriptors field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetDescriptorsOk ¶

func (o *ReportingTaskDTO) GetDescriptorsOk() (*map[string]PropertyDescriptorDTO, bool)

GetDescriptorsOk returns a tuple with the Descriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetExtensionMissing ¶

func (o *ReportingTaskDTO) GetExtensionMissing() bool

GetExtensionMissing returns the ExtensionMissing field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetExtensionMissingOk ¶

func (o *ReportingTaskDTO) GetExtensionMissingOk() (*bool, bool)

GetExtensionMissingOk returns a tuple with the ExtensionMissing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetId ¶

func (o *ReportingTaskDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetIdOk ¶

func (o *ReportingTaskDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetMultipleVersionsAvailable ¶

func (o *ReportingTaskDTO) GetMultipleVersionsAvailable() bool

GetMultipleVersionsAvailable returns the MultipleVersionsAvailable field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetMultipleVersionsAvailableOk ¶

func (o *ReportingTaskDTO) GetMultipleVersionsAvailableOk() (*bool, bool)

GetMultipleVersionsAvailableOk returns a tuple with the MultipleVersionsAvailable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetName ¶

func (o *ReportingTaskDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetNameOk ¶

func (o *ReportingTaskDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetParentGroupId ¶

func (o *ReportingTaskDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetParentGroupIdOk ¶

func (o *ReportingTaskDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetPersistsState ¶

func (o *ReportingTaskDTO) GetPersistsState() bool

GetPersistsState returns the PersistsState field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetPersistsStateOk ¶

func (o *ReportingTaskDTO) GetPersistsStateOk() (*bool, bool)

GetPersistsStateOk returns a tuple with the PersistsState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetPosition ¶

func (o *ReportingTaskDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetPositionOk ¶

func (o *ReportingTaskDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetProperties ¶

func (o *ReportingTaskDTO) GetProperties() map[string]string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetPropertiesOk ¶

func (o *ReportingTaskDTO) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetRestricted ¶

func (o *ReportingTaskDTO) GetRestricted() bool

GetRestricted returns the Restricted field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetRestrictedOk ¶

func (o *ReportingTaskDTO) GetRestrictedOk() (*bool, bool)

GetRestrictedOk returns a tuple with the Restricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetSchedulingPeriod ¶

func (o *ReportingTaskDTO) GetSchedulingPeriod() string

GetSchedulingPeriod returns the SchedulingPeriod field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetSchedulingPeriodOk ¶

func (o *ReportingTaskDTO) GetSchedulingPeriodOk() (*string, bool)

GetSchedulingPeriodOk returns a tuple with the SchedulingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetSchedulingStrategy ¶

func (o *ReportingTaskDTO) GetSchedulingStrategy() string

GetSchedulingStrategy returns the SchedulingStrategy field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetSchedulingStrategyOk ¶

func (o *ReportingTaskDTO) GetSchedulingStrategyOk() (*string, bool)

GetSchedulingStrategyOk returns a tuple with the SchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetSensitiveDynamicPropertyNames ¶

func (o *ReportingTaskDTO) GetSensitiveDynamicPropertyNames() []string

GetSensitiveDynamicPropertyNames returns the SensitiveDynamicPropertyNames field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetSensitiveDynamicPropertyNamesOk ¶

func (o *ReportingTaskDTO) GetSensitiveDynamicPropertyNamesOk() ([]string, bool)

GetSensitiveDynamicPropertyNamesOk returns a tuple with the SensitiveDynamicPropertyNames field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetState ¶

func (o *ReportingTaskDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetStateOk ¶

func (o *ReportingTaskDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetSupportsSensitiveDynamicProperties ¶

func (o *ReportingTaskDTO) GetSupportsSensitiveDynamicProperties() bool

GetSupportsSensitiveDynamicProperties returns the SupportsSensitiveDynamicProperties field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetSupportsSensitiveDynamicPropertiesOk ¶

func (o *ReportingTaskDTO) GetSupportsSensitiveDynamicPropertiesOk() (*bool, bool)

GetSupportsSensitiveDynamicPropertiesOk returns a tuple with the SupportsSensitiveDynamicProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetType ¶

func (o *ReportingTaskDTO) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetTypeOk ¶

func (o *ReportingTaskDTO) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetValidationErrors ¶

func (o *ReportingTaskDTO) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetValidationErrorsOk ¶

func (o *ReportingTaskDTO) GetValidationErrorsOk() ([]string, bool)

GetValidationErrorsOk returns a tuple with the ValidationErrors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetValidationStatus ¶

func (o *ReportingTaskDTO) GetValidationStatus() string

GetValidationStatus returns the ValidationStatus field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetValidationStatusOk ¶

func (o *ReportingTaskDTO) GetValidationStatusOk() (*string, bool)

GetValidationStatusOk returns a tuple with the ValidationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) GetVersionedComponentId ¶

func (o *ReportingTaskDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*ReportingTaskDTO) GetVersionedComponentIdOk ¶

func (o *ReportingTaskDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDTO) HasActiveThreadCount ¶

func (o *ReportingTaskDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasAnnotationData ¶

func (o *ReportingTaskDTO) HasAnnotationData() bool

HasAnnotationData returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasBundle ¶

func (o *ReportingTaskDTO) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasComments ¶

func (o *ReportingTaskDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasCustomUiUrl ¶

func (o *ReportingTaskDTO) HasCustomUiUrl() bool

HasCustomUiUrl returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasDefaultSchedulingPeriod ¶

func (o *ReportingTaskDTO) HasDefaultSchedulingPeriod() bool

HasDefaultSchedulingPeriod returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasDeprecated ¶

func (o *ReportingTaskDTO) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasDescriptors ¶

func (o *ReportingTaskDTO) HasDescriptors() bool

HasDescriptors returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasExtensionMissing ¶

func (o *ReportingTaskDTO) HasExtensionMissing() bool

HasExtensionMissing returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasId ¶

func (o *ReportingTaskDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasMultipleVersionsAvailable ¶

func (o *ReportingTaskDTO) HasMultipleVersionsAvailable() bool

HasMultipleVersionsAvailable returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasName ¶

func (o *ReportingTaskDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasParentGroupId ¶

func (o *ReportingTaskDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasPersistsState ¶

func (o *ReportingTaskDTO) HasPersistsState() bool

HasPersistsState returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasPosition ¶

func (o *ReportingTaskDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasProperties ¶

func (o *ReportingTaskDTO) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasRestricted ¶

func (o *ReportingTaskDTO) HasRestricted() bool

HasRestricted returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasSchedulingPeriod ¶

func (o *ReportingTaskDTO) HasSchedulingPeriod() bool

HasSchedulingPeriod returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasSchedulingStrategy ¶

func (o *ReportingTaskDTO) HasSchedulingStrategy() bool

HasSchedulingStrategy returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasSensitiveDynamicPropertyNames ¶

func (o *ReportingTaskDTO) HasSensitiveDynamicPropertyNames() bool

HasSensitiveDynamicPropertyNames returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasState ¶

func (o *ReportingTaskDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasSupportsSensitiveDynamicProperties ¶

func (o *ReportingTaskDTO) HasSupportsSensitiveDynamicProperties() bool

HasSupportsSensitiveDynamicProperties returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasType ¶

func (o *ReportingTaskDTO) HasType() bool

HasType returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasValidationErrors ¶

func (o *ReportingTaskDTO) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasValidationStatus ¶

func (o *ReportingTaskDTO) HasValidationStatus() bool

HasValidationStatus returns a boolean if a field has been set.

func (*ReportingTaskDTO) HasVersionedComponentId ¶

func (o *ReportingTaskDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (ReportingTaskDTO) MarshalJSON ¶

func (o ReportingTaskDTO) MarshalJSON() ([]byte, error)

func (*ReportingTaskDTO) SetActiveThreadCount ¶

func (o *ReportingTaskDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*ReportingTaskDTO) SetAnnotationData ¶

func (o *ReportingTaskDTO) SetAnnotationData(v string)

SetAnnotationData gets a reference to the given string and assigns it to the AnnotationData field.

func (*ReportingTaskDTO) SetBundle ¶

func (o *ReportingTaskDTO) SetBundle(v BundleDTO)

SetBundle gets a reference to the given BundleDTO and assigns it to the Bundle field.

func (*ReportingTaskDTO) SetComments ¶

func (o *ReportingTaskDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*ReportingTaskDTO) SetCustomUiUrl ¶

func (o *ReportingTaskDTO) SetCustomUiUrl(v string)

SetCustomUiUrl gets a reference to the given string and assigns it to the CustomUiUrl field.

func (*ReportingTaskDTO) SetDefaultSchedulingPeriod ¶

func (o *ReportingTaskDTO) SetDefaultSchedulingPeriod(v map[string]string)

SetDefaultSchedulingPeriod gets a reference to the given map[string]string and assigns it to the DefaultSchedulingPeriod field.

func (*ReportingTaskDTO) SetDeprecated ¶

func (o *ReportingTaskDTO) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*ReportingTaskDTO) SetDescriptors ¶

func (o *ReportingTaskDTO) SetDescriptors(v map[string]PropertyDescriptorDTO)

SetDescriptors gets a reference to the given map[string]PropertyDescriptorDTO and assigns it to the Descriptors field.

func (*ReportingTaskDTO) SetExtensionMissing ¶

func (o *ReportingTaskDTO) SetExtensionMissing(v bool)

SetExtensionMissing gets a reference to the given bool and assigns it to the ExtensionMissing field.

func (*ReportingTaskDTO) SetId ¶

func (o *ReportingTaskDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ReportingTaskDTO) SetMultipleVersionsAvailable ¶

func (o *ReportingTaskDTO) SetMultipleVersionsAvailable(v bool)

SetMultipleVersionsAvailable gets a reference to the given bool and assigns it to the MultipleVersionsAvailable field.

func (*ReportingTaskDTO) SetName ¶

func (o *ReportingTaskDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*ReportingTaskDTO) SetParentGroupId ¶

func (o *ReportingTaskDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*ReportingTaskDTO) SetPersistsState ¶

func (o *ReportingTaskDTO) SetPersistsState(v bool)

SetPersistsState gets a reference to the given bool and assigns it to the PersistsState field.

func (*ReportingTaskDTO) SetPosition ¶

func (o *ReportingTaskDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ReportingTaskDTO) SetProperties ¶

func (o *ReportingTaskDTO) SetProperties(v map[string]string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*ReportingTaskDTO) SetRestricted ¶

func (o *ReportingTaskDTO) SetRestricted(v bool)

SetRestricted gets a reference to the given bool and assigns it to the Restricted field.

func (*ReportingTaskDTO) SetSchedulingPeriod ¶

func (o *ReportingTaskDTO) SetSchedulingPeriod(v string)

SetSchedulingPeriod gets a reference to the given string and assigns it to the SchedulingPeriod field.

func (*ReportingTaskDTO) SetSchedulingStrategy ¶

func (o *ReportingTaskDTO) SetSchedulingStrategy(v string)

SetSchedulingStrategy gets a reference to the given string and assigns it to the SchedulingStrategy field.

func (*ReportingTaskDTO) SetSensitiveDynamicPropertyNames ¶

func (o *ReportingTaskDTO) SetSensitiveDynamicPropertyNames(v []string)

SetSensitiveDynamicPropertyNames gets a reference to the given []string and assigns it to the SensitiveDynamicPropertyNames field.

func (*ReportingTaskDTO) SetState ¶

func (o *ReportingTaskDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*ReportingTaskDTO) SetSupportsSensitiveDynamicProperties ¶

func (o *ReportingTaskDTO) SetSupportsSensitiveDynamicProperties(v bool)

SetSupportsSensitiveDynamicProperties gets a reference to the given bool and assigns it to the SupportsSensitiveDynamicProperties field.

func (*ReportingTaskDTO) SetType ¶

func (o *ReportingTaskDTO) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*ReportingTaskDTO) SetValidationErrors ¶

func (o *ReportingTaskDTO) SetValidationErrors(v []string)

SetValidationErrors gets a reference to the given []string and assigns it to the ValidationErrors field.

func (*ReportingTaskDTO) SetValidationStatus ¶

func (o *ReportingTaskDTO) SetValidationStatus(v string)

SetValidationStatus gets a reference to the given string and assigns it to the ValidationStatus field.

func (*ReportingTaskDTO) SetVersionedComponentId ¶

func (o *ReportingTaskDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (ReportingTaskDTO) ToMap ¶

func (o ReportingTaskDTO) ToMap() (map[string]interface{}, error)

type ReportingTaskDefinition ¶

type ReportingTaskDefinition struct {
	// The group name of the bundle that provides the referenced type.
	Group *string `json:"group,omitempty"`
	// The artifact name of the bundle that provides the referenced type.
	Artifact *string `json:"artifact,omitempty"`
	// The version of the bundle that provides the referenced type.
	Version *string `json:"version,omitempty"`
	// The fully-qualified class type
	Type string `json:"type"`
	// The description of the type.
	TypeDescription *string    `json:"typeDescription,omitempty"`
	BuildInfo       *BuildInfo `json:"buildInfo,omitempty"`
	// If this type represents a provider for an interface, this lists the APIs it implements
	ProvidedApiImplementations []DefinedType `json:"providedApiImplementations,omitempty"`
	// The tags associated with this type
	Tags []string `json:"tags,omitempty"`
	// The names of other component types that may be related
	SeeAlso []string `json:"seeAlso,omitempty"`
	// Whether or not the component has been deprecated
	Deprecated *bool `json:"deprecated,omitempty"`
	// If this component has been deprecated, this optional field can be used to provide an explanation
	DeprecationReason *string `json:"deprecationReason,omitempty"`
	// If this component has been deprecated, this optional field provides alternatives to use
	DeprecationAlternatives []string `json:"deprecationAlternatives,omitempty"`
	// Whether or not the component has a general restriction
	Restricted *bool `json:"restricted,omitempty"`
	// An optional description of the general restriction
	RestrictedExplanation *string `json:"restrictedExplanation,omitempty"`
	// Explicit restrictions that indicate a require permission to use the component
	ExplicitRestrictions []Restriction `json:"explicitRestrictions,omitempty"`
	Stateful             *Stateful     `json:"stateful,omitempty"`
	// The system resource considerations for the given component
	SystemResourceConsiderations []SystemResourceConsideration `json:"systemResourceConsiderations,omitempty"`
	// Indicates if the component has additional details documentation
	AdditionalDetails *bool `json:"additionalDetails,omitempty"`
	// Descriptions of configuration properties applicable to this component.
	PropertyDescriptors *map[string]PropertyDescriptor `json:"propertyDescriptors,omitempty"`
	// Whether or not this component makes use of dynamic (user-set) properties.
	SupportsDynamicProperties *bool `json:"supportsDynamicProperties,omitempty"`
	// Describes the dynamic properties supported by this component
	DynamicProperties []DynamicProperty `json:"dynamicProperties,omitempty"`
	// The supported scheduling strategies, such as TIME_DRIVER or CRON.
	SupportedSchedulingStrategies []string `json:"supportedSchedulingStrategies,omitempty"`
	// The default scheduling strategy for the reporting task.
	DefaultSchedulingStrategy *string `json:"defaultSchedulingStrategy,omitempty"`
	// The default scheduling period for each scheduling strategy. The scheduling period is expected to be a time period, such as \"30 sec\".
	DefaultSchedulingPeriodBySchedulingStrategy *map[string]string `json:"defaultSchedulingPeriodBySchedulingStrategy,omitempty"`
}

ReportingTaskDefinition struct for ReportingTaskDefinition

func NewReportingTaskDefinition ¶

func NewReportingTaskDefinition(type_ string) *ReportingTaskDefinition

NewReportingTaskDefinition instantiates a new ReportingTaskDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingTaskDefinitionWithDefaults ¶

func NewReportingTaskDefinitionWithDefaults() *ReportingTaskDefinition

NewReportingTaskDefinitionWithDefaults instantiates a new ReportingTaskDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingTaskDefinition) GetAdditionalDetails ¶

func (o *ReportingTaskDefinition) GetAdditionalDetails() bool

GetAdditionalDetails returns the AdditionalDetails field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetAdditionalDetailsOk ¶

func (o *ReportingTaskDefinition) GetAdditionalDetailsOk() (*bool, bool)

GetAdditionalDetailsOk returns a tuple with the AdditionalDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetArtifact ¶

func (o *ReportingTaskDefinition) GetArtifact() string

GetArtifact returns the Artifact field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetArtifactOk ¶

func (o *ReportingTaskDefinition) GetArtifactOk() (*string, bool)

GetArtifactOk returns a tuple with the Artifact field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetBuildInfo ¶

func (o *ReportingTaskDefinition) GetBuildInfo() BuildInfo

GetBuildInfo returns the BuildInfo field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetBuildInfoOk ¶

func (o *ReportingTaskDefinition) GetBuildInfoOk() (*BuildInfo, bool)

GetBuildInfoOk returns a tuple with the BuildInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetDefaultSchedulingPeriodBySchedulingStrategy ¶

func (o *ReportingTaskDefinition) GetDefaultSchedulingPeriodBySchedulingStrategy() map[string]string

GetDefaultSchedulingPeriodBySchedulingStrategy returns the DefaultSchedulingPeriodBySchedulingStrategy field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetDefaultSchedulingPeriodBySchedulingStrategyOk ¶

func (o *ReportingTaskDefinition) GetDefaultSchedulingPeriodBySchedulingStrategyOk() (*map[string]string, bool)

GetDefaultSchedulingPeriodBySchedulingStrategyOk returns a tuple with the DefaultSchedulingPeriodBySchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetDefaultSchedulingStrategy ¶

func (o *ReportingTaskDefinition) GetDefaultSchedulingStrategy() string

GetDefaultSchedulingStrategy returns the DefaultSchedulingStrategy field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetDefaultSchedulingStrategyOk ¶

func (o *ReportingTaskDefinition) GetDefaultSchedulingStrategyOk() (*string, bool)

GetDefaultSchedulingStrategyOk returns a tuple with the DefaultSchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetDeprecated ¶

func (o *ReportingTaskDefinition) GetDeprecated() bool

GetDeprecated returns the Deprecated field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetDeprecatedOk ¶

func (o *ReportingTaskDefinition) GetDeprecatedOk() (*bool, bool)

GetDeprecatedOk returns a tuple with the Deprecated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetDeprecationAlternatives ¶

func (o *ReportingTaskDefinition) GetDeprecationAlternatives() []string

GetDeprecationAlternatives returns the DeprecationAlternatives field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetDeprecationAlternativesOk ¶

func (o *ReportingTaskDefinition) GetDeprecationAlternativesOk() ([]string, bool)

GetDeprecationAlternativesOk returns a tuple with the DeprecationAlternatives field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetDeprecationReason ¶

func (o *ReportingTaskDefinition) GetDeprecationReason() string

GetDeprecationReason returns the DeprecationReason field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetDeprecationReasonOk ¶

func (o *ReportingTaskDefinition) GetDeprecationReasonOk() (*string, bool)

GetDeprecationReasonOk returns a tuple with the DeprecationReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetDynamicProperties ¶

func (o *ReportingTaskDefinition) GetDynamicProperties() []DynamicProperty

GetDynamicProperties returns the DynamicProperties field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetDynamicPropertiesOk ¶

func (o *ReportingTaskDefinition) GetDynamicPropertiesOk() ([]DynamicProperty, bool)

GetDynamicPropertiesOk returns a tuple with the DynamicProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetExplicitRestrictions ¶

func (o *ReportingTaskDefinition) GetExplicitRestrictions() []Restriction

GetExplicitRestrictions returns the ExplicitRestrictions field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetExplicitRestrictionsOk ¶

func (o *ReportingTaskDefinition) GetExplicitRestrictionsOk() ([]Restriction, bool)

GetExplicitRestrictionsOk returns a tuple with the ExplicitRestrictions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetGroup ¶

func (o *ReportingTaskDefinition) GetGroup() string

GetGroup returns the Group field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetGroupOk ¶

func (o *ReportingTaskDefinition) GetGroupOk() (*string, bool)

GetGroupOk returns a tuple with the Group field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetPropertyDescriptors ¶

func (o *ReportingTaskDefinition) GetPropertyDescriptors() map[string]PropertyDescriptor

GetPropertyDescriptors returns the PropertyDescriptors field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetPropertyDescriptorsOk ¶

func (o *ReportingTaskDefinition) GetPropertyDescriptorsOk() (*map[string]PropertyDescriptor, bool)

GetPropertyDescriptorsOk returns a tuple with the PropertyDescriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetProvidedApiImplementations ¶

func (o *ReportingTaskDefinition) GetProvidedApiImplementations() []DefinedType

GetProvidedApiImplementations returns the ProvidedApiImplementations field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetProvidedApiImplementationsOk ¶

func (o *ReportingTaskDefinition) GetProvidedApiImplementationsOk() ([]DefinedType, bool)

GetProvidedApiImplementationsOk returns a tuple with the ProvidedApiImplementations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetRestricted ¶

func (o *ReportingTaskDefinition) GetRestricted() bool

GetRestricted returns the Restricted field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetRestrictedExplanation ¶

func (o *ReportingTaskDefinition) GetRestrictedExplanation() string

GetRestrictedExplanation returns the RestrictedExplanation field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetRestrictedExplanationOk ¶

func (o *ReportingTaskDefinition) GetRestrictedExplanationOk() (*string, bool)

GetRestrictedExplanationOk returns a tuple with the RestrictedExplanation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetRestrictedOk ¶

func (o *ReportingTaskDefinition) GetRestrictedOk() (*bool, bool)

GetRestrictedOk returns a tuple with the Restricted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetSeeAlso ¶

func (o *ReportingTaskDefinition) GetSeeAlso() []string

GetSeeAlso returns the SeeAlso field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetSeeAlsoOk ¶

func (o *ReportingTaskDefinition) GetSeeAlsoOk() ([]string, bool)

GetSeeAlsoOk returns a tuple with the SeeAlso field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetStateful ¶

func (o *ReportingTaskDefinition) GetStateful() Stateful

GetStateful returns the Stateful field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetStatefulOk ¶

func (o *ReportingTaskDefinition) GetStatefulOk() (*Stateful, bool)

GetStatefulOk returns a tuple with the Stateful field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetSupportedSchedulingStrategies ¶

func (o *ReportingTaskDefinition) GetSupportedSchedulingStrategies() []string

GetSupportedSchedulingStrategies returns the SupportedSchedulingStrategies field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetSupportedSchedulingStrategiesOk ¶

func (o *ReportingTaskDefinition) GetSupportedSchedulingStrategiesOk() ([]string, bool)

GetSupportedSchedulingStrategiesOk returns a tuple with the SupportedSchedulingStrategies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetSupportsDynamicProperties ¶

func (o *ReportingTaskDefinition) GetSupportsDynamicProperties() bool

GetSupportsDynamicProperties returns the SupportsDynamicProperties field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetSupportsDynamicPropertiesOk ¶

func (o *ReportingTaskDefinition) GetSupportsDynamicPropertiesOk() (*bool, bool)

GetSupportsDynamicPropertiesOk returns a tuple with the SupportsDynamicProperties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetSystemResourceConsiderations ¶

func (o *ReportingTaskDefinition) GetSystemResourceConsiderations() []SystemResourceConsideration

GetSystemResourceConsiderations returns the SystemResourceConsiderations field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetSystemResourceConsiderationsOk ¶

func (o *ReportingTaskDefinition) GetSystemResourceConsiderationsOk() ([]SystemResourceConsideration, bool)

GetSystemResourceConsiderationsOk returns a tuple with the SystemResourceConsiderations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetTags ¶

func (o *ReportingTaskDefinition) GetTags() []string

GetTags returns the Tags field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetTagsOk ¶

func (o *ReportingTaskDefinition) GetTagsOk() ([]string, bool)

GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetType ¶

func (o *ReportingTaskDefinition) GetType() string

GetType returns the Type field value

func (*ReportingTaskDefinition) GetTypeDescription ¶

func (o *ReportingTaskDefinition) GetTypeDescription() string

GetTypeDescription returns the TypeDescription field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetTypeDescriptionOk ¶

func (o *ReportingTaskDefinition) GetTypeDescriptionOk() (*string, bool)

GetTypeDescriptionOk returns a tuple with the TypeDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetTypeOk ¶

func (o *ReportingTaskDefinition) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) GetVersion ¶

func (o *ReportingTaskDefinition) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*ReportingTaskDefinition) GetVersionOk ¶

func (o *ReportingTaskDefinition) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskDefinition) HasAdditionalDetails ¶

func (o *ReportingTaskDefinition) HasAdditionalDetails() bool

HasAdditionalDetails returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasArtifact ¶

func (o *ReportingTaskDefinition) HasArtifact() bool

HasArtifact returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasBuildInfo ¶

func (o *ReportingTaskDefinition) HasBuildInfo() bool

HasBuildInfo returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasDefaultSchedulingPeriodBySchedulingStrategy ¶

func (o *ReportingTaskDefinition) HasDefaultSchedulingPeriodBySchedulingStrategy() bool

HasDefaultSchedulingPeriodBySchedulingStrategy returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasDefaultSchedulingStrategy ¶

func (o *ReportingTaskDefinition) HasDefaultSchedulingStrategy() bool

HasDefaultSchedulingStrategy returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasDeprecated ¶

func (o *ReportingTaskDefinition) HasDeprecated() bool

HasDeprecated returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasDeprecationAlternatives ¶

func (o *ReportingTaskDefinition) HasDeprecationAlternatives() bool

HasDeprecationAlternatives returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasDeprecationReason ¶

func (o *ReportingTaskDefinition) HasDeprecationReason() bool

HasDeprecationReason returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasDynamicProperties ¶

func (o *ReportingTaskDefinition) HasDynamicProperties() bool

HasDynamicProperties returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasExplicitRestrictions ¶

func (o *ReportingTaskDefinition) HasExplicitRestrictions() bool

HasExplicitRestrictions returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasGroup ¶

func (o *ReportingTaskDefinition) HasGroup() bool

HasGroup returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasPropertyDescriptors ¶

func (o *ReportingTaskDefinition) HasPropertyDescriptors() bool

HasPropertyDescriptors returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasProvidedApiImplementations ¶

func (o *ReportingTaskDefinition) HasProvidedApiImplementations() bool

HasProvidedApiImplementations returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasRestricted ¶

func (o *ReportingTaskDefinition) HasRestricted() bool

HasRestricted returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasRestrictedExplanation ¶

func (o *ReportingTaskDefinition) HasRestrictedExplanation() bool

HasRestrictedExplanation returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasSeeAlso ¶

func (o *ReportingTaskDefinition) HasSeeAlso() bool

HasSeeAlso returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasStateful ¶

func (o *ReportingTaskDefinition) HasStateful() bool

HasStateful returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasSupportedSchedulingStrategies ¶

func (o *ReportingTaskDefinition) HasSupportedSchedulingStrategies() bool

HasSupportedSchedulingStrategies returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasSupportsDynamicProperties ¶

func (o *ReportingTaskDefinition) HasSupportsDynamicProperties() bool

HasSupportsDynamicProperties returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasSystemResourceConsiderations ¶

func (o *ReportingTaskDefinition) HasSystemResourceConsiderations() bool

HasSystemResourceConsiderations returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasTags ¶

func (o *ReportingTaskDefinition) HasTags() bool

HasTags returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasTypeDescription ¶

func (o *ReportingTaskDefinition) HasTypeDescription() bool

HasTypeDescription returns a boolean if a field has been set.

func (*ReportingTaskDefinition) HasVersion ¶

func (o *ReportingTaskDefinition) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (ReportingTaskDefinition) MarshalJSON ¶

func (o ReportingTaskDefinition) MarshalJSON() ([]byte, error)

func (*ReportingTaskDefinition) SetAdditionalDetails ¶

func (o *ReportingTaskDefinition) SetAdditionalDetails(v bool)

SetAdditionalDetails gets a reference to the given bool and assigns it to the AdditionalDetails field.

func (*ReportingTaskDefinition) SetArtifact ¶

func (o *ReportingTaskDefinition) SetArtifact(v string)

SetArtifact gets a reference to the given string and assigns it to the Artifact field.

func (*ReportingTaskDefinition) SetBuildInfo ¶

func (o *ReportingTaskDefinition) SetBuildInfo(v BuildInfo)

SetBuildInfo gets a reference to the given BuildInfo and assigns it to the BuildInfo field.

func (*ReportingTaskDefinition) SetDefaultSchedulingPeriodBySchedulingStrategy ¶

func (o *ReportingTaskDefinition) SetDefaultSchedulingPeriodBySchedulingStrategy(v map[string]string)

SetDefaultSchedulingPeriodBySchedulingStrategy gets a reference to the given map[string]string and assigns it to the DefaultSchedulingPeriodBySchedulingStrategy field.

func (*ReportingTaskDefinition) SetDefaultSchedulingStrategy ¶

func (o *ReportingTaskDefinition) SetDefaultSchedulingStrategy(v string)

SetDefaultSchedulingStrategy gets a reference to the given string and assigns it to the DefaultSchedulingStrategy field.

func (*ReportingTaskDefinition) SetDeprecated ¶

func (o *ReportingTaskDefinition) SetDeprecated(v bool)

SetDeprecated gets a reference to the given bool and assigns it to the Deprecated field.

func (*ReportingTaskDefinition) SetDeprecationAlternatives ¶

func (o *ReportingTaskDefinition) SetDeprecationAlternatives(v []string)

SetDeprecationAlternatives gets a reference to the given []string and assigns it to the DeprecationAlternatives field.

func (*ReportingTaskDefinition) SetDeprecationReason ¶

func (o *ReportingTaskDefinition) SetDeprecationReason(v string)

SetDeprecationReason gets a reference to the given string and assigns it to the DeprecationReason field.

func (*ReportingTaskDefinition) SetDynamicProperties ¶

func (o *ReportingTaskDefinition) SetDynamicProperties(v []DynamicProperty)

SetDynamicProperties gets a reference to the given []DynamicProperty and assigns it to the DynamicProperties field.

func (*ReportingTaskDefinition) SetExplicitRestrictions ¶

func (o *ReportingTaskDefinition) SetExplicitRestrictions(v []Restriction)

SetExplicitRestrictions gets a reference to the given []Restriction and assigns it to the ExplicitRestrictions field.

func (*ReportingTaskDefinition) SetGroup ¶

func (o *ReportingTaskDefinition) SetGroup(v string)

SetGroup gets a reference to the given string and assigns it to the Group field.

func (*ReportingTaskDefinition) SetPropertyDescriptors ¶

func (o *ReportingTaskDefinition) SetPropertyDescriptors(v map[string]PropertyDescriptor)

SetPropertyDescriptors gets a reference to the given map[string]PropertyDescriptor and assigns it to the PropertyDescriptors field.

func (*ReportingTaskDefinition) SetProvidedApiImplementations ¶

func (o *ReportingTaskDefinition) SetProvidedApiImplementations(v []DefinedType)

SetProvidedApiImplementations gets a reference to the given []DefinedType and assigns it to the ProvidedApiImplementations field.

func (*ReportingTaskDefinition) SetRestricted ¶

func (o *ReportingTaskDefinition) SetRestricted(v bool)

SetRestricted gets a reference to the given bool and assigns it to the Restricted field.

func (*ReportingTaskDefinition) SetRestrictedExplanation ¶

func (o *ReportingTaskDefinition) SetRestrictedExplanation(v string)

SetRestrictedExplanation gets a reference to the given string and assigns it to the RestrictedExplanation field.

func (*ReportingTaskDefinition) SetSeeAlso ¶

func (o *ReportingTaskDefinition) SetSeeAlso(v []string)

SetSeeAlso gets a reference to the given []string and assigns it to the SeeAlso field.

func (*ReportingTaskDefinition) SetStateful ¶

func (o *ReportingTaskDefinition) SetStateful(v Stateful)

SetStateful gets a reference to the given Stateful and assigns it to the Stateful field.

func (*ReportingTaskDefinition) SetSupportedSchedulingStrategies ¶

func (o *ReportingTaskDefinition) SetSupportedSchedulingStrategies(v []string)

SetSupportedSchedulingStrategies gets a reference to the given []string and assigns it to the SupportedSchedulingStrategies field.

func (*ReportingTaskDefinition) SetSupportsDynamicProperties ¶

func (o *ReportingTaskDefinition) SetSupportsDynamicProperties(v bool)

SetSupportsDynamicProperties gets a reference to the given bool and assigns it to the SupportsDynamicProperties field.

func (*ReportingTaskDefinition) SetSystemResourceConsiderations ¶

func (o *ReportingTaskDefinition) SetSystemResourceConsiderations(v []SystemResourceConsideration)

SetSystemResourceConsiderations gets a reference to the given []SystemResourceConsideration and assigns it to the SystemResourceConsiderations field.

func (*ReportingTaskDefinition) SetTags ¶

func (o *ReportingTaskDefinition) SetTags(v []string)

SetTags gets a reference to the given []string and assigns it to the Tags field.

func (*ReportingTaskDefinition) SetType ¶

func (o *ReportingTaskDefinition) SetType(v string)

SetType sets field value

func (*ReportingTaskDefinition) SetTypeDescription ¶

func (o *ReportingTaskDefinition) SetTypeDescription(v string)

SetTypeDescription gets a reference to the given string and assigns it to the TypeDescription field.

func (*ReportingTaskDefinition) SetVersion ¶

func (o *ReportingTaskDefinition) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (ReportingTaskDefinition) ToMap ¶

func (o ReportingTaskDefinition) ToMap() (map[string]interface{}, error)

type ReportingTaskEntity ¶

type ReportingTaskEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                   `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *ReportingTaskDTO       `json:"component,omitempty"`
	OperatePermissions           *PermissionsDTO         `json:"operatePermissions,omitempty"`
	Status                       *ReportingTaskStatusDTO `json:"status,omitempty"`
}

ReportingTaskEntity struct for ReportingTaskEntity

func NewReportingTaskEntity ¶

func NewReportingTaskEntity() *ReportingTaskEntity

NewReportingTaskEntity instantiates a new ReportingTaskEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingTaskEntityWithDefaults ¶

func NewReportingTaskEntityWithDefaults() *ReportingTaskEntity

NewReportingTaskEntityWithDefaults instantiates a new ReportingTaskEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingTaskEntity) GetBulletins ¶

func (o *ReportingTaskEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*ReportingTaskEntity) GetBulletinsOk ¶

func (o *ReportingTaskEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskEntity) GetComponent ¶

func (o *ReportingTaskEntity) GetComponent() ReportingTaskDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*ReportingTaskEntity) GetComponentOk ¶

func (o *ReportingTaskEntity) GetComponentOk() (*ReportingTaskDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ReportingTaskEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ReportingTaskEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ReportingTaskEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskEntity) GetId ¶

func (o *ReportingTaskEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ReportingTaskEntity) GetIdOk ¶

func (o *ReportingTaskEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskEntity) GetOperatePermissions ¶

func (o *ReportingTaskEntity) GetOperatePermissions() PermissionsDTO

GetOperatePermissions returns the OperatePermissions field value if set, zero value otherwise.

func (*ReportingTaskEntity) GetOperatePermissionsOk ¶

func (o *ReportingTaskEntity) GetOperatePermissionsOk() (*PermissionsDTO, bool)

GetOperatePermissionsOk returns a tuple with the OperatePermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskEntity) GetPermissions ¶

func (o *ReportingTaskEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*ReportingTaskEntity) GetPermissionsOk ¶

func (o *ReportingTaskEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskEntity) GetPosition ¶

func (o *ReportingTaskEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*ReportingTaskEntity) GetPositionOk ¶

func (o *ReportingTaskEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskEntity) GetRevision ¶

func (o *ReportingTaskEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ReportingTaskEntity) GetRevisionOk ¶

func (o *ReportingTaskEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskEntity) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*ReportingTaskEntity) GetStatusOk ¶

func (o *ReportingTaskEntity) GetStatusOk() (*ReportingTaskStatusDTO, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskEntity) GetUri ¶

func (o *ReportingTaskEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*ReportingTaskEntity) GetUriOk ¶

func (o *ReportingTaskEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskEntity) HasBulletins ¶

func (o *ReportingTaskEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*ReportingTaskEntity) HasComponent ¶

func (o *ReportingTaskEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*ReportingTaskEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ReportingTaskEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ReportingTaskEntity) HasId ¶

func (o *ReportingTaskEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ReportingTaskEntity) HasOperatePermissions ¶

func (o *ReportingTaskEntity) HasOperatePermissions() bool

HasOperatePermissions returns a boolean if a field has been set.

func (*ReportingTaskEntity) HasPermissions ¶

func (o *ReportingTaskEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*ReportingTaskEntity) HasPosition ¶

func (o *ReportingTaskEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*ReportingTaskEntity) HasRevision ¶

func (o *ReportingTaskEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ReportingTaskEntity) HasStatus ¶

func (o *ReportingTaskEntity) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*ReportingTaskEntity) HasUri ¶

func (o *ReportingTaskEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (ReportingTaskEntity) MarshalJSON ¶

func (o ReportingTaskEntity) MarshalJSON() ([]byte, error)

func (*ReportingTaskEntity) SetBulletins ¶

func (o *ReportingTaskEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*ReportingTaskEntity) SetComponent ¶

func (o *ReportingTaskEntity) SetComponent(v ReportingTaskDTO)

SetComponent gets a reference to the given ReportingTaskDTO and assigns it to the Component field.

func (*ReportingTaskEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ReportingTaskEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ReportingTaskEntity) SetId ¶

func (o *ReportingTaskEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ReportingTaskEntity) SetOperatePermissions ¶

func (o *ReportingTaskEntity) SetOperatePermissions(v PermissionsDTO)

SetOperatePermissions gets a reference to the given PermissionsDTO and assigns it to the OperatePermissions field.

func (*ReportingTaskEntity) SetPermissions ¶

func (o *ReportingTaskEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*ReportingTaskEntity) SetPosition ¶

func (o *ReportingTaskEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*ReportingTaskEntity) SetRevision ¶

func (o *ReportingTaskEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ReportingTaskEntity) SetStatus ¶

SetStatus gets a reference to the given ReportingTaskStatusDTO and assigns it to the Status field.

func (*ReportingTaskEntity) SetUri ¶

func (o *ReportingTaskEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (ReportingTaskEntity) ToMap ¶

func (o ReportingTaskEntity) ToMap() (map[string]interface{}, error)

type ReportingTaskRunStatusEntity ¶

type ReportingTaskRunStatusEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The run status of the ReportingTask.
	State *string `json:"state,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

ReportingTaskRunStatusEntity struct for ReportingTaskRunStatusEntity

func NewReportingTaskRunStatusEntity ¶

func NewReportingTaskRunStatusEntity() *ReportingTaskRunStatusEntity

NewReportingTaskRunStatusEntity instantiates a new ReportingTaskRunStatusEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingTaskRunStatusEntityWithDefaults ¶

func NewReportingTaskRunStatusEntityWithDefaults() *ReportingTaskRunStatusEntity

NewReportingTaskRunStatusEntityWithDefaults instantiates a new ReportingTaskRunStatusEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingTaskRunStatusEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ReportingTaskRunStatusEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ReportingTaskRunStatusEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ReportingTaskRunStatusEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskRunStatusEntity) GetRevision ¶

func (o *ReportingTaskRunStatusEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*ReportingTaskRunStatusEntity) GetRevisionOk ¶

func (o *ReportingTaskRunStatusEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskRunStatusEntity) GetState ¶

func (o *ReportingTaskRunStatusEntity) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ReportingTaskRunStatusEntity) GetStateOk ¶

func (o *ReportingTaskRunStatusEntity) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskRunStatusEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ReportingTaskRunStatusEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ReportingTaskRunStatusEntity) HasRevision ¶

func (o *ReportingTaskRunStatusEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*ReportingTaskRunStatusEntity) HasState ¶

func (o *ReportingTaskRunStatusEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (ReportingTaskRunStatusEntity) MarshalJSON ¶

func (o ReportingTaskRunStatusEntity) MarshalJSON() ([]byte, error)

func (*ReportingTaskRunStatusEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ReportingTaskRunStatusEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ReportingTaskRunStatusEntity) SetRevision ¶

func (o *ReportingTaskRunStatusEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*ReportingTaskRunStatusEntity) SetState ¶

func (o *ReportingTaskRunStatusEntity) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (ReportingTaskRunStatusEntity) ToMap ¶

func (o ReportingTaskRunStatusEntity) ToMap() (map[string]interface{}, error)

type ReportingTaskStatusDTO ¶

type ReportingTaskStatusDTO struct {
	// The run status of this ReportingTask
	RunStatus *string `json:"runStatus,omitempty"`
	// Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid)
	ValidationStatus *string `json:"validationStatus,omitempty"`
	// The number of active threads for the component.
	ActiveThreadCount *int32 `json:"activeThreadCount,omitempty"`
}

ReportingTaskStatusDTO struct for ReportingTaskStatusDTO

func NewReportingTaskStatusDTO ¶

func NewReportingTaskStatusDTO() *ReportingTaskStatusDTO

NewReportingTaskStatusDTO instantiates a new ReportingTaskStatusDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingTaskStatusDTOWithDefaults ¶

func NewReportingTaskStatusDTOWithDefaults() *ReportingTaskStatusDTO

NewReportingTaskStatusDTOWithDefaults instantiates a new ReportingTaskStatusDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingTaskStatusDTO) GetActiveThreadCount ¶

func (o *ReportingTaskStatusDTO) GetActiveThreadCount() int32

GetActiveThreadCount returns the ActiveThreadCount field value if set, zero value otherwise.

func (*ReportingTaskStatusDTO) GetActiveThreadCountOk ¶

func (o *ReportingTaskStatusDTO) GetActiveThreadCountOk() (*int32, bool)

GetActiveThreadCountOk returns a tuple with the ActiveThreadCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskStatusDTO) GetRunStatus ¶

func (o *ReportingTaskStatusDTO) GetRunStatus() string

GetRunStatus returns the RunStatus field value if set, zero value otherwise.

func (*ReportingTaskStatusDTO) GetRunStatusOk ¶

func (o *ReportingTaskStatusDTO) GetRunStatusOk() (*string, bool)

GetRunStatusOk returns a tuple with the RunStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskStatusDTO) GetValidationStatus ¶

func (o *ReportingTaskStatusDTO) GetValidationStatus() string

GetValidationStatus returns the ValidationStatus field value if set, zero value otherwise.

func (*ReportingTaskStatusDTO) GetValidationStatusOk ¶

func (o *ReportingTaskStatusDTO) GetValidationStatusOk() (*string, bool)

GetValidationStatusOk returns a tuple with the ValidationStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskStatusDTO) HasActiveThreadCount ¶

func (o *ReportingTaskStatusDTO) HasActiveThreadCount() bool

HasActiveThreadCount returns a boolean if a field has been set.

func (*ReportingTaskStatusDTO) HasRunStatus ¶

func (o *ReportingTaskStatusDTO) HasRunStatus() bool

HasRunStatus returns a boolean if a field has been set.

func (*ReportingTaskStatusDTO) HasValidationStatus ¶

func (o *ReportingTaskStatusDTO) HasValidationStatus() bool

HasValidationStatus returns a boolean if a field has been set.

func (ReportingTaskStatusDTO) MarshalJSON ¶

func (o ReportingTaskStatusDTO) MarshalJSON() ([]byte, error)

func (*ReportingTaskStatusDTO) SetActiveThreadCount ¶

func (o *ReportingTaskStatusDTO) SetActiveThreadCount(v int32)

SetActiveThreadCount gets a reference to the given int32 and assigns it to the ActiveThreadCount field.

func (*ReportingTaskStatusDTO) SetRunStatus ¶

func (o *ReportingTaskStatusDTO) SetRunStatus(v string)

SetRunStatus gets a reference to the given string and assigns it to the RunStatus field.

func (*ReportingTaskStatusDTO) SetValidationStatus ¶

func (o *ReportingTaskStatusDTO) SetValidationStatus(v string)

SetValidationStatus gets a reference to the given string and assigns it to the ValidationStatus field.

func (ReportingTaskStatusDTO) ToMap ¶

func (o ReportingTaskStatusDTO) ToMap() (map[string]interface{}, error)

type ReportingTaskTypesEntity ¶

type ReportingTaskTypesEntity struct {
	ReportingTaskTypes []DocumentedTypeDTO `json:"reportingTaskTypes,omitempty"`
}

ReportingTaskTypesEntity struct for ReportingTaskTypesEntity

func NewReportingTaskTypesEntity ¶

func NewReportingTaskTypesEntity() *ReportingTaskTypesEntity

NewReportingTaskTypesEntity instantiates a new ReportingTaskTypesEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingTaskTypesEntityWithDefaults ¶

func NewReportingTaskTypesEntityWithDefaults() *ReportingTaskTypesEntity

NewReportingTaskTypesEntityWithDefaults instantiates a new ReportingTaskTypesEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingTaskTypesEntity) GetReportingTaskTypes ¶

func (o *ReportingTaskTypesEntity) GetReportingTaskTypes() []DocumentedTypeDTO

GetReportingTaskTypes returns the ReportingTaskTypes field value if set, zero value otherwise.

func (*ReportingTaskTypesEntity) GetReportingTaskTypesOk ¶

func (o *ReportingTaskTypesEntity) GetReportingTaskTypesOk() ([]DocumentedTypeDTO, bool)

GetReportingTaskTypesOk returns a tuple with the ReportingTaskTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTaskTypesEntity) HasReportingTaskTypes ¶

func (o *ReportingTaskTypesEntity) HasReportingTaskTypes() bool

HasReportingTaskTypes returns a boolean if a field has been set.

func (ReportingTaskTypesEntity) MarshalJSON ¶

func (o ReportingTaskTypesEntity) MarshalJSON() ([]byte, error)

func (*ReportingTaskTypesEntity) SetReportingTaskTypes ¶

func (o *ReportingTaskTypesEntity) SetReportingTaskTypes(v []DocumentedTypeDTO)

SetReportingTaskTypes gets a reference to the given []DocumentedTypeDTO and assigns it to the ReportingTaskTypes field.

func (ReportingTaskTypesEntity) ToMap ¶

func (o ReportingTaskTypesEntity) ToMap() (map[string]interface{}, error)

type ReportingTasksAPIAnalyzeConfigurationRequest ¶

type ReportingTasksAPIAnalyzeConfigurationRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPIAnalyzeConfigurationRequest) Body ¶

The configuration analysis request.

func (ReportingTasksAPIAnalyzeConfigurationRequest) Execute ¶

type ReportingTasksAPIClearStateRequest ¶

type ReportingTasksAPIClearStateRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPIClearStateRequest) Execute ¶

type ReportingTasksAPIDeleteVerificationRequestRequest ¶

type ReportingTasksAPIDeleteVerificationRequestRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPIDeleteVerificationRequestRequest) Execute ¶

type ReportingTasksAPIGetPropertyDescriptorRequest ¶

type ReportingTasksAPIGetPropertyDescriptorRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPIGetPropertyDescriptorRequest) Execute ¶

func (ReportingTasksAPIGetPropertyDescriptorRequest) PropertyName ¶

The property name.

func (ReportingTasksAPIGetPropertyDescriptorRequest) Sensitive ¶

Property Descriptor requested sensitive status

type ReportingTasksAPIGetReportingTaskRequest ¶

type ReportingTasksAPIGetReportingTaskRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPIGetReportingTaskRequest) Execute ¶

type ReportingTasksAPIGetStateRequest ¶

type ReportingTasksAPIGetStateRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPIGetStateRequest) Execute ¶

type ReportingTasksAPIGetVerificationRequestRequest ¶

type ReportingTasksAPIGetVerificationRequestRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPIGetVerificationRequestRequest) Execute ¶

type ReportingTasksAPIRemoveReportingTaskRequest ¶

type ReportingTasksAPIRemoveReportingTaskRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPIRemoveReportingTaskRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (ReportingTasksAPIRemoveReportingTaskRequest) DisconnectedNodeAcknowledged ¶

func (r ReportingTasksAPIRemoveReportingTaskRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ReportingTasksAPIRemoveReportingTaskRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (ReportingTasksAPIRemoveReportingTaskRequest) Execute ¶

func (ReportingTasksAPIRemoveReportingTaskRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type ReportingTasksAPIService ¶

type ReportingTasksAPIService service

ReportingTasksAPIService ReportingTasksAPI service

func (*ReportingTasksAPIService) AnalyzeConfiguration ¶

AnalyzeConfiguration Performs analysis of the component's configuration, providing information about which attributes are referenced.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The reporting task id.
@return ReportingTasksAPIAnalyzeConfigurationRequest

func (*ReportingTasksAPIService) AnalyzeConfigurationExecute ¶

Execute executes the request

@return ConfigurationAnalysisEntity

func (*ReportingTasksAPIService) ClearState ¶

ClearState Clears the state for a reporting task

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The reporting task id.
@return ReportingTasksAPIClearStateRequest

func (*ReportingTasksAPIService) ClearStateExecute ¶

Execute executes the request

@return ComponentStateEntity

func (*ReportingTasksAPIService) DeleteVerificationRequest ¶

DeleteVerificationRequest Deletes the Verification Request with the given ID

Deletes the Verification Request with the given ID. After a request is created, it is expected that the client will properly clean up the request by DELETE'ing it, once the Verification process has completed. If the request is deleted before the request completes, then the Verification request will finish the step that it is currently performing and then will cancel any subsequent steps.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Reporting Task
@param requestId The ID of the Verification Request
@return ReportingTasksAPIDeleteVerificationRequestRequest

func (*ReportingTasksAPIService) DeleteVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ReportingTasksAPIService) GetPropertyDescriptor ¶

GetPropertyDescriptor Gets a reporting task property descriptor

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The reporting task id.
@return ReportingTasksAPIGetPropertyDescriptorRequest

func (*ReportingTasksAPIService) GetPropertyDescriptorExecute ¶

Execute executes the request

@return PropertyDescriptorEntity

func (*ReportingTasksAPIService) GetReportingTask ¶

GetReportingTask Gets a reporting task

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The reporting task id.
@return ReportingTasksAPIGetReportingTaskRequest

func (*ReportingTasksAPIService) GetReportingTaskExecute ¶

Execute executes the request

@return ReportingTaskEntity

func (*ReportingTasksAPIService) GetState ¶

GetState Gets the state for a reporting task

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The reporting task id.
@return ReportingTasksAPIGetStateRequest

func (*ReportingTasksAPIService) GetStateExecute ¶

Execute executes the request

@return ComponentStateEntity

func (*ReportingTasksAPIService) GetVerificationRequest ¶

GetVerificationRequest Returns the Verification Request with the given ID

Returns the Verification Request with the given ID. Once an Verification Request has been created, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Reporting Task
@param requestId The ID of the Verification Request
@return ReportingTasksAPIGetVerificationRequestRequest

func (*ReportingTasksAPIService) GetVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ReportingTasksAPIService) RemoveReportingTask ¶

RemoveReportingTask Deletes a reporting task

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The reporting task id.
@return ReportingTasksAPIRemoveReportingTaskRequest

func (*ReportingTasksAPIService) RemoveReportingTaskExecute ¶

Execute executes the request

@return ReportingTaskEntity

func (*ReportingTasksAPIService) SubmitConfigVerificationRequest ¶

SubmitConfigVerificationRequest Performs verification of the Reporting Task's configuration

This will initiate the process of verifying a given Reporting Task configuration. This may be a long-running task. As a result, this endpoint will immediately return a ReportingTaskConfigVerificationRequestEntity, and the process of performing the verification will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /reporting-tasks/{taskId}/verification-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /reporting-tasks/{serviceId}/verification-requests/{requestId}.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The reporting task id.
@return ReportingTasksAPISubmitConfigVerificationRequestRequest

func (*ReportingTasksAPIService) SubmitConfigVerificationRequestExecute ¶

Execute executes the request

@return VerifyConfigRequestEntity

func (*ReportingTasksAPIService) UpdateReportingTask ¶

UpdateReportingTask Updates a reporting task

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The reporting task id.
@return ReportingTasksAPIUpdateReportingTaskRequest

func (*ReportingTasksAPIService) UpdateReportingTaskExecute ¶

Execute executes the request

@return ReportingTaskEntity

func (*ReportingTasksAPIService) UpdateRunStatus ¶

UpdateRunStatus Updates run status of a reporting task

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The reporting task id.
@return ReportingTasksAPIUpdateRunStatusRequest

func (*ReportingTasksAPIService) UpdateRunStatusExecute ¶

Execute executes the request

@return ReportingTaskEntity

type ReportingTasksAPISubmitConfigVerificationRequestRequest ¶

type ReportingTasksAPISubmitConfigVerificationRequestRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPISubmitConfigVerificationRequestRequest) Body ¶

The reporting task configuration verification request.

func (ReportingTasksAPISubmitConfigVerificationRequestRequest) Execute ¶

type ReportingTasksAPIUpdateReportingTaskRequest ¶

type ReportingTasksAPIUpdateReportingTaskRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPIUpdateReportingTaskRequest) Body ¶

The reporting task configuration details.

func (ReportingTasksAPIUpdateReportingTaskRequest) Execute ¶

type ReportingTasksAPIUpdateRunStatusRequest ¶

type ReportingTasksAPIUpdateRunStatusRequest struct {
	ApiService *ReportingTasksAPIService
	// contains filtered or unexported fields
}

func (ReportingTasksAPIUpdateRunStatusRequest) Body ¶

The reporting task run status.

func (ReportingTasksAPIUpdateRunStatusRequest) Execute ¶

type ReportingTasksEntity ¶

type ReportingTasksEntity struct {
	ReportingTasks []ReportingTaskEntity `json:"reportingTasks,omitempty"`
}

ReportingTasksEntity struct for ReportingTasksEntity

func NewReportingTasksEntity ¶

func NewReportingTasksEntity() *ReportingTasksEntity

NewReportingTasksEntity instantiates a new ReportingTasksEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReportingTasksEntityWithDefaults ¶

func NewReportingTasksEntityWithDefaults() *ReportingTasksEntity

NewReportingTasksEntityWithDefaults instantiates a new ReportingTasksEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReportingTasksEntity) GetReportingTasks ¶

func (o *ReportingTasksEntity) GetReportingTasks() []ReportingTaskEntity

GetReportingTasks returns the ReportingTasks field value if set, zero value otherwise.

func (*ReportingTasksEntity) GetReportingTasksOk ¶

func (o *ReportingTasksEntity) GetReportingTasksOk() ([]ReportingTaskEntity, bool)

GetReportingTasksOk returns a tuple with the ReportingTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportingTasksEntity) HasReportingTasks ¶

func (o *ReportingTasksEntity) HasReportingTasks() bool

HasReportingTasks returns a boolean if a field has been set.

func (ReportingTasksEntity) MarshalJSON ¶

func (o ReportingTasksEntity) MarshalJSON() ([]byte, error)

func (*ReportingTasksEntity) SetReportingTasks ¶

func (o *ReportingTasksEntity) SetReportingTasks(v []ReportingTaskEntity)

SetReportingTasks gets a reference to the given []ReportingTaskEntity and assigns it to the ReportingTasks field.

func (ReportingTasksEntity) ToMap ¶

func (o ReportingTasksEntity) ToMap() (map[string]interface{}, error)

type RepositoryUsageDTO ¶

type RepositoryUsageDTO struct {
	// The name of the repository
	Name *string `json:"name,omitempty"`
	// A SHA-256 hash of the File Store name/path that is used to store the repository's data. This information is exposed as a hash in order to avoid exposing potentially sensitive information that is not generally relevant. What is typically relevant is whether or not multiple repositories on the same node are using the same File Store, as this indicates that the repositories are competing for the resources of the backing disk/storage mechanism.
	FileStoreHash *string `json:"fileStoreHash,omitempty"`
	// Amount of free space.
	FreeSpace *string `json:"freeSpace,omitempty"`
	// Amount of total space.
	TotalSpace *string `json:"totalSpace,omitempty"`
	// The number of bytes of free space.
	FreeSpaceBytes *int64 `json:"freeSpaceBytes,omitempty"`
	// The number of bytes of total space.
	TotalSpaceBytes *int64 `json:"totalSpaceBytes,omitempty"`
	// Utilization of this storage location.
	Utilization *string `json:"utilization,omitempty"`
}

RepositoryUsageDTO struct for RepositoryUsageDTO

func NewRepositoryUsageDTO ¶

func NewRepositoryUsageDTO() *RepositoryUsageDTO

NewRepositoryUsageDTO instantiates a new RepositoryUsageDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRepositoryUsageDTOWithDefaults ¶

func NewRepositoryUsageDTOWithDefaults() *RepositoryUsageDTO

NewRepositoryUsageDTOWithDefaults instantiates a new RepositoryUsageDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RepositoryUsageDTO) GetFileStoreHash ¶

func (o *RepositoryUsageDTO) GetFileStoreHash() string

GetFileStoreHash returns the FileStoreHash field value if set, zero value otherwise.

func (*RepositoryUsageDTO) GetFileStoreHashOk ¶

func (o *RepositoryUsageDTO) GetFileStoreHashOk() (*string, bool)

GetFileStoreHashOk returns a tuple with the FileStoreHash field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RepositoryUsageDTO) GetFreeSpace ¶

func (o *RepositoryUsageDTO) GetFreeSpace() string

GetFreeSpace returns the FreeSpace field value if set, zero value otherwise.

func (*RepositoryUsageDTO) GetFreeSpaceBytes ¶

func (o *RepositoryUsageDTO) GetFreeSpaceBytes() int64

GetFreeSpaceBytes returns the FreeSpaceBytes field value if set, zero value otherwise.

func (*RepositoryUsageDTO) GetFreeSpaceBytesOk ¶

func (o *RepositoryUsageDTO) GetFreeSpaceBytesOk() (*int64, bool)

GetFreeSpaceBytesOk returns a tuple with the FreeSpaceBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RepositoryUsageDTO) GetFreeSpaceOk ¶

func (o *RepositoryUsageDTO) GetFreeSpaceOk() (*string, bool)

GetFreeSpaceOk returns a tuple with the FreeSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RepositoryUsageDTO) GetName ¶

func (o *RepositoryUsageDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*RepositoryUsageDTO) GetNameOk ¶

func (o *RepositoryUsageDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RepositoryUsageDTO) GetTotalSpace ¶

func (o *RepositoryUsageDTO) GetTotalSpace() string

GetTotalSpace returns the TotalSpace field value if set, zero value otherwise.

func (*RepositoryUsageDTO) GetTotalSpaceBytes ¶

func (o *RepositoryUsageDTO) GetTotalSpaceBytes() int64

GetTotalSpaceBytes returns the TotalSpaceBytes field value if set, zero value otherwise.

func (*RepositoryUsageDTO) GetTotalSpaceBytesOk ¶

func (o *RepositoryUsageDTO) GetTotalSpaceBytesOk() (*int64, bool)

GetTotalSpaceBytesOk returns a tuple with the TotalSpaceBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RepositoryUsageDTO) GetTotalSpaceOk ¶

func (o *RepositoryUsageDTO) GetTotalSpaceOk() (*string, bool)

GetTotalSpaceOk returns a tuple with the TotalSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RepositoryUsageDTO) GetUtilization ¶

func (o *RepositoryUsageDTO) GetUtilization() string

GetUtilization returns the Utilization field value if set, zero value otherwise.

func (*RepositoryUsageDTO) GetUtilizationOk ¶

func (o *RepositoryUsageDTO) GetUtilizationOk() (*string, bool)

GetUtilizationOk returns a tuple with the Utilization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RepositoryUsageDTO) HasFileStoreHash ¶

func (o *RepositoryUsageDTO) HasFileStoreHash() bool

HasFileStoreHash returns a boolean if a field has been set.

func (*RepositoryUsageDTO) HasFreeSpace ¶

func (o *RepositoryUsageDTO) HasFreeSpace() bool

HasFreeSpace returns a boolean if a field has been set.

func (*RepositoryUsageDTO) HasFreeSpaceBytes ¶

func (o *RepositoryUsageDTO) HasFreeSpaceBytes() bool

HasFreeSpaceBytes returns a boolean if a field has been set.

func (*RepositoryUsageDTO) HasName ¶

func (o *RepositoryUsageDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*RepositoryUsageDTO) HasTotalSpace ¶

func (o *RepositoryUsageDTO) HasTotalSpace() bool

HasTotalSpace returns a boolean if a field has been set.

func (*RepositoryUsageDTO) HasTotalSpaceBytes ¶

func (o *RepositoryUsageDTO) HasTotalSpaceBytes() bool

HasTotalSpaceBytes returns a boolean if a field has been set.

func (*RepositoryUsageDTO) HasUtilization ¶

func (o *RepositoryUsageDTO) HasUtilization() bool

HasUtilization returns a boolean if a field has been set.

func (RepositoryUsageDTO) MarshalJSON ¶

func (o RepositoryUsageDTO) MarshalJSON() ([]byte, error)

func (*RepositoryUsageDTO) SetFileStoreHash ¶

func (o *RepositoryUsageDTO) SetFileStoreHash(v string)

SetFileStoreHash gets a reference to the given string and assigns it to the FileStoreHash field.

func (*RepositoryUsageDTO) SetFreeSpace ¶

func (o *RepositoryUsageDTO) SetFreeSpace(v string)

SetFreeSpace gets a reference to the given string and assigns it to the FreeSpace field.

func (*RepositoryUsageDTO) SetFreeSpaceBytes ¶

func (o *RepositoryUsageDTO) SetFreeSpaceBytes(v int64)

SetFreeSpaceBytes gets a reference to the given int64 and assigns it to the FreeSpaceBytes field.

func (*RepositoryUsageDTO) SetName ¶

func (o *RepositoryUsageDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*RepositoryUsageDTO) SetTotalSpace ¶

func (o *RepositoryUsageDTO) SetTotalSpace(v string)

SetTotalSpace gets a reference to the given string and assigns it to the TotalSpace field.

func (*RepositoryUsageDTO) SetTotalSpaceBytes ¶

func (o *RepositoryUsageDTO) SetTotalSpaceBytes(v int64)

SetTotalSpaceBytes gets a reference to the given int64 and assigns it to the TotalSpaceBytes field.

func (*RepositoryUsageDTO) SetUtilization ¶

func (o *RepositoryUsageDTO) SetUtilization(v string)

SetUtilization gets a reference to the given string and assigns it to the Utilization field.

func (RepositoryUsageDTO) ToMap ¶

func (o RepositoryUsageDTO) ToMap() (map[string]interface{}, error)

type RequiredPermissionDTO ¶

type RequiredPermissionDTO struct {
	// The required sub-permission necessary for this restriction.
	Id *string `json:"id,omitempty"`
	// The label for the required sub-permission necessary for this restriction.
	Label *string `json:"label,omitempty"`
}

RequiredPermissionDTO struct for RequiredPermissionDTO

func NewRequiredPermissionDTO ¶

func NewRequiredPermissionDTO() *RequiredPermissionDTO

NewRequiredPermissionDTO instantiates a new RequiredPermissionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRequiredPermissionDTOWithDefaults ¶

func NewRequiredPermissionDTOWithDefaults() *RequiredPermissionDTO

NewRequiredPermissionDTOWithDefaults instantiates a new RequiredPermissionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RequiredPermissionDTO) GetId ¶

func (o *RequiredPermissionDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*RequiredPermissionDTO) GetIdOk ¶

func (o *RequiredPermissionDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequiredPermissionDTO) GetLabel ¶

func (o *RequiredPermissionDTO) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*RequiredPermissionDTO) GetLabelOk ¶

func (o *RequiredPermissionDTO) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RequiredPermissionDTO) HasId ¶

func (o *RequiredPermissionDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*RequiredPermissionDTO) HasLabel ¶

func (o *RequiredPermissionDTO) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (RequiredPermissionDTO) MarshalJSON ¶

func (o RequiredPermissionDTO) MarshalJSON() ([]byte, error)

func (*RequiredPermissionDTO) SetId ¶

func (o *RequiredPermissionDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*RequiredPermissionDTO) SetLabel ¶

func (o *RequiredPermissionDTO) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (RequiredPermissionDTO) ToMap ¶

func (o RequiredPermissionDTO) ToMap() (map[string]interface{}, error)

type ResourceDTO ¶

type ResourceDTO struct {
	// The identifier of the resource.
	Identifier *string `json:"identifier,omitempty"`
	// The name of the resource.
	Name *string `json:"name,omitempty"`
}

ResourceDTO struct for ResourceDTO

func NewResourceDTO ¶

func NewResourceDTO() *ResourceDTO

NewResourceDTO instantiates a new ResourceDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourceDTOWithDefaults ¶

func NewResourceDTOWithDefaults() *ResourceDTO

NewResourceDTOWithDefaults instantiates a new ResourceDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourceDTO) GetIdentifier ¶

func (o *ResourceDTO) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*ResourceDTO) GetIdentifierOk ¶

func (o *ResourceDTO) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceDTO) GetName ¶

func (o *ResourceDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*ResourceDTO) GetNameOk ¶

func (o *ResourceDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourceDTO) HasIdentifier ¶

func (o *ResourceDTO) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*ResourceDTO) HasName ¶

func (o *ResourceDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (ResourceDTO) MarshalJSON ¶

func (o ResourceDTO) MarshalJSON() ([]byte, error)

func (*ResourceDTO) SetIdentifier ¶

func (o *ResourceDTO) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*ResourceDTO) SetName ¶

func (o *ResourceDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (ResourceDTO) ToMap ¶

func (o ResourceDTO) ToMap() (map[string]interface{}, error)

type ResourcesAPIGetResourcesRequest ¶

type ResourcesAPIGetResourcesRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ResourcesAPIGetResourcesRequest) Execute ¶

type ResourcesAPIService ¶

type ResourcesAPIService service

ResourcesAPIService ResourcesAPI service

func (*ResourcesAPIService) GetResources ¶

GetResources Gets the available resources that support access/authorization policies

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ResourcesAPIGetResourcesRequest

func (*ResourcesAPIService) GetResourcesExecute ¶

Execute executes the request

@return ResourcesEntity

type ResourcesEntity ¶

type ResourcesEntity struct {
	Resources []ResourceDTO `json:"resources,omitempty"`
}

ResourcesEntity struct for ResourcesEntity

func NewResourcesEntity ¶

func NewResourcesEntity() *ResourcesEntity

NewResourcesEntity instantiates a new ResourcesEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResourcesEntityWithDefaults ¶

func NewResourcesEntityWithDefaults() *ResourcesEntity

NewResourcesEntityWithDefaults instantiates a new ResourcesEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ResourcesEntity) GetResources ¶

func (o *ResourcesEntity) GetResources() []ResourceDTO

GetResources returns the Resources field value if set, zero value otherwise.

func (*ResourcesEntity) GetResourcesOk ¶

func (o *ResourcesEntity) GetResourcesOk() ([]ResourceDTO, bool)

GetResourcesOk returns a tuple with the Resources field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ResourcesEntity) HasResources ¶

func (o *ResourcesEntity) HasResources() bool

HasResources returns a boolean if a field has been set.

func (ResourcesEntity) MarshalJSON ¶

func (o ResourcesEntity) MarshalJSON() ([]byte, error)

func (*ResourcesEntity) SetResources ¶

func (o *ResourcesEntity) SetResources(v []ResourceDTO)

SetResources gets a reference to the given []ResourceDTO and assigns it to the Resources field.

func (ResourcesEntity) ToMap ¶

func (o ResourcesEntity) ToMap() (map[string]interface{}, error)

type Response ¶

type Response struct {
	Status   *int32                               `json:"status,omitempty"`
	Entity   map[string]interface{}               `json:"entity,omitempty"`
	Metadata *map[string][]map[string]interface{} `json:"metadata,omitempty"`
}

Response struct for Response

func NewResponse ¶

func NewResponse() *Response

NewResponse instantiates a new Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewResponseWithDefaults ¶

func NewResponseWithDefaults() *Response

NewResponseWithDefaults instantiates a new Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Response) GetEntity ¶

func (o *Response) GetEntity() map[string]interface{}

GetEntity returns the Entity field value if set, zero value otherwise.

func (*Response) GetEntityOk ¶

func (o *Response) GetEntityOk() (map[string]interface{}, bool)

GetEntityOk returns a tuple with the Entity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Response) GetMetadata ¶

func (o *Response) GetMetadata() map[string][]map[string]interface{}

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*Response) GetMetadataOk ¶

func (o *Response) GetMetadataOk() (*map[string][]map[string]interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Response) GetStatus ¶

func (o *Response) GetStatus() int32

GetStatus returns the Status field value if set, zero value otherwise.

func (*Response) GetStatusOk ¶

func (o *Response) GetStatusOk() (*int32, bool)

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Response) HasEntity ¶

func (o *Response) HasEntity() bool

HasEntity returns a boolean if a field has been set.

func (*Response) HasMetadata ¶

func (o *Response) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*Response) HasStatus ¶

func (o *Response) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (Response) MarshalJSON ¶

func (o Response) MarshalJSON() ([]byte, error)

func (*Response) SetEntity ¶

func (o *Response) SetEntity(v map[string]interface{})

SetEntity gets a reference to the given map[string]interface{} and assigns it to the Entity field.

func (*Response) SetMetadata ¶

func (o *Response) SetMetadata(v map[string][]map[string]interface{})

SetMetadata gets a reference to the given map[string][]map[string]interface{} and assigns it to the Metadata field.

func (*Response) SetStatus ¶

func (o *Response) SetStatus(v int32)

SetStatus gets a reference to the given int32 and assigns it to the Status field.

func (Response) ToMap ¶

func (o Response) ToMap() (map[string]interface{}, error)

type Restriction ¶

type Restriction struct {
	// The permission required for this restriction
	RequiredPermission *string `json:"requiredPermission,omitempty"`
	// The explanation of this restriction
	Explanation *string `json:"explanation,omitempty"`
}

Restriction struct for Restriction

func NewRestriction ¶

func NewRestriction() *Restriction

NewRestriction instantiates a new Restriction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRestrictionWithDefaults ¶

func NewRestrictionWithDefaults() *Restriction

NewRestrictionWithDefaults instantiates a new Restriction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Restriction) GetExplanation ¶

func (o *Restriction) GetExplanation() string

GetExplanation returns the Explanation field value if set, zero value otherwise.

func (*Restriction) GetExplanationOk ¶

func (o *Restriction) GetExplanationOk() (*string, bool)

GetExplanationOk returns a tuple with the Explanation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Restriction) GetRequiredPermission ¶

func (o *Restriction) GetRequiredPermission() string

GetRequiredPermission returns the RequiredPermission field value if set, zero value otherwise.

func (*Restriction) GetRequiredPermissionOk ¶

func (o *Restriction) GetRequiredPermissionOk() (*string, bool)

GetRequiredPermissionOk returns a tuple with the RequiredPermission field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Restriction) HasExplanation ¶

func (o *Restriction) HasExplanation() bool

HasExplanation returns a boolean if a field has been set.

func (*Restriction) HasRequiredPermission ¶

func (o *Restriction) HasRequiredPermission() bool

HasRequiredPermission returns a boolean if a field has been set.

func (Restriction) MarshalJSON ¶

func (o Restriction) MarshalJSON() ([]byte, error)

func (*Restriction) SetExplanation ¶

func (o *Restriction) SetExplanation(v string)

SetExplanation gets a reference to the given string and assigns it to the Explanation field.

func (*Restriction) SetRequiredPermission ¶

func (o *Restriction) SetRequiredPermission(v string)

SetRequiredPermission gets a reference to the given string and assigns it to the RequiredPermission field.

func (Restriction) ToMap ¶

func (o Restriction) ToMap() (map[string]interface{}, error)

type RevisionDTO ¶

type RevisionDTO struct {
	// A client identifier used to make a request. By including a client identifier, the API can allow multiple requests without needing the current revision. Due to the asynchronous nature of requests/responses this was implemented to allow the client to make numerous requests without having to wait for the previous response to come back
	ClientId *string `json:"clientId,omitempty"`
	// NiFi employs an optimistic locking strategy where the client must include a revision in their request when performing an update. In a response to a mutable flow request, this field represents the updated base version.
	Version *int64 `json:"version,omitempty"`
	// The user that last modified the flow.
	LastModifier *string `json:"lastModifier,omitempty"`
}

RevisionDTO struct for RevisionDTO

func NewRevisionDTO ¶

func NewRevisionDTO() *RevisionDTO

NewRevisionDTO instantiates a new RevisionDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRevisionDTOWithDefaults ¶

func NewRevisionDTOWithDefaults() *RevisionDTO

NewRevisionDTOWithDefaults instantiates a new RevisionDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RevisionDTO) GetClientId ¶

func (o *RevisionDTO) GetClientId() string

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*RevisionDTO) GetClientIdOk ¶

func (o *RevisionDTO) GetClientIdOk() (*string, bool)

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionDTO) GetLastModifier ¶

func (o *RevisionDTO) GetLastModifier() string

GetLastModifier returns the LastModifier field value if set, zero value otherwise.

func (*RevisionDTO) GetLastModifierOk ¶

func (o *RevisionDTO) GetLastModifierOk() (*string, bool)

GetLastModifierOk returns a tuple with the LastModifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionDTO) GetVersion ¶

func (o *RevisionDTO) GetVersion() int64

GetVersion returns the Version field value if set, zero value otherwise.

func (*RevisionDTO) GetVersionOk ¶

func (o *RevisionDTO) GetVersionOk() (*int64, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RevisionDTO) HasClientId ¶

func (o *RevisionDTO) HasClientId() bool

HasClientId returns a boolean if a field has been set.

func (*RevisionDTO) HasLastModifier ¶

func (o *RevisionDTO) HasLastModifier() bool

HasLastModifier returns a boolean if a field has been set.

func (*RevisionDTO) HasVersion ¶

func (o *RevisionDTO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (RevisionDTO) MarshalJSON ¶

func (o RevisionDTO) MarshalJSON() ([]byte, error)

func (*RevisionDTO) SetClientId ¶

func (o *RevisionDTO) SetClientId(v string)

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*RevisionDTO) SetLastModifier ¶

func (o *RevisionDTO) SetLastModifier(v string)

SetLastModifier gets a reference to the given string and assigns it to the LastModifier field.

func (*RevisionDTO) SetVersion ¶

func (o *RevisionDTO) SetVersion(v int64)

SetVersion gets a reference to the given int64 and assigns it to the Version field.

func (RevisionDTO) ToMap ¶

func (o RevisionDTO) ToMap() (map[string]interface{}, error)

type RunStatusDetailsRequestEntity ¶

type RunStatusDetailsRequestEntity struct {
	// The IDs of all processors whose run status details should be provided
	ProcessorIds []string `json:"processorIds,omitempty"`
}

RunStatusDetailsRequestEntity struct for RunStatusDetailsRequestEntity

func NewRunStatusDetailsRequestEntity ¶

func NewRunStatusDetailsRequestEntity() *RunStatusDetailsRequestEntity

NewRunStatusDetailsRequestEntity instantiates a new RunStatusDetailsRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRunStatusDetailsRequestEntityWithDefaults ¶

func NewRunStatusDetailsRequestEntityWithDefaults() *RunStatusDetailsRequestEntity

NewRunStatusDetailsRequestEntityWithDefaults instantiates a new RunStatusDetailsRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RunStatusDetailsRequestEntity) GetProcessorIds ¶

func (o *RunStatusDetailsRequestEntity) GetProcessorIds() []string

GetProcessorIds returns the ProcessorIds field value if set, zero value otherwise.

func (*RunStatusDetailsRequestEntity) GetProcessorIdsOk ¶

func (o *RunStatusDetailsRequestEntity) GetProcessorIdsOk() ([]string, bool)

GetProcessorIdsOk returns a tuple with the ProcessorIds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RunStatusDetailsRequestEntity) HasProcessorIds ¶

func (o *RunStatusDetailsRequestEntity) HasProcessorIds() bool

HasProcessorIds returns a boolean if a field has been set.

func (RunStatusDetailsRequestEntity) MarshalJSON ¶

func (o RunStatusDetailsRequestEntity) MarshalJSON() ([]byte, error)

func (*RunStatusDetailsRequestEntity) SetProcessorIds ¶

func (o *RunStatusDetailsRequestEntity) SetProcessorIds(v []string)

SetProcessorIds gets a reference to the given []string and assigns it to the ProcessorIds field.

func (RunStatusDetailsRequestEntity) ToMap ¶

func (o RunStatusDetailsRequestEntity) ToMap() (map[string]interface{}, error)

type RuntimeManifest ¶

type RuntimeManifest struct {
	// A unique identifier for the manifest
	Identifier *string `json:"identifier,omitempty"`
	// The type of the runtime binary, e.g., 'minifi-java' or 'minifi-cpp'
	AgentType *string `json:"agentType,omitempty"`
	// The version of the runtime binary, e.g., '1.0.1'
	Version   *string    `json:"version,omitempty"`
	BuildInfo *BuildInfo `json:"buildInfo,omitempty"`
	// All extension bundles included with this runtime
	Bundles            []Bundle            `json:"bundles,omitempty"`
	SchedulingDefaults *SchedulingDefaults `json:"schedulingDefaults,omitempty"`
}

RuntimeManifest struct for RuntimeManifest

func NewRuntimeManifest ¶

func NewRuntimeManifest() *RuntimeManifest

NewRuntimeManifest instantiates a new RuntimeManifest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRuntimeManifestWithDefaults ¶

func NewRuntimeManifestWithDefaults() *RuntimeManifest

NewRuntimeManifestWithDefaults instantiates a new RuntimeManifest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RuntimeManifest) GetAgentType ¶

func (o *RuntimeManifest) GetAgentType() string

GetAgentType returns the AgentType field value if set, zero value otherwise.

func (*RuntimeManifest) GetAgentTypeOk ¶

func (o *RuntimeManifest) GetAgentTypeOk() (*string, bool)

GetAgentTypeOk returns a tuple with the AgentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuntimeManifest) GetBuildInfo ¶

func (o *RuntimeManifest) GetBuildInfo() BuildInfo

GetBuildInfo returns the BuildInfo field value if set, zero value otherwise.

func (*RuntimeManifest) GetBuildInfoOk ¶

func (o *RuntimeManifest) GetBuildInfoOk() (*BuildInfo, bool)

GetBuildInfoOk returns a tuple with the BuildInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuntimeManifest) GetBundles ¶

func (o *RuntimeManifest) GetBundles() []Bundle

GetBundles returns the Bundles field value if set, zero value otherwise.

func (*RuntimeManifest) GetBundlesOk ¶

func (o *RuntimeManifest) GetBundlesOk() ([]Bundle, bool)

GetBundlesOk returns a tuple with the Bundles field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuntimeManifest) GetIdentifier ¶

func (o *RuntimeManifest) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*RuntimeManifest) GetIdentifierOk ¶

func (o *RuntimeManifest) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuntimeManifest) GetSchedulingDefaults ¶

func (o *RuntimeManifest) GetSchedulingDefaults() SchedulingDefaults

GetSchedulingDefaults returns the SchedulingDefaults field value if set, zero value otherwise.

func (*RuntimeManifest) GetSchedulingDefaultsOk ¶

func (o *RuntimeManifest) GetSchedulingDefaultsOk() (*SchedulingDefaults, bool)

GetSchedulingDefaultsOk returns a tuple with the SchedulingDefaults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuntimeManifest) GetVersion ¶

func (o *RuntimeManifest) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise.

func (*RuntimeManifest) GetVersionOk ¶

func (o *RuntimeManifest) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuntimeManifest) HasAgentType ¶

func (o *RuntimeManifest) HasAgentType() bool

HasAgentType returns a boolean if a field has been set.

func (*RuntimeManifest) HasBuildInfo ¶

func (o *RuntimeManifest) HasBuildInfo() bool

HasBuildInfo returns a boolean if a field has been set.

func (*RuntimeManifest) HasBundles ¶

func (o *RuntimeManifest) HasBundles() bool

HasBundles returns a boolean if a field has been set.

func (*RuntimeManifest) HasIdentifier ¶

func (o *RuntimeManifest) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*RuntimeManifest) HasSchedulingDefaults ¶

func (o *RuntimeManifest) HasSchedulingDefaults() bool

HasSchedulingDefaults returns a boolean if a field has been set.

func (*RuntimeManifest) HasVersion ¶

func (o *RuntimeManifest) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (RuntimeManifest) MarshalJSON ¶

func (o RuntimeManifest) MarshalJSON() ([]byte, error)

func (*RuntimeManifest) SetAgentType ¶

func (o *RuntimeManifest) SetAgentType(v string)

SetAgentType gets a reference to the given string and assigns it to the AgentType field.

func (*RuntimeManifest) SetBuildInfo ¶

func (o *RuntimeManifest) SetBuildInfo(v BuildInfo)

SetBuildInfo gets a reference to the given BuildInfo and assigns it to the BuildInfo field.

func (*RuntimeManifest) SetBundles ¶

func (o *RuntimeManifest) SetBundles(v []Bundle)

SetBundles gets a reference to the given []Bundle and assigns it to the Bundles field.

func (*RuntimeManifest) SetIdentifier ¶

func (o *RuntimeManifest) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*RuntimeManifest) SetSchedulingDefaults ¶

func (o *RuntimeManifest) SetSchedulingDefaults(v SchedulingDefaults)

SetSchedulingDefaults gets a reference to the given SchedulingDefaults and assigns it to the SchedulingDefaults field.

func (*RuntimeManifest) SetVersion ¶

func (o *RuntimeManifest) SetVersion(v string)

SetVersion gets a reference to the given string and assigns it to the Version field.

func (RuntimeManifest) ToMap ¶

func (o RuntimeManifest) ToMap() (map[string]interface{}, error)

type RuntimeManifestEntity ¶

type RuntimeManifestEntity struct {
	RuntimeManifest *RuntimeManifest `json:"runtimeManifest,omitempty"`
}

RuntimeManifestEntity struct for RuntimeManifestEntity

func NewRuntimeManifestEntity ¶

func NewRuntimeManifestEntity() *RuntimeManifestEntity

NewRuntimeManifestEntity instantiates a new RuntimeManifestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRuntimeManifestEntityWithDefaults ¶

func NewRuntimeManifestEntityWithDefaults() *RuntimeManifestEntity

NewRuntimeManifestEntityWithDefaults instantiates a new RuntimeManifestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RuntimeManifestEntity) GetRuntimeManifest ¶

func (o *RuntimeManifestEntity) GetRuntimeManifest() RuntimeManifest

GetRuntimeManifest returns the RuntimeManifest field value if set, zero value otherwise.

func (*RuntimeManifestEntity) GetRuntimeManifestOk ¶

func (o *RuntimeManifestEntity) GetRuntimeManifestOk() (*RuntimeManifest, bool)

GetRuntimeManifestOk returns a tuple with the RuntimeManifest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RuntimeManifestEntity) HasRuntimeManifest ¶

func (o *RuntimeManifestEntity) HasRuntimeManifest() bool

HasRuntimeManifest returns a boolean if a field has been set.

func (RuntimeManifestEntity) MarshalJSON ¶

func (o RuntimeManifestEntity) MarshalJSON() ([]byte, error)

func (*RuntimeManifestEntity) SetRuntimeManifest ¶

func (o *RuntimeManifestEntity) SetRuntimeManifest(v RuntimeManifest)

SetRuntimeManifest gets a reference to the given RuntimeManifest and assigns it to the RuntimeManifest field.

func (RuntimeManifestEntity) ToMap ¶

func (o RuntimeManifestEntity) ToMap() (map[string]interface{}, error)

type ScheduleComponentsEntity ¶

type ScheduleComponentsEntity struct {
	// The id of the ProcessGroup
	Id *string `json:"id,omitempty"`
	// The desired state of the descendant components
	State *string `json:"state,omitempty"`
	// Optional components to schedule. If not specified, all authorized descendant components will be used.
	Components *map[string]RevisionDTO `json:"components,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

ScheduleComponentsEntity struct for ScheduleComponentsEntity

func NewScheduleComponentsEntity ¶

func NewScheduleComponentsEntity() *ScheduleComponentsEntity

NewScheduleComponentsEntity instantiates a new ScheduleComponentsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewScheduleComponentsEntityWithDefaults ¶

func NewScheduleComponentsEntityWithDefaults() *ScheduleComponentsEntity

NewScheduleComponentsEntityWithDefaults instantiates a new ScheduleComponentsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ScheduleComponentsEntity) GetComponents ¶

func (o *ScheduleComponentsEntity) GetComponents() map[string]RevisionDTO

GetComponents returns the Components field value if set, zero value otherwise.

func (*ScheduleComponentsEntity) GetComponentsOk ¶

func (o *ScheduleComponentsEntity) GetComponentsOk() (*map[string]RevisionDTO, bool)

GetComponentsOk returns a tuple with the Components field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScheduleComponentsEntity) GetDisconnectedNodeAcknowledged ¶

func (o *ScheduleComponentsEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*ScheduleComponentsEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *ScheduleComponentsEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScheduleComponentsEntity) GetId ¶

func (o *ScheduleComponentsEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*ScheduleComponentsEntity) GetIdOk ¶

func (o *ScheduleComponentsEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScheduleComponentsEntity) GetState ¶

func (o *ScheduleComponentsEntity) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*ScheduleComponentsEntity) GetStateOk ¶

func (o *ScheduleComponentsEntity) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScheduleComponentsEntity) HasComponents ¶

func (o *ScheduleComponentsEntity) HasComponents() bool

HasComponents returns a boolean if a field has been set.

func (*ScheduleComponentsEntity) HasDisconnectedNodeAcknowledged ¶

func (o *ScheduleComponentsEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*ScheduleComponentsEntity) HasId ¶

func (o *ScheduleComponentsEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*ScheduleComponentsEntity) HasState ¶

func (o *ScheduleComponentsEntity) HasState() bool

HasState returns a boolean if a field has been set.

func (ScheduleComponentsEntity) MarshalJSON ¶

func (o ScheduleComponentsEntity) MarshalJSON() ([]byte, error)

func (*ScheduleComponentsEntity) SetComponents ¶

func (o *ScheduleComponentsEntity) SetComponents(v map[string]RevisionDTO)

SetComponents gets a reference to the given map[string]RevisionDTO and assigns it to the Components field.

func (*ScheduleComponentsEntity) SetDisconnectedNodeAcknowledged ¶

func (o *ScheduleComponentsEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*ScheduleComponentsEntity) SetId ¶

func (o *ScheduleComponentsEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*ScheduleComponentsEntity) SetState ¶

func (o *ScheduleComponentsEntity) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (ScheduleComponentsEntity) ToMap ¶

func (o ScheduleComponentsEntity) ToMap() (map[string]interface{}, error)

type SchedulingDefaults ¶

type SchedulingDefaults struct {
	// The name of the default scheduling strategy
	DefaultSchedulingStrategy *string `json:"defaultSchedulingStrategy,omitempty"`
	// The default scheduling period in milliseconds
	DefaultSchedulingPeriodMillis *int64 `json:"defaultSchedulingPeriodMillis,omitempty"`
	// The default penalization period in milliseconds
	PenalizationPeriodMillis *int64 `json:"penalizationPeriodMillis,omitempty"`
	// The default yield duration in milliseconds
	YieldDurationMillis *int64 `json:"yieldDurationMillis,omitempty"`
	// The default run duration in nano-seconds
	DefaultRunDurationNanos *int64 `json:"defaultRunDurationNanos,omitempty"`
	// The default concurrent tasks
	DefaultMaxConcurrentTasks *string `json:"defaultMaxConcurrentTasks,omitempty"`
	// The default concurrent tasks for each scheduling strategy
	DefaultConcurrentTasksBySchedulingStrategy *map[string]int32 `json:"defaultConcurrentTasksBySchedulingStrategy,omitempty"`
	// The default scheduling period for each scheduling strategy
	DefaultSchedulingPeriodsBySchedulingStrategy *map[string]string `json:"defaultSchedulingPeriodsBySchedulingStrategy,omitempty"`
}

SchedulingDefaults struct for SchedulingDefaults

func NewSchedulingDefaults ¶

func NewSchedulingDefaults() *SchedulingDefaults

NewSchedulingDefaults instantiates a new SchedulingDefaults object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSchedulingDefaultsWithDefaults ¶

func NewSchedulingDefaultsWithDefaults() *SchedulingDefaults

NewSchedulingDefaultsWithDefaults instantiates a new SchedulingDefaults object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SchedulingDefaults) GetDefaultConcurrentTasksBySchedulingStrategy ¶

func (o *SchedulingDefaults) GetDefaultConcurrentTasksBySchedulingStrategy() map[string]int32

GetDefaultConcurrentTasksBySchedulingStrategy returns the DefaultConcurrentTasksBySchedulingStrategy field value if set, zero value otherwise.

func (*SchedulingDefaults) GetDefaultConcurrentTasksBySchedulingStrategyOk ¶

func (o *SchedulingDefaults) GetDefaultConcurrentTasksBySchedulingStrategyOk() (*map[string]int32, bool)

GetDefaultConcurrentTasksBySchedulingStrategyOk returns a tuple with the DefaultConcurrentTasksBySchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingDefaults) GetDefaultMaxConcurrentTasks ¶

func (o *SchedulingDefaults) GetDefaultMaxConcurrentTasks() string

GetDefaultMaxConcurrentTasks returns the DefaultMaxConcurrentTasks field value if set, zero value otherwise.

func (*SchedulingDefaults) GetDefaultMaxConcurrentTasksOk ¶

func (o *SchedulingDefaults) GetDefaultMaxConcurrentTasksOk() (*string, bool)

GetDefaultMaxConcurrentTasksOk returns a tuple with the DefaultMaxConcurrentTasks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingDefaults) GetDefaultRunDurationNanos ¶

func (o *SchedulingDefaults) GetDefaultRunDurationNanos() int64

GetDefaultRunDurationNanos returns the DefaultRunDurationNanos field value if set, zero value otherwise.

func (*SchedulingDefaults) GetDefaultRunDurationNanosOk ¶

func (o *SchedulingDefaults) GetDefaultRunDurationNanosOk() (*int64, bool)

GetDefaultRunDurationNanosOk returns a tuple with the DefaultRunDurationNanos field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingDefaults) GetDefaultSchedulingPeriodMillis ¶

func (o *SchedulingDefaults) GetDefaultSchedulingPeriodMillis() int64

GetDefaultSchedulingPeriodMillis returns the DefaultSchedulingPeriodMillis field value if set, zero value otherwise.

func (*SchedulingDefaults) GetDefaultSchedulingPeriodMillisOk ¶

func (o *SchedulingDefaults) GetDefaultSchedulingPeriodMillisOk() (*int64, bool)

GetDefaultSchedulingPeriodMillisOk returns a tuple with the DefaultSchedulingPeriodMillis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingDefaults) GetDefaultSchedulingPeriodsBySchedulingStrategy ¶

func (o *SchedulingDefaults) GetDefaultSchedulingPeriodsBySchedulingStrategy() map[string]string

GetDefaultSchedulingPeriodsBySchedulingStrategy returns the DefaultSchedulingPeriodsBySchedulingStrategy field value if set, zero value otherwise.

func (*SchedulingDefaults) GetDefaultSchedulingPeriodsBySchedulingStrategyOk ¶

func (o *SchedulingDefaults) GetDefaultSchedulingPeriodsBySchedulingStrategyOk() (*map[string]string, bool)

GetDefaultSchedulingPeriodsBySchedulingStrategyOk returns a tuple with the DefaultSchedulingPeriodsBySchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingDefaults) GetDefaultSchedulingStrategy ¶

func (o *SchedulingDefaults) GetDefaultSchedulingStrategy() string

GetDefaultSchedulingStrategy returns the DefaultSchedulingStrategy field value if set, zero value otherwise.

func (*SchedulingDefaults) GetDefaultSchedulingStrategyOk ¶

func (o *SchedulingDefaults) GetDefaultSchedulingStrategyOk() (*string, bool)

GetDefaultSchedulingStrategyOk returns a tuple with the DefaultSchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingDefaults) GetPenalizationPeriodMillis ¶

func (o *SchedulingDefaults) GetPenalizationPeriodMillis() int64

GetPenalizationPeriodMillis returns the PenalizationPeriodMillis field value if set, zero value otherwise.

func (*SchedulingDefaults) GetPenalizationPeriodMillisOk ¶

func (o *SchedulingDefaults) GetPenalizationPeriodMillisOk() (*int64, bool)

GetPenalizationPeriodMillisOk returns a tuple with the PenalizationPeriodMillis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingDefaults) GetYieldDurationMillis ¶

func (o *SchedulingDefaults) GetYieldDurationMillis() int64

GetYieldDurationMillis returns the YieldDurationMillis field value if set, zero value otherwise.

func (*SchedulingDefaults) GetYieldDurationMillisOk ¶

func (o *SchedulingDefaults) GetYieldDurationMillisOk() (*int64, bool)

GetYieldDurationMillisOk returns a tuple with the YieldDurationMillis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingDefaults) HasDefaultConcurrentTasksBySchedulingStrategy ¶

func (o *SchedulingDefaults) HasDefaultConcurrentTasksBySchedulingStrategy() bool

HasDefaultConcurrentTasksBySchedulingStrategy returns a boolean if a field has been set.

func (*SchedulingDefaults) HasDefaultMaxConcurrentTasks ¶

func (o *SchedulingDefaults) HasDefaultMaxConcurrentTasks() bool

HasDefaultMaxConcurrentTasks returns a boolean if a field has been set.

func (*SchedulingDefaults) HasDefaultRunDurationNanos ¶

func (o *SchedulingDefaults) HasDefaultRunDurationNanos() bool

HasDefaultRunDurationNanos returns a boolean if a field has been set.

func (*SchedulingDefaults) HasDefaultSchedulingPeriodMillis ¶

func (o *SchedulingDefaults) HasDefaultSchedulingPeriodMillis() bool

HasDefaultSchedulingPeriodMillis returns a boolean if a field has been set.

func (*SchedulingDefaults) HasDefaultSchedulingPeriodsBySchedulingStrategy ¶

func (o *SchedulingDefaults) HasDefaultSchedulingPeriodsBySchedulingStrategy() bool

HasDefaultSchedulingPeriodsBySchedulingStrategy returns a boolean if a field has been set.

func (*SchedulingDefaults) HasDefaultSchedulingStrategy ¶

func (o *SchedulingDefaults) HasDefaultSchedulingStrategy() bool

HasDefaultSchedulingStrategy returns a boolean if a field has been set.

func (*SchedulingDefaults) HasPenalizationPeriodMillis ¶

func (o *SchedulingDefaults) HasPenalizationPeriodMillis() bool

HasPenalizationPeriodMillis returns a boolean if a field has been set.

func (*SchedulingDefaults) HasYieldDurationMillis ¶

func (o *SchedulingDefaults) HasYieldDurationMillis() bool

HasYieldDurationMillis returns a boolean if a field has been set.

func (SchedulingDefaults) MarshalJSON ¶

func (o SchedulingDefaults) MarshalJSON() ([]byte, error)

func (*SchedulingDefaults) SetDefaultConcurrentTasksBySchedulingStrategy ¶

func (o *SchedulingDefaults) SetDefaultConcurrentTasksBySchedulingStrategy(v map[string]int32)

SetDefaultConcurrentTasksBySchedulingStrategy gets a reference to the given map[string]int32 and assigns it to the DefaultConcurrentTasksBySchedulingStrategy field.

func (*SchedulingDefaults) SetDefaultMaxConcurrentTasks ¶

func (o *SchedulingDefaults) SetDefaultMaxConcurrentTasks(v string)

SetDefaultMaxConcurrentTasks gets a reference to the given string and assigns it to the DefaultMaxConcurrentTasks field.

func (*SchedulingDefaults) SetDefaultRunDurationNanos ¶

func (o *SchedulingDefaults) SetDefaultRunDurationNanos(v int64)

SetDefaultRunDurationNanos gets a reference to the given int64 and assigns it to the DefaultRunDurationNanos field.

func (*SchedulingDefaults) SetDefaultSchedulingPeriodMillis ¶

func (o *SchedulingDefaults) SetDefaultSchedulingPeriodMillis(v int64)

SetDefaultSchedulingPeriodMillis gets a reference to the given int64 and assigns it to the DefaultSchedulingPeriodMillis field.

func (*SchedulingDefaults) SetDefaultSchedulingPeriodsBySchedulingStrategy ¶

func (o *SchedulingDefaults) SetDefaultSchedulingPeriodsBySchedulingStrategy(v map[string]string)

SetDefaultSchedulingPeriodsBySchedulingStrategy gets a reference to the given map[string]string and assigns it to the DefaultSchedulingPeriodsBySchedulingStrategy field.

func (*SchedulingDefaults) SetDefaultSchedulingStrategy ¶

func (o *SchedulingDefaults) SetDefaultSchedulingStrategy(v string)

SetDefaultSchedulingStrategy gets a reference to the given string and assigns it to the DefaultSchedulingStrategy field.

func (*SchedulingDefaults) SetPenalizationPeriodMillis ¶

func (o *SchedulingDefaults) SetPenalizationPeriodMillis(v int64)

SetPenalizationPeriodMillis gets a reference to the given int64 and assigns it to the PenalizationPeriodMillis field.

func (*SchedulingDefaults) SetYieldDurationMillis ¶

func (o *SchedulingDefaults) SetYieldDurationMillis(v int64)

SetYieldDurationMillis gets a reference to the given int64 and assigns it to the YieldDurationMillis field.

func (SchedulingDefaults) ToMap ¶

func (o SchedulingDefaults) ToMap() (map[string]interface{}, error)

type SearchResultGroupDTO ¶

type SearchResultGroupDTO struct {
	// The id of the group.
	Id string `json:"id"`
	// The name of the group.
	Name *string `json:"name,omitempty"`
}

SearchResultGroupDTO struct for SearchResultGroupDTO

func NewSearchResultGroupDTO ¶

func NewSearchResultGroupDTO(id string) *SearchResultGroupDTO

NewSearchResultGroupDTO instantiates a new SearchResultGroupDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchResultGroupDTOWithDefaults ¶

func NewSearchResultGroupDTOWithDefaults() *SearchResultGroupDTO

NewSearchResultGroupDTOWithDefaults instantiates a new SearchResultGroupDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchResultGroupDTO) GetId ¶

func (o *SearchResultGroupDTO) GetId() string

GetId returns the Id field value

func (*SearchResultGroupDTO) GetIdOk ¶

func (o *SearchResultGroupDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SearchResultGroupDTO) GetName ¶

func (o *SearchResultGroupDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*SearchResultGroupDTO) GetNameOk ¶

func (o *SearchResultGroupDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultGroupDTO) HasName ¶

func (o *SearchResultGroupDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (SearchResultGroupDTO) MarshalJSON ¶

func (o SearchResultGroupDTO) MarshalJSON() ([]byte, error)

func (*SearchResultGroupDTO) SetId ¶

func (o *SearchResultGroupDTO) SetId(v string)

SetId sets field value

func (*SearchResultGroupDTO) SetName ¶

func (o *SearchResultGroupDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (SearchResultGroupDTO) ToMap ¶

func (o SearchResultGroupDTO) ToMap() (map[string]interface{}, error)

type SearchResultsDTO ¶

type SearchResultsDTO struct {
	// The processors that matched the search.
	ProcessorResults []ComponentSearchResultDTO `json:"processorResults,omitempty"`
	// The connections that matched the search.
	ConnectionResults []ComponentSearchResultDTO `json:"connectionResults,omitempty"`
	// The process groups that matched the search.
	ProcessGroupResults []ComponentSearchResultDTO `json:"processGroupResults,omitempty"`
	// The input ports that matched the search.
	InputPortResults []ComponentSearchResultDTO `json:"inputPortResults,omitempty"`
	// The output ports that matched the search.
	OutputPortResults []ComponentSearchResultDTO `json:"outputPortResults,omitempty"`
	// The remote process groups that matched the search.
	RemoteProcessGroupResults []ComponentSearchResultDTO `json:"remoteProcessGroupResults,omitempty"`
	// The funnels that matched the search.
	FunnelResults []ComponentSearchResultDTO `json:"funnelResults,omitempty"`
	// The labels that matched the search.
	LabelResults []ComponentSearchResultDTO `json:"labelResults,omitempty"`
	// The controller service nodes that matched the search
	ControllerServiceNodeResults []ComponentSearchResultDTO `json:"controllerServiceNodeResults,omitempty"`
	// The parameter contexts that matched the search.
	ParameterContextResults []ComponentSearchResultDTO `json:"parameterContextResults,omitempty"`
	// The parameter provider nodes that matched the search
	ParameterProviderNodeResults []ComponentSearchResultDTO `json:"parameterProviderNodeResults,omitempty"`
	// The parameters that matched the search.
	ParameterResults []ComponentSearchResultDTO `json:"parameterResults,omitempty"`
}

SearchResultsDTO struct for SearchResultsDTO

func NewSearchResultsDTO ¶

func NewSearchResultsDTO() *SearchResultsDTO

NewSearchResultsDTO instantiates a new SearchResultsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchResultsDTOWithDefaults ¶

func NewSearchResultsDTOWithDefaults() *SearchResultsDTO

NewSearchResultsDTOWithDefaults instantiates a new SearchResultsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchResultsDTO) GetConnectionResults ¶

func (o *SearchResultsDTO) GetConnectionResults() []ComponentSearchResultDTO

GetConnectionResults returns the ConnectionResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetConnectionResultsOk ¶

func (o *SearchResultsDTO) GetConnectionResultsOk() ([]ComponentSearchResultDTO, bool)

GetConnectionResultsOk returns a tuple with the ConnectionResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetControllerServiceNodeResults ¶

func (o *SearchResultsDTO) GetControllerServiceNodeResults() []ComponentSearchResultDTO

GetControllerServiceNodeResults returns the ControllerServiceNodeResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetControllerServiceNodeResultsOk ¶

func (o *SearchResultsDTO) GetControllerServiceNodeResultsOk() ([]ComponentSearchResultDTO, bool)

GetControllerServiceNodeResultsOk returns a tuple with the ControllerServiceNodeResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetFunnelResults ¶

func (o *SearchResultsDTO) GetFunnelResults() []ComponentSearchResultDTO

GetFunnelResults returns the FunnelResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetFunnelResultsOk ¶

func (o *SearchResultsDTO) GetFunnelResultsOk() ([]ComponentSearchResultDTO, bool)

GetFunnelResultsOk returns a tuple with the FunnelResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetInputPortResults ¶

func (o *SearchResultsDTO) GetInputPortResults() []ComponentSearchResultDTO

GetInputPortResults returns the InputPortResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetInputPortResultsOk ¶

func (o *SearchResultsDTO) GetInputPortResultsOk() ([]ComponentSearchResultDTO, bool)

GetInputPortResultsOk returns a tuple with the InputPortResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetLabelResults ¶

func (o *SearchResultsDTO) GetLabelResults() []ComponentSearchResultDTO

GetLabelResults returns the LabelResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetLabelResultsOk ¶

func (o *SearchResultsDTO) GetLabelResultsOk() ([]ComponentSearchResultDTO, bool)

GetLabelResultsOk returns a tuple with the LabelResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetOutputPortResults ¶

func (o *SearchResultsDTO) GetOutputPortResults() []ComponentSearchResultDTO

GetOutputPortResults returns the OutputPortResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetOutputPortResultsOk ¶

func (o *SearchResultsDTO) GetOutputPortResultsOk() ([]ComponentSearchResultDTO, bool)

GetOutputPortResultsOk returns a tuple with the OutputPortResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetParameterContextResults ¶

func (o *SearchResultsDTO) GetParameterContextResults() []ComponentSearchResultDTO

GetParameterContextResults returns the ParameterContextResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetParameterContextResultsOk ¶

func (o *SearchResultsDTO) GetParameterContextResultsOk() ([]ComponentSearchResultDTO, bool)

GetParameterContextResultsOk returns a tuple with the ParameterContextResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetParameterProviderNodeResults ¶

func (o *SearchResultsDTO) GetParameterProviderNodeResults() []ComponentSearchResultDTO

GetParameterProviderNodeResults returns the ParameterProviderNodeResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetParameterProviderNodeResultsOk ¶

func (o *SearchResultsDTO) GetParameterProviderNodeResultsOk() ([]ComponentSearchResultDTO, bool)

GetParameterProviderNodeResultsOk returns a tuple with the ParameterProviderNodeResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetParameterResults ¶

func (o *SearchResultsDTO) GetParameterResults() []ComponentSearchResultDTO

GetParameterResults returns the ParameterResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetParameterResultsOk ¶

func (o *SearchResultsDTO) GetParameterResultsOk() ([]ComponentSearchResultDTO, bool)

GetParameterResultsOk returns a tuple with the ParameterResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetProcessGroupResults ¶

func (o *SearchResultsDTO) GetProcessGroupResults() []ComponentSearchResultDTO

GetProcessGroupResults returns the ProcessGroupResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetProcessGroupResultsOk ¶

func (o *SearchResultsDTO) GetProcessGroupResultsOk() ([]ComponentSearchResultDTO, bool)

GetProcessGroupResultsOk returns a tuple with the ProcessGroupResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetProcessorResults ¶

func (o *SearchResultsDTO) GetProcessorResults() []ComponentSearchResultDTO

GetProcessorResults returns the ProcessorResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetProcessorResultsOk ¶

func (o *SearchResultsDTO) GetProcessorResultsOk() ([]ComponentSearchResultDTO, bool)

GetProcessorResultsOk returns a tuple with the ProcessorResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) GetRemoteProcessGroupResults ¶

func (o *SearchResultsDTO) GetRemoteProcessGroupResults() []ComponentSearchResultDTO

GetRemoteProcessGroupResults returns the RemoteProcessGroupResults field value if set, zero value otherwise.

func (*SearchResultsDTO) GetRemoteProcessGroupResultsOk ¶

func (o *SearchResultsDTO) GetRemoteProcessGroupResultsOk() ([]ComponentSearchResultDTO, bool)

GetRemoteProcessGroupResultsOk returns a tuple with the RemoteProcessGroupResults field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsDTO) HasConnectionResults ¶

func (o *SearchResultsDTO) HasConnectionResults() bool

HasConnectionResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasControllerServiceNodeResults ¶

func (o *SearchResultsDTO) HasControllerServiceNodeResults() bool

HasControllerServiceNodeResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasFunnelResults ¶

func (o *SearchResultsDTO) HasFunnelResults() bool

HasFunnelResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasInputPortResults ¶

func (o *SearchResultsDTO) HasInputPortResults() bool

HasInputPortResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasLabelResults ¶

func (o *SearchResultsDTO) HasLabelResults() bool

HasLabelResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasOutputPortResults ¶

func (o *SearchResultsDTO) HasOutputPortResults() bool

HasOutputPortResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasParameterContextResults ¶

func (o *SearchResultsDTO) HasParameterContextResults() bool

HasParameterContextResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasParameterProviderNodeResults ¶

func (o *SearchResultsDTO) HasParameterProviderNodeResults() bool

HasParameterProviderNodeResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasParameterResults ¶

func (o *SearchResultsDTO) HasParameterResults() bool

HasParameterResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasProcessGroupResults ¶

func (o *SearchResultsDTO) HasProcessGroupResults() bool

HasProcessGroupResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasProcessorResults ¶

func (o *SearchResultsDTO) HasProcessorResults() bool

HasProcessorResults returns a boolean if a field has been set.

func (*SearchResultsDTO) HasRemoteProcessGroupResults ¶

func (o *SearchResultsDTO) HasRemoteProcessGroupResults() bool

HasRemoteProcessGroupResults returns a boolean if a field has been set.

func (SearchResultsDTO) MarshalJSON ¶

func (o SearchResultsDTO) MarshalJSON() ([]byte, error)

func (*SearchResultsDTO) SetConnectionResults ¶

func (o *SearchResultsDTO) SetConnectionResults(v []ComponentSearchResultDTO)

SetConnectionResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the ConnectionResults field.

func (*SearchResultsDTO) SetControllerServiceNodeResults ¶

func (o *SearchResultsDTO) SetControllerServiceNodeResults(v []ComponentSearchResultDTO)

SetControllerServiceNodeResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the ControllerServiceNodeResults field.

func (*SearchResultsDTO) SetFunnelResults ¶

func (o *SearchResultsDTO) SetFunnelResults(v []ComponentSearchResultDTO)

SetFunnelResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the FunnelResults field.

func (*SearchResultsDTO) SetInputPortResults ¶

func (o *SearchResultsDTO) SetInputPortResults(v []ComponentSearchResultDTO)

SetInputPortResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the InputPortResults field.

func (*SearchResultsDTO) SetLabelResults ¶

func (o *SearchResultsDTO) SetLabelResults(v []ComponentSearchResultDTO)

SetLabelResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the LabelResults field.

func (*SearchResultsDTO) SetOutputPortResults ¶

func (o *SearchResultsDTO) SetOutputPortResults(v []ComponentSearchResultDTO)

SetOutputPortResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the OutputPortResults field.

func (*SearchResultsDTO) SetParameterContextResults ¶

func (o *SearchResultsDTO) SetParameterContextResults(v []ComponentSearchResultDTO)

SetParameterContextResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the ParameterContextResults field.

func (*SearchResultsDTO) SetParameterProviderNodeResults ¶

func (o *SearchResultsDTO) SetParameterProviderNodeResults(v []ComponentSearchResultDTO)

SetParameterProviderNodeResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the ParameterProviderNodeResults field.

func (*SearchResultsDTO) SetParameterResults ¶

func (o *SearchResultsDTO) SetParameterResults(v []ComponentSearchResultDTO)

SetParameterResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the ParameterResults field.

func (*SearchResultsDTO) SetProcessGroupResults ¶

func (o *SearchResultsDTO) SetProcessGroupResults(v []ComponentSearchResultDTO)

SetProcessGroupResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the ProcessGroupResults field.

func (*SearchResultsDTO) SetProcessorResults ¶

func (o *SearchResultsDTO) SetProcessorResults(v []ComponentSearchResultDTO)

SetProcessorResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the ProcessorResults field.

func (*SearchResultsDTO) SetRemoteProcessGroupResults ¶

func (o *SearchResultsDTO) SetRemoteProcessGroupResults(v []ComponentSearchResultDTO)

SetRemoteProcessGroupResults gets a reference to the given []ComponentSearchResultDTO and assigns it to the RemoteProcessGroupResults field.

func (SearchResultsDTO) ToMap ¶

func (o SearchResultsDTO) ToMap() (map[string]interface{}, error)

type SearchResultsEntity ¶

type SearchResultsEntity struct {
	SearchResultsDTO *SearchResultsDTO `json:"searchResultsDTO,omitempty"`
}

SearchResultsEntity struct for SearchResultsEntity

func NewSearchResultsEntity ¶

func NewSearchResultsEntity() *SearchResultsEntity

NewSearchResultsEntity instantiates a new SearchResultsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSearchResultsEntityWithDefaults ¶

func NewSearchResultsEntityWithDefaults() *SearchResultsEntity

NewSearchResultsEntityWithDefaults instantiates a new SearchResultsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SearchResultsEntity) GetSearchResultsDTO ¶

func (o *SearchResultsEntity) GetSearchResultsDTO() SearchResultsDTO

GetSearchResultsDTO returns the SearchResultsDTO field value if set, zero value otherwise.

func (*SearchResultsEntity) GetSearchResultsDTOOk ¶

func (o *SearchResultsEntity) GetSearchResultsDTOOk() (*SearchResultsDTO, bool)

GetSearchResultsDTOOk returns a tuple with the SearchResultsDTO field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SearchResultsEntity) HasSearchResultsDTO ¶

func (o *SearchResultsEntity) HasSearchResultsDTO() bool

HasSearchResultsDTO returns a boolean if a field has been set.

func (SearchResultsEntity) MarshalJSON ¶

func (o SearchResultsEntity) MarshalJSON() ([]byte, error)

func (*SearchResultsEntity) SetSearchResultsDTO ¶

func (o *SearchResultsEntity) SetSearchResultsDTO(v SearchResultsDTO)

SetSearchResultsDTO gets a reference to the given SearchResultsDTO and assigns it to the SearchResultsDTO field.

func (SearchResultsEntity) ToMap ¶

func (o SearchResultsEntity) ToMap() (map[string]interface{}, error)

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SiteToSiteAPIGetPeersRequest ¶

type SiteToSiteAPIGetPeersRequest struct {
	ApiService *SiteToSiteAPIService
	// contains filtered or unexported fields
}

func (SiteToSiteAPIGetPeersRequest) Execute ¶

type SiteToSiteAPIGetSiteToSiteDetailsRequest ¶

type SiteToSiteAPIGetSiteToSiteDetailsRequest struct {
	ApiService *SiteToSiteAPIService
	// contains filtered or unexported fields
}

func (SiteToSiteAPIGetSiteToSiteDetailsRequest) Execute ¶

type SiteToSiteAPIService ¶

type SiteToSiteAPIService service

SiteToSiteAPIService SiteToSiteAPI service

func (*SiteToSiteAPIService) GetPeers ¶

GetPeers Returns the available Peers and its status of this NiFi

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SiteToSiteAPIGetPeersRequest

func (*SiteToSiteAPIService) GetPeersExecute ¶

Execute executes the request

@return PeersEntity

func (*SiteToSiteAPIService) GetSiteToSiteDetails ¶

GetSiteToSiteDetails Returns the details about this NiFi necessary to communicate via site to site

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SiteToSiteAPIGetSiteToSiteDetailsRequest

func (*SiteToSiteAPIService) GetSiteToSiteDetailsExecute ¶

Execute executes the request

@return ControllerEntity

type SnippetDTO ¶

type SnippetDTO struct {
	// The id of the snippet.
	Id *string `json:"id,omitempty"`
	// The URI of the snippet.
	Uri *string `json:"uri,omitempty"`
	// The group id for the components in the snippet.
	ParentGroupId *string `json:"parentGroupId,omitempty"`
	// The ids of the process groups in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).
	ProcessGroups *map[string]RevisionDTO `json:"processGroups,omitempty"`
	// The ids of the remote process groups in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).
	RemoteProcessGroups *map[string]RevisionDTO `json:"remoteProcessGroups,omitempty"`
	// The ids of the processors in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).
	Processors *map[string]RevisionDTO `json:"processors,omitempty"`
	// The ids of the input ports in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).
	InputPorts *map[string]RevisionDTO `json:"inputPorts,omitempty"`
	// The ids of the output ports in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).
	OutputPorts *map[string]RevisionDTO `json:"outputPorts,omitempty"`
	// The ids of the connections in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).
	Connections *map[string]RevisionDTO `json:"connections,omitempty"`
	// The ids of the labels in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).
	Labels *map[string]RevisionDTO `json:"labels,omitempty"`
	// The ids of the funnels in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its contents cannot be modified (these ids are ignored during update requests).
	Funnels *map[string]RevisionDTO `json:"funnels,omitempty"`
}

SnippetDTO struct for SnippetDTO

func NewSnippetDTO ¶

func NewSnippetDTO() *SnippetDTO

NewSnippetDTO instantiates a new SnippetDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnippetDTOWithDefaults ¶

func NewSnippetDTOWithDefaults() *SnippetDTO

NewSnippetDTOWithDefaults instantiates a new SnippetDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnippetDTO) GetConnections ¶

func (o *SnippetDTO) GetConnections() map[string]RevisionDTO

GetConnections returns the Connections field value if set, zero value otherwise.

func (*SnippetDTO) GetConnectionsOk ¶

func (o *SnippetDTO) GetConnectionsOk() (*map[string]RevisionDTO, bool)

GetConnectionsOk returns a tuple with the Connections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) GetFunnels ¶

func (o *SnippetDTO) GetFunnels() map[string]RevisionDTO

GetFunnels returns the Funnels field value if set, zero value otherwise.

func (*SnippetDTO) GetFunnelsOk ¶

func (o *SnippetDTO) GetFunnelsOk() (*map[string]RevisionDTO, bool)

GetFunnelsOk returns a tuple with the Funnels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) GetId ¶

func (o *SnippetDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*SnippetDTO) GetIdOk ¶

func (o *SnippetDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) GetInputPorts ¶

func (o *SnippetDTO) GetInputPorts() map[string]RevisionDTO

GetInputPorts returns the InputPorts field value if set, zero value otherwise.

func (*SnippetDTO) GetInputPortsOk ¶

func (o *SnippetDTO) GetInputPortsOk() (*map[string]RevisionDTO, bool)

GetInputPortsOk returns a tuple with the InputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) GetLabels ¶

func (o *SnippetDTO) GetLabels() map[string]RevisionDTO

GetLabels returns the Labels field value if set, zero value otherwise.

func (*SnippetDTO) GetLabelsOk ¶

func (o *SnippetDTO) GetLabelsOk() (*map[string]RevisionDTO, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) GetOutputPorts ¶

func (o *SnippetDTO) GetOutputPorts() map[string]RevisionDTO

GetOutputPorts returns the OutputPorts field value if set, zero value otherwise.

func (*SnippetDTO) GetOutputPortsOk ¶

func (o *SnippetDTO) GetOutputPortsOk() (*map[string]RevisionDTO, bool)

GetOutputPortsOk returns a tuple with the OutputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) GetParentGroupId ¶

func (o *SnippetDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*SnippetDTO) GetParentGroupIdOk ¶

func (o *SnippetDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) GetProcessGroups ¶

func (o *SnippetDTO) GetProcessGroups() map[string]RevisionDTO

GetProcessGroups returns the ProcessGroups field value if set, zero value otherwise.

func (*SnippetDTO) GetProcessGroupsOk ¶

func (o *SnippetDTO) GetProcessGroupsOk() (*map[string]RevisionDTO, bool)

GetProcessGroupsOk returns a tuple with the ProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) GetProcessors ¶

func (o *SnippetDTO) GetProcessors() map[string]RevisionDTO

GetProcessors returns the Processors field value if set, zero value otherwise.

func (*SnippetDTO) GetProcessorsOk ¶

func (o *SnippetDTO) GetProcessorsOk() (*map[string]RevisionDTO, bool)

GetProcessorsOk returns a tuple with the Processors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) GetRemoteProcessGroups ¶

func (o *SnippetDTO) GetRemoteProcessGroups() map[string]RevisionDTO

GetRemoteProcessGroups returns the RemoteProcessGroups field value if set, zero value otherwise.

func (*SnippetDTO) GetRemoteProcessGroupsOk ¶

func (o *SnippetDTO) GetRemoteProcessGroupsOk() (*map[string]RevisionDTO, bool)

GetRemoteProcessGroupsOk returns a tuple with the RemoteProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) GetUri ¶

func (o *SnippetDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*SnippetDTO) GetUriOk ¶

func (o *SnippetDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetDTO) HasConnections ¶

func (o *SnippetDTO) HasConnections() bool

HasConnections returns a boolean if a field has been set.

func (*SnippetDTO) HasFunnels ¶

func (o *SnippetDTO) HasFunnels() bool

HasFunnels returns a boolean if a field has been set.

func (*SnippetDTO) HasId ¶

func (o *SnippetDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*SnippetDTO) HasInputPorts ¶

func (o *SnippetDTO) HasInputPorts() bool

HasInputPorts returns a boolean if a field has been set.

func (*SnippetDTO) HasLabels ¶

func (o *SnippetDTO) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*SnippetDTO) HasOutputPorts ¶

func (o *SnippetDTO) HasOutputPorts() bool

HasOutputPorts returns a boolean if a field has been set.

func (*SnippetDTO) HasParentGroupId ¶

func (o *SnippetDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*SnippetDTO) HasProcessGroups ¶

func (o *SnippetDTO) HasProcessGroups() bool

HasProcessGroups returns a boolean if a field has been set.

func (*SnippetDTO) HasProcessors ¶

func (o *SnippetDTO) HasProcessors() bool

HasProcessors returns a boolean if a field has been set.

func (*SnippetDTO) HasRemoteProcessGroups ¶

func (o *SnippetDTO) HasRemoteProcessGroups() bool

HasRemoteProcessGroups returns a boolean if a field has been set.

func (*SnippetDTO) HasUri ¶

func (o *SnippetDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (SnippetDTO) MarshalJSON ¶

func (o SnippetDTO) MarshalJSON() ([]byte, error)

func (*SnippetDTO) SetConnections ¶

func (o *SnippetDTO) SetConnections(v map[string]RevisionDTO)

SetConnections gets a reference to the given map[string]RevisionDTO and assigns it to the Connections field.

func (*SnippetDTO) SetFunnels ¶

func (o *SnippetDTO) SetFunnels(v map[string]RevisionDTO)

SetFunnels gets a reference to the given map[string]RevisionDTO and assigns it to the Funnels field.

func (*SnippetDTO) SetId ¶

func (o *SnippetDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*SnippetDTO) SetInputPorts ¶

func (o *SnippetDTO) SetInputPorts(v map[string]RevisionDTO)

SetInputPorts gets a reference to the given map[string]RevisionDTO and assigns it to the InputPorts field.

func (*SnippetDTO) SetLabels ¶

func (o *SnippetDTO) SetLabels(v map[string]RevisionDTO)

SetLabels gets a reference to the given map[string]RevisionDTO and assigns it to the Labels field.

func (*SnippetDTO) SetOutputPorts ¶

func (o *SnippetDTO) SetOutputPorts(v map[string]RevisionDTO)

SetOutputPorts gets a reference to the given map[string]RevisionDTO and assigns it to the OutputPorts field.

func (*SnippetDTO) SetParentGroupId ¶

func (o *SnippetDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*SnippetDTO) SetProcessGroups ¶

func (o *SnippetDTO) SetProcessGroups(v map[string]RevisionDTO)

SetProcessGroups gets a reference to the given map[string]RevisionDTO and assigns it to the ProcessGroups field.

func (*SnippetDTO) SetProcessors ¶

func (o *SnippetDTO) SetProcessors(v map[string]RevisionDTO)

SetProcessors gets a reference to the given map[string]RevisionDTO and assigns it to the Processors field.

func (*SnippetDTO) SetRemoteProcessGroups ¶

func (o *SnippetDTO) SetRemoteProcessGroups(v map[string]RevisionDTO)

SetRemoteProcessGroups gets a reference to the given map[string]RevisionDTO and assigns it to the RemoteProcessGroups field.

func (*SnippetDTO) SetUri ¶

func (o *SnippetDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (SnippetDTO) ToMap ¶

func (o SnippetDTO) ToMap() (map[string]interface{}, error)

type SnippetEntity ¶

type SnippetEntity struct {
	Snippet *SnippetDTO `json:"snippet,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

SnippetEntity struct for SnippetEntity

func NewSnippetEntity ¶

func NewSnippetEntity() *SnippetEntity

NewSnippetEntity instantiates a new SnippetEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSnippetEntityWithDefaults ¶

func NewSnippetEntityWithDefaults() *SnippetEntity

NewSnippetEntityWithDefaults instantiates a new SnippetEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SnippetEntity) GetDisconnectedNodeAcknowledged ¶

func (o *SnippetEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*SnippetEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *SnippetEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetEntity) GetSnippet ¶

func (o *SnippetEntity) GetSnippet() SnippetDTO

GetSnippet returns the Snippet field value if set, zero value otherwise.

func (*SnippetEntity) GetSnippetOk ¶

func (o *SnippetEntity) GetSnippetOk() (*SnippetDTO, bool)

GetSnippetOk returns a tuple with the Snippet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SnippetEntity) HasDisconnectedNodeAcknowledged ¶

func (o *SnippetEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*SnippetEntity) HasSnippet ¶

func (o *SnippetEntity) HasSnippet() bool

HasSnippet returns a boolean if a field has been set.

func (SnippetEntity) MarshalJSON ¶

func (o SnippetEntity) MarshalJSON() ([]byte, error)

func (*SnippetEntity) SetDisconnectedNodeAcknowledged ¶

func (o *SnippetEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*SnippetEntity) SetSnippet ¶

func (o *SnippetEntity) SetSnippet(v SnippetDTO)

SetSnippet gets a reference to the given SnippetDTO and assigns it to the Snippet field.

func (SnippetEntity) ToMap ¶

func (o SnippetEntity) ToMap() (map[string]interface{}, error)

type SnippetsAPICreateSnippetRequest ¶

type SnippetsAPICreateSnippetRequest struct {
	ApiService *SnippetsAPIService
	// contains filtered or unexported fields
}

func (SnippetsAPICreateSnippetRequest) Body ¶

The snippet configuration details.

func (SnippetsAPICreateSnippetRequest) Execute ¶

type SnippetsAPIDeleteSnippetRequest ¶

type SnippetsAPIDeleteSnippetRequest struct {
	ApiService *SnippetsAPIService
	// contains filtered or unexported fields
}

func (SnippetsAPIDeleteSnippetRequest) DisconnectedNodeAcknowledged ¶

func (r SnippetsAPIDeleteSnippetRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) SnippetsAPIDeleteSnippetRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (SnippetsAPIDeleteSnippetRequest) Execute ¶

type SnippetsAPIService ¶

type SnippetsAPIService service

SnippetsAPIService SnippetsAPI service

func (*SnippetsAPIService) CreateSnippet ¶

CreateSnippet Creates a snippet. The snippet will be automatically discarded if not used in a subsequent request after 1 minute.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SnippetsAPICreateSnippetRequest

func (*SnippetsAPIService) CreateSnippetExecute ¶

Execute executes the request

@return SnippetEntity

func (*SnippetsAPIService) DeleteSnippet ¶

DeleteSnippet Deletes the components in a snippet and discards the snippet

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The snippet id.
@return SnippetsAPIDeleteSnippetRequest

func (*SnippetsAPIService) DeleteSnippetExecute ¶

Execute executes the request

@return SnippetEntity

func (*SnippetsAPIService) UpdateSnippet ¶

UpdateSnippet Move's the components in this Snippet into a new Process Group and discards the snippet

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The snippet id.
@return SnippetsAPIUpdateSnippetRequest

func (*SnippetsAPIService) UpdateSnippetExecute ¶

Execute executes the request

@return SnippetEntity

type SnippetsAPIUpdateSnippetRequest ¶

type SnippetsAPIUpdateSnippetRequest struct {
	ApiService *SnippetsAPIService
	// contains filtered or unexported fields
}

func (SnippetsAPIUpdateSnippetRequest) Body ¶

The snippet configuration details.

func (SnippetsAPIUpdateSnippetRequest) Execute ¶

type StackTraceElement ¶

type StackTraceElement struct {
	ClassLoaderName *string `json:"classLoaderName,omitempty"`
	ModuleName      *string `json:"moduleName,omitempty"`
	ModuleVersion   *string `json:"moduleVersion,omitempty"`
	MethodName      *string `json:"methodName,omitempty"`
	FileName        *string `json:"fileName,omitempty"`
	LineNumber      *int32  `json:"lineNumber,omitempty"`
	NativeMethod    *bool   `json:"nativeMethod,omitempty"`
	ClassName       *string `json:"className,omitempty"`
}

StackTraceElement struct for StackTraceElement

func NewStackTraceElement ¶

func NewStackTraceElement() *StackTraceElement

NewStackTraceElement instantiates a new StackTraceElement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStackTraceElementWithDefaults ¶

func NewStackTraceElementWithDefaults() *StackTraceElement

NewStackTraceElementWithDefaults instantiates a new StackTraceElement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StackTraceElement) GetClassLoaderName ¶

func (o *StackTraceElement) GetClassLoaderName() string

GetClassLoaderName returns the ClassLoaderName field value if set, zero value otherwise.

func (*StackTraceElement) GetClassLoaderNameOk ¶

func (o *StackTraceElement) GetClassLoaderNameOk() (*string, bool)

GetClassLoaderNameOk returns a tuple with the ClassLoaderName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StackTraceElement) GetClassName ¶

func (o *StackTraceElement) GetClassName() string

GetClassName returns the ClassName field value if set, zero value otherwise.

func (*StackTraceElement) GetClassNameOk ¶

func (o *StackTraceElement) GetClassNameOk() (*string, bool)

GetClassNameOk returns a tuple with the ClassName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StackTraceElement) GetFileName ¶

func (o *StackTraceElement) GetFileName() string

GetFileName returns the FileName field value if set, zero value otherwise.

func (*StackTraceElement) GetFileNameOk ¶

func (o *StackTraceElement) GetFileNameOk() (*string, bool)

GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StackTraceElement) GetLineNumber ¶

func (o *StackTraceElement) GetLineNumber() int32

GetLineNumber returns the LineNumber field value if set, zero value otherwise.

func (*StackTraceElement) GetLineNumberOk ¶

func (o *StackTraceElement) GetLineNumberOk() (*int32, bool)

GetLineNumberOk returns a tuple with the LineNumber field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StackTraceElement) GetMethodName ¶

func (o *StackTraceElement) GetMethodName() string

GetMethodName returns the MethodName field value if set, zero value otherwise.

func (*StackTraceElement) GetMethodNameOk ¶

func (o *StackTraceElement) GetMethodNameOk() (*string, bool)

GetMethodNameOk returns a tuple with the MethodName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StackTraceElement) GetModuleName ¶

func (o *StackTraceElement) GetModuleName() string

GetModuleName returns the ModuleName field value if set, zero value otherwise.

func (*StackTraceElement) GetModuleNameOk ¶

func (o *StackTraceElement) GetModuleNameOk() (*string, bool)

GetModuleNameOk returns a tuple with the ModuleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StackTraceElement) GetModuleVersion ¶

func (o *StackTraceElement) GetModuleVersion() string

GetModuleVersion returns the ModuleVersion field value if set, zero value otherwise.

func (*StackTraceElement) GetModuleVersionOk ¶

func (o *StackTraceElement) GetModuleVersionOk() (*string, bool)

GetModuleVersionOk returns a tuple with the ModuleVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StackTraceElement) GetNativeMethod ¶

func (o *StackTraceElement) GetNativeMethod() bool

GetNativeMethod returns the NativeMethod field value if set, zero value otherwise.

func (*StackTraceElement) GetNativeMethodOk ¶

func (o *StackTraceElement) GetNativeMethodOk() (*bool, bool)

GetNativeMethodOk returns a tuple with the NativeMethod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StackTraceElement) HasClassLoaderName ¶

func (o *StackTraceElement) HasClassLoaderName() bool

HasClassLoaderName returns a boolean if a field has been set.

func (*StackTraceElement) HasClassName ¶

func (o *StackTraceElement) HasClassName() bool

HasClassName returns a boolean if a field has been set.

func (*StackTraceElement) HasFileName ¶

func (o *StackTraceElement) HasFileName() bool

HasFileName returns a boolean if a field has been set.

func (*StackTraceElement) HasLineNumber ¶

func (o *StackTraceElement) HasLineNumber() bool

HasLineNumber returns a boolean if a field has been set.

func (*StackTraceElement) HasMethodName ¶

func (o *StackTraceElement) HasMethodName() bool

HasMethodName returns a boolean if a field has been set.

func (*StackTraceElement) HasModuleName ¶

func (o *StackTraceElement) HasModuleName() bool

HasModuleName returns a boolean if a field has been set.

func (*StackTraceElement) HasModuleVersion ¶

func (o *StackTraceElement) HasModuleVersion() bool

HasModuleVersion returns a boolean if a field has been set.

func (*StackTraceElement) HasNativeMethod ¶

func (o *StackTraceElement) HasNativeMethod() bool

HasNativeMethod returns a boolean if a field has been set.

func (StackTraceElement) MarshalJSON ¶

func (o StackTraceElement) MarshalJSON() ([]byte, error)

func (*StackTraceElement) SetClassLoaderName ¶

func (o *StackTraceElement) SetClassLoaderName(v string)

SetClassLoaderName gets a reference to the given string and assigns it to the ClassLoaderName field.

func (*StackTraceElement) SetClassName ¶

func (o *StackTraceElement) SetClassName(v string)

SetClassName gets a reference to the given string and assigns it to the ClassName field.

func (*StackTraceElement) SetFileName ¶

func (o *StackTraceElement) SetFileName(v string)

SetFileName gets a reference to the given string and assigns it to the FileName field.

func (*StackTraceElement) SetLineNumber ¶

func (o *StackTraceElement) SetLineNumber(v int32)

SetLineNumber gets a reference to the given int32 and assigns it to the LineNumber field.

func (*StackTraceElement) SetMethodName ¶

func (o *StackTraceElement) SetMethodName(v string)

SetMethodName gets a reference to the given string and assigns it to the MethodName field.

func (*StackTraceElement) SetModuleName ¶

func (o *StackTraceElement) SetModuleName(v string)

SetModuleName gets a reference to the given string and assigns it to the ModuleName field.

func (*StackTraceElement) SetModuleVersion ¶

func (o *StackTraceElement) SetModuleVersion(v string)

SetModuleVersion gets a reference to the given string and assigns it to the ModuleVersion field.

func (*StackTraceElement) SetNativeMethod ¶

func (o *StackTraceElement) SetNativeMethod(v bool)

SetNativeMethod gets a reference to the given bool and assigns it to the NativeMethod field.

func (StackTraceElement) ToMap ¶

func (o StackTraceElement) ToMap() (map[string]interface{}, error)

type StartVersionControlRequestEntity ¶

type StartVersionControlRequestEntity struct {
	VersionedFlow        *VersionedFlowDTO `json:"versionedFlow,omitempty"`
	ProcessGroupRevision *RevisionDTO      `json:"processGroupRevision,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

StartVersionControlRequestEntity struct for StartVersionControlRequestEntity

func NewStartVersionControlRequestEntity ¶

func NewStartVersionControlRequestEntity() *StartVersionControlRequestEntity

NewStartVersionControlRequestEntity instantiates a new StartVersionControlRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStartVersionControlRequestEntityWithDefaults ¶

func NewStartVersionControlRequestEntityWithDefaults() *StartVersionControlRequestEntity

NewStartVersionControlRequestEntityWithDefaults instantiates a new StartVersionControlRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StartVersionControlRequestEntity) GetDisconnectedNodeAcknowledged ¶

func (o *StartVersionControlRequestEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*StartVersionControlRequestEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *StartVersionControlRequestEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVersionControlRequestEntity) GetProcessGroupRevision ¶

func (o *StartVersionControlRequestEntity) GetProcessGroupRevision() RevisionDTO

GetProcessGroupRevision returns the ProcessGroupRevision field value if set, zero value otherwise.

func (*StartVersionControlRequestEntity) GetProcessGroupRevisionOk ¶

func (o *StartVersionControlRequestEntity) GetProcessGroupRevisionOk() (*RevisionDTO, bool)

GetProcessGroupRevisionOk returns a tuple with the ProcessGroupRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVersionControlRequestEntity) GetVersionedFlow ¶

func (o *StartVersionControlRequestEntity) GetVersionedFlow() VersionedFlowDTO

GetVersionedFlow returns the VersionedFlow field value if set, zero value otherwise.

func (*StartVersionControlRequestEntity) GetVersionedFlowOk ¶

func (o *StartVersionControlRequestEntity) GetVersionedFlowOk() (*VersionedFlowDTO, bool)

GetVersionedFlowOk returns a tuple with the VersionedFlow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StartVersionControlRequestEntity) HasDisconnectedNodeAcknowledged ¶

func (o *StartVersionControlRequestEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*StartVersionControlRequestEntity) HasProcessGroupRevision ¶

func (o *StartVersionControlRequestEntity) HasProcessGroupRevision() bool

HasProcessGroupRevision returns a boolean if a field has been set.

func (*StartVersionControlRequestEntity) HasVersionedFlow ¶

func (o *StartVersionControlRequestEntity) HasVersionedFlow() bool

HasVersionedFlow returns a boolean if a field has been set.

func (StartVersionControlRequestEntity) MarshalJSON ¶

func (o StartVersionControlRequestEntity) MarshalJSON() ([]byte, error)

func (*StartVersionControlRequestEntity) SetDisconnectedNodeAcknowledged ¶

func (o *StartVersionControlRequestEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*StartVersionControlRequestEntity) SetProcessGroupRevision ¶

func (o *StartVersionControlRequestEntity) SetProcessGroupRevision(v RevisionDTO)

SetProcessGroupRevision gets a reference to the given RevisionDTO and assigns it to the ProcessGroupRevision field.

func (*StartVersionControlRequestEntity) SetVersionedFlow ¶

func (o *StartVersionControlRequestEntity) SetVersionedFlow(v VersionedFlowDTO)

SetVersionedFlow gets a reference to the given VersionedFlowDTO and assigns it to the VersionedFlow field.

func (StartVersionControlRequestEntity) ToMap ¶

func (o StartVersionControlRequestEntity) ToMap() (map[string]interface{}, error)

type StateEntryDTO ¶

type StateEntryDTO struct {
	// The key for this state.
	Key *string `json:"key,omitempty"`
	// The value for this state.
	Value *string `json:"value,omitempty"`
	// The identifier for the node where the state originated.
	ClusterNodeId *string `json:"clusterNodeId,omitempty"`
	// The label for the node where the state originated.
	ClusterNodeAddress *string `json:"clusterNodeAddress,omitempty"`
}

StateEntryDTO struct for StateEntryDTO

func NewStateEntryDTO ¶

func NewStateEntryDTO() *StateEntryDTO

NewStateEntryDTO instantiates a new StateEntryDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStateEntryDTOWithDefaults ¶

func NewStateEntryDTOWithDefaults() *StateEntryDTO

NewStateEntryDTOWithDefaults instantiates a new StateEntryDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StateEntryDTO) GetClusterNodeAddress ¶

func (o *StateEntryDTO) GetClusterNodeAddress() string

GetClusterNodeAddress returns the ClusterNodeAddress field value if set, zero value otherwise.

func (*StateEntryDTO) GetClusterNodeAddressOk ¶

func (o *StateEntryDTO) GetClusterNodeAddressOk() (*string, bool)

GetClusterNodeAddressOk returns a tuple with the ClusterNodeAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StateEntryDTO) GetClusterNodeId ¶

func (o *StateEntryDTO) GetClusterNodeId() string

GetClusterNodeId returns the ClusterNodeId field value if set, zero value otherwise.

func (*StateEntryDTO) GetClusterNodeIdOk ¶

func (o *StateEntryDTO) GetClusterNodeIdOk() (*string, bool)

GetClusterNodeIdOk returns a tuple with the ClusterNodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StateEntryDTO) GetKey ¶

func (o *StateEntryDTO) GetKey() string

GetKey returns the Key field value if set, zero value otherwise.

func (*StateEntryDTO) GetKeyOk ¶

func (o *StateEntryDTO) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StateEntryDTO) GetValue ¶

func (o *StateEntryDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*StateEntryDTO) GetValueOk ¶

func (o *StateEntryDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StateEntryDTO) HasClusterNodeAddress ¶

func (o *StateEntryDTO) HasClusterNodeAddress() bool

HasClusterNodeAddress returns a boolean if a field has been set.

func (*StateEntryDTO) HasClusterNodeId ¶

func (o *StateEntryDTO) HasClusterNodeId() bool

HasClusterNodeId returns a boolean if a field has been set.

func (*StateEntryDTO) HasKey ¶

func (o *StateEntryDTO) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*StateEntryDTO) HasValue ¶

func (o *StateEntryDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (StateEntryDTO) MarshalJSON ¶

func (o StateEntryDTO) MarshalJSON() ([]byte, error)

func (*StateEntryDTO) SetClusterNodeAddress ¶

func (o *StateEntryDTO) SetClusterNodeAddress(v string)

SetClusterNodeAddress gets a reference to the given string and assigns it to the ClusterNodeAddress field.

func (*StateEntryDTO) SetClusterNodeId ¶

func (o *StateEntryDTO) SetClusterNodeId(v string)

SetClusterNodeId gets a reference to the given string and assigns it to the ClusterNodeId field.

func (*StateEntryDTO) SetKey ¶

func (o *StateEntryDTO) SetKey(v string)

SetKey gets a reference to the given string and assigns it to the Key field.

func (*StateEntryDTO) SetValue ¶

func (o *StateEntryDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (StateEntryDTO) ToMap ¶

func (o StateEntryDTO) ToMap() (map[string]interface{}, error)

type StateMapDTO ¶

type StateMapDTO struct {
	// The scope of this StateMap.
	Scope *string `json:"scope,omitempty"`
	// The total number of state entries. When the state map is lengthy, only of portion of the entries are returned.
	TotalEntryCount *int32 `json:"totalEntryCount,omitempty"`
	// The state.
	State []StateEntryDTO `json:"state,omitempty"`
}

StateMapDTO struct for StateMapDTO

func NewStateMapDTO ¶

func NewStateMapDTO() *StateMapDTO

NewStateMapDTO instantiates a new StateMapDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStateMapDTOWithDefaults ¶

func NewStateMapDTOWithDefaults() *StateMapDTO

NewStateMapDTOWithDefaults instantiates a new StateMapDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StateMapDTO) GetScope ¶

func (o *StateMapDTO) GetScope() string

GetScope returns the Scope field value if set, zero value otherwise.

func (*StateMapDTO) GetScopeOk ¶

func (o *StateMapDTO) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StateMapDTO) GetState ¶

func (o *StateMapDTO) GetState() []StateEntryDTO

GetState returns the State field value if set, zero value otherwise.

func (*StateMapDTO) GetStateOk ¶

func (o *StateMapDTO) GetStateOk() ([]StateEntryDTO, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StateMapDTO) GetTotalEntryCount ¶

func (o *StateMapDTO) GetTotalEntryCount() int32

GetTotalEntryCount returns the TotalEntryCount field value if set, zero value otherwise.

func (*StateMapDTO) GetTotalEntryCountOk ¶

func (o *StateMapDTO) GetTotalEntryCountOk() (*int32, bool)

GetTotalEntryCountOk returns a tuple with the TotalEntryCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StateMapDTO) HasScope ¶

func (o *StateMapDTO) HasScope() bool

HasScope returns a boolean if a field has been set.

func (*StateMapDTO) HasState ¶

func (o *StateMapDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*StateMapDTO) HasTotalEntryCount ¶

func (o *StateMapDTO) HasTotalEntryCount() bool

HasTotalEntryCount returns a boolean if a field has been set.

func (StateMapDTO) MarshalJSON ¶

func (o StateMapDTO) MarshalJSON() ([]byte, error)

func (*StateMapDTO) SetScope ¶

func (o *StateMapDTO) SetScope(v string)

SetScope gets a reference to the given string and assigns it to the Scope field.

func (*StateMapDTO) SetState ¶

func (o *StateMapDTO) SetState(v []StateEntryDTO)

SetState gets a reference to the given []StateEntryDTO and assigns it to the State field.

func (*StateMapDTO) SetTotalEntryCount ¶

func (o *StateMapDTO) SetTotalEntryCount(v int32)

SetTotalEntryCount gets a reference to the given int32 and assigns it to the TotalEntryCount field.

func (StateMapDTO) ToMap ¶

func (o StateMapDTO) ToMap() (map[string]interface{}, error)

type Stateful ¶

type Stateful struct {
	// Description of what information is being stored in the StateManager
	Description *string `json:"description,omitempty"`
	// Indicates the Scope(s) associated with the State that is stored and retrieved
	Scopes []string `json:"scopes,omitempty"`
}

Stateful struct for Stateful

func NewStateful ¶

func NewStateful() *Stateful

NewStateful instantiates a new Stateful object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStatefulWithDefaults ¶

func NewStatefulWithDefaults() *Stateful

NewStatefulWithDefaults instantiates a new Stateful object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Stateful) GetDescription ¶

func (o *Stateful) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*Stateful) GetDescriptionOk ¶

func (o *Stateful) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stateful) GetScopes ¶

func (o *Stateful) GetScopes() []string

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*Stateful) GetScopesOk ¶

func (o *Stateful) GetScopesOk() ([]string, bool)

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Stateful) HasDescription ¶

func (o *Stateful) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Stateful) HasScopes ¶

func (o *Stateful) HasScopes() bool

HasScopes returns a boolean if a field has been set.

func (Stateful) MarshalJSON ¶

func (o Stateful) MarshalJSON() ([]byte, error)

func (*Stateful) SetDescription ¶

func (o *Stateful) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*Stateful) SetScopes ¶

func (o *Stateful) SetScopes(v []string)

SetScopes gets a reference to the given []string and assigns it to the Scopes field.

func (Stateful) ToMap ¶

func (o Stateful) ToMap() (map[string]interface{}, error)

type StatusDescriptorDTO ¶

type StatusDescriptorDTO struct {
	// The name of the status field.
	Field *string `json:"field,omitempty"`
	// The label for the status field.
	Label *string `json:"label,omitempty"`
	// The description of the status field.
	Description *string `json:"description,omitempty"`
	// The formatter for the status descriptor.
	Formatter *string `json:"formatter,omitempty"`
}

StatusDescriptorDTO struct for StatusDescriptorDTO

func NewStatusDescriptorDTO ¶

func NewStatusDescriptorDTO() *StatusDescriptorDTO

NewStatusDescriptorDTO instantiates a new StatusDescriptorDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStatusDescriptorDTOWithDefaults ¶

func NewStatusDescriptorDTOWithDefaults() *StatusDescriptorDTO

NewStatusDescriptorDTOWithDefaults instantiates a new StatusDescriptorDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StatusDescriptorDTO) GetDescription ¶

func (o *StatusDescriptorDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*StatusDescriptorDTO) GetDescriptionOk ¶

func (o *StatusDescriptorDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDescriptorDTO) GetField ¶

func (o *StatusDescriptorDTO) GetField() string

GetField returns the Field field value if set, zero value otherwise.

func (*StatusDescriptorDTO) GetFieldOk ¶

func (o *StatusDescriptorDTO) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDescriptorDTO) GetFormatter ¶

func (o *StatusDescriptorDTO) GetFormatter() string

GetFormatter returns the Formatter field value if set, zero value otherwise.

func (*StatusDescriptorDTO) GetFormatterOk ¶

func (o *StatusDescriptorDTO) GetFormatterOk() (*string, bool)

GetFormatterOk returns a tuple with the Formatter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDescriptorDTO) GetLabel ¶

func (o *StatusDescriptorDTO) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*StatusDescriptorDTO) GetLabelOk ¶

func (o *StatusDescriptorDTO) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusDescriptorDTO) HasDescription ¶

func (o *StatusDescriptorDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*StatusDescriptorDTO) HasField ¶

func (o *StatusDescriptorDTO) HasField() bool

HasField returns a boolean if a field has been set.

func (*StatusDescriptorDTO) HasFormatter ¶

func (o *StatusDescriptorDTO) HasFormatter() bool

HasFormatter returns a boolean if a field has been set.

func (*StatusDescriptorDTO) HasLabel ¶

func (o *StatusDescriptorDTO) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (StatusDescriptorDTO) MarshalJSON ¶

func (o StatusDescriptorDTO) MarshalJSON() ([]byte, error)

func (*StatusDescriptorDTO) SetDescription ¶

func (o *StatusDescriptorDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*StatusDescriptorDTO) SetField ¶

func (o *StatusDescriptorDTO) SetField(v string)

SetField gets a reference to the given string and assigns it to the Field field.

func (*StatusDescriptorDTO) SetFormatter ¶

func (o *StatusDescriptorDTO) SetFormatter(v string)

SetFormatter gets a reference to the given string and assigns it to the Formatter field.

func (*StatusDescriptorDTO) SetLabel ¶

func (o *StatusDescriptorDTO) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (StatusDescriptorDTO) ToMap ¶

func (o StatusDescriptorDTO) ToMap() (map[string]interface{}, error)

type StatusHistoryDTO ¶

type StatusHistoryDTO struct {
	// When the status history was generated.
	Generated *string `json:"generated,omitempty"`
	// A Map of key/value pairs that describe the component that the status history belongs to
	ComponentDetails *map[string]string `json:"componentDetails,omitempty"`
	// The Descriptors that provide information on each of the metrics provided in the status history
	FieldDescriptors []StatusDescriptorDTO `json:"fieldDescriptors,omitempty"`
	// A list of StatusSnapshotDTO objects that provide the actual metric values for the component. If the NiFi instance is clustered, this will represent the aggregate status across all nodes. If the NiFi instance is not clustered, this will represent the status of the entire NiFi instance.
	AggregateSnapshots []StatusSnapshotDTO `json:"aggregateSnapshots,omitempty"`
	// The NodeStatusSnapshotsDTO objects that provide the actual metric values for the component, for each node. If the NiFi instance is not clustered, this value will be null.
	NodeSnapshots []NodeStatusSnapshotsDTO `json:"nodeSnapshots,omitempty"`
}

StatusHistoryDTO struct for StatusHistoryDTO

func NewStatusHistoryDTO ¶

func NewStatusHistoryDTO() *StatusHistoryDTO

NewStatusHistoryDTO instantiates a new StatusHistoryDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStatusHistoryDTOWithDefaults ¶

func NewStatusHistoryDTOWithDefaults() *StatusHistoryDTO

NewStatusHistoryDTOWithDefaults instantiates a new StatusHistoryDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StatusHistoryDTO) GetAggregateSnapshots ¶

func (o *StatusHistoryDTO) GetAggregateSnapshots() []StatusSnapshotDTO

GetAggregateSnapshots returns the AggregateSnapshots field value if set, zero value otherwise.

func (*StatusHistoryDTO) GetAggregateSnapshotsOk ¶

func (o *StatusHistoryDTO) GetAggregateSnapshotsOk() ([]StatusSnapshotDTO, bool)

GetAggregateSnapshotsOk returns a tuple with the AggregateSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusHistoryDTO) GetComponentDetails ¶

func (o *StatusHistoryDTO) GetComponentDetails() map[string]string

GetComponentDetails returns the ComponentDetails field value if set, zero value otherwise.

func (*StatusHistoryDTO) GetComponentDetailsOk ¶

func (o *StatusHistoryDTO) GetComponentDetailsOk() (*map[string]string, bool)

GetComponentDetailsOk returns a tuple with the ComponentDetails field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusHistoryDTO) GetFieldDescriptors ¶

func (o *StatusHistoryDTO) GetFieldDescriptors() []StatusDescriptorDTO

GetFieldDescriptors returns the FieldDescriptors field value if set, zero value otherwise.

func (*StatusHistoryDTO) GetFieldDescriptorsOk ¶

func (o *StatusHistoryDTO) GetFieldDescriptorsOk() ([]StatusDescriptorDTO, bool)

GetFieldDescriptorsOk returns a tuple with the FieldDescriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusHistoryDTO) GetGenerated ¶

func (o *StatusHistoryDTO) GetGenerated() string

GetGenerated returns the Generated field value if set, zero value otherwise.

func (*StatusHistoryDTO) GetGeneratedOk ¶

func (o *StatusHistoryDTO) GetGeneratedOk() (*string, bool)

GetGeneratedOk returns a tuple with the Generated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusHistoryDTO) GetNodeSnapshots ¶

func (o *StatusHistoryDTO) GetNodeSnapshots() []NodeStatusSnapshotsDTO

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*StatusHistoryDTO) GetNodeSnapshotsOk ¶

func (o *StatusHistoryDTO) GetNodeSnapshotsOk() ([]NodeStatusSnapshotsDTO, bool)

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusHistoryDTO) HasAggregateSnapshots ¶

func (o *StatusHistoryDTO) HasAggregateSnapshots() bool

HasAggregateSnapshots returns a boolean if a field has been set.

func (*StatusHistoryDTO) HasComponentDetails ¶

func (o *StatusHistoryDTO) HasComponentDetails() bool

HasComponentDetails returns a boolean if a field has been set.

func (*StatusHistoryDTO) HasFieldDescriptors ¶

func (o *StatusHistoryDTO) HasFieldDescriptors() bool

HasFieldDescriptors returns a boolean if a field has been set.

func (*StatusHistoryDTO) HasGenerated ¶

func (o *StatusHistoryDTO) HasGenerated() bool

HasGenerated returns a boolean if a field has been set.

func (*StatusHistoryDTO) HasNodeSnapshots ¶

func (o *StatusHistoryDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (StatusHistoryDTO) MarshalJSON ¶

func (o StatusHistoryDTO) MarshalJSON() ([]byte, error)

func (*StatusHistoryDTO) SetAggregateSnapshots ¶

func (o *StatusHistoryDTO) SetAggregateSnapshots(v []StatusSnapshotDTO)

SetAggregateSnapshots gets a reference to the given []StatusSnapshotDTO and assigns it to the AggregateSnapshots field.

func (*StatusHistoryDTO) SetComponentDetails ¶

func (o *StatusHistoryDTO) SetComponentDetails(v map[string]string)

SetComponentDetails gets a reference to the given map[string]string and assigns it to the ComponentDetails field.

func (*StatusHistoryDTO) SetFieldDescriptors ¶

func (o *StatusHistoryDTO) SetFieldDescriptors(v []StatusDescriptorDTO)

SetFieldDescriptors gets a reference to the given []StatusDescriptorDTO and assigns it to the FieldDescriptors field.

func (*StatusHistoryDTO) SetGenerated ¶

func (o *StatusHistoryDTO) SetGenerated(v string)

SetGenerated gets a reference to the given string and assigns it to the Generated field.

func (*StatusHistoryDTO) SetNodeSnapshots ¶

func (o *StatusHistoryDTO) SetNodeSnapshots(v []NodeStatusSnapshotsDTO)

SetNodeSnapshots gets a reference to the given []NodeStatusSnapshotsDTO and assigns it to the NodeSnapshots field.

func (StatusHistoryDTO) ToMap ¶

func (o StatusHistoryDTO) ToMap() (map[string]interface{}, error)

type StatusHistoryEntity ¶

type StatusHistoryEntity struct {
	StatusHistory *StatusHistoryDTO `json:"statusHistory,omitempty"`
	// Indicates whether the user can read a given resource.
	CanRead *bool `json:"canRead,omitempty"`
}

StatusHistoryEntity struct for StatusHistoryEntity

func NewStatusHistoryEntity ¶

func NewStatusHistoryEntity() *StatusHistoryEntity

NewStatusHistoryEntity instantiates a new StatusHistoryEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStatusHistoryEntityWithDefaults ¶

func NewStatusHistoryEntityWithDefaults() *StatusHistoryEntity

NewStatusHistoryEntityWithDefaults instantiates a new StatusHistoryEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StatusHistoryEntity) GetCanRead ¶

func (o *StatusHistoryEntity) GetCanRead() bool

GetCanRead returns the CanRead field value if set, zero value otherwise.

func (*StatusHistoryEntity) GetCanReadOk ¶

func (o *StatusHistoryEntity) GetCanReadOk() (*bool, bool)

GetCanReadOk returns a tuple with the CanRead field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusHistoryEntity) GetStatusHistory ¶

func (o *StatusHistoryEntity) GetStatusHistory() StatusHistoryDTO

GetStatusHistory returns the StatusHistory field value if set, zero value otherwise.

func (*StatusHistoryEntity) GetStatusHistoryOk ¶

func (o *StatusHistoryEntity) GetStatusHistoryOk() (*StatusHistoryDTO, bool)

GetStatusHistoryOk returns a tuple with the StatusHistory field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusHistoryEntity) HasCanRead ¶

func (o *StatusHistoryEntity) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*StatusHistoryEntity) HasStatusHistory ¶

func (o *StatusHistoryEntity) HasStatusHistory() bool

HasStatusHistory returns a boolean if a field has been set.

func (StatusHistoryEntity) MarshalJSON ¶

func (o StatusHistoryEntity) MarshalJSON() ([]byte, error)

func (*StatusHistoryEntity) SetCanRead ¶

func (o *StatusHistoryEntity) SetCanRead(v bool)

SetCanRead gets a reference to the given bool and assigns it to the CanRead field.

func (*StatusHistoryEntity) SetStatusHistory ¶

func (o *StatusHistoryEntity) SetStatusHistory(v StatusHistoryDTO)

SetStatusHistory gets a reference to the given StatusHistoryDTO and assigns it to the StatusHistory field.

func (StatusHistoryEntity) ToMap ¶

func (o StatusHistoryEntity) ToMap() (map[string]interface{}, error)

type StatusSnapshotDTO ¶

type StatusSnapshotDTO struct {
	// The timestamp of the snapshot.
	Timestamp *time.Time `json:"timestamp,omitempty"`
	// The status metrics.
	StatusMetrics *map[string]int64 `json:"statusMetrics,omitempty"`
}

StatusSnapshotDTO struct for StatusSnapshotDTO

func NewStatusSnapshotDTO ¶

func NewStatusSnapshotDTO() *StatusSnapshotDTO

NewStatusSnapshotDTO instantiates a new StatusSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStatusSnapshotDTOWithDefaults ¶

func NewStatusSnapshotDTOWithDefaults() *StatusSnapshotDTO

NewStatusSnapshotDTOWithDefaults instantiates a new StatusSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StatusSnapshotDTO) GetStatusMetrics ¶

func (o *StatusSnapshotDTO) GetStatusMetrics() map[string]int64

GetStatusMetrics returns the StatusMetrics field value if set, zero value otherwise.

func (*StatusSnapshotDTO) GetStatusMetricsOk ¶

func (o *StatusSnapshotDTO) GetStatusMetricsOk() (*map[string]int64, bool)

GetStatusMetricsOk returns a tuple with the StatusMetrics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusSnapshotDTO) GetTimestamp ¶

func (o *StatusSnapshotDTO) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*StatusSnapshotDTO) GetTimestampOk ¶

func (o *StatusSnapshotDTO) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StatusSnapshotDTO) HasStatusMetrics ¶

func (o *StatusSnapshotDTO) HasStatusMetrics() bool

HasStatusMetrics returns a boolean if a field has been set.

func (*StatusSnapshotDTO) HasTimestamp ¶

func (o *StatusSnapshotDTO) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (StatusSnapshotDTO) MarshalJSON ¶

func (o StatusSnapshotDTO) MarshalJSON() ([]byte, error)

func (*StatusSnapshotDTO) SetStatusMetrics ¶

func (o *StatusSnapshotDTO) SetStatusMetrics(v map[string]int64)

SetStatusMetrics gets a reference to the given map[string]int64 and assigns it to the StatusMetrics field.

func (*StatusSnapshotDTO) SetTimestamp ¶

func (o *StatusSnapshotDTO) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (StatusSnapshotDTO) ToMap ¶

func (o StatusSnapshotDTO) ToMap() (map[string]interface{}, error)

type StorageUsageDTO ¶

type StorageUsageDTO struct {
	// The identifier of this storage location. The identifier will correspond to the identifier keyed in the storage configuration.
	Identifier *string `json:"identifier,omitempty"`
	// Amount of free space.
	FreeSpace *string `json:"freeSpace,omitempty"`
	// Amount of total space.
	TotalSpace *string `json:"totalSpace,omitempty"`
	// Amount of used space.
	UsedSpace *string `json:"usedSpace,omitempty"`
	// The number of bytes of free space.
	FreeSpaceBytes *int64 `json:"freeSpaceBytes,omitempty"`
	// The number of bytes of total space.
	TotalSpaceBytes *int64 `json:"totalSpaceBytes,omitempty"`
	// The number of bytes of used space.
	UsedSpaceBytes *int64 `json:"usedSpaceBytes,omitempty"`
	// Utilization of this storage location.
	Utilization *string `json:"utilization,omitempty"`
}

StorageUsageDTO struct for StorageUsageDTO

func NewStorageUsageDTO ¶

func NewStorageUsageDTO() *StorageUsageDTO

NewStorageUsageDTO instantiates a new StorageUsageDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewStorageUsageDTOWithDefaults ¶

func NewStorageUsageDTOWithDefaults() *StorageUsageDTO

NewStorageUsageDTOWithDefaults instantiates a new StorageUsageDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*StorageUsageDTO) GetFreeSpace ¶

func (o *StorageUsageDTO) GetFreeSpace() string

GetFreeSpace returns the FreeSpace field value if set, zero value otherwise.

func (*StorageUsageDTO) GetFreeSpaceBytes ¶

func (o *StorageUsageDTO) GetFreeSpaceBytes() int64

GetFreeSpaceBytes returns the FreeSpaceBytes field value if set, zero value otherwise.

func (*StorageUsageDTO) GetFreeSpaceBytesOk ¶

func (o *StorageUsageDTO) GetFreeSpaceBytesOk() (*int64, bool)

GetFreeSpaceBytesOk returns a tuple with the FreeSpaceBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageUsageDTO) GetFreeSpaceOk ¶

func (o *StorageUsageDTO) GetFreeSpaceOk() (*string, bool)

GetFreeSpaceOk returns a tuple with the FreeSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageUsageDTO) GetIdentifier ¶

func (o *StorageUsageDTO) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*StorageUsageDTO) GetIdentifierOk ¶

func (o *StorageUsageDTO) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageUsageDTO) GetTotalSpace ¶

func (o *StorageUsageDTO) GetTotalSpace() string

GetTotalSpace returns the TotalSpace field value if set, zero value otherwise.

func (*StorageUsageDTO) GetTotalSpaceBytes ¶

func (o *StorageUsageDTO) GetTotalSpaceBytes() int64

GetTotalSpaceBytes returns the TotalSpaceBytes field value if set, zero value otherwise.

func (*StorageUsageDTO) GetTotalSpaceBytesOk ¶

func (o *StorageUsageDTO) GetTotalSpaceBytesOk() (*int64, bool)

GetTotalSpaceBytesOk returns a tuple with the TotalSpaceBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageUsageDTO) GetTotalSpaceOk ¶

func (o *StorageUsageDTO) GetTotalSpaceOk() (*string, bool)

GetTotalSpaceOk returns a tuple with the TotalSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageUsageDTO) GetUsedSpace ¶

func (o *StorageUsageDTO) GetUsedSpace() string

GetUsedSpace returns the UsedSpace field value if set, zero value otherwise.

func (*StorageUsageDTO) GetUsedSpaceBytes ¶

func (o *StorageUsageDTO) GetUsedSpaceBytes() int64

GetUsedSpaceBytes returns the UsedSpaceBytes field value if set, zero value otherwise.

func (*StorageUsageDTO) GetUsedSpaceBytesOk ¶

func (o *StorageUsageDTO) GetUsedSpaceBytesOk() (*int64, bool)

GetUsedSpaceBytesOk returns a tuple with the UsedSpaceBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageUsageDTO) GetUsedSpaceOk ¶

func (o *StorageUsageDTO) GetUsedSpaceOk() (*string, bool)

GetUsedSpaceOk returns a tuple with the UsedSpace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageUsageDTO) GetUtilization ¶

func (o *StorageUsageDTO) GetUtilization() string

GetUtilization returns the Utilization field value if set, zero value otherwise.

func (*StorageUsageDTO) GetUtilizationOk ¶

func (o *StorageUsageDTO) GetUtilizationOk() (*string, bool)

GetUtilizationOk returns a tuple with the Utilization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*StorageUsageDTO) HasFreeSpace ¶

func (o *StorageUsageDTO) HasFreeSpace() bool

HasFreeSpace returns a boolean if a field has been set.

func (*StorageUsageDTO) HasFreeSpaceBytes ¶

func (o *StorageUsageDTO) HasFreeSpaceBytes() bool

HasFreeSpaceBytes returns a boolean if a field has been set.

func (*StorageUsageDTO) HasIdentifier ¶

func (o *StorageUsageDTO) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*StorageUsageDTO) HasTotalSpace ¶

func (o *StorageUsageDTO) HasTotalSpace() bool

HasTotalSpace returns a boolean if a field has been set.

func (*StorageUsageDTO) HasTotalSpaceBytes ¶

func (o *StorageUsageDTO) HasTotalSpaceBytes() bool

HasTotalSpaceBytes returns a boolean if a field has been set.

func (*StorageUsageDTO) HasUsedSpace ¶

func (o *StorageUsageDTO) HasUsedSpace() bool

HasUsedSpace returns a boolean if a field has been set.

func (*StorageUsageDTO) HasUsedSpaceBytes ¶

func (o *StorageUsageDTO) HasUsedSpaceBytes() bool

HasUsedSpaceBytes returns a boolean if a field has been set.

func (*StorageUsageDTO) HasUtilization ¶

func (o *StorageUsageDTO) HasUtilization() bool

HasUtilization returns a boolean if a field has been set.

func (StorageUsageDTO) MarshalJSON ¶

func (o StorageUsageDTO) MarshalJSON() ([]byte, error)

func (*StorageUsageDTO) SetFreeSpace ¶

func (o *StorageUsageDTO) SetFreeSpace(v string)

SetFreeSpace gets a reference to the given string and assigns it to the FreeSpace field.

func (*StorageUsageDTO) SetFreeSpaceBytes ¶

func (o *StorageUsageDTO) SetFreeSpaceBytes(v int64)

SetFreeSpaceBytes gets a reference to the given int64 and assigns it to the FreeSpaceBytes field.

func (*StorageUsageDTO) SetIdentifier ¶

func (o *StorageUsageDTO) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*StorageUsageDTO) SetTotalSpace ¶

func (o *StorageUsageDTO) SetTotalSpace(v string)

SetTotalSpace gets a reference to the given string and assigns it to the TotalSpace field.

func (*StorageUsageDTO) SetTotalSpaceBytes ¶

func (o *StorageUsageDTO) SetTotalSpaceBytes(v int64)

SetTotalSpaceBytes gets a reference to the given int64 and assigns it to the TotalSpaceBytes field.

func (*StorageUsageDTO) SetUsedSpace ¶

func (o *StorageUsageDTO) SetUsedSpace(v string)

SetUsedSpace gets a reference to the given string and assigns it to the UsedSpace field.

func (*StorageUsageDTO) SetUsedSpaceBytes ¶

func (o *StorageUsageDTO) SetUsedSpaceBytes(v int64)

SetUsedSpaceBytes gets a reference to the given int64 and assigns it to the UsedSpaceBytes field.

func (*StorageUsageDTO) SetUtilization ¶

func (o *StorageUsageDTO) SetUtilization(v string)

SetUtilization gets a reference to the given string and assigns it to the Utilization field.

func (StorageUsageDTO) ToMap ¶

func (o StorageUsageDTO) ToMap() (map[string]interface{}, error)

type SubmitReplayRequestEntity ¶

type SubmitReplayRequestEntity struct {
	// The event identifier
	EventId *int64 `json:"eventId,omitempty"`
	// The identifier of the node where to submit the replay request.
	ClusterNodeId *string `json:"clusterNodeId,omitempty"`
}

SubmitReplayRequestEntity struct for SubmitReplayRequestEntity

func NewSubmitReplayRequestEntity ¶

func NewSubmitReplayRequestEntity() *SubmitReplayRequestEntity

NewSubmitReplayRequestEntity instantiates a new SubmitReplayRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSubmitReplayRequestEntityWithDefaults ¶

func NewSubmitReplayRequestEntityWithDefaults() *SubmitReplayRequestEntity

NewSubmitReplayRequestEntityWithDefaults instantiates a new SubmitReplayRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SubmitReplayRequestEntity) GetClusterNodeId ¶

func (o *SubmitReplayRequestEntity) GetClusterNodeId() string

GetClusterNodeId returns the ClusterNodeId field value if set, zero value otherwise.

func (*SubmitReplayRequestEntity) GetClusterNodeIdOk ¶

func (o *SubmitReplayRequestEntity) GetClusterNodeIdOk() (*string, bool)

GetClusterNodeIdOk returns a tuple with the ClusterNodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubmitReplayRequestEntity) GetEventId ¶

func (o *SubmitReplayRequestEntity) GetEventId() int64

GetEventId returns the EventId field value if set, zero value otherwise.

func (*SubmitReplayRequestEntity) GetEventIdOk ¶

func (o *SubmitReplayRequestEntity) GetEventIdOk() (*int64, bool)

GetEventIdOk returns a tuple with the EventId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SubmitReplayRequestEntity) HasClusterNodeId ¶

func (o *SubmitReplayRequestEntity) HasClusterNodeId() bool

HasClusterNodeId returns a boolean if a field has been set.

func (*SubmitReplayRequestEntity) HasEventId ¶

func (o *SubmitReplayRequestEntity) HasEventId() bool

HasEventId returns a boolean if a field has been set.

func (SubmitReplayRequestEntity) MarshalJSON ¶

func (o SubmitReplayRequestEntity) MarshalJSON() ([]byte, error)

func (*SubmitReplayRequestEntity) SetClusterNodeId ¶

func (o *SubmitReplayRequestEntity) SetClusterNodeId(v string)

SetClusterNodeId gets a reference to the given string and assigns it to the ClusterNodeId field.

func (*SubmitReplayRequestEntity) SetEventId ¶

func (o *SubmitReplayRequestEntity) SetEventId(v int64)

SetEventId gets a reference to the given int64 and assigns it to the EventId field.

func (SubmitReplayRequestEntity) ToMap ¶

func (o SubmitReplayRequestEntity) ToMap() (map[string]interface{}, error)

type SystemDiagnosticsAPIGetJmxMetricsRequest ¶

type SystemDiagnosticsAPIGetJmxMetricsRequest struct {
	ApiService *SystemDiagnosticsAPIService
	// contains filtered or unexported fields
}

func (SystemDiagnosticsAPIGetJmxMetricsRequest) BeanNameFilter ¶

Regular Expression Pattern to be applied against the ObjectName

func (SystemDiagnosticsAPIGetJmxMetricsRequest) Execute ¶

type SystemDiagnosticsAPIGetSystemDiagnosticsRequest ¶

type SystemDiagnosticsAPIGetSystemDiagnosticsRequest struct {
	ApiService *SystemDiagnosticsAPIService
	// contains filtered or unexported fields
}

func (SystemDiagnosticsAPIGetSystemDiagnosticsRequest) ClusterNodeId ¶

The id of the node where to get the status.

func (SystemDiagnosticsAPIGetSystemDiagnosticsRequest) Execute ¶

func (SystemDiagnosticsAPIGetSystemDiagnosticsRequest) Nodewise ¶

Whether or not to include the breakdown per node. Optional, defaults to false

type SystemDiagnosticsAPIService ¶

type SystemDiagnosticsAPIService service

SystemDiagnosticsAPIService SystemDiagnosticsAPI service

func (*SystemDiagnosticsAPIService) GetJmxMetrics ¶

GetJmxMetrics Retrieve available JMX metrics

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SystemDiagnosticsAPIGetJmxMetricsRequest

func (*SystemDiagnosticsAPIService) GetJmxMetricsExecute ¶

Execute executes the request

@return JmxMetricsResultsEntity

func (*SystemDiagnosticsAPIService) GetSystemDiagnostics ¶

GetSystemDiagnostics Gets the diagnostics for the system NiFi is running on

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return SystemDiagnosticsAPIGetSystemDiagnosticsRequest

func (*SystemDiagnosticsAPIService) GetSystemDiagnosticsExecute ¶

Execute executes the request

@return SystemDiagnosticsEntity

type SystemDiagnosticsDTO ¶

type SystemDiagnosticsDTO struct {
	AggregateSnapshot *SystemDiagnosticsSnapshotDTO `json:"aggregateSnapshot,omitempty"`
	// A systems diagnostics snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null.
	NodeSnapshots []NodeSystemDiagnosticsSnapshotDTO `json:"nodeSnapshots,omitempty"`
}

SystemDiagnosticsDTO struct for SystemDiagnosticsDTO

func NewSystemDiagnosticsDTO ¶

func NewSystemDiagnosticsDTO() *SystemDiagnosticsDTO

NewSystemDiagnosticsDTO instantiates a new SystemDiagnosticsDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSystemDiagnosticsDTOWithDefaults ¶

func NewSystemDiagnosticsDTOWithDefaults() *SystemDiagnosticsDTO

NewSystemDiagnosticsDTOWithDefaults instantiates a new SystemDiagnosticsDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SystemDiagnosticsDTO) GetAggregateSnapshot ¶

func (o *SystemDiagnosticsDTO) GetAggregateSnapshot() SystemDiagnosticsSnapshotDTO

GetAggregateSnapshot returns the AggregateSnapshot field value if set, zero value otherwise.

func (*SystemDiagnosticsDTO) GetAggregateSnapshotOk ¶

func (o *SystemDiagnosticsDTO) GetAggregateSnapshotOk() (*SystemDiagnosticsSnapshotDTO, bool)

GetAggregateSnapshotOk returns a tuple with the AggregateSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsDTO) GetNodeSnapshots ¶

GetNodeSnapshots returns the NodeSnapshots field value if set, zero value otherwise.

func (*SystemDiagnosticsDTO) GetNodeSnapshotsOk ¶

func (o *SystemDiagnosticsDTO) GetNodeSnapshotsOk() ([]NodeSystemDiagnosticsSnapshotDTO, bool)

GetNodeSnapshotsOk returns a tuple with the NodeSnapshots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsDTO) HasAggregateSnapshot ¶

func (o *SystemDiagnosticsDTO) HasAggregateSnapshot() bool

HasAggregateSnapshot returns a boolean if a field has been set.

func (*SystemDiagnosticsDTO) HasNodeSnapshots ¶

func (o *SystemDiagnosticsDTO) HasNodeSnapshots() bool

HasNodeSnapshots returns a boolean if a field has been set.

func (SystemDiagnosticsDTO) MarshalJSON ¶

func (o SystemDiagnosticsDTO) MarshalJSON() ([]byte, error)

func (*SystemDiagnosticsDTO) SetAggregateSnapshot ¶

func (o *SystemDiagnosticsDTO) SetAggregateSnapshot(v SystemDiagnosticsSnapshotDTO)

SetAggregateSnapshot gets a reference to the given SystemDiagnosticsSnapshotDTO and assigns it to the AggregateSnapshot field.

func (*SystemDiagnosticsDTO) SetNodeSnapshots ¶

func (o *SystemDiagnosticsDTO) SetNodeSnapshots(v []NodeSystemDiagnosticsSnapshotDTO)

SetNodeSnapshots gets a reference to the given []NodeSystemDiagnosticsSnapshotDTO and assigns it to the NodeSnapshots field.

func (SystemDiagnosticsDTO) ToMap ¶

func (o SystemDiagnosticsDTO) ToMap() (map[string]interface{}, error)

type SystemDiagnosticsEntity ¶

type SystemDiagnosticsEntity struct {
	SystemDiagnostics *SystemDiagnosticsDTO `json:"systemDiagnostics,omitempty"`
}

SystemDiagnosticsEntity struct for SystemDiagnosticsEntity

func NewSystemDiagnosticsEntity ¶

func NewSystemDiagnosticsEntity() *SystemDiagnosticsEntity

NewSystemDiagnosticsEntity instantiates a new SystemDiagnosticsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSystemDiagnosticsEntityWithDefaults ¶

func NewSystemDiagnosticsEntityWithDefaults() *SystemDiagnosticsEntity

NewSystemDiagnosticsEntityWithDefaults instantiates a new SystemDiagnosticsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SystemDiagnosticsEntity) GetSystemDiagnostics ¶

func (o *SystemDiagnosticsEntity) GetSystemDiagnostics() SystemDiagnosticsDTO

GetSystemDiagnostics returns the SystemDiagnostics field value if set, zero value otherwise.

func (*SystemDiagnosticsEntity) GetSystemDiagnosticsOk ¶

func (o *SystemDiagnosticsEntity) GetSystemDiagnosticsOk() (*SystemDiagnosticsDTO, bool)

GetSystemDiagnosticsOk returns a tuple with the SystemDiagnostics field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsEntity) HasSystemDiagnostics ¶

func (o *SystemDiagnosticsEntity) HasSystemDiagnostics() bool

HasSystemDiagnostics returns a boolean if a field has been set.

func (SystemDiagnosticsEntity) MarshalJSON ¶

func (o SystemDiagnosticsEntity) MarshalJSON() ([]byte, error)

func (*SystemDiagnosticsEntity) SetSystemDiagnostics ¶

func (o *SystemDiagnosticsEntity) SetSystemDiagnostics(v SystemDiagnosticsDTO)

SetSystemDiagnostics gets a reference to the given SystemDiagnosticsDTO and assigns it to the SystemDiagnostics field.

func (SystemDiagnosticsEntity) ToMap ¶

func (o SystemDiagnosticsEntity) ToMap() (map[string]interface{}, error)

type SystemDiagnosticsSnapshotDTO ¶

type SystemDiagnosticsSnapshotDTO struct {
	// Total size of non heap.
	TotalNonHeap *string `json:"totalNonHeap,omitempty"`
	// Total number of bytes allocated to the JVM not used for heap
	TotalNonHeapBytes *int64 `json:"totalNonHeapBytes,omitempty"`
	// Amount of use non heap.
	UsedNonHeap *string `json:"usedNonHeap,omitempty"`
	// Total number of bytes used by the JVM not in the heap space
	UsedNonHeapBytes *int64 `json:"usedNonHeapBytes,omitempty"`
	// Amount of free non heap.
	FreeNonHeap *string `json:"freeNonHeap,omitempty"`
	// Total number of free non-heap bytes available to the JVM
	FreeNonHeapBytes *int64 `json:"freeNonHeapBytes,omitempty"`
	// Maximum size of non heap.
	MaxNonHeap *string `json:"maxNonHeap,omitempty"`
	// The maximum number of bytes that the JVM can use for non-heap purposes
	MaxNonHeapBytes *int64 `json:"maxNonHeapBytes,omitempty"`
	// Utilization of non heap.
	NonHeapUtilization *string `json:"nonHeapUtilization,omitempty"`
	// Total size of heap.
	TotalHeap *string `json:"totalHeap,omitempty"`
	// The total number of bytes that are available for the JVM heap to use
	TotalHeapBytes *int64 `json:"totalHeapBytes,omitempty"`
	// Amount of used heap.
	UsedHeap *string `json:"usedHeap,omitempty"`
	// The number of bytes of JVM heap that are currently being used
	UsedHeapBytes *int64 `json:"usedHeapBytes,omitempty"`
	// Amount of free heap.
	FreeHeap *string `json:"freeHeap,omitempty"`
	// The number of bytes that are allocated to the JVM heap but not currently being used
	FreeHeapBytes *int64 `json:"freeHeapBytes,omitempty"`
	// Maximum size of heap.
	MaxHeap *string `json:"maxHeap,omitempty"`
	// The maximum number of bytes that can be used by the JVM
	MaxHeapBytes *int64 `json:"maxHeapBytes,omitempty"`
	// Utilization of heap.
	HeapUtilization *string `json:"heapUtilization,omitempty"`
	// Number of available processors if supported by the underlying system.
	AvailableProcessors *int32 `json:"availableProcessors,omitempty"`
	// The processor load average if supported by the underlying system.
	ProcessorLoadAverage *float64 `json:"processorLoadAverage,omitempty"`
	// Total number of threads.
	TotalThreads *int32 `json:"totalThreads,omitempty"`
	// Number of daemon threads.
	DaemonThreads *int32 `json:"daemonThreads,omitempty"`
	// The uptime of the Java virtual machine
	Uptime                         *string          `json:"uptime,omitempty"`
	FlowFileRepositoryStorageUsage *StorageUsageDTO `json:"flowFileRepositoryStorageUsage,omitempty"`
	// The content repository storage usage.
	ContentRepositoryStorageUsage []StorageUsageDTO `json:"contentRepositoryStorageUsage,omitempty"`
	// The provenance repository storage usage.
	ProvenanceRepositoryStorageUsage []StorageUsageDTO `json:"provenanceRepositoryStorageUsage,omitempty"`
	// The garbage collection details.
	GarbageCollection []GarbageCollectionDTO `json:"garbageCollection,omitempty"`
	// When the diagnostics were generated.
	StatsLastRefreshed *string         `json:"statsLastRefreshed,omitempty"`
	VersionInfo        *VersionInfoDTO `json:"versionInfo,omitempty"`
}

SystemDiagnosticsSnapshotDTO struct for SystemDiagnosticsSnapshotDTO

func NewSystemDiagnosticsSnapshotDTO ¶

func NewSystemDiagnosticsSnapshotDTO() *SystemDiagnosticsSnapshotDTO

NewSystemDiagnosticsSnapshotDTO instantiates a new SystemDiagnosticsSnapshotDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSystemDiagnosticsSnapshotDTOWithDefaults ¶

func NewSystemDiagnosticsSnapshotDTOWithDefaults() *SystemDiagnosticsSnapshotDTO

NewSystemDiagnosticsSnapshotDTOWithDefaults instantiates a new SystemDiagnosticsSnapshotDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SystemDiagnosticsSnapshotDTO) GetAvailableProcessors ¶

func (o *SystemDiagnosticsSnapshotDTO) GetAvailableProcessors() int32

GetAvailableProcessors returns the AvailableProcessors field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetAvailableProcessorsOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetAvailableProcessorsOk() (*int32, bool)

GetAvailableProcessorsOk returns a tuple with the AvailableProcessors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetContentRepositoryStorageUsage ¶

func (o *SystemDiagnosticsSnapshotDTO) GetContentRepositoryStorageUsage() []StorageUsageDTO

GetContentRepositoryStorageUsage returns the ContentRepositoryStorageUsage field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetContentRepositoryStorageUsageOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetContentRepositoryStorageUsageOk() ([]StorageUsageDTO, bool)

GetContentRepositoryStorageUsageOk returns a tuple with the ContentRepositoryStorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetDaemonThreads ¶

func (o *SystemDiagnosticsSnapshotDTO) GetDaemonThreads() int32

GetDaemonThreads returns the DaemonThreads field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetDaemonThreadsOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetDaemonThreadsOk() (*int32, bool)

GetDaemonThreadsOk returns a tuple with the DaemonThreads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetFlowFileRepositoryStorageUsage ¶

func (o *SystemDiagnosticsSnapshotDTO) GetFlowFileRepositoryStorageUsage() StorageUsageDTO

GetFlowFileRepositoryStorageUsage returns the FlowFileRepositoryStorageUsage field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetFlowFileRepositoryStorageUsageOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetFlowFileRepositoryStorageUsageOk() (*StorageUsageDTO, bool)

GetFlowFileRepositoryStorageUsageOk returns a tuple with the FlowFileRepositoryStorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetFreeHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) GetFreeHeap() string

GetFreeHeap returns the FreeHeap field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetFreeHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) GetFreeHeapBytes() int64

GetFreeHeapBytes returns the FreeHeapBytes field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetFreeHeapBytesOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetFreeHeapBytesOk() (*int64, bool)

GetFreeHeapBytesOk returns a tuple with the FreeHeapBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetFreeHeapOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetFreeHeapOk() (*string, bool)

GetFreeHeapOk returns a tuple with the FreeHeap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetFreeNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) GetFreeNonHeap() string

GetFreeNonHeap returns the FreeNonHeap field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetFreeNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) GetFreeNonHeapBytes() int64

GetFreeNonHeapBytes returns the FreeNonHeapBytes field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetFreeNonHeapBytesOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetFreeNonHeapBytesOk() (*int64, bool)

GetFreeNonHeapBytesOk returns a tuple with the FreeNonHeapBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetFreeNonHeapOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetFreeNonHeapOk() (*string, bool)

GetFreeNonHeapOk returns a tuple with the FreeNonHeap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetGarbageCollection ¶

func (o *SystemDiagnosticsSnapshotDTO) GetGarbageCollection() []GarbageCollectionDTO

GetGarbageCollection returns the GarbageCollection field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetGarbageCollectionOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetGarbageCollectionOk() ([]GarbageCollectionDTO, bool)

GetGarbageCollectionOk returns a tuple with the GarbageCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetHeapUtilization ¶

func (o *SystemDiagnosticsSnapshotDTO) GetHeapUtilization() string

GetHeapUtilization returns the HeapUtilization field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetHeapUtilizationOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetHeapUtilizationOk() (*string, bool)

GetHeapUtilizationOk returns a tuple with the HeapUtilization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetMaxHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) GetMaxHeap() string

GetMaxHeap returns the MaxHeap field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetMaxHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) GetMaxHeapBytes() int64

GetMaxHeapBytes returns the MaxHeapBytes field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetMaxHeapBytesOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetMaxHeapBytesOk() (*int64, bool)

GetMaxHeapBytesOk returns a tuple with the MaxHeapBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetMaxHeapOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetMaxHeapOk() (*string, bool)

GetMaxHeapOk returns a tuple with the MaxHeap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetMaxNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) GetMaxNonHeap() string

GetMaxNonHeap returns the MaxNonHeap field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetMaxNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) GetMaxNonHeapBytes() int64

GetMaxNonHeapBytes returns the MaxNonHeapBytes field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetMaxNonHeapBytesOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetMaxNonHeapBytesOk() (*int64, bool)

GetMaxNonHeapBytesOk returns a tuple with the MaxNonHeapBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetMaxNonHeapOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetMaxNonHeapOk() (*string, bool)

GetMaxNonHeapOk returns a tuple with the MaxNonHeap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetNonHeapUtilization ¶

func (o *SystemDiagnosticsSnapshotDTO) GetNonHeapUtilization() string

GetNonHeapUtilization returns the NonHeapUtilization field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetNonHeapUtilizationOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetNonHeapUtilizationOk() (*string, bool)

GetNonHeapUtilizationOk returns a tuple with the NonHeapUtilization field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetProcessorLoadAverage ¶

func (o *SystemDiagnosticsSnapshotDTO) GetProcessorLoadAverage() float64

GetProcessorLoadAverage returns the ProcessorLoadAverage field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetProcessorLoadAverageOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetProcessorLoadAverageOk() (*float64, bool)

GetProcessorLoadAverageOk returns a tuple with the ProcessorLoadAverage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetProvenanceRepositoryStorageUsage ¶

func (o *SystemDiagnosticsSnapshotDTO) GetProvenanceRepositoryStorageUsage() []StorageUsageDTO

GetProvenanceRepositoryStorageUsage returns the ProvenanceRepositoryStorageUsage field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetProvenanceRepositoryStorageUsageOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetProvenanceRepositoryStorageUsageOk() ([]StorageUsageDTO, bool)

GetProvenanceRepositoryStorageUsageOk returns a tuple with the ProvenanceRepositoryStorageUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetStatsLastRefreshed ¶

func (o *SystemDiagnosticsSnapshotDTO) GetStatsLastRefreshed() string

GetStatsLastRefreshed returns the StatsLastRefreshed field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetStatsLastRefreshedOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetStatsLastRefreshedOk() (*string, bool)

GetStatsLastRefreshedOk returns a tuple with the StatsLastRefreshed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetTotalHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) GetTotalHeap() string

GetTotalHeap returns the TotalHeap field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetTotalHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) GetTotalHeapBytes() int64

GetTotalHeapBytes returns the TotalHeapBytes field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetTotalHeapBytesOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetTotalHeapBytesOk() (*int64, bool)

GetTotalHeapBytesOk returns a tuple with the TotalHeapBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetTotalHeapOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetTotalHeapOk() (*string, bool)

GetTotalHeapOk returns a tuple with the TotalHeap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetTotalNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) GetTotalNonHeap() string

GetTotalNonHeap returns the TotalNonHeap field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetTotalNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) GetTotalNonHeapBytes() int64

GetTotalNonHeapBytes returns the TotalNonHeapBytes field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetTotalNonHeapBytesOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetTotalNonHeapBytesOk() (*int64, bool)

GetTotalNonHeapBytesOk returns a tuple with the TotalNonHeapBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetTotalNonHeapOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetTotalNonHeapOk() (*string, bool)

GetTotalNonHeapOk returns a tuple with the TotalNonHeap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetTotalThreads ¶

func (o *SystemDiagnosticsSnapshotDTO) GetTotalThreads() int32

GetTotalThreads returns the TotalThreads field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetTotalThreadsOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetTotalThreadsOk() (*int32, bool)

GetTotalThreadsOk returns a tuple with the TotalThreads field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetUptime ¶

func (o *SystemDiagnosticsSnapshotDTO) GetUptime() string

GetUptime returns the Uptime field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetUptimeOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetUptimeOk() (*string, bool)

GetUptimeOk returns a tuple with the Uptime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetUsedHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) GetUsedHeap() string

GetUsedHeap returns the UsedHeap field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetUsedHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) GetUsedHeapBytes() int64

GetUsedHeapBytes returns the UsedHeapBytes field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetUsedHeapBytesOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetUsedHeapBytesOk() (*int64, bool)

GetUsedHeapBytesOk returns a tuple with the UsedHeapBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetUsedHeapOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetUsedHeapOk() (*string, bool)

GetUsedHeapOk returns a tuple with the UsedHeap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetUsedNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) GetUsedNonHeap() string

GetUsedNonHeap returns the UsedNonHeap field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetUsedNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) GetUsedNonHeapBytes() int64

GetUsedNonHeapBytes returns the UsedNonHeapBytes field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetUsedNonHeapBytesOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetUsedNonHeapBytesOk() (*int64, bool)

GetUsedNonHeapBytesOk returns a tuple with the UsedNonHeapBytes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetUsedNonHeapOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetUsedNonHeapOk() (*string, bool)

GetUsedNonHeapOk returns a tuple with the UsedNonHeap field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) GetVersionInfo ¶

func (o *SystemDiagnosticsSnapshotDTO) GetVersionInfo() VersionInfoDTO

GetVersionInfo returns the VersionInfo field value if set, zero value otherwise.

func (*SystemDiagnosticsSnapshotDTO) GetVersionInfoOk ¶

func (o *SystemDiagnosticsSnapshotDTO) GetVersionInfoOk() (*VersionInfoDTO, bool)

GetVersionInfoOk returns a tuple with the VersionInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemDiagnosticsSnapshotDTO) HasAvailableProcessors ¶

func (o *SystemDiagnosticsSnapshotDTO) HasAvailableProcessors() bool

HasAvailableProcessors returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasContentRepositoryStorageUsage ¶

func (o *SystemDiagnosticsSnapshotDTO) HasContentRepositoryStorageUsage() bool

HasContentRepositoryStorageUsage returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasDaemonThreads ¶

func (o *SystemDiagnosticsSnapshotDTO) HasDaemonThreads() bool

HasDaemonThreads returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasFlowFileRepositoryStorageUsage ¶

func (o *SystemDiagnosticsSnapshotDTO) HasFlowFileRepositoryStorageUsage() bool

HasFlowFileRepositoryStorageUsage returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasFreeHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) HasFreeHeap() bool

HasFreeHeap returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasFreeHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) HasFreeHeapBytes() bool

HasFreeHeapBytes returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasFreeNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) HasFreeNonHeap() bool

HasFreeNonHeap returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasFreeNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) HasFreeNonHeapBytes() bool

HasFreeNonHeapBytes returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasGarbageCollection ¶

func (o *SystemDiagnosticsSnapshotDTO) HasGarbageCollection() bool

HasGarbageCollection returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasHeapUtilization ¶

func (o *SystemDiagnosticsSnapshotDTO) HasHeapUtilization() bool

HasHeapUtilization returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasMaxHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) HasMaxHeap() bool

HasMaxHeap returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasMaxHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) HasMaxHeapBytes() bool

HasMaxHeapBytes returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasMaxNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) HasMaxNonHeap() bool

HasMaxNonHeap returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasMaxNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) HasMaxNonHeapBytes() bool

HasMaxNonHeapBytes returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasNonHeapUtilization ¶

func (o *SystemDiagnosticsSnapshotDTO) HasNonHeapUtilization() bool

HasNonHeapUtilization returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasProcessorLoadAverage ¶

func (o *SystemDiagnosticsSnapshotDTO) HasProcessorLoadAverage() bool

HasProcessorLoadAverage returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasProvenanceRepositoryStorageUsage ¶

func (o *SystemDiagnosticsSnapshotDTO) HasProvenanceRepositoryStorageUsage() bool

HasProvenanceRepositoryStorageUsage returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasStatsLastRefreshed ¶

func (o *SystemDiagnosticsSnapshotDTO) HasStatsLastRefreshed() bool

HasStatsLastRefreshed returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasTotalHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) HasTotalHeap() bool

HasTotalHeap returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasTotalHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) HasTotalHeapBytes() bool

HasTotalHeapBytes returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasTotalNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) HasTotalNonHeap() bool

HasTotalNonHeap returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasTotalNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) HasTotalNonHeapBytes() bool

HasTotalNonHeapBytes returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasTotalThreads ¶

func (o *SystemDiagnosticsSnapshotDTO) HasTotalThreads() bool

HasTotalThreads returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasUptime ¶

func (o *SystemDiagnosticsSnapshotDTO) HasUptime() bool

HasUptime returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasUsedHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) HasUsedHeap() bool

HasUsedHeap returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasUsedHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) HasUsedHeapBytes() bool

HasUsedHeapBytes returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasUsedNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) HasUsedNonHeap() bool

HasUsedNonHeap returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasUsedNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) HasUsedNonHeapBytes() bool

HasUsedNonHeapBytes returns a boolean if a field has been set.

func (*SystemDiagnosticsSnapshotDTO) HasVersionInfo ¶

func (o *SystemDiagnosticsSnapshotDTO) HasVersionInfo() bool

HasVersionInfo returns a boolean if a field has been set.

func (SystemDiagnosticsSnapshotDTO) MarshalJSON ¶

func (o SystemDiagnosticsSnapshotDTO) MarshalJSON() ([]byte, error)

func (*SystemDiagnosticsSnapshotDTO) SetAvailableProcessors ¶

func (o *SystemDiagnosticsSnapshotDTO) SetAvailableProcessors(v int32)

SetAvailableProcessors gets a reference to the given int32 and assigns it to the AvailableProcessors field.

func (*SystemDiagnosticsSnapshotDTO) SetContentRepositoryStorageUsage ¶

func (o *SystemDiagnosticsSnapshotDTO) SetContentRepositoryStorageUsage(v []StorageUsageDTO)

SetContentRepositoryStorageUsage gets a reference to the given []StorageUsageDTO and assigns it to the ContentRepositoryStorageUsage field.

func (*SystemDiagnosticsSnapshotDTO) SetDaemonThreads ¶

func (o *SystemDiagnosticsSnapshotDTO) SetDaemonThreads(v int32)

SetDaemonThreads gets a reference to the given int32 and assigns it to the DaemonThreads field.

func (*SystemDiagnosticsSnapshotDTO) SetFlowFileRepositoryStorageUsage ¶

func (o *SystemDiagnosticsSnapshotDTO) SetFlowFileRepositoryStorageUsage(v StorageUsageDTO)

SetFlowFileRepositoryStorageUsage gets a reference to the given StorageUsageDTO and assigns it to the FlowFileRepositoryStorageUsage field.

func (*SystemDiagnosticsSnapshotDTO) SetFreeHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) SetFreeHeap(v string)

SetFreeHeap gets a reference to the given string and assigns it to the FreeHeap field.

func (*SystemDiagnosticsSnapshotDTO) SetFreeHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) SetFreeHeapBytes(v int64)

SetFreeHeapBytes gets a reference to the given int64 and assigns it to the FreeHeapBytes field.

func (*SystemDiagnosticsSnapshotDTO) SetFreeNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) SetFreeNonHeap(v string)

SetFreeNonHeap gets a reference to the given string and assigns it to the FreeNonHeap field.

func (*SystemDiagnosticsSnapshotDTO) SetFreeNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) SetFreeNonHeapBytes(v int64)

SetFreeNonHeapBytes gets a reference to the given int64 and assigns it to the FreeNonHeapBytes field.

func (*SystemDiagnosticsSnapshotDTO) SetGarbageCollection ¶

func (o *SystemDiagnosticsSnapshotDTO) SetGarbageCollection(v []GarbageCollectionDTO)

SetGarbageCollection gets a reference to the given []GarbageCollectionDTO and assigns it to the GarbageCollection field.

func (*SystemDiagnosticsSnapshotDTO) SetHeapUtilization ¶

func (o *SystemDiagnosticsSnapshotDTO) SetHeapUtilization(v string)

SetHeapUtilization gets a reference to the given string and assigns it to the HeapUtilization field.

func (*SystemDiagnosticsSnapshotDTO) SetMaxHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) SetMaxHeap(v string)

SetMaxHeap gets a reference to the given string and assigns it to the MaxHeap field.

func (*SystemDiagnosticsSnapshotDTO) SetMaxHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) SetMaxHeapBytes(v int64)

SetMaxHeapBytes gets a reference to the given int64 and assigns it to the MaxHeapBytes field.

func (*SystemDiagnosticsSnapshotDTO) SetMaxNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) SetMaxNonHeap(v string)

SetMaxNonHeap gets a reference to the given string and assigns it to the MaxNonHeap field.

func (*SystemDiagnosticsSnapshotDTO) SetMaxNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) SetMaxNonHeapBytes(v int64)

SetMaxNonHeapBytes gets a reference to the given int64 and assigns it to the MaxNonHeapBytes field.

func (*SystemDiagnosticsSnapshotDTO) SetNonHeapUtilization ¶

func (o *SystemDiagnosticsSnapshotDTO) SetNonHeapUtilization(v string)

SetNonHeapUtilization gets a reference to the given string and assigns it to the NonHeapUtilization field.

func (*SystemDiagnosticsSnapshotDTO) SetProcessorLoadAverage ¶

func (o *SystemDiagnosticsSnapshotDTO) SetProcessorLoadAverage(v float64)

SetProcessorLoadAverage gets a reference to the given float64 and assigns it to the ProcessorLoadAverage field.

func (*SystemDiagnosticsSnapshotDTO) SetProvenanceRepositoryStorageUsage ¶

func (o *SystemDiagnosticsSnapshotDTO) SetProvenanceRepositoryStorageUsage(v []StorageUsageDTO)

SetProvenanceRepositoryStorageUsage gets a reference to the given []StorageUsageDTO and assigns it to the ProvenanceRepositoryStorageUsage field.

func (*SystemDiagnosticsSnapshotDTO) SetStatsLastRefreshed ¶

func (o *SystemDiagnosticsSnapshotDTO) SetStatsLastRefreshed(v string)

SetStatsLastRefreshed gets a reference to the given string and assigns it to the StatsLastRefreshed field.

func (*SystemDiagnosticsSnapshotDTO) SetTotalHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) SetTotalHeap(v string)

SetTotalHeap gets a reference to the given string and assigns it to the TotalHeap field.

func (*SystemDiagnosticsSnapshotDTO) SetTotalHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) SetTotalHeapBytes(v int64)

SetTotalHeapBytes gets a reference to the given int64 and assigns it to the TotalHeapBytes field.

func (*SystemDiagnosticsSnapshotDTO) SetTotalNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) SetTotalNonHeap(v string)

SetTotalNonHeap gets a reference to the given string and assigns it to the TotalNonHeap field.

func (*SystemDiagnosticsSnapshotDTO) SetTotalNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) SetTotalNonHeapBytes(v int64)

SetTotalNonHeapBytes gets a reference to the given int64 and assigns it to the TotalNonHeapBytes field.

func (*SystemDiagnosticsSnapshotDTO) SetTotalThreads ¶

func (o *SystemDiagnosticsSnapshotDTO) SetTotalThreads(v int32)

SetTotalThreads gets a reference to the given int32 and assigns it to the TotalThreads field.

func (*SystemDiagnosticsSnapshotDTO) SetUptime ¶

func (o *SystemDiagnosticsSnapshotDTO) SetUptime(v string)

SetUptime gets a reference to the given string and assigns it to the Uptime field.

func (*SystemDiagnosticsSnapshotDTO) SetUsedHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) SetUsedHeap(v string)

SetUsedHeap gets a reference to the given string and assigns it to the UsedHeap field.

func (*SystemDiagnosticsSnapshotDTO) SetUsedHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) SetUsedHeapBytes(v int64)

SetUsedHeapBytes gets a reference to the given int64 and assigns it to the UsedHeapBytes field.

func (*SystemDiagnosticsSnapshotDTO) SetUsedNonHeap ¶

func (o *SystemDiagnosticsSnapshotDTO) SetUsedNonHeap(v string)

SetUsedNonHeap gets a reference to the given string and assigns it to the UsedNonHeap field.

func (*SystemDiagnosticsSnapshotDTO) SetUsedNonHeapBytes ¶

func (o *SystemDiagnosticsSnapshotDTO) SetUsedNonHeapBytes(v int64)

SetUsedNonHeapBytes gets a reference to the given int64 and assigns it to the UsedNonHeapBytes field.

func (*SystemDiagnosticsSnapshotDTO) SetVersionInfo ¶

func (o *SystemDiagnosticsSnapshotDTO) SetVersionInfo(v VersionInfoDTO)

SetVersionInfo gets a reference to the given VersionInfoDTO and assigns it to the VersionInfo field.

func (SystemDiagnosticsSnapshotDTO) ToMap ¶

func (o SystemDiagnosticsSnapshotDTO) ToMap() (map[string]interface{}, error)

type SystemResourceConsideration ¶

type SystemResourceConsideration struct {
	// The resource to consider
	Resource *string `json:"resource,omitempty"`
	// The description of how the resource is affected
	Description *string `json:"description,omitempty"`
}

SystemResourceConsideration struct for SystemResourceConsideration

func NewSystemResourceConsideration ¶

func NewSystemResourceConsideration() *SystemResourceConsideration

NewSystemResourceConsideration instantiates a new SystemResourceConsideration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewSystemResourceConsiderationWithDefaults ¶

func NewSystemResourceConsiderationWithDefaults() *SystemResourceConsideration

NewSystemResourceConsiderationWithDefaults instantiates a new SystemResourceConsideration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*SystemResourceConsideration) GetDescription ¶

func (o *SystemResourceConsideration) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*SystemResourceConsideration) GetDescriptionOk ¶

func (o *SystemResourceConsideration) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResourceConsideration) GetResource ¶

func (o *SystemResourceConsideration) GetResource() string

GetResource returns the Resource field value if set, zero value otherwise.

func (*SystemResourceConsideration) GetResourceOk ¶

func (o *SystemResourceConsideration) GetResourceOk() (*string, bool)

GetResourceOk returns a tuple with the Resource field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SystemResourceConsideration) HasDescription ¶

func (o *SystemResourceConsideration) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SystemResourceConsideration) HasResource ¶

func (o *SystemResourceConsideration) HasResource() bool

HasResource returns a boolean if a field has been set.

func (SystemResourceConsideration) MarshalJSON ¶

func (o SystemResourceConsideration) MarshalJSON() ([]byte, error)

func (*SystemResourceConsideration) SetDescription ¶

func (o *SystemResourceConsideration) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*SystemResourceConsideration) SetResource ¶

func (o *SystemResourceConsideration) SetResource(v string)

SetResource gets a reference to the given string and assigns it to the Resource field.

func (SystemResourceConsideration) ToMap ¶

func (o SystemResourceConsideration) ToMap() (map[string]interface{}, error)

type TemplateDTO ¶

type TemplateDTO struct {
	// The URI for the template.
	Uri *string `json:"uri,omitempty"`
	// The id of the template.
	Id *string `json:"id,omitempty"`
	// The id of the Process Group that the template belongs to.
	GroupId *string `json:"groupId,omitempty"`
	// The name of the template.
	Name *string `json:"name,omitempty"`
	// The description of the template.
	Description *string `json:"description,omitempty"`
	// The timestamp when this template was created.
	Timestamp *string `json:"timestamp,omitempty"`
	// The encoding version of this template.
	EncodingVersion *string         `json:"encodingVersion,omitempty"`
	Snippet         *FlowSnippetDTO `json:"snippet,omitempty"`
}

TemplateDTO struct for TemplateDTO

func NewTemplateDTO ¶

func NewTemplateDTO() *TemplateDTO

NewTemplateDTO instantiates a new TemplateDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTemplateDTOWithDefaults ¶

func NewTemplateDTOWithDefaults() *TemplateDTO

NewTemplateDTOWithDefaults instantiates a new TemplateDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TemplateDTO) GetDescription ¶

func (o *TemplateDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*TemplateDTO) GetDescriptionOk ¶

func (o *TemplateDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateDTO) GetEncodingVersion ¶

func (o *TemplateDTO) GetEncodingVersion() string

GetEncodingVersion returns the EncodingVersion field value if set, zero value otherwise.

func (*TemplateDTO) GetEncodingVersionOk ¶

func (o *TemplateDTO) GetEncodingVersionOk() (*string, bool)

GetEncodingVersionOk returns a tuple with the EncodingVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateDTO) GetGroupId ¶

func (o *TemplateDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*TemplateDTO) GetGroupIdOk ¶

func (o *TemplateDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateDTO) GetId ¶

func (o *TemplateDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*TemplateDTO) GetIdOk ¶

func (o *TemplateDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateDTO) GetName ¶

func (o *TemplateDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*TemplateDTO) GetNameOk ¶

func (o *TemplateDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateDTO) GetSnippet ¶

func (o *TemplateDTO) GetSnippet() FlowSnippetDTO

GetSnippet returns the Snippet field value if set, zero value otherwise.

func (*TemplateDTO) GetSnippetOk ¶

func (o *TemplateDTO) GetSnippetOk() (*FlowSnippetDTO, bool)

GetSnippetOk returns a tuple with the Snippet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateDTO) GetTimestamp ¶

func (o *TemplateDTO) GetTimestamp() string

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*TemplateDTO) GetTimestampOk ¶

func (o *TemplateDTO) GetTimestampOk() (*string, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateDTO) GetUri ¶

func (o *TemplateDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*TemplateDTO) GetUriOk ¶

func (o *TemplateDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateDTO) HasDescription ¶

func (o *TemplateDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*TemplateDTO) HasEncodingVersion ¶

func (o *TemplateDTO) HasEncodingVersion() bool

HasEncodingVersion returns a boolean if a field has been set.

func (*TemplateDTO) HasGroupId ¶

func (o *TemplateDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*TemplateDTO) HasId ¶

func (o *TemplateDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*TemplateDTO) HasName ¶

func (o *TemplateDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*TemplateDTO) HasSnippet ¶

func (o *TemplateDTO) HasSnippet() bool

HasSnippet returns a boolean if a field has been set.

func (*TemplateDTO) HasTimestamp ¶

func (o *TemplateDTO) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*TemplateDTO) HasUri ¶

func (o *TemplateDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (TemplateDTO) MarshalJSON ¶

func (o TemplateDTO) MarshalJSON() ([]byte, error)

func (*TemplateDTO) SetDescription ¶

func (o *TemplateDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*TemplateDTO) SetEncodingVersion ¶

func (o *TemplateDTO) SetEncodingVersion(v string)

SetEncodingVersion gets a reference to the given string and assigns it to the EncodingVersion field.

func (*TemplateDTO) SetGroupId ¶

func (o *TemplateDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*TemplateDTO) SetId ¶

func (o *TemplateDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*TemplateDTO) SetName ¶

func (o *TemplateDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*TemplateDTO) SetSnippet ¶

func (o *TemplateDTO) SetSnippet(v FlowSnippetDTO)

SetSnippet gets a reference to the given FlowSnippetDTO and assigns it to the Snippet field.

func (*TemplateDTO) SetTimestamp ¶

func (o *TemplateDTO) SetTimestamp(v string)

SetTimestamp gets a reference to the given string and assigns it to the Timestamp field.

func (*TemplateDTO) SetUri ¶

func (o *TemplateDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (TemplateDTO) ToMap ¶

func (o TemplateDTO) ToMap() (map[string]interface{}, error)

type TemplateEntity ¶

type TemplateEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool        `json:"disconnectedNodeAcknowledged,omitempty"`
	Template                     *TemplateDTO `json:"template,omitempty"`
}

TemplateEntity struct for TemplateEntity

func NewTemplateEntity ¶

func NewTemplateEntity() *TemplateEntity

NewTemplateEntity instantiates a new TemplateEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTemplateEntityWithDefaults ¶

func NewTemplateEntityWithDefaults() *TemplateEntity

NewTemplateEntityWithDefaults instantiates a new TemplateEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TemplateEntity) GetBulletins ¶

func (o *TemplateEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*TemplateEntity) GetBulletinsOk ¶

func (o *TemplateEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateEntity) GetDisconnectedNodeAcknowledged ¶

func (o *TemplateEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*TemplateEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *TemplateEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateEntity) GetId ¶

func (o *TemplateEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*TemplateEntity) GetIdOk ¶

func (o *TemplateEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateEntity) GetPermissions ¶

func (o *TemplateEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*TemplateEntity) GetPermissionsOk ¶

func (o *TemplateEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateEntity) GetPosition ¶

func (o *TemplateEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*TemplateEntity) GetPositionOk ¶

func (o *TemplateEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateEntity) GetRevision ¶

func (o *TemplateEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*TemplateEntity) GetRevisionOk ¶

func (o *TemplateEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateEntity) GetTemplate ¶

func (o *TemplateEntity) GetTemplate() TemplateDTO

GetTemplate returns the Template field value if set, zero value otherwise.

func (*TemplateEntity) GetTemplateOk ¶

func (o *TemplateEntity) GetTemplateOk() (*TemplateDTO, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateEntity) GetUri ¶

func (o *TemplateEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*TemplateEntity) GetUriOk ¶

func (o *TemplateEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplateEntity) HasBulletins ¶

func (o *TemplateEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*TemplateEntity) HasDisconnectedNodeAcknowledged ¶

func (o *TemplateEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*TemplateEntity) HasId ¶

func (o *TemplateEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*TemplateEntity) HasPermissions ¶

func (o *TemplateEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*TemplateEntity) HasPosition ¶

func (o *TemplateEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*TemplateEntity) HasRevision ¶

func (o *TemplateEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*TemplateEntity) HasTemplate ¶

func (o *TemplateEntity) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (*TemplateEntity) HasUri ¶

func (o *TemplateEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (TemplateEntity) MarshalJSON ¶

func (o TemplateEntity) MarshalJSON() ([]byte, error)

func (*TemplateEntity) SetBulletins ¶

func (o *TemplateEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*TemplateEntity) SetDisconnectedNodeAcknowledged ¶

func (o *TemplateEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*TemplateEntity) SetId ¶

func (o *TemplateEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*TemplateEntity) SetPermissions ¶

func (o *TemplateEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*TemplateEntity) SetPosition ¶

func (o *TemplateEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*TemplateEntity) SetRevision ¶

func (o *TemplateEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*TemplateEntity) SetTemplate ¶

func (o *TemplateEntity) SetTemplate(v TemplateDTO)

SetTemplate gets a reference to the given TemplateDTO and assigns it to the Template field.

func (*TemplateEntity) SetUri ¶

func (o *TemplateEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (TemplateEntity) ToMap ¶

func (o TemplateEntity) ToMap() (map[string]interface{}, error)

type TemplatesAPIExportTemplateRequest ¶

type TemplatesAPIExportTemplateRequest struct {
	ApiService *TemplatesAPIService
	// contains filtered or unexported fields
}

func (TemplatesAPIExportTemplateRequest) Execute ¶

type TemplatesAPIRemoveTemplateRequest ¶

type TemplatesAPIRemoveTemplateRequest struct {
	ApiService *TemplatesAPIService
	// contains filtered or unexported fields
}

func (TemplatesAPIRemoveTemplateRequest) DisconnectedNodeAcknowledged ¶

func (r TemplatesAPIRemoveTemplateRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) TemplatesAPIRemoveTemplateRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (TemplatesAPIRemoveTemplateRequest) Execute ¶

type TemplatesAPIService ¶

type TemplatesAPIService service

TemplatesAPIService TemplatesAPI service

func (*TemplatesAPIService) ExportTemplate ¶

ExportTemplate Exports a template

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The template id.
@return TemplatesAPIExportTemplateRequest

func (*TemplatesAPIService) ExportTemplateExecute ¶

Execute executes the request

@return string

func (*TemplatesAPIService) RemoveTemplate ¶

RemoveTemplate Deletes a template

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The template id.
@return TemplatesAPIRemoveTemplateRequest

func (*TemplatesAPIService) RemoveTemplateExecute ¶

Execute executes the request

@return TemplateEntity

type TemplatesEntity ¶

type TemplatesEntity struct {
	Templates []TemplateEntity `json:"templates,omitempty"`
	// When this content was generated.
	Generated *string `json:"generated,omitempty"`
}

TemplatesEntity struct for TemplatesEntity

func NewTemplatesEntity ¶

func NewTemplatesEntity() *TemplatesEntity

NewTemplatesEntity instantiates a new TemplatesEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTemplatesEntityWithDefaults ¶

func NewTemplatesEntityWithDefaults() *TemplatesEntity

NewTemplatesEntityWithDefaults instantiates a new TemplatesEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TemplatesEntity) GetGenerated ¶

func (o *TemplatesEntity) GetGenerated() string

GetGenerated returns the Generated field value if set, zero value otherwise.

func (*TemplatesEntity) GetGeneratedOk ¶

func (o *TemplatesEntity) GetGeneratedOk() (*string, bool)

GetGeneratedOk returns a tuple with the Generated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesEntity) GetTemplates ¶

func (o *TemplatesEntity) GetTemplates() []TemplateEntity

GetTemplates returns the Templates field value if set, zero value otherwise.

func (*TemplatesEntity) GetTemplatesOk ¶

func (o *TemplatesEntity) GetTemplatesOk() ([]TemplateEntity, bool)

GetTemplatesOk returns a tuple with the Templates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesEntity) HasGenerated ¶

func (o *TemplatesEntity) HasGenerated() bool

HasGenerated returns a boolean if a field has been set.

func (*TemplatesEntity) HasTemplates ¶

func (o *TemplatesEntity) HasTemplates() bool

HasTemplates returns a boolean if a field has been set.

func (TemplatesEntity) MarshalJSON ¶

func (o TemplatesEntity) MarshalJSON() ([]byte, error)

func (*TemplatesEntity) SetGenerated ¶

func (o *TemplatesEntity) SetGenerated(v string)

SetGenerated gets a reference to the given string and assigns it to the Generated field.

func (*TemplatesEntity) SetTemplates ¶

func (o *TemplatesEntity) SetTemplates(v []TemplateEntity)

SetTemplates gets a reference to the given []TemplateEntity and assigns it to the Templates field.

func (TemplatesEntity) ToMap ¶

func (o TemplatesEntity) ToMap() (map[string]interface{}, error)

type TenantDTO ¶

type TenantDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The identity of the tenant.
	Identity *string `json:"identity,omitempty"`
	// Whether this tenant is configurable.
	Configurable *bool `json:"configurable,omitempty"`
}

TenantDTO struct for TenantDTO

func NewTenantDTO ¶

func NewTenantDTO() *TenantDTO

NewTenantDTO instantiates a new TenantDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTenantDTOWithDefaults ¶

func NewTenantDTOWithDefaults() *TenantDTO

NewTenantDTOWithDefaults instantiates a new TenantDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TenantDTO) GetConfigurable ¶

func (o *TenantDTO) GetConfigurable() bool

GetConfigurable returns the Configurable field value if set, zero value otherwise.

func (*TenantDTO) GetConfigurableOk ¶

func (o *TenantDTO) GetConfigurableOk() (*bool, bool)

GetConfigurableOk returns a tuple with the Configurable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantDTO) GetId ¶

func (o *TenantDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*TenantDTO) GetIdOk ¶

func (o *TenantDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantDTO) GetIdentity ¶

func (o *TenantDTO) GetIdentity() string

GetIdentity returns the Identity field value if set, zero value otherwise.

func (*TenantDTO) GetIdentityOk ¶

func (o *TenantDTO) GetIdentityOk() (*string, bool)

GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantDTO) GetParentGroupId ¶

func (o *TenantDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*TenantDTO) GetParentGroupIdOk ¶

func (o *TenantDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantDTO) GetPosition ¶

func (o *TenantDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*TenantDTO) GetPositionOk ¶

func (o *TenantDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantDTO) GetVersionedComponentId ¶

func (o *TenantDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*TenantDTO) GetVersionedComponentIdOk ¶

func (o *TenantDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantDTO) HasConfigurable ¶

func (o *TenantDTO) HasConfigurable() bool

HasConfigurable returns a boolean if a field has been set.

func (*TenantDTO) HasId ¶

func (o *TenantDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*TenantDTO) HasIdentity ¶

func (o *TenantDTO) HasIdentity() bool

HasIdentity returns a boolean if a field has been set.

func (*TenantDTO) HasParentGroupId ¶

func (o *TenantDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*TenantDTO) HasPosition ¶

func (o *TenantDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*TenantDTO) HasVersionedComponentId ¶

func (o *TenantDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (TenantDTO) MarshalJSON ¶

func (o TenantDTO) MarshalJSON() ([]byte, error)

func (*TenantDTO) SetConfigurable ¶

func (o *TenantDTO) SetConfigurable(v bool)

SetConfigurable gets a reference to the given bool and assigns it to the Configurable field.

func (*TenantDTO) SetId ¶

func (o *TenantDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*TenantDTO) SetIdentity ¶

func (o *TenantDTO) SetIdentity(v string)

SetIdentity gets a reference to the given string and assigns it to the Identity field.

func (*TenantDTO) SetParentGroupId ¶

func (o *TenantDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*TenantDTO) SetPosition ¶

func (o *TenantDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*TenantDTO) SetVersionedComponentId ¶

func (o *TenantDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (TenantDTO) ToMap ¶

func (o TenantDTO) ToMap() (map[string]interface{}, error)

type TenantEntity ¶

type TenantEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool      `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *TenantDTO `json:"component,omitempty"`
}

TenantEntity struct for TenantEntity

func NewTenantEntity ¶

func NewTenantEntity() *TenantEntity

NewTenantEntity instantiates a new TenantEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTenantEntityWithDefaults ¶

func NewTenantEntityWithDefaults() *TenantEntity

NewTenantEntityWithDefaults instantiates a new TenantEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TenantEntity) GetBulletins ¶

func (o *TenantEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*TenantEntity) GetBulletinsOk ¶

func (o *TenantEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantEntity) GetComponent ¶

func (o *TenantEntity) GetComponent() TenantDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*TenantEntity) GetComponentOk ¶

func (o *TenantEntity) GetComponentOk() (*TenantDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantEntity) GetDisconnectedNodeAcknowledged ¶

func (o *TenantEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*TenantEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *TenantEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantEntity) GetId ¶

func (o *TenantEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*TenantEntity) GetIdOk ¶

func (o *TenantEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantEntity) GetPermissions ¶

func (o *TenantEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*TenantEntity) GetPermissionsOk ¶

func (o *TenantEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantEntity) GetPosition ¶

func (o *TenantEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*TenantEntity) GetPositionOk ¶

func (o *TenantEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantEntity) GetRevision ¶

func (o *TenantEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*TenantEntity) GetRevisionOk ¶

func (o *TenantEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantEntity) GetUri ¶

func (o *TenantEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*TenantEntity) GetUriOk ¶

func (o *TenantEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantEntity) HasBulletins ¶

func (o *TenantEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*TenantEntity) HasComponent ¶

func (o *TenantEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*TenantEntity) HasDisconnectedNodeAcknowledged ¶

func (o *TenantEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*TenantEntity) HasId ¶

func (o *TenantEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*TenantEntity) HasPermissions ¶

func (o *TenantEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*TenantEntity) HasPosition ¶

func (o *TenantEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*TenantEntity) HasRevision ¶

func (o *TenantEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*TenantEntity) HasUri ¶

func (o *TenantEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (TenantEntity) MarshalJSON ¶

func (o TenantEntity) MarshalJSON() ([]byte, error)

func (*TenantEntity) SetBulletins ¶

func (o *TenantEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*TenantEntity) SetComponent ¶

func (o *TenantEntity) SetComponent(v TenantDTO)

SetComponent gets a reference to the given TenantDTO and assigns it to the Component field.

func (*TenantEntity) SetDisconnectedNodeAcknowledged ¶

func (o *TenantEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*TenantEntity) SetId ¶

func (o *TenantEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*TenantEntity) SetPermissions ¶

func (o *TenantEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*TenantEntity) SetPosition ¶

func (o *TenantEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*TenantEntity) SetRevision ¶

func (o *TenantEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*TenantEntity) SetUri ¶

func (o *TenantEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (TenantEntity) ToMap ¶

func (o TenantEntity) ToMap() (map[string]interface{}, error)

type TenantsAPICreateUserGroupRequest ¶

type TenantsAPICreateUserGroupRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPICreateUserGroupRequest) Body ¶

The user group configuration details.

func (TenantsAPICreateUserGroupRequest) Execute ¶

type TenantsAPICreateUserRequest ¶

type TenantsAPICreateUserRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPICreateUserRequest) Body ¶

The user configuration details.

func (TenantsAPICreateUserRequest) Execute ¶

type TenantsAPIGetUserGroupRequest ¶

type TenantsAPIGetUserGroupRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPIGetUserGroupRequest) Execute ¶

type TenantsAPIGetUserGroupsRequest ¶

type TenantsAPIGetUserGroupsRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPIGetUserGroupsRequest) Execute ¶

type TenantsAPIGetUserRequest ¶

type TenantsAPIGetUserRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPIGetUserRequest) Execute ¶

type TenantsAPIGetUsersRequest ¶

type TenantsAPIGetUsersRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPIGetUsersRequest) Execute ¶

type TenantsAPIRemoveUserGroupRequest ¶

type TenantsAPIRemoveUserGroupRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPIRemoveUserGroupRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (TenantsAPIRemoveUserGroupRequest) DisconnectedNodeAcknowledged ¶

func (r TenantsAPIRemoveUserGroupRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) TenantsAPIRemoveUserGroupRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (TenantsAPIRemoveUserGroupRequest) Execute ¶

func (TenantsAPIRemoveUserGroupRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type TenantsAPIRemoveUserRequest ¶

type TenantsAPIRemoveUserRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPIRemoveUserRequest) ClientId ¶

If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.

func (TenantsAPIRemoveUserRequest) DisconnectedNodeAcknowledged ¶

func (r TenantsAPIRemoveUserRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) TenantsAPIRemoveUserRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (TenantsAPIRemoveUserRequest) Execute ¶

func (TenantsAPIRemoveUserRequest) Version ¶

The revision is used to verify the client is working with the latest version of the flow.

type TenantsAPISearchTenantsRequest ¶

type TenantsAPISearchTenantsRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPISearchTenantsRequest) Execute ¶

func (TenantsAPISearchTenantsRequest) Q ¶

Identity to search for.

type TenantsAPIService ¶

type TenantsAPIService service

TenantsAPIService TenantsAPI service

func (*TenantsAPIService) CreateUser ¶

CreateUser Creates a user

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return TenantsAPICreateUserRequest

func (*TenantsAPIService) CreateUserExecute ¶

Execute executes the request

@return UserEntity

func (*TenantsAPIService) CreateUserGroup ¶

CreateUserGroup Creates a user group

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return TenantsAPICreateUserGroupRequest

func (*TenantsAPIService) CreateUserGroupExecute ¶

Execute executes the request

@return UserGroupEntity

func (*TenantsAPIService) GetUser ¶

GetUser Gets a user

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The user id.
@return TenantsAPIGetUserRequest

func (*TenantsAPIService) GetUserExecute ¶

Execute executes the request

@return UserEntity

func (*TenantsAPIService) GetUserGroup ¶

GetUserGroup Gets a user group

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The user group id.
@return TenantsAPIGetUserGroupRequest

func (*TenantsAPIService) GetUserGroupExecute ¶

Execute executes the request

@return UserGroupEntity

func (*TenantsAPIService) GetUserGroups ¶

GetUserGroups Gets all user groups

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return TenantsAPIGetUserGroupsRequest

func (*TenantsAPIService) GetUserGroupsExecute ¶

Execute executes the request

@return UserGroupsEntity

func (*TenantsAPIService) GetUsers ¶

GetUsers Gets all users

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return TenantsAPIGetUsersRequest

func (*TenantsAPIService) GetUsersExecute ¶

Execute executes the request

@return UsersEntity

func (*TenantsAPIService) RemoveUser ¶

RemoveUser Deletes a user

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The user id.
@return TenantsAPIRemoveUserRequest

func (*TenantsAPIService) RemoveUserExecute ¶

Execute executes the request

@return UserEntity

func (*TenantsAPIService) RemoveUserGroup ¶

RemoveUserGroup Deletes a user group

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The user group id.
@return TenantsAPIRemoveUserGroupRequest

func (*TenantsAPIService) RemoveUserGroupExecute ¶

Execute executes the request

@return UserGroupEntity

func (*TenantsAPIService) SearchTenants ¶

SearchTenants Searches for a tenant with the specified identity

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return TenantsAPISearchTenantsRequest

func (*TenantsAPIService) SearchTenantsExecute ¶

Execute executes the request

@return TenantsEntity

func (*TenantsAPIService) UpdateUser ¶

UpdateUser Updates a user

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The user id.
@return TenantsAPIUpdateUserRequest

func (*TenantsAPIService) UpdateUserExecute ¶

Execute executes the request

@return UserEntity

func (*TenantsAPIService) UpdateUserGroup ¶

UpdateUserGroup Updates a user group

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The user group id.
@return TenantsAPIUpdateUserGroupRequest

func (*TenantsAPIService) UpdateUserGroupExecute ¶

Execute executes the request

@return UserGroupEntity

type TenantsAPIUpdateUserGroupRequest ¶

type TenantsAPIUpdateUserGroupRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPIUpdateUserGroupRequest) Body ¶

The user group configuration details.

func (TenantsAPIUpdateUserGroupRequest) Execute ¶

type TenantsAPIUpdateUserRequest ¶

type TenantsAPIUpdateUserRequest struct {
	ApiService *TenantsAPIService
	// contains filtered or unexported fields
}

func (TenantsAPIUpdateUserRequest) Body ¶

The user configuration details.

func (TenantsAPIUpdateUserRequest) Execute ¶

type TenantsEntity ¶

type TenantsEntity struct {
	Users      []TenantEntity `json:"users,omitempty"`
	UserGroups []TenantEntity `json:"userGroups,omitempty"`
}

TenantsEntity struct for TenantsEntity

func NewTenantsEntity ¶

func NewTenantsEntity() *TenantsEntity

NewTenantsEntity instantiates a new TenantsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTenantsEntityWithDefaults ¶

func NewTenantsEntityWithDefaults() *TenantsEntity

NewTenantsEntityWithDefaults instantiates a new TenantsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TenantsEntity) GetUserGroups ¶

func (o *TenantsEntity) GetUserGroups() []TenantEntity

GetUserGroups returns the UserGroups field value if set, zero value otherwise.

func (*TenantsEntity) GetUserGroupsOk ¶

func (o *TenantsEntity) GetUserGroupsOk() ([]TenantEntity, bool)

GetUserGroupsOk returns a tuple with the UserGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantsEntity) GetUsers ¶

func (o *TenantsEntity) GetUsers() []TenantEntity

GetUsers returns the Users field value if set, zero value otherwise.

func (*TenantsEntity) GetUsersOk ¶

func (o *TenantsEntity) GetUsersOk() ([]TenantEntity, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TenantsEntity) HasUserGroups ¶

func (o *TenantsEntity) HasUserGroups() bool

HasUserGroups returns a boolean if a field has been set.

func (*TenantsEntity) HasUsers ¶

func (o *TenantsEntity) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (TenantsEntity) MarshalJSON ¶

func (o TenantsEntity) MarshalJSON() ([]byte, error)

func (*TenantsEntity) SetUserGroups ¶

func (o *TenantsEntity) SetUserGroups(v []TenantEntity)

SetUserGroups gets a reference to the given []TenantEntity and assigns it to the UserGroups field.

func (*TenantsEntity) SetUsers ¶

func (o *TenantsEntity) SetUsers(v []TenantEntity)

SetUsers gets a reference to the given []TenantEntity and assigns it to the Users field.

func (TenantsEntity) ToMap ¶

func (o TenantsEntity) ToMap() (map[string]interface{}, error)

type ThreadDumpDTO ¶

type ThreadDumpDTO struct {
	// The ID of the node in the cluster
	NodeId *string `json:"nodeId,omitempty"`
	// The address of the node in the cluster
	NodeAddress *string `json:"nodeAddress,omitempty"`
	// The port the node is listening for API requests.
	ApiPort *int32 `json:"apiPort,omitempty"`
	// The stack trace for the thread
	StackTrace *string `json:"stackTrace,omitempty"`
	// The name of the thread
	ThreadName *string `json:"threadName,omitempty"`
	// The number of milliseconds that the thread has been executing in the Processor
	ThreadActiveMillis *int64 `json:"threadActiveMillis,omitempty"`
	// Indicates whether or not the user has requested that the task be terminated. If this is true, it may indicate that the thread is in a state where it will continue running indefinitely without returning.
	TaskTerminated *bool `json:"taskTerminated,omitempty"`
}

ThreadDumpDTO struct for ThreadDumpDTO

func NewThreadDumpDTO ¶

func NewThreadDumpDTO() *ThreadDumpDTO

NewThreadDumpDTO instantiates a new ThreadDumpDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThreadDumpDTOWithDefaults ¶

func NewThreadDumpDTOWithDefaults() *ThreadDumpDTO

NewThreadDumpDTOWithDefaults instantiates a new ThreadDumpDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ThreadDumpDTO) GetApiPort ¶

func (o *ThreadDumpDTO) GetApiPort() int32

GetApiPort returns the ApiPort field value if set, zero value otherwise.

func (*ThreadDumpDTO) GetApiPortOk ¶

func (o *ThreadDumpDTO) GetApiPortOk() (*int32, bool)

GetApiPortOk returns a tuple with the ApiPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThreadDumpDTO) GetNodeAddress ¶

func (o *ThreadDumpDTO) GetNodeAddress() string

GetNodeAddress returns the NodeAddress field value if set, zero value otherwise.

func (*ThreadDumpDTO) GetNodeAddressOk ¶

func (o *ThreadDumpDTO) GetNodeAddressOk() (*string, bool)

GetNodeAddressOk returns a tuple with the NodeAddress field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThreadDumpDTO) GetNodeId ¶

func (o *ThreadDumpDTO) GetNodeId() string

GetNodeId returns the NodeId field value if set, zero value otherwise.

func (*ThreadDumpDTO) GetNodeIdOk ¶

func (o *ThreadDumpDTO) GetNodeIdOk() (*string, bool)

GetNodeIdOk returns a tuple with the NodeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThreadDumpDTO) GetStackTrace ¶

func (o *ThreadDumpDTO) GetStackTrace() string

GetStackTrace returns the StackTrace field value if set, zero value otherwise.

func (*ThreadDumpDTO) GetStackTraceOk ¶

func (o *ThreadDumpDTO) GetStackTraceOk() (*string, bool)

GetStackTraceOk returns a tuple with the StackTrace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThreadDumpDTO) GetTaskTerminated ¶

func (o *ThreadDumpDTO) GetTaskTerminated() bool

GetTaskTerminated returns the TaskTerminated field value if set, zero value otherwise.

func (*ThreadDumpDTO) GetTaskTerminatedOk ¶

func (o *ThreadDumpDTO) GetTaskTerminatedOk() (*bool, bool)

GetTaskTerminatedOk returns a tuple with the TaskTerminated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThreadDumpDTO) GetThreadActiveMillis ¶

func (o *ThreadDumpDTO) GetThreadActiveMillis() int64

GetThreadActiveMillis returns the ThreadActiveMillis field value if set, zero value otherwise.

func (*ThreadDumpDTO) GetThreadActiveMillisOk ¶

func (o *ThreadDumpDTO) GetThreadActiveMillisOk() (*int64, bool)

GetThreadActiveMillisOk returns a tuple with the ThreadActiveMillis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThreadDumpDTO) GetThreadName ¶

func (o *ThreadDumpDTO) GetThreadName() string

GetThreadName returns the ThreadName field value if set, zero value otherwise.

func (*ThreadDumpDTO) GetThreadNameOk ¶

func (o *ThreadDumpDTO) GetThreadNameOk() (*string, bool)

GetThreadNameOk returns a tuple with the ThreadName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ThreadDumpDTO) HasApiPort ¶

func (o *ThreadDumpDTO) HasApiPort() bool

HasApiPort returns a boolean if a field has been set.

func (*ThreadDumpDTO) HasNodeAddress ¶

func (o *ThreadDumpDTO) HasNodeAddress() bool

HasNodeAddress returns a boolean if a field has been set.

func (*ThreadDumpDTO) HasNodeId ¶

func (o *ThreadDumpDTO) HasNodeId() bool

HasNodeId returns a boolean if a field has been set.

func (*ThreadDumpDTO) HasStackTrace ¶

func (o *ThreadDumpDTO) HasStackTrace() bool

HasStackTrace returns a boolean if a field has been set.

func (*ThreadDumpDTO) HasTaskTerminated ¶

func (o *ThreadDumpDTO) HasTaskTerminated() bool

HasTaskTerminated returns a boolean if a field has been set.

func (*ThreadDumpDTO) HasThreadActiveMillis ¶

func (o *ThreadDumpDTO) HasThreadActiveMillis() bool

HasThreadActiveMillis returns a boolean if a field has been set.

func (*ThreadDumpDTO) HasThreadName ¶

func (o *ThreadDumpDTO) HasThreadName() bool

HasThreadName returns a boolean if a field has been set.

func (ThreadDumpDTO) MarshalJSON ¶

func (o ThreadDumpDTO) MarshalJSON() ([]byte, error)

func (*ThreadDumpDTO) SetApiPort ¶

func (o *ThreadDumpDTO) SetApiPort(v int32)

SetApiPort gets a reference to the given int32 and assigns it to the ApiPort field.

func (*ThreadDumpDTO) SetNodeAddress ¶

func (o *ThreadDumpDTO) SetNodeAddress(v string)

SetNodeAddress gets a reference to the given string and assigns it to the NodeAddress field.

func (*ThreadDumpDTO) SetNodeId ¶

func (o *ThreadDumpDTO) SetNodeId(v string)

SetNodeId gets a reference to the given string and assigns it to the NodeId field.

func (*ThreadDumpDTO) SetStackTrace ¶

func (o *ThreadDumpDTO) SetStackTrace(v string)

SetStackTrace gets a reference to the given string and assigns it to the StackTrace field.

func (*ThreadDumpDTO) SetTaskTerminated ¶

func (o *ThreadDumpDTO) SetTaskTerminated(v bool)

SetTaskTerminated gets a reference to the given bool and assigns it to the TaskTerminated field.

func (*ThreadDumpDTO) SetThreadActiveMillis ¶

func (o *ThreadDumpDTO) SetThreadActiveMillis(v int64)

SetThreadActiveMillis gets a reference to the given int64 and assigns it to the ThreadActiveMillis field.

func (*ThreadDumpDTO) SetThreadName ¶

func (o *ThreadDumpDTO) SetThreadName(v string)

SetThreadName gets a reference to the given string and assigns it to the ThreadName field.

func (ThreadDumpDTO) ToMap ¶

func (o ThreadDumpDTO) ToMap() (map[string]interface{}, error)

type Throwable ¶

type Throwable struct {
	Cause            *Throwable          `json:"cause,omitempty"`
	StackTrace       []StackTraceElement `json:"stackTrace,omitempty"`
	Message          *string             `json:"message,omitempty"`
	Suppressed       []Throwable         `json:"suppressed,omitempty"`
	LocalizedMessage *string             `json:"localizedMessage,omitempty"`
}

Throwable struct for Throwable

func NewThrowable ¶

func NewThrowable() *Throwable

NewThrowable instantiates a new Throwable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewThrowableWithDefaults ¶

func NewThrowableWithDefaults() *Throwable

NewThrowableWithDefaults instantiates a new Throwable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*Throwable) GetCause ¶

func (o *Throwable) GetCause() Throwable

GetCause returns the Cause field value if set, zero value otherwise.

func (*Throwable) GetCauseOk ¶

func (o *Throwable) GetCauseOk() (*Throwable, bool)

GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Throwable) GetLocalizedMessage ¶

func (o *Throwable) GetLocalizedMessage() string

GetLocalizedMessage returns the LocalizedMessage field value if set, zero value otherwise.

func (*Throwable) GetLocalizedMessageOk ¶

func (o *Throwable) GetLocalizedMessageOk() (*string, bool)

GetLocalizedMessageOk returns a tuple with the LocalizedMessage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Throwable) GetMessage ¶

func (o *Throwable) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*Throwable) GetMessageOk ¶

func (o *Throwable) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Throwable) GetStackTrace ¶

func (o *Throwable) GetStackTrace() []StackTraceElement

GetStackTrace returns the StackTrace field value if set, zero value otherwise.

func (*Throwable) GetStackTraceOk ¶

func (o *Throwable) GetStackTraceOk() ([]StackTraceElement, bool)

GetStackTraceOk returns a tuple with the StackTrace field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Throwable) GetSuppressed ¶

func (o *Throwable) GetSuppressed() []Throwable

GetSuppressed returns the Suppressed field value if set, zero value otherwise.

func (*Throwable) GetSuppressedOk ¶

func (o *Throwable) GetSuppressedOk() ([]Throwable, bool)

GetSuppressedOk returns a tuple with the Suppressed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*Throwable) HasCause ¶

func (o *Throwable) HasCause() bool

HasCause returns a boolean if a field has been set.

func (*Throwable) HasLocalizedMessage ¶

func (o *Throwable) HasLocalizedMessage() bool

HasLocalizedMessage returns a boolean if a field has been set.

func (*Throwable) HasMessage ¶

func (o *Throwable) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*Throwable) HasStackTrace ¶

func (o *Throwable) HasStackTrace() bool

HasStackTrace returns a boolean if a field has been set.

func (*Throwable) HasSuppressed ¶

func (o *Throwable) HasSuppressed() bool

HasSuppressed returns a boolean if a field has been set.

func (Throwable) MarshalJSON ¶

func (o Throwable) MarshalJSON() ([]byte, error)

func (*Throwable) SetCause ¶

func (o *Throwable) SetCause(v Throwable)

SetCause gets a reference to the given Throwable and assigns it to the Cause field.

func (*Throwable) SetLocalizedMessage ¶

func (o *Throwable) SetLocalizedMessage(v string)

SetLocalizedMessage gets a reference to the given string and assigns it to the LocalizedMessage field.

func (*Throwable) SetMessage ¶

func (o *Throwable) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*Throwable) SetStackTrace ¶

func (o *Throwable) SetStackTrace(v []StackTraceElement)

SetStackTrace gets a reference to the given []StackTraceElement and assigns it to the StackTrace field.

func (*Throwable) SetSuppressed ¶

func (o *Throwable) SetSuppressed(v []Throwable)

SetSuppressed gets a reference to the given []Throwable and assigns it to the Suppressed field.

func (Throwable) ToMap ¶

func (o Throwable) ToMap() (map[string]interface{}, error)

type TransactionResultEntity ¶

type TransactionResultEntity struct {
	FlowFileSent *int32  `json:"flowFileSent,omitempty"`
	ResponseCode *int32  `json:"responseCode,omitempty"`
	Message      *string `json:"message,omitempty"`
}

TransactionResultEntity struct for TransactionResultEntity

func NewTransactionResultEntity ¶

func NewTransactionResultEntity() *TransactionResultEntity

NewTransactionResultEntity instantiates a new TransactionResultEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTransactionResultEntityWithDefaults ¶

func NewTransactionResultEntityWithDefaults() *TransactionResultEntity

NewTransactionResultEntityWithDefaults instantiates a new TransactionResultEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TransactionResultEntity) GetFlowFileSent ¶

func (o *TransactionResultEntity) GetFlowFileSent() int32

GetFlowFileSent returns the FlowFileSent field value if set, zero value otherwise.

func (*TransactionResultEntity) GetFlowFileSentOk ¶

func (o *TransactionResultEntity) GetFlowFileSentOk() (*int32, bool)

GetFlowFileSentOk returns a tuple with the FlowFileSent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionResultEntity) GetMessage ¶

func (o *TransactionResultEntity) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise.

func (*TransactionResultEntity) GetMessageOk ¶

func (o *TransactionResultEntity) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionResultEntity) GetResponseCode ¶

func (o *TransactionResultEntity) GetResponseCode() int32

GetResponseCode returns the ResponseCode field value if set, zero value otherwise.

func (*TransactionResultEntity) GetResponseCodeOk ¶

func (o *TransactionResultEntity) GetResponseCodeOk() (*int32, bool)

GetResponseCodeOk returns a tuple with the ResponseCode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TransactionResultEntity) HasFlowFileSent ¶

func (o *TransactionResultEntity) HasFlowFileSent() bool

HasFlowFileSent returns a boolean if a field has been set.

func (*TransactionResultEntity) HasMessage ¶

func (o *TransactionResultEntity) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*TransactionResultEntity) HasResponseCode ¶

func (o *TransactionResultEntity) HasResponseCode() bool

HasResponseCode returns a boolean if a field has been set.

func (TransactionResultEntity) MarshalJSON ¶

func (o TransactionResultEntity) MarshalJSON() ([]byte, error)

func (*TransactionResultEntity) SetFlowFileSent ¶

func (o *TransactionResultEntity) SetFlowFileSent(v int32)

SetFlowFileSent gets a reference to the given int32 and assigns it to the FlowFileSent field.

func (*TransactionResultEntity) SetMessage ¶

func (o *TransactionResultEntity) SetMessage(v string)

SetMessage gets a reference to the given string and assigns it to the Message field.

func (*TransactionResultEntity) SetResponseCode ¶

func (o *TransactionResultEntity) SetResponseCode(v int32)

SetResponseCode gets a reference to the given int32 and assigns it to the ResponseCode field.

func (TransactionResultEntity) ToMap ¶

func (o TransactionResultEntity) ToMap() (map[string]interface{}, error)

type UpdateControllerServiceReferenceRequestEntity ¶

type UpdateControllerServiceReferenceRequestEntity struct {
	// The identifier of the Controller Service.
	Id *string `json:"id,omitempty"`
	// The new state of the references for the controller service.
	State *string `json:"state,omitempty"`
	// The revisions for all referencing components.
	ReferencingComponentRevisions *map[string]RevisionDTO `json:"referencingComponentRevisions,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
	// Indicates whether or not the response should only include fields necessary for rendering the NiFi User Interface. As such, when this value is set to true, some fields may be returned as null values, and the selected fields may change at any time without notice. As a result, this value should not be set to true by any client other than the UI.
	UiOnly *bool `json:"uiOnly,omitempty"`
}

UpdateControllerServiceReferenceRequestEntity struct for UpdateControllerServiceReferenceRequestEntity

func NewUpdateControllerServiceReferenceRequestEntity ¶

func NewUpdateControllerServiceReferenceRequestEntity() *UpdateControllerServiceReferenceRequestEntity

NewUpdateControllerServiceReferenceRequestEntity instantiates a new UpdateControllerServiceReferenceRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateControllerServiceReferenceRequestEntityWithDefaults ¶

func NewUpdateControllerServiceReferenceRequestEntityWithDefaults() *UpdateControllerServiceReferenceRequestEntity

NewUpdateControllerServiceReferenceRequestEntityWithDefaults instantiates a new UpdateControllerServiceReferenceRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateControllerServiceReferenceRequestEntity) GetDisconnectedNodeAcknowledged ¶

func (o *UpdateControllerServiceReferenceRequestEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*UpdateControllerServiceReferenceRequestEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *UpdateControllerServiceReferenceRequestEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateControllerServiceReferenceRequestEntity) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*UpdateControllerServiceReferenceRequestEntity) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateControllerServiceReferenceRequestEntity) GetReferencingComponentRevisions ¶

func (o *UpdateControllerServiceReferenceRequestEntity) GetReferencingComponentRevisions() map[string]RevisionDTO

GetReferencingComponentRevisions returns the ReferencingComponentRevisions field value if set, zero value otherwise.

func (*UpdateControllerServiceReferenceRequestEntity) GetReferencingComponentRevisionsOk ¶

func (o *UpdateControllerServiceReferenceRequestEntity) GetReferencingComponentRevisionsOk() (*map[string]RevisionDTO, bool)

GetReferencingComponentRevisionsOk returns a tuple with the ReferencingComponentRevisions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateControllerServiceReferenceRequestEntity) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*UpdateControllerServiceReferenceRequestEntity) GetStateOk ¶

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateControllerServiceReferenceRequestEntity) GetUiOnly ¶

GetUiOnly returns the UiOnly field value if set, zero value otherwise.

func (*UpdateControllerServiceReferenceRequestEntity) GetUiOnlyOk ¶

GetUiOnlyOk returns a tuple with the UiOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateControllerServiceReferenceRequestEntity) HasDisconnectedNodeAcknowledged ¶

func (o *UpdateControllerServiceReferenceRequestEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*UpdateControllerServiceReferenceRequestEntity) HasId ¶

HasId returns a boolean if a field has been set.

func (*UpdateControllerServiceReferenceRequestEntity) HasReferencingComponentRevisions ¶

func (o *UpdateControllerServiceReferenceRequestEntity) HasReferencingComponentRevisions() bool

HasReferencingComponentRevisions returns a boolean if a field has been set.

func (*UpdateControllerServiceReferenceRequestEntity) HasState ¶

HasState returns a boolean if a field has been set.

func (*UpdateControllerServiceReferenceRequestEntity) HasUiOnly ¶

HasUiOnly returns a boolean if a field has been set.

func (UpdateControllerServiceReferenceRequestEntity) MarshalJSON ¶

func (*UpdateControllerServiceReferenceRequestEntity) SetDisconnectedNodeAcknowledged ¶

func (o *UpdateControllerServiceReferenceRequestEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*UpdateControllerServiceReferenceRequestEntity) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*UpdateControllerServiceReferenceRequestEntity) SetReferencingComponentRevisions ¶

func (o *UpdateControllerServiceReferenceRequestEntity) SetReferencingComponentRevisions(v map[string]RevisionDTO)

SetReferencingComponentRevisions gets a reference to the given map[string]RevisionDTO and assigns it to the ReferencingComponentRevisions field.

func (*UpdateControllerServiceReferenceRequestEntity) SetState ¶

SetState gets a reference to the given string and assigns it to the State field.

func (*UpdateControllerServiceReferenceRequestEntity) SetUiOnly ¶

SetUiOnly gets a reference to the given bool and assigns it to the UiOnly field.

func (UpdateControllerServiceReferenceRequestEntity) ToMap ¶

func (o UpdateControllerServiceReferenceRequestEntity) ToMap() (map[string]interface{}, error)

type UserDTO ¶

type UserDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The identity of the tenant.
	Identity *string `json:"identity,omitempty"`
	// Whether this tenant is configurable.
	Configurable *bool `json:"configurable,omitempty"`
	// The groups to which the user belongs. This field is read only and it provided for convenience.
	UserGroups []TenantEntity `json:"userGroups,omitempty"`
	// The access policies this user belongs to.
	AccessPolicies []AccessPolicySummaryEntity `json:"accessPolicies,omitempty"`
}

UserDTO struct for UserDTO

func NewUserDTO ¶

func NewUserDTO() *UserDTO

NewUserDTO instantiates a new UserDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserDTOWithDefaults ¶

func NewUserDTOWithDefaults() *UserDTO

NewUserDTOWithDefaults instantiates a new UserDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserDTO) GetAccessPolicies ¶

func (o *UserDTO) GetAccessPolicies() []AccessPolicySummaryEntity

GetAccessPolicies returns the AccessPolicies field value if set, zero value otherwise.

func (*UserDTO) GetAccessPoliciesOk ¶

func (o *UserDTO) GetAccessPoliciesOk() ([]AccessPolicySummaryEntity, bool)

GetAccessPoliciesOk returns a tuple with the AccessPolicies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetConfigurable ¶

func (o *UserDTO) GetConfigurable() bool

GetConfigurable returns the Configurable field value if set, zero value otherwise.

func (*UserDTO) GetConfigurableOk ¶

func (o *UserDTO) GetConfigurableOk() (*bool, bool)

GetConfigurableOk returns a tuple with the Configurable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetId ¶

func (o *UserDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserDTO) GetIdOk ¶

func (o *UserDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetIdentity ¶

func (o *UserDTO) GetIdentity() string

GetIdentity returns the Identity field value if set, zero value otherwise.

func (*UserDTO) GetIdentityOk ¶

func (o *UserDTO) GetIdentityOk() (*string, bool)

GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetParentGroupId ¶

func (o *UserDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*UserDTO) GetParentGroupIdOk ¶

func (o *UserDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetPosition ¶

func (o *UserDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*UserDTO) GetPositionOk ¶

func (o *UserDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetUserGroups ¶

func (o *UserDTO) GetUserGroups() []TenantEntity

GetUserGroups returns the UserGroups field value if set, zero value otherwise.

func (*UserDTO) GetUserGroupsOk ¶

func (o *UserDTO) GetUserGroupsOk() ([]TenantEntity, bool)

GetUserGroupsOk returns a tuple with the UserGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) GetVersionedComponentId ¶

func (o *UserDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*UserDTO) GetVersionedComponentIdOk ¶

func (o *UserDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserDTO) HasAccessPolicies ¶

func (o *UserDTO) HasAccessPolicies() bool

HasAccessPolicies returns a boolean if a field has been set.

func (*UserDTO) HasConfigurable ¶

func (o *UserDTO) HasConfigurable() bool

HasConfigurable returns a boolean if a field has been set.

func (*UserDTO) HasId ¶

func (o *UserDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserDTO) HasIdentity ¶

func (o *UserDTO) HasIdentity() bool

HasIdentity returns a boolean if a field has been set.

func (*UserDTO) HasParentGroupId ¶

func (o *UserDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*UserDTO) HasPosition ¶

func (o *UserDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*UserDTO) HasUserGroups ¶

func (o *UserDTO) HasUserGroups() bool

HasUserGroups returns a boolean if a field has been set.

func (*UserDTO) HasVersionedComponentId ¶

func (o *UserDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (UserDTO) MarshalJSON ¶

func (o UserDTO) MarshalJSON() ([]byte, error)

func (*UserDTO) SetAccessPolicies ¶

func (o *UserDTO) SetAccessPolicies(v []AccessPolicySummaryEntity)

SetAccessPolicies gets a reference to the given []AccessPolicySummaryEntity and assigns it to the AccessPolicies field.

func (*UserDTO) SetConfigurable ¶

func (o *UserDTO) SetConfigurable(v bool)

SetConfigurable gets a reference to the given bool and assigns it to the Configurable field.

func (*UserDTO) SetId ¶

func (o *UserDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserDTO) SetIdentity ¶

func (o *UserDTO) SetIdentity(v string)

SetIdentity gets a reference to the given string and assigns it to the Identity field.

func (*UserDTO) SetParentGroupId ¶

func (o *UserDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*UserDTO) SetPosition ¶

func (o *UserDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*UserDTO) SetUserGroups ¶

func (o *UserDTO) SetUserGroups(v []TenantEntity)

SetUserGroups gets a reference to the given []TenantEntity and assigns it to the UserGroups field.

func (*UserDTO) SetVersionedComponentId ¶

func (o *UserDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (UserDTO) ToMap ¶

func (o UserDTO) ToMap() (map[string]interface{}, error)

type UserEntity ¶

type UserEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool    `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *UserDTO `json:"component,omitempty"`
}

UserEntity struct for UserEntity

func NewUserEntity ¶

func NewUserEntity() *UserEntity

NewUserEntity instantiates a new UserEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserEntityWithDefaults ¶

func NewUserEntityWithDefaults() *UserEntity

NewUserEntityWithDefaults instantiates a new UserEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserEntity) GetBulletins ¶

func (o *UserEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*UserEntity) GetBulletinsOk ¶

func (o *UserEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserEntity) GetComponent ¶

func (o *UserEntity) GetComponent() UserDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*UserEntity) GetComponentOk ¶

func (o *UserEntity) GetComponentOk() (*UserDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserEntity) GetDisconnectedNodeAcknowledged ¶

func (o *UserEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*UserEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *UserEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserEntity) GetId ¶

func (o *UserEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserEntity) GetIdOk ¶

func (o *UserEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserEntity) GetPermissions ¶

func (o *UserEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*UserEntity) GetPermissionsOk ¶

func (o *UserEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserEntity) GetPosition ¶

func (o *UserEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*UserEntity) GetPositionOk ¶

func (o *UserEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserEntity) GetRevision ¶

func (o *UserEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*UserEntity) GetRevisionOk ¶

func (o *UserEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserEntity) GetUri ¶

func (o *UserEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*UserEntity) GetUriOk ¶

func (o *UserEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserEntity) HasBulletins ¶

func (o *UserEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*UserEntity) HasComponent ¶

func (o *UserEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*UserEntity) HasDisconnectedNodeAcknowledged ¶

func (o *UserEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*UserEntity) HasId ¶

func (o *UserEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserEntity) HasPermissions ¶

func (o *UserEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*UserEntity) HasPosition ¶

func (o *UserEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*UserEntity) HasRevision ¶

func (o *UserEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*UserEntity) HasUri ¶

func (o *UserEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (UserEntity) MarshalJSON ¶

func (o UserEntity) MarshalJSON() ([]byte, error)

func (*UserEntity) SetBulletins ¶

func (o *UserEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*UserEntity) SetComponent ¶

func (o *UserEntity) SetComponent(v UserDTO)

SetComponent gets a reference to the given UserDTO and assigns it to the Component field.

func (*UserEntity) SetDisconnectedNodeAcknowledged ¶

func (o *UserEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*UserEntity) SetId ¶

func (o *UserEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserEntity) SetPermissions ¶

func (o *UserEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*UserEntity) SetPosition ¶

func (o *UserEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*UserEntity) SetRevision ¶

func (o *UserEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*UserEntity) SetUri ¶

func (o *UserEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (UserEntity) ToMap ¶

func (o UserEntity) ToMap() (map[string]interface{}, error)

type UserGroupDTO ¶

type UserGroupDTO struct {
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The ID of the corresponding component that is under version control
	VersionedComponentId *string `json:"versionedComponentId,omitempty"`
	// The id of parent process group of this component if applicable.
	ParentGroupId *string      `json:"parentGroupId,omitempty"`
	Position      *PositionDTO `json:"position,omitempty"`
	// The identity of the tenant.
	Identity *string `json:"identity,omitempty"`
	// Whether this tenant is configurable.
	Configurable *bool `json:"configurable,omitempty"`
	// The users that belong to the user group.
	Users []TenantEntity `json:"users,omitempty"`
	// The access policies this user group belongs to. This field was incorrectly defined as an AccessPolicyEntity. For compatibility reasons the field will remain of this type, however only the fields that are present in the AccessPolicySummaryEntity will be populated here.
	AccessPolicies []AccessPolicyEntity `json:"accessPolicies,omitempty"`
}

UserGroupDTO struct for UserGroupDTO

func NewUserGroupDTO ¶

func NewUserGroupDTO() *UserGroupDTO

NewUserGroupDTO instantiates a new UserGroupDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserGroupDTOWithDefaults ¶

func NewUserGroupDTOWithDefaults() *UserGroupDTO

NewUserGroupDTOWithDefaults instantiates a new UserGroupDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserGroupDTO) GetAccessPolicies ¶

func (o *UserGroupDTO) GetAccessPolicies() []AccessPolicyEntity

GetAccessPolicies returns the AccessPolicies field value if set, zero value otherwise.

func (*UserGroupDTO) GetAccessPoliciesOk ¶

func (o *UserGroupDTO) GetAccessPoliciesOk() ([]AccessPolicyEntity, bool)

GetAccessPoliciesOk returns a tuple with the AccessPolicies field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupDTO) GetConfigurable ¶

func (o *UserGroupDTO) GetConfigurable() bool

GetConfigurable returns the Configurable field value if set, zero value otherwise.

func (*UserGroupDTO) GetConfigurableOk ¶

func (o *UserGroupDTO) GetConfigurableOk() (*bool, bool)

GetConfigurableOk returns a tuple with the Configurable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupDTO) GetId ¶

func (o *UserGroupDTO) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserGroupDTO) GetIdOk ¶

func (o *UserGroupDTO) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupDTO) GetIdentity ¶

func (o *UserGroupDTO) GetIdentity() string

GetIdentity returns the Identity field value if set, zero value otherwise.

func (*UserGroupDTO) GetIdentityOk ¶

func (o *UserGroupDTO) GetIdentityOk() (*string, bool)

GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupDTO) GetParentGroupId ¶

func (o *UserGroupDTO) GetParentGroupId() string

GetParentGroupId returns the ParentGroupId field value if set, zero value otherwise.

func (*UserGroupDTO) GetParentGroupIdOk ¶

func (o *UserGroupDTO) GetParentGroupIdOk() (*string, bool)

GetParentGroupIdOk returns a tuple with the ParentGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupDTO) GetPosition ¶

func (o *UserGroupDTO) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*UserGroupDTO) GetPositionOk ¶

func (o *UserGroupDTO) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupDTO) GetUsers ¶

func (o *UserGroupDTO) GetUsers() []TenantEntity

GetUsers returns the Users field value if set, zero value otherwise.

func (*UserGroupDTO) GetUsersOk ¶

func (o *UserGroupDTO) GetUsersOk() ([]TenantEntity, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupDTO) GetVersionedComponentId ¶

func (o *UserGroupDTO) GetVersionedComponentId() string

GetVersionedComponentId returns the VersionedComponentId field value if set, zero value otherwise.

func (*UserGroupDTO) GetVersionedComponentIdOk ¶

func (o *UserGroupDTO) GetVersionedComponentIdOk() (*string, bool)

GetVersionedComponentIdOk returns a tuple with the VersionedComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupDTO) HasAccessPolicies ¶

func (o *UserGroupDTO) HasAccessPolicies() bool

HasAccessPolicies returns a boolean if a field has been set.

func (*UserGroupDTO) HasConfigurable ¶

func (o *UserGroupDTO) HasConfigurable() bool

HasConfigurable returns a boolean if a field has been set.

func (*UserGroupDTO) HasId ¶

func (o *UserGroupDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserGroupDTO) HasIdentity ¶

func (o *UserGroupDTO) HasIdentity() bool

HasIdentity returns a boolean if a field has been set.

func (*UserGroupDTO) HasParentGroupId ¶

func (o *UserGroupDTO) HasParentGroupId() bool

HasParentGroupId returns a boolean if a field has been set.

func (*UserGroupDTO) HasPosition ¶

func (o *UserGroupDTO) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*UserGroupDTO) HasUsers ¶

func (o *UserGroupDTO) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (*UserGroupDTO) HasVersionedComponentId ¶

func (o *UserGroupDTO) HasVersionedComponentId() bool

HasVersionedComponentId returns a boolean if a field has been set.

func (UserGroupDTO) MarshalJSON ¶

func (o UserGroupDTO) MarshalJSON() ([]byte, error)

func (*UserGroupDTO) SetAccessPolicies ¶

func (o *UserGroupDTO) SetAccessPolicies(v []AccessPolicyEntity)

SetAccessPolicies gets a reference to the given []AccessPolicyEntity and assigns it to the AccessPolicies field.

func (*UserGroupDTO) SetConfigurable ¶

func (o *UserGroupDTO) SetConfigurable(v bool)

SetConfigurable gets a reference to the given bool and assigns it to the Configurable field.

func (*UserGroupDTO) SetId ¶

func (o *UserGroupDTO) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserGroupDTO) SetIdentity ¶

func (o *UserGroupDTO) SetIdentity(v string)

SetIdentity gets a reference to the given string and assigns it to the Identity field.

func (*UserGroupDTO) SetParentGroupId ¶

func (o *UserGroupDTO) SetParentGroupId(v string)

SetParentGroupId gets a reference to the given string and assigns it to the ParentGroupId field.

func (*UserGroupDTO) SetPosition ¶

func (o *UserGroupDTO) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*UserGroupDTO) SetUsers ¶

func (o *UserGroupDTO) SetUsers(v []TenantEntity)

SetUsers gets a reference to the given []TenantEntity and assigns it to the Users field.

func (*UserGroupDTO) SetVersionedComponentId ¶

func (o *UserGroupDTO) SetVersionedComponentId(v string)

SetVersionedComponentId gets a reference to the given string and assigns it to the VersionedComponentId field.

func (UserGroupDTO) ToMap ¶

func (o UserGroupDTO) ToMap() (map[string]interface{}, error)

type UserGroupEntity ¶

type UserGroupEntity struct {
	Revision *RevisionDTO `json:"revision,omitempty"`
	// The id of the component.
	Id *string `json:"id,omitempty"`
	// The URI for futures requests to the component.
	Uri         *string         `json:"uri,omitempty"`
	Position    *PositionDTO    `json:"position,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
	// The bulletins for this component.
	Bulletins []BulletinEntity `json:"bulletins,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool         `json:"disconnectedNodeAcknowledged,omitempty"`
	Component                    *UserGroupDTO `json:"component,omitempty"`
}

UserGroupEntity struct for UserGroupEntity

func NewUserGroupEntity ¶

func NewUserGroupEntity() *UserGroupEntity

NewUserGroupEntity instantiates a new UserGroupEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserGroupEntityWithDefaults ¶

func NewUserGroupEntityWithDefaults() *UserGroupEntity

NewUserGroupEntityWithDefaults instantiates a new UserGroupEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserGroupEntity) GetBulletins ¶

func (o *UserGroupEntity) GetBulletins() []BulletinEntity

GetBulletins returns the Bulletins field value if set, zero value otherwise.

func (*UserGroupEntity) GetBulletinsOk ¶

func (o *UserGroupEntity) GetBulletinsOk() ([]BulletinEntity, bool)

GetBulletinsOk returns a tuple with the Bulletins field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupEntity) GetComponent ¶

func (o *UserGroupEntity) GetComponent() UserGroupDTO

GetComponent returns the Component field value if set, zero value otherwise.

func (*UserGroupEntity) GetComponentOk ¶

func (o *UserGroupEntity) GetComponentOk() (*UserGroupDTO, bool)

GetComponentOk returns a tuple with the Component field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupEntity) GetDisconnectedNodeAcknowledged ¶

func (o *UserGroupEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*UserGroupEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *UserGroupEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupEntity) GetId ¶

func (o *UserGroupEntity) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UserGroupEntity) GetIdOk ¶

func (o *UserGroupEntity) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupEntity) GetPermissions ¶

func (o *UserGroupEntity) GetPermissions() PermissionsDTO

GetPermissions returns the Permissions field value if set, zero value otherwise.

func (*UserGroupEntity) GetPermissionsOk ¶

func (o *UserGroupEntity) GetPermissionsOk() (*PermissionsDTO, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupEntity) GetPosition ¶

func (o *UserGroupEntity) GetPosition() PositionDTO

GetPosition returns the Position field value if set, zero value otherwise.

func (*UserGroupEntity) GetPositionOk ¶

func (o *UserGroupEntity) GetPositionOk() (*PositionDTO, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupEntity) GetRevision ¶

func (o *UserGroupEntity) GetRevision() RevisionDTO

GetRevision returns the Revision field value if set, zero value otherwise.

func (*UserGroupEntity) GetRevisionOk ¶

func (o *UserGroupEntity) GetRevisionOk() (*RevisionDTO, bool)

GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupEntity) GetUri ¶

func (o *UserGroupEntity) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*UserGroupEntity) GetUriOk ¶

func (o *UserGroupEntity) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupEntity) HasBulletins ¶

func (o *UserGroupEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*UserGroupEntity) HasComponent ¶

func (o *UserGroupEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*UserGroupEntity) HasDisconnectedNodeAcknowledged ¶

func (o *UserGroupEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*UserGroupEntity) HasId ¶

func (o *UserGroupEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*UserGroupEntity) HasPermissions ¶

func (o *UserGroupEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*UserGroupEntity) HasPosition ¶

func (o *UserGroupEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*UserGroupEntity) HasRevision ¶

func (o *UserGroupEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*UserGroupEntity) HasUri ¶

func (o *UserGroupEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (UserGroupEntity) MarshalJSON ¶

func (o UserGroupEntity) MarshalJSON() ([]byte, error)

func (*UserGroupEntity) SetBulletins ¶

func (o *UserGroupEntity) SetBulletins(v []BulletinEntity)

SetBulletins gets a reference to the given []BulletinEntity and assigns it to the Bulletins field.

func (*UserGroupEntity) SetComponent ¶

func (o *UserGroupEntity) SetComponent(v UserGroupDTO)

SetComponent gets a reference to the given UserGroupDTO and assigns it to the Component field.

func (*UserGroupEntity) SetDisconnectedNodeAcknowledged ¶

func (o *UserGroupEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*UserGroupEntity) SetId ¶

func (o *UserGroupEntity) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UserGroupEntity) SetPermissions ¶

func (o *UserGroupEntity) SetPermissions(v PermissionsDTO)

SetPermissions gets a reference to the given PermissionsDTO and assigns it to the Permissions field.

func (*UserGroupEntity) SetPosition ¶

func (o *UserGroupEntity) SetPosition(v PositionDTO)

SetPosition gets a reference to the given PositionDTO and assigns it to the Position field.

func (*UserGroupEntity) SetRevision ¶

func (o *UserGroupEntity) SetRevision(v RevisionDTO)

SetRevision gets a reference to the given RevisionDTO and assigns it to the Revision field.

func (*UserGroupEntity) SetUri ¶

func (o *UserGroupEntity) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (UserGroupEntity) ToMap ¶

func (o UserGroupEntity) ToMap() (map[string]interface{}, error)

type UserGroupsEntity ¶

type UserGroupsEntity struct {
	UserGroups []UserGroupEntity `json:"userGroups,omitempty"`
}

UserGroupsEntity struct for UserGroupsEntity

func NewUserGroupsEntity ¶

func NewUserGroupsEntity() *UserGroupsEntity

NewUserGroupsEntity instantiates a new UserGroupsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUserGroupsEntityWithDefaults ¶

func NewUserGroupsEntityWithDefaults() *UserGroupsEntity

NewUserGroupsEntityWithDefaults instantiates a new UserGroupsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UserGroupsEntity) GetUserGroups ¶

func (o *UserGroupsEntity) GetUserGroups() []UserGroupEntity

GetUserGroups returns the UserGroups field value if set, zero value otherwise.

func (*UserGroupsEntity) GetUserGroupsOk ¶

func (o *UserGroupsEntity) GetUserGroupsOk() ([]UserGroupEntity, bool)

GetUserGroupsOk returns a tuple with the UserGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UserGroupsEntity) HasUserGroups ¶

func (o *UserGroupsEntity) HasUserGroups() bool

HasUserGroups returns a boolean if a field has been set.

func (UserGroupsEntity) MarshalJSON ¶

func (o UserGroupsEntity) MarshalJSON() ([]byte, error)

func (*UserGroupsEntity) SetUserGroups ¶

func (o *UserGroupsEntity) SetUserGroups(v []UserGroupEntity)

SetUserGroups gets a reference to the given []UserGroupEntity and assigns it to the UserGroups field.

func (UserGroupsEntity) ToMap ¶

func (o UserGroupsEntity) ToMap() (map[string]interface{}, error)

type UsersEntity ¶

type UsersEntity struct {
	// When this content was generated.
	Generated *string      `json:"generated,omitempty"`
	Users     []UserEntity `json:"users,omitempty"`
}

UsersEntity struct for UsersEntity

func NewUsersEntity ¶

func NewUsersEntity() *UsersEntity

NewUsersEntity instantiates a new UsersEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUsersEntityWithDefaults ¶

func NewUsersEntityWithDefaults() *UsersEntity

NewUsersEntityWithDefaults instantiates a new UsersEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UsersEntity) GetGenerated ¶

func (o *UsersEntity) GetGenerated() string

GetGenerated returns the Generated field value if set, zero value otherwise.

func (*UsersEntity) GetGeneratedOk ¶

func (o *UsersEntity) GetGeneratedOk() (*string, bool)

GetGeneratedOk returns a tuple with the Generated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UsersEntity) GetUsers ¶

func (o *UsersEntity) GetUsers() []UserEntity

GetUsers returns the Users field value if set, zero value otherwise.

func (*UsersEntity) GetUsersOk ¶

func (o *UsersEntity) GetUsersOk() ([]UserEntity, bool)

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UsersEntity) HasGenerated ¶

func (o *UsersEntity) HasGenerated() bool

HasGenerated returns a boolean if a field has been set.

func (*UsersEntity) HasUsers ¶

func (o *UsersEntity) HasUsers() bool

HasUsers returns a boolean if a field has been set.

func (UsersEntity) MarshalJSON ¶

func (o UsersEntity) MarshalJSON() ([]byte, error)

func (*UsersEntity) SetGenerated ¶

func (o *UsersEntity) SetGenerated(v string)

SetGenerated gets a reference to the given string and assigns it to the Generated field.

func (*UsersEntity) SetUsers ¶

func (o *UsersEntity) SetUsers(v []UserEntity)

SetUsers gets a reference to the given []UserEntity and assigns it to the Users field.

func (UsersEntity) ToMap ¶

func (o UsersEntity) ToMap() (map[string]interface{}, error)

type VariableDTO ¶

type VariableDTO struct {
	// The name of the variable
	Name *string `json:"name,omitempty"`
	// The value of the variable
	Value *string `json:"value,omitempty"`
	// The ID of the Process Group where this Variable is defined
	ProcessGroupId *string `json:"processGroupId,omitempty"`
	// A set of all components that will be affected if the value of this variable is changed
	AffectedComponents []AffectedComponentEntity `json:"affectedComponents,omitempty"`
}

VariableDTO struct for VariableDTO

func NewVariableDTO ¶

func NewVariableDTO() *VariableDTO

NewVariableDTO instantiates a new VariableDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVariableDTOWithDefaults ¶

func NewVariableDTOWithDefaults() *VariableDTO

NewVariableDTOWithDefaults instantiates a new VariableDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VariableDTO) GetAffectedComponents ¶

func (o *VariableDTO) GetAffectedComponents() []AffectedComponentEntity

GetAffectedComponents returns the AffectedComponents field value if set, zero value otherwise.

func (*VariableDTO) GetAffectedComponentsOk ¶

func (o *VariableDTO) GetAffectedComponentsOk() ([]AffectedComponentEntity, bool)

GetAffectedComponentsOk returns a tuple with the AffectedComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableDTO) GetName ¶

func (o *VariableDTO) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VariableDTO) GetNameOk ¶

func (o *VariableDTO) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableDTO) GetProcessGroupId ¶

func (o *VariableDTO) GetProcessGroupId() string

GetProcessGroupId returns the ProcessGroupId field value if set, zero value otherwise.

func (*VariableDTO) GetProcessGroupIdOk ¶

func (o *VariableDTO) GetProcessGroupIdOk() (*string, bool)

GetProcessGroupIdOk returns a tuple with the ProcessGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableDTO) GetValue ¶

func (o *VariableDTO) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*VariableDTO) GetValueOk ¶

func (o *VariableDTO) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableDTO) HasAffectedComponents ¶

func (o *VariableDTO) HasAffectedComponents() bool

HasAffectedComponents returns a boolean if a field has been set.

func (*VariableDTO) HasName ¶

func (o *VariableDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*VariableDTO) HasProcessGroupId ¶

func (o *VariableDTO) HasProcessGroupId() bool

HasProcessGroupId returns a boolean if a field has been set.

func (*VariableDTO) HasValue ¶

func (o *VariableDTO) HasValue() bool

HasValue returns a boolean if a field has been set.

func (VariableDTO) MarshalJSON ¶

func (o VariableDTO) MarshalJSON() ([]byte, error)

func (*VariableDTO) SetAffectedComponents ¶

func (o *VariableDTO) SetAffectedComponents(v []AffectedComponentEntity)

SetAffectedComponents gets a reference to the given []AffectedComponentEntity and assigns it to the AffectedComponents field.

func (*VariableDTO) SetName ¶

func (o *VariableDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VariableDTO) SetProcessGroupId ¶

func (o *VariableDTO) SetProcessGroupId(v string)

SetProcessGroupId gets a reference to the given string and assigns it to the ProcessGroupId field.

func (*VariableDTO) SetValue ¶

func (o *VariableDTO) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (VariableDTO) ToMap ¶

func (o VariableDTO) ToMap() (map[string]interface{}, error)

type VariableEntity ¶

type VariableEntity struct {
	Variable *VariableDTO `json:"variable,omitempty"`
	// Indicates whether the user can write a given resource.
	CanWrite *bool `json:"canWrite,omitempty"`
}

VariableEntity struct for VariableEntity

func NewVariableEntity ¶

func NewVariableEntity() *VariableEntity

NewVariableEntity instantiates a new VariableEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVariableEntityWithDefaults ¶

func NewVariableEntityWithDefaults() *VariableEntity

NewVariableEntityWithDefaults instantiates a new VariableEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VariableEntity) GetCanWrite ¶

func (o *VariableEntity) GetCanWrite() bool

GetCanWrite returns the CanWrite field value if set, zero value otherwise.

func (*VariableEntity) GetCanWriteOk ¶

func (o *VariableEntity) GetCanWriteOk() (*bool, bool)

GetCanWriteOk returns a tuple with the CanWrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableEntity) GetVariable ¶

func (o *VariableEntity) GetVariable() VariableDTO

GetVariable returns the Variable field value if set, zero value otherwise.

func (*VariableEntity) GetVariableOk ¶

func (o *VariableEntity) GetVariableOk() (*VariableDTO, bool)

GetVariableOk returns a tuple with the Variable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableEntity) HasCanWrite ¶

func (o *VariableEntity) HasCanWrite() bool

HasCanWrite returns a boolean if a field has been set.

func (*VariableEntity) HasVariable ¶

func (o *VariableEntity) HasVariable() bool

HasVariable returns a boolean if a field has been set.

func (VariableEntity) MarshalJSON ¶

func (o VariableEntity) MarshalJSON() ([]byte, error)

func (*VariableEntity) SetCanWrite ¶

func (o *VariableEntity) SetCanWrite(v bool)

SetCanWrite gets a reference to the given bool and assigns it to the CanWrite field.

func (*VariableEntity) SetVariable ¶

func (o *VariableEntity) SetVariable(v VariableDTO)

SetVariable gets a reference to the given VariableDTO and assigns it to the Variable field.

func (VariableEntity) ToMap ¶

func (o VariableEntity) ToMap() (map[string]interface{}, error)

type VariableRegistryDTO ¶

type VariableRegistryDTO struct {
	// The variables that are available in this Variable Registry
	Variables []VariableEntity `json:"variables,omitempty"`
	// The UUID of the Process Group that this Variable Registry belongs to
	ProcessGroupId *string `json:"processGroupId,omitempty"`
}

VariableRegistryDTO struct for VariableRegistryDTO

func NewVariableRegistryDTO ¶

func NewVariableRegistryDTO() *VariableRegistryDTO

NewVariableRegistryDTO instantiates a new VariableRegistryDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVariableRegistryDTOWithDefaults ¶

func NewVariableRegistryDTOWithDefaults() *VariableRegistryDTO

NewVariableRegistryDTOWithDefaults instantiates a new VariableRegistryDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VariableRegistryDTO) GetProcessGroupId ¶

func (o *VariableRegistryDTO) GetProcessGroupId() string

GetProcessGroupId returns the ProcessGroupId field value if set, zero value otherwise.

func (*VariableRegistryDTO) GetProcessGroupIdOk ¶

func (o *VariableRegistryDTO) GetProcessGroupIdOk() (*string, bool)

GetProcessGroupIdOk returns a tuple with the ProcessGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryDTO) GetVariables ¶

func (o *VariableRegistryDTO) GetVariables() []VariableEntity

GetVariables returns the Variables field value if set, zero value otherwise.

func (*VariableRegistryDTO) GetVariablesOk ¶

func (o *VariableRegistryDTO) GetVariablesOk() ([]VariableEntity, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryDTO) HasProcessGroupId ¶

func (o *VariableRegistryDTO) HasProcessGroupId() bool

HasProcessGroupId returns a boolean if a field has been set.

func (*VariableRegistryDTO) HasVariables ¶

func (o *VariableRegistryDTO) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (VariableRegistryDTO) MarshalJSON ¶

func (o VariableRegistryDTO) MarshalJSON() ([]byte, error)

func (*VariableRegistryDTO) SetProcessGroupId ¶

func (o *VariableRegistryDTO) SetProcessGroupId(v string)

SetProcessGroupId gets a reference to the given string and assigns it to the ProcessGroupId field.

func (*VariableRegistryDTO) SetVariables ¶

func (o *VariableRegistryDTO) SetVariables(v []VariableEntity)

SetVariables gets a reference to the given []VariableEntity and assigns it to the Variables field.

func (VariableRegistryDTO) ToMap ¶

func (o VariableRegistryDTO) ToMap() (map[string]interface{}, error)

type VariableRegistryEntity ¶

type VariableRegistryEntity struct {
	ProcessGroupRevision *RevisionDTO         `json:"processGroupRevision,omitempty"`
	VariableRegistry     *VariableRegistryDTO `json:"variableRegistry,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

VariableRegistryEntity struct for VariableRegistryEntity

func NewVariableRegistryEntity ¶

func NewVariableRegistryEntity() *VariableRegistryEntity

NewVariableRegistryEntity instantiates a new VariableRegistryEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVariableRegistryEntityWithDefaults ¶

func NewVariableRegistryEntityWithDefaults() *VariableRegistryEntity

NewVariableRegistryEntityWithDefaults instantiates a new VariableRegistryEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VariableRegistryEntity) GetDisconnectedNodeAcknowledged ¶

func (o *VariableRegistryEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*VariableRegistryEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *VariableRegistryEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryEntity) GetProcessGroupRevision ¶

func (o *VariableRegistryEntity) GetProcessGroupRevision() RevisionDTO

GetProcessGroupRevision returns the ProcessGroupRevision field value if set, zero value otherwise.

func (*VariableRegistryEntity) GetProcessGroupRevisionOk ¶

func (o *VariableRegistryEntity) GetProcessGroupRevisionOk() (*RevisionDTO, bool)

GetProcessGroupRevisionOk returns a tuple with the ProcessGroupRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryEntity) GetVariableRegistry ¶

func (o *VariableRegistryEntity) GetVariableRegistry() VariableRegistryDTO

GetVariableRegistry returns the VariableRegistry field value if set, zero value otherwise.

func (*VariableRegistryEntity) GetVariableRegistryOk ¶

func (o *VariableRegistryEntity) GetVariableRegistryOk() (*VariableRegistryDTO, bool)

GetVariableRegistryOk returns a tuple with the VariableRegistry field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryEntity) HasDisconnectedNodeAcknowledged ¶

func (o *VariableRegistryEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*VariableRegistryEntity) HasProcessGroupRevision ¶

func (o *VariableRegistryEntity) HasProcessGroupRevision() bool

HasProcessGroupRevision returns a boolean if a field has been set.

func (*VariableRegistryEntity) HasVariableRegistry ¶

func (o *VariableRegistryEntity) HasVariableRegistry() bool

HasVariableRegistry returns a boolean if a field has been set.

func (VariableRegistryEntity) MarshalJSON ¶

func (o VariableRegistryEntity) MarshalJSON() ([]byte, error)

func (*VariableRegistryEntity) SetDisconnectedNodeAcknowledged ¶

func (o *VariableRegistryEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*VariableRegistryEntity) SetProcessGroupRevision ¶

func (o *VariableRegistryEntity) SetProcessGroupRevision(v RevisionDTO)

SetProcessGroupRevision gets a reference to the given RevisionDTO and assigns it to the ProcessGroupRevision field.

func (*VariableRegistryEntity) SetVariableRegistry ¶

func (o *VariableRegistryEntity) SetVariableRegistry(v VariableRegistryDTO)

SetVariableRegistry gets a reference to the given VariableRegistryDTO and assigns it to the VariableRegistry field.

func (VariableRegistryEntity) ToMap ¶

func (o VariableRegistryEntity) ToMap() (map[string]interface{}, error)

type VariableRegistryUpdateRequestDTO ¶

type VariableRegistryUpdateRequestDTO struct {
	// The ID of the request
	RequestId *string `json:"requestId,omitempty"`
	// The URI for the request
	Uri *string `json:"uri,omitempty"`
	// The timestamp of when the request was submitted
	SubmissionTime *time.Time `json:"submissionTime,omitempty"`
	// The timestamp of when the request was last updated
	LastUpdated *time.Time `json:"lastUpdated,omitempty"`
	// Whether or not the request is completed
	Complete *bool `json:"complete,omitempty"`
	// The reason for the request failing, or null if the request has not failed
	FailureReason *string `json:"failureReason,omitempty"`
	// A value between 0 and 100 (inclusive) indicating how close the request is to completion
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// A description of the current state of the request
	State *string `json:"state,omitempty"`
	// The steps that are required in order to complete the request, along with the status of each
	UpdateSteps []VariableRegistryUpdateStepDTO `json:"updateSteps,omitempty"`
	// The unique ID of the Process Group that the variable registry belongs to
	ProcessGroupId *string `json:"processGroupId,omitempty"`
	// A set of all components that will be affected if the value of this variable is changed
	AffectedComponents []AffectedComponentEntity `json:"affectedComponents,omitempty"`
}

VariableRegistryUpdateRequestDTO struct for VariableRegistryUpdateRequestDTO

func NewVariableRegistryUpdateRequestDTO ¶

func NewVariableRegistryUpdateRequestDTO() *VariableRegistryUpdateRequestDTO

NewVariableRegistryUpdateRequestDTO instantiates a new VariableRegistryUpdateRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVariableRegistryUpdateRequestDTOWithDefaults ¶

func NewVariableRegistryUpdateRequestDTOWithDefaults() *VariableRegistryUpdateRequestDTO

NewVariableRegistryUpdateRequestDTOWithDefaults instantiates a new VariableRegistryUpdateRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VariableRegistryUpdateRequestDTO) GetAffectedComponents ¶

func (o *VariableRegistryUpdateRequestDTO) GetAffectedComponents() []AffectedComponentEntity

GetAffectedComponents returns the AffectedComponents field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetAffectedComponentsOk ¶

func (o *VariableRegistryUpdateRequestDTO) GetAffectedComponentsOk() ([]AffectedComponentEntity, bool)

GetAffectedComponentsOk returns a tuple with the AffectedComponents field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) GetComplete ¶

func (o *VariableRegistryUpdateRequestDTO) GetComplete() bool

GetComplete returns the Complete field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetCompleteOk ¶

func (o *VariableRegistryUpdateRequestDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) GetFailureReason ¶

func (o *VariableRegistryUpdateRequestDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetFailureReasonOk ¶

func (o *VariableRegistryUpdateRequestDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) GetLastUpdated ¶

func (o *VariableRegistryUpdateRequestDTO) GetLastUpdated() time.Time

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetLastUpdatedOk ¶

func (o *VariableRegistryUpdateRequestDTO) GetLastUpdatedOk() (*time.Time, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) GetPercentCompleted ¶

func (o *VariableRegistryUpdateRequestDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetPercentCompletedOk ¶

func (o *VariableRegistryUpdateRequestDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) GetProcessGroupId ¶

func (o *VariableRegistryUpdateRequestDTO) GetProcessGroupId() string

GetProcessGroupId returns the ProcessGroupId field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetProcessGroupIdOk ¶

func (o *VariableRegistryUpdateRequestDTO) GetProcessGroupIdOk() (*string, bool)

GetProcessGroupIdOk returns a tuple with the ProcessGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) GetRequestId ¶

func (o *VariableRegistryUpdateRequestDTO) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetRequestIdOk ¶

func (o *VariableRegistryUpdateRequestDTO) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetStateOk ¶

func (o *VariableRegistryUpdateRequestDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) GetSubmissionTime ¶

func (o *VariableRegistryUpdateRequestDTO) GetSubmissionTime() time.Time

GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetSubmissionTimeOk ¶

func (o *VariableRegistryUpdateRequestDTO) GetSubmissionTimeOk() (*time.Time, bool)

GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) GetUpdateSteps ¶

GetUpdateSteps returns the UpdateSteps field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetUpdateStepsOk ¶

GetUpdateStepsOk returns a tuple with the UpdateSteps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) GetUri ¶

GetUri returns the Uri field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestDTO) GetUriOk ¶

func (o *VariableRegistryUpdateRequestDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestDTO) HasAffectedComponents ¶

func (o *VariableRegistryUpdateRequestDTO) HasAffectedComponents() bool

HasAffectedComponents returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestDTO) HasComplete ¶

func (o *VariableRegistryUpdateRequestDTO) HasComplete() bool

HasComplete returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestDTO) HasFailureReason ¶

func (o *VariableRegistryUpdateRequestDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestDTO) HasLastUpdated ¶

func (o *VariableRegistryUpdateRequestDTO) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestDTO) HasPercentCompleted ¶

func (o *VariableRegistryUpdateRequestDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestDTO) HasProcessGroupId ¶

func (o *VariableRegistryUpdateRequestDTO) HasProcessGroupId() bool

HasProcessGroupId returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestDTO) HasRequestId ¶

func (o *VariableRegistryUpdateRequestDTO) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestDTO) HasState ¶

func (o *VariableRegistryUpdateRequestDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestDTO) HasSubmissionTime ¶

func (o *VariableRegistryUpdateRequestDTO) HasSubmissionTime() bool

HasSubmissionTime returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestDTO) HasUpdateSteps ¶

func (o *VariableRegistryUpdateRequestDTO) HasUpdateSteps() bool

HasUpdateSteps returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestDTO) HasUri ¶

HasUri returns a boolean if a field has been set.

func (VariableRegistryUpdateRequestDTO) MarshalJSON ¶

func (o VariableRegistryUpdateRequestDTO) MarshalJSON() ([]byte, error)

func (*VariableRegistryUpdateRequestDTO) SetAffectedComponents ¶

func (o *VariableRegistryUpdateRequestDTO) SetAffectedComponents(v []AffectedComponentEntity)

SetAffectedComponents gets a reference to the given []AffectedComponentEntity and assigns it to the AffectedComponents field.

func (*VariableRegistryUpdateRequestDTO) SetComplete ¶

func (o *VariableRegistryUpdateRequestDTO) SetComplete(v bool)

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*VariableRegistryUpdateRequestDTO) SetFailureReason ¶

func (o *VariableRegistryUpdateRequestDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*VariableRegistryUpdateRequestDTO) SetLastUpdated ¶

func (o *VariableRegistryUpdateRequestDTO) SetLastUpdated(v time.Time)

SetLastUpdated gets a reference to the given time.Time and assigns it to the LastUpdated field.

func (*VariableRegistryUpdateRequestDTO) SetPercentCompleted ¶

func (o *VariableRegistryUpdateRequestDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*VariableRegistryUpdateRequestDTO) SetProcessGroupId ¶

func (o *VariableRegistryUpdateRequestDTO) SetProcessGroupId(v string)

SetProcessGroupId gets a reference to the given string and assigns it to the ProcessGroupId field.

func (*VariableRegistryUpdateRequestDTO) SetRequestId ¶

func (o *VariableRegistryUpdateRequestDTO) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*VariableRegistryUpdateRequestDTO) SetState ¶

SetState gets a reference to the given string and assigns it to the State field.

func (*VariableRegistryUpdateRequestDTO) SetSubmissionTime ¶

func (o *VariableRegistryUpdateRequestDTO) SetSubmissionTime(v time.Time)

SetSubmissionTime gets a reference to the given time.Time and assigns it to the SubmissionTime field.

func (*VariableRegistryUpdateRequestDTO) SetUpdateSteps ¶

SetUpdateSteps gets a reference to the given []VariableRegistryUpdateStepDTO and assigns it to the UpdateSteps field.

func (*VariableRegistryUpdateRequestDTO) SetUri ¶

SetUri gets a reference to the given string and assigns it to the Uri field.

func (VariableRegistryUpdateRequestDTO) ToMap ¶

func (o VariableRegistryUpdateRequestDTO) ToMap() (map[string]interface{}, error)

type VariableRegistryUpdateRequestEntity ¶

type VariableRegistryUpdateRequestEntity struct {
	Request              *VariableRegistryUpdateRequestDTO `json:"request,omitempty"`
	ProcessGroupRevision *RevisionDTO                      `json:"processGroupRevision,omitempty"`
}

VariableRegistryUpdateRequestEntity struct for VariableRegistryUpdateRequestEntity

func NewVariableRegistryUpdateRequestEntity ¶

func NewVariableRegistryUpdateRequestEntity() *VariableRegistryUpdateRequestEntity

NewVariableRegistryUpdateRequestEntity instantiates a new VariableRegistryUpdateRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVariableRegistryUpdateRequestEntityWithDefaults ¶

func NewVariableRegistryUpdateRequestEntityWithDefaults() *VariableRegistryUpdateRequestEntity

NewVariableRegistryUpdateRequestEntityWithDefaults instantiates a new VariableRegistryUpdateRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VariableRegistryUpdateRequestEntity) GetProcessGroupRevision ¶

func (o *VariableRegistryUpdateRequestEntity) GetProcessGroupRevision() RevisionDTO

GetProcessGroupRevision returns the ProcessGroupRevision field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestEntity) GetProcessGroupRevisionOk ¶

func (o *VariableRegistryUpdateRequestEntity) GetProcessGroupRevisionOk() (*RevisionDTO, bool)

GetProcessGroupRevisionOk returns a tuple with the ProcessGroupRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestEntity) GetRequest ¶

GetRequest returns the Request field value if set, zero value otherwise.

func (*VariableRegistryUpdateRequestEntity) GetRequestOk ¶

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateRequestEntity) HasProcessGroupRevision ¶

func (o *VariableRegistryUpdateRequestEntity) HasProcessGroupRevision() bool

HasProcessGroupRevision returns a boolean if a field has been set.

func (*VariableRegistryUpdateRequestEntity) HasRequest ¶

func (o *VariableRegistryUpdateRequestEntity) HasRequest() bool

HasRequest returns a boolean if a field has been set.

func (VariableRegistryUpdateRequestEntity) MarshalJSON ¶

func (o VariableRegistryUpdateRequestEntity) MarshalJSON() ([]byte, error)

func (*VariableRegistryUpdateRequestEntity) SetProcessGroupRevision ¶

func (o *VariableRegistryUpdateRequestEntity) SetProcessGroupRevision(v RevisionDTO)

SetProcessGroupRevision gets a reference to the given RevisionDTO and assigns it to the ProcessGroupRevision field.

func (*VariableRegistryUpdateRequestEntity) SetRequest ¶

SetRequest gets a reference to the given VariableRegistryUpdateRequestDTO and assigns it to the Request field.

func (VariableRegistryUpdateRequestEntity) ToMap ¶

func (o VariableRegistryUpdateRequestEntity) ToMap() (map[string]interface{}, error)

type VariableRegistryUpdateStepDTO ¶

type VariableRegistryUpdateStepDTO struct {
	// Explanation of what happens in this step
	Description *string `json:"description,omitempty"`
	// Whether or not this step has completed
	Complete *bool `json:"complete,omitempty"`
	// An explanation of why this step failed, or null if this step did not fail
	FailureReason *string `json:"failureReason,omitempty"`
}

VariableRegistryUpdateStepDTO struct for VariableRegistryUpdateStepDTO

func NewVariableRegistryUpdateStepDTO ¶

func NewVariableRegistryUpdateStepDTO() *VariableRegistryUpdateStepDTO

NewVariableRegistryUpdateStepDTO instantiates a new VariableRegistryUpdateStepDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVariableRegistryUpdateStepDTOWithDefaults ¶

func NewVariableRegistryUpdateStepDTOWithDefaults() *VariableRegistryUpdateStepDTO

NewVariableRegistryUpdateStepDTOWithDefaults instantiates a new VariableRegistryUpdateStepDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VariableRegistryUpdateStepDTO) GetComplete ¶

func (o *VariableRegistryUpdateStepDTO) GetComplete() bool

GetComplete returns the Complete field value if set, zero value otherwise.

func (*VariableRegistryUpdateStepDTO) GetCompleteOk ¶

func (o *VariableRegistryUpdateStepDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateStepDTO) GetDescription ¶

func (o *VariableRegistryUpdateStepDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*VariableRegistryUpdateStepDTO) GetDescriptionOk ¶

func (o *VariableRegistryUpdateStepDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateStepDTO) GetFailureReason ¶

func (o *VariableRegistryUpdateStepDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*VariableRegistryUpdateStepDTO) GetFailureReasonOk ¶

func (o *VariableRegistryUpdateStepDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VariableRegistryUpdateStepDTO) HasComplete ¶

func (o *VariableRegistryUpdateStepDTO) HasComplete() bool

HasComplete returns a boolean if a field has been set.

func (*VariableRegistryUpdateStepDTO) HasDescription ¶

func (o *VariableRegistryUpdateStepDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*VariableRegistryUpdateStepDTO) HasFailureReason ¶

func (o *VariableRegistryUpdateStepDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (VariableRegistryUpdateStepDTO) MarshalJSON ¶

func (o VariableRegistryUpdateStepDTO) MarshalJSON() ([]byte, error)

func (*VariableRegistryUpdateStepDTO) SetComplete ¶

func (o *VariableRegistryUpdateStepDTO) SetComplete(v bool)

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*VariableRegistryUpdateStepDTO) SetDescription ¶

func (o *VariableRegistryUpdateStepDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*VariableRegistryUpdateStepDTO) SetFailureReason ¶

func (o *VariableRegistryUpdateStepDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (VariableRegistryUpdateStepDTO) ToMap ¶

func (o VariableRegistryUpdateStepDTO) ToMap() (map[string]interface{}, error)

type VerifyConfigRequestDTO ¶

type VerifyConfigRequestDTO struct {
	// The ID of the request
	RequestId *string `json:"requestId,omitempty"`
	// The URI for the request
	Uri *string `json:"uri,omitempty"`
	// The timestamp of when the request was submitted
	SubmissionTime *time.Time `json:"submissionTime,omitempty"`
	// The timestamp of when the request was last updated
	LastUpdated *time.Time `json:"lastUpdated,omitempty"`
	// Whether or not the request is completed
	Complete *bool `json:"complete,omitempty"`
	// The reason for the request failing, or null if the request has not failed
	FailureReason *string `json:"failureReason,omitempty"`
	// A value between 0 and 100 (inclusive) indicating how close the request is to completion
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// A description of the current state of the request
	State *string `json:"state,omitempty"`
	// The steps that are required in order to complete the request, along with the status of each
	UpdateSteps []VerifyConfigUpdateStepDTO `json:"updateSteps,omitempty"`
	// The ID of the component whose configuration was verified
	ComponentId *string `json:"componentId,omitempty"`
	// The configured component properties
	Properties *map[string]string `json:"properties,omitempty"`
	// FlowFile Attributes that should be used to evaluate Expression Language for resolving property values
	Attributes *map[string]string `json:"attributes,omitempty"`
	// The Results of the verification
	Results []ConfigVerificationResultDTO `json:"results,omitempty"`
}

VerifyConfigRequestDTO struct for VerifyConfigRequestDTO

func NewVerifyConfigRequestDTO ¶

func NewVerifyConfigRequestDTO() *VerifyConfigRequestDTO

NewVerifyConfigRequestDTO instantiates a new VerifyConfigRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVerifyConfigRequestDTOWithDefaults ¶

func NewVerifyConfigRequestDTOWithDefaults() *VerifyConfigRequestDTO

NewVerifyConfigRequestDTOWithDefaults instantiates a new VerifyConfigRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VerifyConfigRequestDTO) GetAttributes ¶

func (o *VerifyConfigRequestDTO) GetAttributes() map[string]string

GetAttributes returns the Attributes field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetAttributesOk ¶

func (o *VerifyConfigRequestDTO) GetAttributesOk() (*map[string]string, bool)

GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetComplete ¶

func (o *VerifyConfigRequestDTO) GetComplete() bool

GetComplete returns the Complete field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetCompleteOk ¶

func (o *VerifyConfigRequestDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetComponentId ¶

func (o *VerifyConfigRequestDTO) GetComponentId() string

GetComponentId returns the ComponentId field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetComponentIdOk ¶

func (o *VerifyConfigRequestDTO) GetComponentIdOk() (*string, bool)

GetComponentIdOk returns a tuple with the ComponentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetFailureReason ¶

func (o *VerifyConfigRequestDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetFailureReasonOk ¶

func (o *VerifyConfigRequestDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetLastUpdated ¶

func (o *VerifyConfigRequestDTO) GetLastUpdated() time.Time

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetLastUpdatedOk ¶

func (o *VerifyConfigRequestDTO) GetLastUpdatedOk() (*time.Time, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetPercentCompleted ¶

func (o *VerifyConfigRequestDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetPercentCompletedOk ¶

func (o *VerifyConfigRequestDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetProperties ¶

func (o *VerifyConfigRequestDTO) GetProperties() map[string]string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetPropertiesOk ¶

func (o *VerifyConfigRequestDTO) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetRequestId ¶

func (o *VerifyConfigRequestDTO) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetRequestIdOk ¶

func (o *VerifyConfigRequestDTO) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetResults ¶

GetResults returns the Results field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetResultsOk ¶

GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetState ¶

func (o *VerifyConfigRequestDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetStateOk ¶

func (o *VerifyConfigRequestDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetSubmissionTime ¶

func (o *VerifyConfigRequestDTO) GetSubmissionTime() time.Time

GetSubmissionTime returns the SubmissionTime field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetSubmissionTimeOk ¶

func (o *VerifyConfigRequestDTO) GetSubmissionTimeOk() (*time.Time, bool)

GetSubmissionTimeOk returns a tuple with the SubmissionTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetUpdateSteps ¶

func (o *VerifyConfigRequestDTO) GetUpdateSteps() []VerifyConfigUpdateStepDTO

GetUpdateSteps returns the UpdateSteps field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetUpdateStepsOk ¶

func (o *VerifyConfigRequestDTO) GetUpdateStepsOk() ([]VerifyConfigUpdateStepDTO, bool)

GetUpdateStepsOk returns a tuple with the UpdateSteps field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) GetUri ¶

func (o *VerifyConfigRequestDTO) GetUri() string

GetUri returns the Uri field value if set, zero value otherwise.

func (*VerifyConfigRequestDTO) GetUriOk ¶

func (o *VerifyConfigRequestDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestDTO) HasAttributes ¶

func (o *VerifyConfigRequestDTO) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasComplete ¶

func (o *VerifyConfigRequestDTO) HasComplete() bool

HasComplete returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasComponentId ¶

func (o *VerifyConfigRequestDTO) HasComponentId() bool

HasComponentId returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasFailureReason ¶

func (o *VerifyConfigRequestDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasLastUpdated ¶

func (o *VerifyConfigRequestDTO) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasPercentCompleted ¶

func (o *VerifyConfigRequestDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasProperties ¶

func (o *VerifyConfigRequestDTO) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasRequestId ¶

func (o *VerifyConfigRequestDTO) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasResults ¶

func (o *VerifyConfigRequestDTO) HasResults() bool

HasResults returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasState ¶

func (o *VerifyConfigRequestDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasSubmissionTime ¶

func (o *VerifyConfigRequestDTO) HasSubmissionTime() bool

HasSubmissionTime returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasUpdateSteps ¶

func (o *VerifyConfigRequestDTO) HasUpdateSteps() bool

HasUpdateSteps returns a boolean if a field has been set.

func (*VerifyConfigRequestDTO) HasUri ¶

func (o *VerifyConfigRequestDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (VerifyConfigRequestDTO) MarshalJSON ¶

func (o VerifyConfigRequestDTO) MarshalJSON() ([]byte, error)

func (*VerifyConfigRequestDTO) SetAttributes ¶

func (o *VerifyConfigRequestDTO) SetAttributes(v map[string]string)

SetAttributes gets a reference to the given map[string]string and assigns it to the Attributes field.

func (*VerifyConfigRequestDTO) SetComplete ¶

func (o *VerifyConfigRequestDTO) SetComplete(v bool)

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*VerifyConfigRequestDTO) SetComponentId ¶

func (o *VerifyConfigRequestDTO) SetComponentId(v string)

SetComponentId gets a reference to the given string and assigns it to the ComponentId field.

func (*VerifyConfigRequestDTO) SetFailureReason ¶

func (o *VerifyConfigRequestDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*VerifyConfigRequestDTO) SetLastUpdated ¶

func (o *VerifyConfigRequestDTO) SetLastUpdated(v time.Time)

SetLastUpdated gets a reference to the given time.Time and assigns it to the LastUpdated field.

func (*VerifyConfigRequestDTO) SetPercentCompleted ¶

func (o *VerifyConfigRequestDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*VerifyConfigRequestDTO) SetProperties ¶

func (o *VerifyConfigRequestDTO) SetProperties(v map[string]string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*VerifyConfigRequestDTO) SetRequestId ¶

func (o *VerifyConfigRequestDTO) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*VerifyConfigRequestDTO) SetResults ¶

SetResults gets a reference to the given []ConfigVerificationResultDTO and assigns it to the Results field.

func (*VerifyConfigRequestDTO) SetState ¶

func (o *VerifyConfigRequestDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*VerifyConfigRequestDTO) SetSubmissionTime ¶

func (o *VerifyConfigRequestDTO) SetSubmissionTime(v time.Time)

SetSubmissionTime gets a reference to the given time.Time and assigns it to the SubmissionTime field.

func (*VerifyConfigRequestDTO) SetUpdateSteps ¶

func (o *VerifyConfigRequestDTO) SetUpdateSteps(v []VerifyConfigUpdateStepDTO)

SetUpdateSteps gets a reference to the given []VerifyConfigUpdateStepDTO and assigns it to the UpdateSteps field.

func (*VerifyConfigRequestDTO) SetUri ¶

func (o *VerifyConfigRequestDTO) SetUri(v string)

SetUri gets a reference to the given string and assigns it to the Uri field.

func (VerifyConfigRequestDTO) ToMap ¶

func (o VerifyConfigRequestDTO) ToMap() (map[string]interface{}, error)

type VerifyConfigRequestEntity ¶

type VerifyConfigRequestEntity struct {
	Request *VerifyConfigRequestDTO `json:"request,omitempty"`
}

VerifyConfigRequestEntity struct for VerifyConfigRequestEntity

func NewVerifyConfigRequestEntity ¶

func NewVerifyConfigRequestEntity() *VerifyConfigRequestEntity

NewVerifyConfigRequestEntity instantiates a new VerifyConfigRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVerifyConfigRequestEntityWithDefaults ¶

func NewVerifyConfigRequestEntityWithDefaults() *VerifyConfigRequestEntity

NewVerifyConfigRequestEntityWithDefaults instantiates a new VerifyConfigRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VerifyConfigRequestEntity) GetRequest ¶

GetRequest returns the Request field value if set, zero value otherwise.

func (*VerifyConfigRequestEntity) GetRequestOk ¶

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigRequestEntity) HasRequest ¶

func (o *VerifyConfigRequestEntity) HasRequest() bool

HasRequest returns a boolean if a field has been set.

func (VerifyConfigRequestEntity) MarshalJSON ¶

func (o VerifyConfigRequestEntity) MarshalJSON() ([]byte, error)

func (*VerifyConfigRequestEntity) SetRequest ¶

SetRequest gets a reference to the given VerifyConfigRequestDTO and assigns it to the Request field.

func (VerifyConfigRequestEntity) ToMap ¶

func (o VerifyConfigRequestEntity) ToMap() (map[string]interface{}, error)

type VerifyConfigUpdateStepDTO ¶

type VerifyConfigUpdateStepDTO struct {
	// Explanation of what happens in this step
	Description *string `json:"description,omitempty"`
	// Whether or not this step has completed
	Complete *bool `json:"complete,omitempty"`
	// An explanation of why this step failed, or null if this step did not fail
	FailureReason *string `json:"failureReason,omitempty"`
}

VerifyConfigUpdateStepDTO struct for VerifyConfigUpdateStepDTO

func NewVerifyConfigUpdateStepDTO ¶

func NewVerifyConfigUpdateStepDTO() *VerifyConfigUpdateStepDTO

NewVerifyConfigUpdateStepDTO instantiates a new VerifyConfigUpdateStepDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVerifyConfigUpdateStepDTOWithDefaults ¶

func NewVerifyConfigUpdateStepDTOWithDefaults() *VerifyConfigUpdateStepDTO

NewVerifyConfigUpdateStepDTOWithDefaults instantiates a new VerifyConfigUpdateStepDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VerifyConfigUpdateStepDTO) GetComplete ¶

func (o *VerifyConfigUpdateStepDTO) GetComplete() bool

GetComplete returns the Complete field value if set, zero value otherwise.

func (*VerifyConfigUpdateStepDTO) GetCompleteOk ¶

func (o *VerifyConfigUpdateStepDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigUpdateStepDTO) GetDescription ¶

func (o *VerifyConfigUpdateStepDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*VerifyConfigUpdateStepDTO) GetDescriptionOk ¶

func (o *VerifyConfigUpdateStepDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigUpdateStepDTO) GetFailureReason ¶

func (o *VerifyConfigUpdateStepDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*VerifyConfigUpdateStepDTO) GetFailureReasonOk ¶

func (o *VerifyConfigUpdateStepDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VerifyConfigUpdateStepDTO) HasComplete ¶

func (o *VerifyConfigUpdateStepDTO) HasComplete() bool

HasComplete returns a boolean if a field has been set.

func (*VerifyConfigUpdateStepDTO) HasDescription ¶

func (o *VerifyConfigUpdateStepDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*VerifyConfigUpdateStepDTO) HasFailureReason ¶

func (o *VerifyConfigUpdateStepDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (VerifyConfigUpdateStepDTO) MarshalJSON ¶

func (o VerifyConfigUpdateStepDTO) MarshalJSON() ([]byte, error)

func (*VerifyConfigUpdateStepDTO) SetComplete ¶

func (o *VerifyConfigUpdateStepDTO) SetComplete(v bool)

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*VerifyConfigUpdateStepDTO) SetDescription ¶

func (o *VerifyConfigUpdateStepDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*VerifyConfigUpdateStepDTO) SetFailureReason ¶

func (o *VerifyConfigUpdateStepDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (VerifyConfigUpdateStepDTO) ToMap ¶

func (o VerifyConfigUpdateStepDTO) ToMap() (map[string]interface{}, error)

type VersionControlComponentMappingEntity ¶

type VersionControlComponentMappingEntity struct {
	// The mapping of Versioned Component Identifiers to instance ID's
	VersionControlComponentMapping *map[string]string `json:"versionControlComponentMapping,omitempty"`
	ProcessGroupRevision           *RevisionDTO       `json:"processGroupRevision,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                         `json:"disconnectedNodeAcknowledged,omitempty"`
	VersionControlInformation    *VersionControlInformationDTO `json:"versionControlInformation,omitempty"`
}

VersionControlComponentMappingEntity struct for VersionControlComponentMappingEntity

func NewVersionControlComponentMappingEntity ¶

func NewVersionControlComponentMappingEntity() *VersionControlComponentMappingEntity

NewVersionControlComponentMappingEntity instantiates a new VersionControlComponentMappingEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionControlComponentMappingEntityWithDefaults ¶

func NewVersionControlComponentMappingEntityWithDefaults() *VersionControlComponentMappingEntity

NewVersionControlComponentMappingEntityWithDefaults instantiates a new VersionControlComponentMappingEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionControlComponentMappingEntity) GetDisconnectedNodeAcknowledged ¶

func (o *VersionControlComponentMappingEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*VersionControlComponentMappingEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *VersionControlComponentMappingEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlComponentMappingEntity) GetProcessGroupRevision ¶

func (o *VersionControlComponentMappingEntity) GetProcessGroupRevision() RevisionDTO

GetProcessGroupRevision returns the ProcessGroupRevision field value if set, zero value otherwise.

func (*VersionControlComponentMappingEntity) GetProcessGroupRevisionOk ¶

func (o *VersionControlComponentMappingEntity) GetProcessGroupRevisionOk() (*RevisionDTO, bool)

GetProcessGroupRevisionOk returns a tuple with the ProcessGroupRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlComponentMappingEntity) GetVersionControlComponentMapping ¶

func (o *VersionControlComponentMappingEntity) GetVersionControlComponentMapping() map[string]string

GetVersionControlComponentMapping returns the VersionControlComponentMapping field value if set, zero value otherwise.

func (*VersionControlComponentMappingEntity) GetVersionControlComponentMappingOk ¶

func (o *VersionControlComponentMappingEntity) GetVersionControlComponentMappingOk() (*map[string]string, bool)

GetVersionControlComponentMappingOk returns a tuple with the VersionControlComponentMapping field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlComponentMappingEntity) GetVersionControlInformation ¶

func (o *VersionControlComponentMappingEntity) GetVersionControlInformation() VersionControlInformationDTO

GetVersionControlInformation returns the VersionControlInformation field value if set, zero value otherwise.

func (*VersionControlComponentMappingEntity) GetVersionControlInformationOk ¶

func (o *VersionControlComponentMappingEntity) GetVersionControlInformationOk() (*VersionControlInformationDTO, bool)

GetVersionControlInformationOk returns a tuple with the VersionControlInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlComponentMappingEntity) HasDisconnectedNodeAcknowledged ¶

func (o *VersionControlComponentMappingEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*VersionControlComponentMappingEntity) HasProcessGroupRevision ¶

func (o *VersionControlComponentMappingEntity) HasProcessGroupRevision() bool

HasProcessGroupRevision returns a boolean if a field has been set.

func (*VersionControlComponentMappingEntity) HasVersionControlComponentMapping ¶

func (o *VersionControlComponentMappingEntity) HasVersionControlComponentMapping() bool

HasVersionControlComponentMapping returns a boolean if a field has been set.

func (*VersionControlComponentMappingEntity) HasVersionControlInformation ¶

func (o *VersionControlComponentMappingEntity) HasVersionControlInformation() bool

HasVersionControlInformation returns a boolean if a field has been set.

func (VersionControlComponentMappingEntity) MarshalJSON ¶

func (o VersionControlComponentMappingEntity) MarshalJSON() ([]byte, error)

func (*VersionControlComponentMappingEntity) SetDisconnectedNodeAcknowledged ¶

func (o *VersionControlComponentMappingEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*VersionControlComponentMappingEntity) SetProcessGroupRevision ¶

func (o *VersionControlComponentMappingEntity) SetProcessGroupRevision(v RevisionDTO)

SetProcessGroupRevision gets a reference to the given RevisionDTO and assigns it to the ProcessGroupRevision field.

func (*VersionControlComponentMappingEntity) SetVersionControlComponentMapping ¶

func (o *VersionControlComponentMappingEntity) SetVersionControlComponentMapping(v map[string]string)

SetVersionControlComponentMapping gets a reference to the given map[string]string and assigns it to the VersionControlComponentMapping field.

func (*VersionControlComponentMappingEntity) SetVersionControlInformation ¶

func (o *VersionControlComponentMappingEntity) SetVersionControlInformation(v VersionControlInformationDTO)

SetVersionControlInformation gets a reference to the given VersionControlInformationDTO and assigns it to the VersionControlInformation field.

func (VersionControlComponentMappingEntity) ToMap ¶

func (o VersionControlComponentMappingEntity) ToMap() (map[string]interface{}, error)

type VersionControlInformationDTO ¶

type VersionControlInformationDTO struct {
	// The ID of the Process Group that is under version control
	GroupId *string `json:"groupId,omitempty"`
	// The ID of the registry that the flow is stored in
	RegistryId *string `json:"registryId,omitempty"`
	// The name of the registry that the flow is stored in
	RegistryName *string `json:"registryName,omitempty"`
	// The ID of the bucket that the flow is stored in
	BucketId *string `json:"bucketId,omitempty"`
	// The name of the bucket that the flow is stored in
	BucketName *string `json:"bucketName,omitempty"`
	// The ID of the flow
	FlowId *string `json:"flowId,omitempty"`
	// The name of the flow
	FlowName *string `json:"flowName,omitempty"`
	// The description of the flow
	FlowDescription *string `json:"flowDescription,omitempty"`
	// The version of the flow
	Version *int32 `json:"version,omitempty"`
	// The storage location
	StorageLocation *string `json:"storageLocation,omitempty"`
	// The current state of the Process Group, as it relates to the Versioned Flow
	State *string `json:"state,omitempty"`
	// Explanation of why the group is in the specified state
	StateExplanation *string `json:"stateExplanation,omitempty"`
}

VersionControlInformationDTO struct for VersionControlInformationDTO

func NewVersionControlInformationDTO ¶

func NewVersionControlInformationDTO() *VersionControlInformationDTO

NewVersionControlInformationDTO instantiates a new VersionControlInformationDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionControlInformationDTOWithDefaults ¶

func NewVersionControlInformationDTOWithDefaults() *VersionControlInformationDTO

NewVersionControlInformationDTOWithDefaults instantiates a new VersionControlInformationDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionControlInformationDTO) GetBucketId ¶

func (o *VersionControlInformationDTO) GetBucketId() string

GetBucketId returns the BucketId field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetBucketIdOk ¶

func (o *VersionControlInformationDTO) GetBucketIdOk() (*string, bool)

GetBucketIdOk returns a tuple with the BucketId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetBucketName ¶

func (o *VersionControlInformationDTO) GetBucketName() string

GetBucketName returns the BucketName field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetBucketNameOk ¶

func (o *VersionControlInformationDTO) GetBucketNameOk() (*string, bool)

GetBucketNameOk returns a tuple with the BucketName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetFlowDescription ¶

func (o *VersionControlInformationDTO) GetFlowDescription() string

GetFlowDescription returns the FlowDescription field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetFlowDescriptionOk ¶

func (o *VersionControlInformationDTO) GetFlowDescriptionOk() (*string, bool)

GetFlowDescriptionOk returns a tuple with the FlowDescription field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetFlowId ¶

func (o *VersionControlInformationDTO) GetFlowId() string

GetFlowId returns the FlowId field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetFlowIdOk ¶

func (o *VersionControlInformationDTO) GetFlowIdOk() (*string, bool)

GetFlowIdOk returns a tuple with the FlowId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetFlowName ¶

func (o *VersionControlInformationDTO) GetFlowName() string

GetFlowName returns the FlowName field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetFlowNameOk ¶

func (o *VersionControlInformationDTO) GetFlowNameOk() (*string, bool)

GetFlowNameOk returns a tuple with the FlowName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetGroupId ¶

func (o *VersionControlInformationDTO) GetGroupId() string

GetGroupId returns the GroupId field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetGroupIdOk ¶

func (o *VersionControlInformationDTO) GetGroupIdOk() (*string, bool)

GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetRegistryId ¶

func (o *VersionControlInformationDTO) GetRegistryId() string

GetRegistryId returns the RegistryId field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetRegistryIdOk ¶

func (o *VersionControlInformationDTO) GetRegistryIdOk() (*string, bool)

GetRegistryIdOk returns a tuple with the RegistryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetRegistryName ¶

func (o *VersionControlInformationDTO) GetRegistryName() string

GetRegistryName returns the RegistryName field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetRegistryNameOk ¶

func (o *VersionControlInformationDTO) GetRegistryNameOk() (*string, bool)

GetRegistryNameOk returns a tuple with the RegistryName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetState ¶

func (o *VersionControlInformationDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetStateExplanation ¶

func (o *VersionControlInformationDTO) GetStateExplanation() string

GetStateExplanation returns the StateExplanation field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetStateExplanationOk ¶

func (o *VersionControlInformationDTO) GetStateExplanationOk() (*string, bool)

GetStateExplanationOk returns a tuple with the StateExplanation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetStateOk ¶

func (o *VersionControlInformationDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetStorageLocation ¶

func (o *VersionControlInformationDTO) GetStorageLocation() string

GetStorageLocation returns the StorageLocation field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetStorageLocationOk ¶

func (o *VersionControlInformationDTO) GetStorageLocationOk() (*string, bool)

GetStorageLocationOk returns a tuple with the StorageLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) GetVersion ¶

func (o *VersionControlInformationDTO) GetVersion() int32

GetVersion returns the Version field value if set, zero value otherwise.

func (*VersionControlInformationDTO) GetVersionOk ¶

func (o *VersionControlInformationDTO) GetVersionOk() (*int32, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationDTO) HasBucketId ¶

func (o *VersionControlInformationDTO) HasBucketId() bool

HasBucketId returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasBucketName ¶

func (o *VersionControlInformationDTO) HasBucketName() bool

HasBucketName returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasFlowDescription ¶

func (o *VersionControlInformationDTO) HasFlowDescription() bool

HasFlowDescription returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasFlowId ¶

func (o *VersionControlInformationDTO) HasFlowId() bool

HasFlowId returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasFlowName ¶

func (o *VersionControlInformationDTO) HasFlowName() bool

HasFlowName returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasGroupId ¶

func (o *VersionControlInformationDTO) HasGroupId() bool

HasGroupId returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasRegistryId ¶

func (o *VersionControlInformationDTO) HasRegistryId() bool

HasRegistryId returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasRegistryName ¶

func (o *VersionControlInformationDTO) HasRegistryName() bool

HasRegistryName returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasState ¶

func (o *VersionControlInformationDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasStateExplanation ¶

func (o *VersionControlInformationDTO) HasStateExplanation() bool

HasStateExplanation returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasStorageLocation ¶

func (o *VersionControlInformationDTO) HasStorageLocation() bool

HasStorageLocation returns a boolean if a field has been set.

func (*VersionControlInformationDTO) HasVersion ¶

func (o *VersionControlInformationDTO) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (VersionControlInformationDTO) MarshalJSON ¶

func (o VersionControlInformationDTO) MarshalJSON() ([]byte, error)

func (*VersionControlInformationDTO) SetBucketId ¶

func (o *VersionControlInformationDTO) SetBucketId(v string)

SetBucketId gets a reference to the given string and assigns it to the BucketId field.

func (*VersionControlInformationDTO) SetBucketName ¶

func (o *VersionControlInformationDTO) SetBucketName(v string)

SetBucketName gets a reference to the given string and assigns it to the BucketName field.

func (*VersionControlInformationDTO) SetFlowDescription ¶

func (o *VersionControlInformationDTO) SetFlowDescription(v string)

SetFlowDescription gets a reference to the given string and assigns it to the FlowDescription field.

func (*VersionControlInformationDTO) SetFlowId ¶

func (o *VersionControlInformationDTO) SetFlowId(v string)

SetFlowId gets a reference to the given string and assigns it to the FlowId field.

func (*VersionControlInformationDTO) SetFlowName ¶

func (o *VersionControlInformationDTO) SetFlowName(v string)

SetFlowName gets a reference to the given string and assigns it to the FlowName field.

func (*VersionControlInformationDTO) SetGroupId ¶

func (o *VersionControlInformationDTO) SetGroupId(v string)

SetGroupId gets a reference to the given string and assigns it to the GroupId field.

func (*VersionControlInformationDTO) SetRegistryId ¶

func (o *VersionControlInformationDTO) SetRegistryId(v string)

SetRegistryId gets a reference to the given string and assigns it to the RegistryId field.

func (*VersionControlInformationDTO) SetRegistryName ¶

func (o *VersionControlInformationDTO) SetRegistryName(v string)

SetRegistryName gets a reference to the given string and assigns it to the RegistryName field.

func (*VersionControlInformationDTO) SetState ¶

func (o *VersionControlInformationDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*VersionControlInformationDTO) SetStateExplanation ¶

func (o *VersionControlInformationDTO) SetStateExplanation(v string)

SetStateExplanation gets a reference to the given string and assigns it to the StateExplanation field.

func (*VersionControlInformationDTO) SetStorageLocation ¶

func (o *VersionControlInformationDTO) SetStorageLocation(v string)

SetStorageLocation gets a reference to the given string and assigns it to the StorageLocation field.

func (*VersionControlInformationDTO) SetVersion ¶

func (o *VersionControlInformationDTO) SetVersion(v int32)

SetVersion gets a reference to the given int32 and assigns it to the Version field.

func (VersionControlInformationDTO) ToMap ¶

func (o VersionControlInformationDTO) ToMap() (map[string]interface{}, error)

type VersionControlInformationEntity ¶

type VersionControlInformationEntity struct {
	ProcessGroupRevision *RevisionDTO `json:"processGroupRevision,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool                         `json:"disconnectedNodeAcknowledged,omitempty"`
	VersionControlInformation    *VersionControlInformationDTO `json:"versionControlInformation,omitempty"`
}

VersionControlInformationEntity struct for VersionControlInformationEntity

func NewVersionControlInformationEntity ¶

func NewVersionControlInformationEntity() *VersionControlInformationEntity

NewVersionControlInformationEntity instantiates a new VersionControlInformationEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionControlInformationEntityWithDefaults ¶

func NewVersionControlInformationEntityWithDefaults() *VersionControlInformationEntity

NewVersionControlInformationEntityWithDefaults instantiates a new VersionControlInformationEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionControlInformationEntity) GetDisconnectedNodeAcknowledged ¶

func (o *VersionControlInformationEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*VersionControlInformationEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *VersionControlInformationEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationEntity) GetProcessGroupRevision ¶

func (o *VersionControlInformationEntity) GetProcessGroupRevision() RevisionDTO

GetProcessGroupRevision returns the ProcessGroupRevision field value if set, zero value otherwise.

func (*VersionControlInformationEntity) GetProcessGroupRevisionOk ¶

func (o *VersionControlInformationEntity) GetProcessGroupRevisionOk() (*RevisionDTO, bool)

GetProcessGroupRevisionOk returns a tuple with the ProcessGroupRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationEntity) GetVersionControlInformation ¶

func (o *VersionControlInformationEntity) GetVersionControlInformation() VersionControlInformationDTO

GetVersionControlInformation returns the VersionControlInformation field value if set, zero value otherwise.

func (*VersionControlInformationEntity) GetVersionControlInformationOk ¶

func (o *VersionControlInformationEntity) GetVersionControlInformationOk() (*VersionControlInformationDTO, bool)

GetVersionControlInformationOk returns a tuple with the VersionControlInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionControlInformationEntity) HasDisconnectedNodeAcknowledged ¶

func (o *VersionControlInformationEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*VersionControlInformationEntity) HasProcessGroupRevision ¶

func (o *VersionControlInformationEntity) HasProcessGroupRevision() bool

HasProcessGroupRevision returns a boolean if a field has been set.

func (*VersionControlInformationEntity) HasVersionControlInformation ¶

func (o *VersionControlInformationEntity) HasVersionControlInformation() bool

HasVersionControlInformation returns a boolean if a field has been set.

func (VersionControlInformationEntity) MarshalJSON ¶

func (o VersionControlInformationEntity) MarshalJSON() ([]byte, error)

func (*VersionControlInformationEntity) SetDisconnectedNodeAcknowledged ¶

func (o *VersionControlInformationEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*VersionControlInformationEntity) SetProcessGroupRevision ¶

func (o *VersionControlInformationEntity) SetProcessGroupRevision(v RevisionDTO)

SetProcessGroupRevision gets a reference to the given RevisionDTO and assigns it to the ProcessGroupRevision field.

func (*VersionControlInformationEntity) SetVersionControlInformation ¶

func (o *VersionControlInformationEntity) SetVersionControlInformation(v VersionControlInformationDTO)

SetVersionControlInformation gets a reference to the given VersionControlInformationDTO and assigns it to the VersionControlInformation field.

func (VersionControlInformationEntity) ToMap ¶

func (o VersionControlInformationEntity) ToMap() (map[string]interface{}, error)

type VersionInfoDTO ¶

type VersionInfoDTO struct {
	// The version of this NiFi.
	NiFiVersion *string `json:"niFiVersion,omitempty"`
	// Java JVM vendor
	JavaVendor *string `json:"javaVendor,omitempty"`
	// Java version
	JavaVersion *string `json:"javaVersion,omitempty"`
	// Host operating system name
	OsName *string `json:"osName,omitempty"`
	// Host operating system version
	OsVersion *string `json:"osVersion,omitempty"`
	// Host operating system architecture
	OsArchitecture *string `json:"osArchitecture,omitempty"`
	// Build tag
	BuildTag *string `json:"buildTag,omitempty"`
	// Build revision or commit hash
	BuildRevision *string `json:"buildRevision,omitempty"`
	// Build branch
	BuildBranch *string `json:"buildBranch,omitempty"`
	// Build timestamp
	BuildTimestamp *time.Time `json:"buildTimestamp,omitempty"`
}

VersionInfoDTO struct for VersionInfoDTO

func NewVersionInfoDTO ¶

func NewVersionInfoDTO() *VersionInfoDTO

NewVersionInfoDTO instantiates a new VersionInfoDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionInfoDTOWithDefaults ¶

func NewVersionInfoDTOWithDefaults() *VersionInfoDTO

NewVersionInfoDTOWithDefaults instantiates a new VersionInfoDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionInfoDTO) GetBuildBranch ¶

func (o *VersionInfoDTO) GetBuildBranch() string

GetBuildBranch returns the BuildBranch field value if set, zero value otherwise.

func (*VersionInfoDTO) GetBuildBranchOk ¶

func (o *VersionInfoDTO) GetBuildBranchOk() (*string, bool)

GetBuildBranchOk returns a tuple with the BuildBranch field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionInfoDTO) GetBuildRevision ¶

func (o *VersionInfoDTO) GetBuildRevision() string

GetBuildRevision returns the BuildRevision field value if set, zero value otherwise.

func (*VersionInfoDTO) GetBuildRevisionOk ¶

func (o *VersionInfoDTO) GetBuildRevisionOk() (*string, bool)

GetBuildRevisionOk returns a tuple with the BuildRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionInfoDTO) GetBuildTag ¶

func (o *VersionInfoDTO) GetBuildTag() string

GetBuildTag returns the BuildTag field value if set, zero value otherwise.

func (*VersionInfoDTO) GetBuildTagOk ¶

func (o *VersionInfoDTO) GetBuildTagOk() (*string, bool)

GetBuildTagOk returns a tuple with the BuildTag field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionInfoDTO) GetBuildTimestamp ¶

func (o *VersionInfoDTO) GetBuildTimestamp() time.Time

GetBuildTimestamp returns the BuildTimestamp field value if set, zero value otherwise.

func (*VersionInfoDTO) GetBuildTimestampOk ¶

func (o *VersionInfoDTO) GetBuildTimestampOk() (*time.Time, bool)

GetBuildTimestampOk returns a tuple with the BuildTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionInfoDTO) GetJavaVendor ¶

func (o *VersionInfoDTO) GetJavaVendor() string

GetJavaVendor returns the JavaVendor field value if set, zero value otherwise.

func (*VersionInfoDTO) GetJavaVendorOk ¶

func (o *VersionInfoDTO) GetJavaVendorOk() (*string, bool)

GetJavaVendorOk returns a tuple with the JavaVendor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionInfoDTO) GetJavaVersion ¶

func (o *VersionInfoDTO) GetJavaVersion() string

GetJavaVersion returns the JavaVersion field value if set, zero value otherwise.

func (*VersionInfoDTO) GetJavaVersionOk ¶

func (o *VersionInfoDTO) GetJavaVersionOk() (*string, bool)

GetJavaVersionOk returns a tuple with the JavaVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionInfoDTO) GetNiFiVersion ¶

func (o *VersionInfoDTO) GetNiFiVersion() string

GetNiFiVersion returns the NiFiVersion field value if set, zero value otherwise.

func (*VersionInfoDTO) GetNiFiVersionOk ¶

func (o *VersionInfoDTO) GetNiFiVersionOk() (*string, bool)

GetNiFiVersionOk returns a tuple with the NiFiVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionInfoDTO) GetOsArchitecture ¶

func (o *VersionInfoDTO) GetOsArchitecture() string

GetOsArchitecture returns the OsArchitecture field value if set, zero value otherwise.

func (*VersionInfoDTO) GetOsArchitectureOk ¶

func (o *VersionInfoDTO) GetOsArchitectureOk() (*string, bool)

GetOsArchitectureOk returns a tuple with the OsArchitecture field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionInfoDTO) GetOsName ¶

func (o *VersionInfoDTO) GetOsName() string

GetOsName returns the OsName field value if set, zero value otherwise.

func (*VersionInfoDTO) GetOsNameOk ¶

func (o *VersionInfoDTO) GetOsNameOk() (*string, bool)

GetOsNameOk returns a tuple with the OsName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionInfoDTO) GetOsVersion ¶

func (o *VersionInfoDTO) GetOsVersion() string

GetOsVersion returns the OsVersion field value if set, zero value otherwise.

func (*VersionInfoDTO) GetOsVersionOk ¶

func (o *VersionInfoDTO) GetOsVersionOk() (*string, bool)

GetOsVersionOk returns a tuple with the OsVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionInfoDTO) HasBuildBranch ¶

func (o *VersionInfoDTO) HasBuildBranch() bool

HasBuildBranch returns a boolean if a field has been set.

func (*VersionInfoDTO) HasBuildRevision ¶

func (o *VersionInfoDTO) HasBuildRevision() bool

HasBuildRevision returns a boolean if a field has been set.

func (*VersionInfoDTO) HasBuildTag ¶

func (o *VersionInfoDTO) HasBuildTag() bool

HasBuildTag returns a boolean if a field has been set.

func (*VersionInfoDTO) HasBuildTimestamp ¶

func (o *VersionInfoDTO) HasBuildTimestamp() bool

HasBuildTimestamp returns a boolean if a field has been set.

func (*VersionInfoDTO) HasJavaVendor ¶

func (o *VersionInfoDTO) HasJavaVendor() bool

HasJavaVendor returns a boolean if a field has been set.

func (*VersionInfoDTO) HasJavaVersion ¶

func (o *VersionInfoDTO) HasJavaVersion() bool

HasJavaVersion returns a boolean if a field has been set.

func (*VersionInfoDTO) HasNiFiVersion ¶

func (o *VersionInfoDTO) HasNiFiVersion() bool

HasNiFiVersion returns a boolean if a field has been set.

func (*VersionInfoDTO) HasOsArchitecture ¶

func (o *VersionInfoDTO) HasOsArchitecture() bool

HasOsArchitecture returns a boolean if a field has been set.

func (*VersionInfoDTO) HasOsName ¶

func (o *VersionInfoDTO) HasOsName() bool

HasOsName returns a boolean if a field has been set.

func (*VersionInfoDTO) HasOsVersion ¶

func (o *VersionInfoDTO) HasOsVersion() bool

HasOsVersion returns a boolean if a field has been set.

func (VersionInfoDTO) MarshalJSON ¶

func (o VersionInfoDTO) MarshalJSON() ([]byte, error)

func (*VersionInfoDTO) SetBuildBranch ¶

func (o *VersionInfoDTO) SetBuildBranch(v string)

SetBuildBranch gets a reference to the given string and assigns it to the BuildBranch field.

func (*VersionInfoDTO) SetBuildRevision ¶

func (o *VersionInfoDTO) SetBuildRevision(v string)

SetBuildRevision gets a reference to the given string and assigns it to the BuildRevision field.

func (*VersionInfoDTO) SetBuildTag ¶

func (o *VersionInfoDTO) SetBuildTag(v string)

SetBuildTag gets a reference to the given string and assigns it to the BuildTag field.

func (*VersionInfoDTO) SetBuildTimestamp ¶

func (o *VersionInfoDTO) SetBuildTimestamp(v time.Time)

SetBuildTimestamp gets a reference to the given time.Time and assigns it to the BuildTimestamp field.

func (*VersionInfoDTO) SetJavaVendor ¶

func (o *VersionInfoDTO) SetJavaVendor(v string)

SetJavaVendor gets a reference to the given string and assigns it to the JavaVendor field.

func (*VersionInfoDTO) SetJavaVersion ¶

func (o *VersionInfoDTO) SetJavaVersion(v string)

SetJavaVersion gets a reference to the given string and assigns it to the JavaVersion field.

func (*VersionInfoDTO) SetNiFiVersion ¶

func (o *VersionInfoDTO) SetNiFiVersion(v string)

SetNiFiVersion gets a reference to the given string and assigns it to the NiFiVersion field.

func (*VersionInfoDTO) SetOsArchitecture ¶

func (o *VersionInfoDTO) SetOsArchitecture(v string)

SetOsArchitecture gets a reference to the given string and assigns it to the OsArchitecture field.

func (*VersionInfoDTO) SetOsName ¶

func (o *VersionInfoDTO) SetOsName(v string)

SetOsName gets a reference to the given string and assigns it to the OsName field.

func (*VersionInfoDTO) SetOsVersion ¶

func (o *VersionInfoDTO) SetOsVersion(v string)

SetOsVersion gets a reference to the given string and assigns it to the OsVersion field.

func (VersionInfoDTO) ToMap ¶

func (o VersionInfoDTO) ToMap() (map[string]interface{}, error)

type VersionedConnection ¶

type VersionedConnection struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
	// The component's name
	Name *string `json:"name,omitempty"`
	// The user-supplied comments for the component
	Comments    *string               `json:"comments,omitempty"`
	Position    *Position             `json:"position,omitempty"`
	Source      *ConnectableComponent `json:"source,omitempty"`
	Destination *ConnectableComponent `json:"destination,omitempty"`
	// The index of the bend point where to place the connection label.
	LabelIndex *int32 `json:"labelIndex,omitempty"`
	// The z index of the connection.
	ZIndex *int64 `json:"zIndex,omitempty"`
	// The selected relationship that comprise the connection.
	SelectedRelationships []string `json:"selectedRelationships,omitempty"`
	// The object count threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are affected but it does help feeder processors to stop pushing too much into this work queue.
	BackPressureObjectThreshold *int64 `json:"backPressureObjectThreshold,omitempty"`
	// The object data size threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are affected but it does help feeder processors to stop pushing too much into this work queue.
	BackPressureDataSizeThreshold *string `json:"backPressureDataSizeThreshold,omitempty"`
	// The amount of time a flow file may be in the flow before it will be automatically aged out of the flow. Once a flow file reaches this age it will be terminated from the flow the next time a processor attempts to start work on it.
	FlowFileExpiration *string `json:"flowFileExpiration,omitempty"`
	// The comparators used to prioritize the queue.
	Prioritizers []string `json:"prioritizers,omitempty"`
	// The bend points on the connection.
	Bends []Position `json:"bends,omitempty"`
	// The Strategy to use for load balancing data across the cluster, or null, if no Load Balance Strategy has been specified.
	LoadBalanceStrategy *string `json:"loadBalanceStrategy,omitempty"`
	// The attribute to use for partitioning data as it is load balanced across the cluster. If the Load Balance Strategy is configured to use PARTITION_BY_ATTRIBUTE, the value returned by this method is the name of the FlowFile Attribute that will be used to determine which node in the cluster should receive a given FlowFile. If the Load Balance Strategy is unset or is set to any other value, the Partitioning Attribute has no effect.
	PartitioningAttribute *string `json:"partitioningAttribute,omitempty"`
	// Whether or not compression should be used when transferring FlowFiles between nodes
	LoadBalanceCompression *string `json:"loadBalanceCompression,omitempty"`
	ComponentType          *string `json:"componentType,omitempty"`
	// The ID of the Process Group that this component belongs to
	GroupIdentifier *string `json:"groupIdentifier,omitempty"`
}

VersionedConnection struct for VersionedConnection

func NewVersionedConnection ¶

func NewVersionedConnection() *VersionedConnection

NewVersionedConnection instantiates a new VersionedConnection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedConnectionWithDefaults ¶

func NewVersionedConnectionWithDefaults() *VersionedConnection

NewVersionedConnectionWithDefaults instantiates a new VersionedConnection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedConnection) GetBackPressureDataSizeThreshold ¶

func (o *VersionedConnection) GetBackPressureDataSizeThreshold() string

GetBackPressureDataSizeThreshold returns the BackPressureDataSizeThreshold field value if set, zero value otherwise.

func (*VersionedConnection) GetBackPressureDataSizeThresholdOk ¶

func (o *VersionedConnection) GetBackPressureDataSizeThresholdOk() (*string, bool)

GetBackPressureDataSizeThresholdOk returns a tuple with the BackPressureDataSizeThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetBackPressureObjectThreshold ¶

func (o *VersionedConnection) GetBackPressureObjectThreshold() int64

GetBackPressureObjectThreshold returns the BackPressureObjectThreshold field value if set, zero value otherwise.

func (*VersionedConnection) GetBackPressureObjectThresholdOk ¶

func (o *VersionedConnection) GetBackPressureObjectThresholdOk() (*int64, bool)

GetBackPressureObjectThresholdOk returns a tuple with the BackPressureObjectThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetBends ¶

func (o *VersionedConnection) GetBends() []Position

GetBends returns the Bends field value if set, zero value otherwise.

func (*VersionedConnection) GetBendsOk ¶

func (o *VersionedConnection) GetBendsOk() ([]Position, bool)

GetBendsOk returns a tuple with the Bends field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetComments ¶

func (o *VersionedConnection) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedConnection) GetCommentsOk ¶

func (o *VersionedConnection) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetComponentType ¶

func (o *VersionedConnection) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*VersionedConnection) GetComponentTypeOk ¶

func (o *VersionedConnection) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetDestination ¶

func (o *VersionedConnection) GetDestination() ConnectableComponent

GetDestination returns the Destination field value if set, zero value otherwise.

func (*VersionedConnection) GetDestinationOk ¶

func (o *VersionedConnection) GetDestinationOk() (*ConnectableComponent, bool)

GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetFlowFileExpiration ¶

func (o *VersionedConnection) GetFlowFileExpiration() string

GetFlowFileExpiration returns the FlowFileExpiration field value if set, zero value otherwise.

func (*VersionedConnection) GetFlowFileExpirationOk ¶

func (o *VersionedConnection) GetFlowFileExpirationOk() (*string, bool)

GetFlowFileExpirationOk returns a tuple with the FlowFileExpiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetGroupIdentifier ¶

func (o *VersionedConnection) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*VersionedConnection) GetGroupIdentifierOk ¶

func (o *VersionedConnection) GetGroupIdentifierOk() (*string, bool)

GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetIdentifier ¶

func (o *VersionedConnection) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedConnection) GetIdentifierOk ¶

func (o *VersionedConnection) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetInstanceIdentifier ¶

func (o *VersionedConnection) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*VersionedConnection) GetInstanceIdentifierOk ¶

func (o *VersionedConnection) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetLabelIndex ¶

func (o *VersionedConnection) GetLabelIndex() int32

GetLabelIndex returns the LabelIndex field value if set, zero value otherwise.

func (*VersionedConnection) GetLabelIndexOk ¶

func (o *VersionedConnection) GetLabelIndexOk() (*int32, bool)

GetLabelIndexOk returns a tuple with the LabelIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetLoadBalanceCompression ¶

func (o *VersionedConnection) GetLoadBalanceCompression() string

GetLoadBalanceCompression returns the LoadBalanceCompression field value if set, zero value otherwise.

func (*VersionedConnection) GetLoadBalanceCompressionOk ¶

func (o *VersionedConnection) GetLoadBalanceCompressionOk() (*string, bool)

GetLoadBalanceCompressionOk returns a tuple with the LoadBalanceCompression field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetLoadBalanceStrategy ¶

func (o *VersionedConnection) GetLoadBalanceStrategy() string

GetLoadBalanceStrategy returns the LoadBalanceStrategy field value if set, zero value otherwise.

func (*VersionedConnection) GetLoadBalanceStrategyOk ¶

func (o *VersionedConnection) GetLoadBalanceStrategyOk() (*string, bool)

GetLoadBalanceStrategyOk returns a tuple with the LoadBalanceStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetName ¶

func (o *VersionedConnection) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedConnection) GetNameOk ¶

func (o *VersionedConnection) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetPartitioningAttribute ¶

func (o *VersionedConnection) GetPartitioningAttribute() string

GetPartitioningAttribute returns the PartitioningAttribute field value if set, zero value otherwise.

func (*VersionedConnection) GetPartitioningAttributeOk ¶

func (o *VersionedConnection) GetPartitioningAttributeOk() (*string, bool)

GetPartitioningAttributeOk returns a tuple with the PartitioningAttribute field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetPosition ¶

func (o *VersionedConnection) GetPosition() Position

GetPosition returns the Position field value if set, zero value otherwise.

func (*VersionedConnection) GetPositionOk ¶

func (o *VersionedConnection) GetPositionOk() (*Position, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetPrioritizers ¶

func (o *VersionedConnection) GetPrioritizers() []string

GetPrioritizers returns the Prioritizers field value if set, zero value otherwise.

func (*VersionedConnection) GetPrioritizersOk ¶

func (o *VersionedConnection) GetPrioritizersOk() ([]string, bool)

GetPrioritizersOk returns a tuple with the Prioritizers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetSelectedRelationships ¶

func (o *VersionedConnection) GetSelectedRelationships() []string

GetSelectedRelationships returns the SelectedRelationships field value if set, zero value otherwise.

func (*VersionedConnection) GetSelectedRelationshipsOk ¶

func (o *VersionedConnection) GetSelectedRelationshipsOk() ([]string, bool)

GetSelectedRelationshipsOk returns a tuple with the SelectedRelationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetSource ¶

GetSource returns the Source field value if set, zero value otherwise.

func (*VersionedConnection) GetSourceOk ¶

func (o *VersionedConnection) GetSourceOk() (*ConnectableComponent, bool)

GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) GetZIndex ¶

func (o *VersionedConnection) GetZIndex() int64

GetZIndex returns the ZIndex field value if set, zero value otherwise.

func (*VersionedConnection) GetZIndexOk ¶

func (o *VersionedConnection) GetZIndexOk() (*int64, bool)

GetZIndexOk returns a tuple with the ZIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedConnection) HasBackPressureDataSizeThreshold ¶

func (o *VersionedConnection) HasBackPressureDataSizeThreshold() bool

HasBackPressureDataSizeThreshold returns a boolean if a field has been set.

func (*VersionedConnection) HasBackPressureObjectThreshold ¶

func (o *VersionedConnection) HasBackPressureObjectThreshold() bool

HasBackPressureObjectThreshold returns a boolean if a field has been set.

func (*VersionedConnection) HasBends ¶

func (o *VersionedConnection) HasBends() bool

HasBends returns a boolean if a field has been set.

func (*VersionedConnection) HasComments ¶

func (o *VersionedConnection) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedConnection) HasComponentType ¶

func (o *VersionedConnection) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*VersionedConnection) HasDestination ¶

func (o *VersionedConnection) HasDestination() bool

HasDestination returns a boolean if a field has been set.

func (*VersionedConnection) HasFlowFileExpiration ¶

func (o *VersionedConnection) HasFlowFileExpiration() bool

HasFlowFileExpiration returns a boolean if a field has been set.

func (*VersionedConnection) HasGroupIdentifier ¶

func (o *VersionedConnection) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (*VersionedConnection) HasIdentifier ¶

func (o *VersionedConnection) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*VersionedConnection) HasInstanceIdentifier ¶

func (o *VersionedConnection) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*VersionedConnection) HasLabelIndex ¶

func (o *VersionedConnection) HasLabelIndex() bool

HasLabelIndex returns a boolean if a field has been set.

func (*VersionedConnection) HasLoadBalanceCompression ¶

func (o *VersionedConnection) HasLoadBalanceCompression() bool

HasLoadBalanceCompression returns a boolean if a field has been set.

func (*VersionedConnection) HasLoadBalanceStrategy ¶

func (o *VersionedConnection) HasLoadBalanceStrategy() bool

HasLoadBalanceStrategy returns a boolean if a field has been set.

func (*VersionedConnection) HasName ¶

func (o *VersionedConnection) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedConnection) HasPartitioningAttribute ¶

func (o *VersionedConnection) HasPartitioningAttribute() bool

HasPartitioningAttribute returns a boolean if a field has been set.

func (*VersionedConnection) HasPosition ¶

func (o *VersionedConnection) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*VersionedConnection) HasPrioritizers ¶

func (o *VersionedConnection) HasPrioritizers() bool

HasPrioritizers returns a boolean if a field has been set.

func (*VersionedConnection) HasSelectedRelationships ¶

func (o *VersionedConnection) HasSelectedRelationships() bool

HasSelectedRelationships returns a boolean if a field has been set.

func (*VersionedConnection) HasSource ¶

func (o *VersionedConnection) HasSource() bool

HasSource returns a boolean if a field has been set.

func (*VersionedConnection) HasZIndex ¶

func (o *VersionedConnection) HasZIndex() bool

HasZIndex returns a boolean if a field has been set.

func (VersionedConnection) MarshalJSON ¶

func (o VersionedConnection) MarshalJSON() ([]byte, error)

func (*VersionedConnection) SetBackPressureDataSizeThreshold ¶

func (o *VersionedConnection) SetBackPressureDataSizeThreshold(v string)

SetBackPressureDataSizeThreshold gets a reference to the given string and assigns it to the BackPressureDataSizeThreshold field.

func (*VersionedConnection) SetBackPressureObjectThreshold ¶

func (o *VersionedConnection) SetBackPressureObjectThreshold(v int64)

SetBackPressureObjectThreshold gets a reference to the given int64 and assigns it to the BackPressureObjectThreshold field.

func (*VersionedConnection) SetBends ¶

func (o *VersionedConnection) SetBends(v []Position)

SetBends gets a reference to the given []Position and assigns it to the Bends field.

func (*VersionedConnection) SetComments ¶

func (o *VersionedConnection) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedConnection) SetComponentType ¶

func (o *VersionedConnection) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*VersionedConnection) SetDestination ¶

func (o *VersionedConnection) SetDestination(v ConnectableComponent)

SetDestination gets a reference to the given ConnectableComponent and assigns it to the Destination field.

func (*VersionedConnection) SetFlowFileExpiration ¶

func (o *VersionedConnection) SetFlowFileExpiration(v string)

SetFlowFileExpiration gets a reference to the given string and assigns it to the FlowFileExpiration field.

func (*VersionedConnection) SetGroupIdentifier ¶

func (o *VersionedConnection) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (*VersionedConnection) SetIdentifier ¶

func (o *VersionedConnection) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*VersionedConnection) SetInstanceIdentifier ¶

func (o *VersionedConnection) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*VersionedConnection) SetLabelIndex ¶

func (o *VersionedConnection) SetLabelIndex(v int32)

SetLabelIndex gets a reference to the given int32 and assigns it to the LabelIndex field.

func (*VersionedConnection) SetLoadBalanceCompression ¶

func (o *VersionedConnection) SetLoadBalanceCompression(v string)

SetLoadBalanceCompression gets a reference to the given string and assigns it to the LoadBalanceCompression field.

func (*VersionedConnection) SetLoadBalanceStrategy ¶

func (o *VersionedConnection) SetLoadBalanceStrategy(v string)

SetLoadBalanceStrategy gets a reference to the given string and assigns it to the LoadBalanceStrategy field.

func (*VersionedConnection) SetName ¶

func (o *VersionedConnection) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedConnection) SetPartitioningAttribute ¶

func (o *VersionedConnection) SetPartitioningAttribute(v string)

SetPartitioningAttribute gets a reference to the given string and assigns it to the PartitioningAttribute field.

func (*VersionedConnection) SetPosition ¶

func (o *VersionedConnection) SetPosition(v Position)

SetPosition gets a reference to the given Position and assigns it to the Position field.

func (*VersionedConnection) SetPrioritizers ¶

func (o *VersionedConnection) SetPrioritizers(v []string)

SetPrioritizers gets a reference to the given []string and assigns it to the Prioritizers field.

func (*VersionedConnection) SetSelectedRelationships ¶

func (o *VersionedConnection) SetSelectedRelationships(v []string)

SetSelectedRelationships gets a reference to the given []string and assigns it to the SelectedRelationships field.

func (*VersionedConnection) SetSource ¶

func (o *VersionedConnection) SetSource(v ConnectableComponent)

SetSource gets a reference to the given ConnectableComponent and assigns it to the Source field.

func (*VersionedConnection) SetZIndex ¶

func (o *VersionedConnection) SetZIndex(v int64)

SetZIndex gets a reference to the given int64 and assigns it to the ZIndex field.

func (VersionedConnection) ToMap ¶

func (o VersionedConnection) ToMap() (map[string]interface{}, error)

type VersionedControllerService ¶

type VersionedControllerService struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
	// The component's name
	Name *string `json:"name,omitempty"`
	// The user-supplied comments for the component
	Comments *string   `json:"comments,omitempty"`
	Position *Position `json:"position,omitempty"`
	// The type of the extension component
	Type   *string `json:"type,omitempty"`
	Bundle *Bundle `json:"bundle,omitempty"`
	// The properties for the component. Properties whose value is not set will only contain the property name.
	Properties *map[string]string `json:"properties,omitempty"`
	// The property descriptors for the component.
	PropertyDescriptors *map[string]VersionedPropertyDescriptor `json:"propertyDescriptors,omitempty"`
	// Lists the APIs this Controller Service implements.
	ControllerServiceApis []ControllerServiceAPI `json:"controllerServiceApis,omitempty"`
	// The annotation for the controller service. This is how the custom UI relays configuration to the controller service.
	AnnotationData *string `json:"annotationData,omitempty"`
	// The ScheduledState denoting whether the Controller Service is ENABLED or DISABLED
	ScheduledState *string `json:"scheduledState,omitempty"`
	// The level at which the controller service will report bulletins.
	BulletinLevel *string `json:"bulletinLevel,omitempty"`
	ComponentType *string `json:"componentType,omitempty"`
	// The ID of the Process Group that this component belongs to
	GroupIdentifier *string `json:"groupIdentifier,omitempty"`
}

VersionedControllerService struct for VersionedControllerService

func NewVersionedControllerService ¶

func NewVersionedControllerService() *VersionedControllerService

NewVersionedControllerService instantiates a new VersionedControllerService object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedControllerServiceWithDefaults ¶

func NewVersionedControllerServiceWithDefaults() *VersionedControllerService

NewVersionedControllerServiceWithDefaults instantiates a new VersionedControllerService object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedControllerService) GetAnnotationData ¶

func (o *VersionedControllerService) GetAnnotationData() string

GetAnnotationData returns the AnnotationData field value if set, zero value otherwise.

func (*VersionedControllerService) GetAnnotationDataOk ¶

func (o *VersionedControllerService) GetAnnotationDataOk() (*string, bool)

GetAnnotationDataOk returns a tuple with the AnnotationData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetBulletinLevel ¶

func (o *VersionedControllerService) GetBulletinLevel() string

GetBulletinLevel returns the BulletinLevel field value if set, zero value otherwise.

func (*VersionedControllerService) GetBulletinLevelOk ¶

func (o *VersionedControllerService) GetBulletinLevelOk() (*string, bool)

GetBulletinLevelOk returns a tuple with the BulletinLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetBundle ¶

func (o *VersionedControllerService) GetBundle() Bundle

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*VersionedControllerService) GetBundleOk ¶

func (o *VersionedControllerService) GetBundleOk() (*Bundle, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetComments ¶

func (o *VersionedControllerService) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedControllerService) GetCommentsOk ¶

func (o *VersionedControllerService) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetComponentType ¶

func (o *VersionedControllerService) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*VersionedControllerService) GetComponentTypeOk ¶

func (o *VersionedControllerService) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetControllerServiceApis ¶

func (o *VersionedControllerService) GetControllerServiceApis() []ControllerServiceAPI

GetControllerServiceApis returns the ControllerServiceApis field value if set, zero value otherwise.

func (*VersionedControllerService) GetControllerServiceApisOk ¶

func (o *VersionedControllerService) GetControllerServiceApisOk() ([]ControllerServiceAPI, bool)

GetControllerServiceApisOk returns a tuple with the ControllerServiceApis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetGroupIdentifier ¶

func (o *VersionedControllerService) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*VersionedControllerService) GetGroupIdentifierOk ¶

func (o *VersionedControllerService) GetGroupIdentifierOk() (*string, bool)

GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetIdentifier ¶

func (o *VersionedControllerService) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedControllerService) GetIdentifierOk ¶

func (o *VersionedControllerService) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetInstanceIdentifier ¶

func (o *VersionedControllerService) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*VersionedControllerService) GetInstanceIdentifierOk ¶

func (o *VersionedControllerService) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetName ¶

func (o *VersionedControllerService) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedControllerService) GetNameOk ¶

func (o *VersionedControllerService) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetPosition ¶

func (o *VersionedControllerService) GetPosition() Position

GetPosition returns the Position field value if set, zero value otherwise.

func (*VersionedControllerService) GetPositionOk ¶

func (o *VersionedControllerService) GetPositionOk() (*Position, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetProperties ¶

func (o *VersionedControllerService) GetProperties() map[string]string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*VersionedControllerService) GetPropertiesOk ¶

func (o *VersionedControllerService) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetPropertyDescriptors ¶

func (o *VersionedControllerService) GetPropertyDescriptors() map[string]VersionedPropertyDescriptor

GetPropertyDescriptors returns the PropertyDescriptors field value if set, zero value otherwise.

func (*VersionedControllerService) GetPropertyDescriptorsOk ¶

func (o *VersionedControllerService) GetPropertyDescriptorsOk() (*map[string]VersionedPropertyDescriptor, bool)

GetPropertyDescriptorsOk returns a tuple with the PropertyDescriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetScheduledState ¶

func (o *VersionedControllerService) GetScheduledState() string

GetScheduledState returns the ScheduledState field value if set, zero value otherwise.

func (*VersionedControllerService) GetScheduledStateOk ¶

func (o *VersionedControllerService) GetScheduledStateOk() (*string, bool)

GetScheduledStateOk returns a tuple with the ScheduledState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) GetType ¶

func (o *VersionedControllerService) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*VersionedControllerService) GetTypeOk ¶

func (o *VersionedControllerService) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedControllerService) HasAnnotationData ¶

func (o *VersionedControllerService) HasAnnotationData() bool

HasAnnotationData returns a boolean if a field has been set.

func (*VersionedControllerService) HasBulletinLevel ¶

func (o *VersionedControllerService) HasBulletinLevel() bool

HasBulletinLevel returns a boolean if a field has been set.

func (*VersionedControllerService) HasBundle ¶

func (o *VersionedControllerService) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*VersionedControllerService) HasComments ¶

func (o *VersionedControllerService) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedControllerService) HasComponentType ¶

func (o *VersionedControllerService) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*VersionedControllerService) HasControllerServiceApis ¶

func (o *VersionedControllerService) HasControllerServiceApis() bool

HasControllerServiceApis returns a boolean if a field has been set.

func (*VersionedControllerService) HasGroupIdentifier ¶

func (o *VersionedControllerService) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (*VersionedControllerService) HasIdentifier ¶

func (o *VersionedControllerService) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*VersionedControllerService) HasInstanceIdentifier ¶

func (o *VersionedControllerService) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*VersionedControllerService) HasName ¶

func (o *VersionedControllerService) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedControllerService) HasPosition ¶

func (o *VersionedControllerService) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*VersionedControllerService) HasProperties ¶

func (o *VersionedControllerService) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*VersionedControllerService) HasPropertyDescriptors ¶

func (o *VersionedControllerService) HasPropertyDescriptors() bool

HasPropertyDescriptors returns a boolean if a field has been set.

func (*VersionedControllerService) HasScheduledState ¶

func (o *VersionedControllerService) HasScheduledState() bool

HasScheduledState returns a boolean if a field has been set.

func (*VersionedControllerService) HasType ¶

func (o *VersionedControllerService) HasType() bool

HasType returns a boolean if a field has been set.

func (VersionedControllerService) MarshalJSON ¶

func (o VersionedControllerService) MarshalJSON() ([]byte, error)

func (*VersionedControllerService) SetAnnotationData ¶

func (o *VersionedControllerService) SetAnnotationData(v string)

SetAnnotationData gets a reference to the given string and assigns it to the AnnotationData field.

func (*VersionedControllerService) SetBulletinLevel ¶

func (o *VersionedControllerService) SetBulletinLevel(v string)

SetBulletinLevel gets a reference to the given string and assigns it to the BulletinLevel field.

func (*VersionedControllerService) SetBundle ¶

func (o *VersionedControllerService) SetBundle(v Bundle)

SetBundle gets a reference to the given Bundle and assigns it to the Bundle field.

func (*VersionedControllerService) SetComments ¶

func (o *VersionedControllerService) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedControllerService) SetComponentType ¶

func (o *VersionedControllerService) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*VersionedControllerService) SetControllerServiceApis ¶

func (o *VersionedControllerService) SetControllerServiceApis(v []ControllerServiceAPI)

SetControllerServiceApis gets a reference to the given []ControllerServiceAPI and assigns it to the ControllerServiceApis field.

func (*VersionedControllerService) SetGroupIdentifier ¶

func (o *VersionedControllerService) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (*VersionedControllerService) SetIdentifier ¶

func (o *VersionedControllerService) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*VersionedControllerService) SetInstanceIdentifier ¶

func (o *VersionedControllerService) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*VersionedControllerService) SetName ¶

func (o *VersionedControllerService) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedControllerService) SetPosition ¶

func (o *VersionedControllerService) SetPosition(v Position)

SetPosition gets a reference to the given Position and assigns it to the Position field.

func (*VersionedControllerService) SetProperties ¶

func (o *VersionedControllerService) SetProperties(v map[string]string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*VersionedControllerService) SetPropertyDescriptors ¶

func (o *VersionedControllerService) SetPropertyDescriptors(v map[string]VersionedPropertyDescriptor)

SetPropertyDescriptors gets a reference to the given map[string]VersionedPropertyDescriptor and assigns it to the PropertyDescriptors field.

func (*VersionedControllerService) SetScheduledState ¶

func (o *VersionedControllerService) SetScheduledState(v string)

SetScheduledState gets a reference to the given string and assigns it to the ScheduledState field.

func (*VersionedControllerService) SetType ¶

func (o *VersionedControllerService) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (VersionedControllerService) ToMap ¶

func (o VersionedControllerService) ToMap() (map[string]interface{}, error)

type VersionedFlowCoordinates ¶

type VersionedFlowCoordinates struct {
	// The identifier of the Flow Registry that contains the flow
	RegistryId *string `json:"registryId,omitempty"`
	// The location of the Flow Registry that stores the flow
	StorageLocation *string `json:"storageLocation,omitempty"`
	// The URL of the Flow Registry that contains the flow
	RegistryUrl *string `json:"registryUrl,omitempty"`
	// The UUID of the bucket that the flow resides in
	BucketId *string `json:"bucketId,omitempty"`
	// The UUID of the flow
	FlowId *string `json:"flowId,omitempty"`
	// The version of the flow
	Version *int32 `json:"version,omitempty"`
	// Whether or not these coordinates point to the latest version of the flow
	Latest *bool `json:"latest,omitempty"`
}

VersionedFlowCoordinates struct for VersionedFlowCoordinates

func NewVersionedFlowCoordinates ¶

func NewVersionedFlowCoordinates() *VersionedFlowCoordinates

NewVersionedFlowCoordinates instantiates a new VersionedFlowCoordinates object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedFlowCoordinatesWithDefaults ¶

func NewVersionedFlowCoordinatesWithDefaults() *VersionedFlowCoordinates

NewVersionedFlowCoordinatesWithDefaults instantiates a new VersionedFlowCoordinates object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedFlowCoordinates) GetBucketId ¶

func (o *VersionedFlowCoordinates) GetBucketId() string

GetBucketId returns the BucketId field value if set, zero value otherwise.

func (*VersionedFlowCoordinates) GetBucketIdOk ¶

func (o *VersionedFlowCoordinates) GetBucketIdOk() (*string, bool)

GetBucketIdOk returns a tuple with the BucketId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowCoordinates) GetFlowId ¶

func (o *VersionedFlowCoordinates) GetFlowId() string

GetFlowId returns the FlowId field value if set, zero value otherwise.

func (*VersionedFlowCoordinates) GetFlowIdOk ¶

func (o *VersionedFlowCoordinates) GetFlowIdOk() (*string, bool)

GetFlowIdOk returns a tuple with the FlowId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowCoordinates) GetLatest ¶

func (o *VersionedFlowCoordinates) GetLatest() bool

GetLatest returns the Latest field value if set, zero value otherwise.

func (*VersionedFlowCoordinates) GetLatestOk ¶

func (o *VersionedFlowCoordinates) GetLatestOk() (*bool, bool)

GetLatestOk returns a tuple with the Latest field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowCoordinates) GetRegistryId ¶

func (o *VersionedFlowCoordinates) GetRegistryId() string

GetRegistryId returns the RegistryId field value if set, zero value otherwise.

func (*VersionedFlowCoordinates) GetRegistryIdOk ¶

func (o *VersionedFlowCoordinates) GetRegistryIdOk() (*string, bool)

GetRegistryIdOk returns a tuple with the RegistryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowCoordinates) GetRegistryUrl ¶

func (o *VersionedFlowCoordinates) GetRegistryUrl() string

GetRegistryUrl returns the RegistryUrl field value if set, zero value otherwise.

func (*VersionedFlowCoordinates) GetRegistryUrlOk ¶

func (o *VersionedFlowCoordinates) GetRegistryUrlOk() (*string, bool)

GetRegistryUrlOk returns a tuple with the RegistryUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowCoordinates) GetStorageLocation ¶

func (o *VersionedFlowCoordinates) GetStorageLocation() string

GetStorageLocation returns the StorageLocation field value if set, zero value otherwise.

func (*VersionedFlowCoordinates) GetStorageLocationOk ¶

func (o *VersionedFlowCoordinates) GetStorageLocationOk() (*string, bool)

GetStorageLocationOk returns a tuple with the StorageLocation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowCoordinates) GetVersion ¶

func (o *VersionedFlowCoordinates) GetVersion() int32

GetVersion returns the Version field value if set, zero value otherwise.

func (*VersionedFlowCoordinates) GetVersionOk ¶

func (o *VersionedFlowCoordinates) GetVersionOk() (*int32, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowCoordinates) HasBucketId ¶

func (o *VersionedFlowCoordinates) HasBucketId() bool

HasBucketId returns a boolean if a field has been set.

func (*VersionedFlowCoordinates) HasFlowId ¶

func (o *VersionedFlowCoordinates) HasFlowId() bool

HasFlowId returns a boolean if a field has been set.

func (*VersionedFlowCoordinates) HasLatest ¶

func (o *VersionedFlowCoordinates) HasLatest() bool

HasLatest returns a boolean if a field has been set.

func (*VersionedFlowCoordinates) HasRegistryId ¶

func (o *VersionedFlowCoordinates) HasRegistryId() bool

HasRegistryId returns a boolean if a field has been set.

func (*VersionedFlowCoordinates) HasRegistryUrl ¶

func (o *VersionedFlowCoordinates) HasRegistryUrl() bool

HasRegistryUrl returns a boolean if a field has been set.

func (*VersionedFlowCoordinates) HasStorageLocation ¶

func (o *VersionedFlowCoordinates) HasStorageLocation() bool

HasStorageLocation returns a boolean if a field has been set.

func (*VersionedFlowCoordinates) HasVersion ¶

func (o *VersionedFlowCoordinates) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (VersionedFlowCoordinates) MarshalJSON ¶

func (o VersionedFlowCoordinates) MarshalJSON() ([]byte, error)

func (*VersionedFlowCoordinates) SetBucketId ¶

func (o *VersionedFlowCoordinates) SetBucketId(v string)

SetBucketId gets a reference to the given string and assigns it to the BucketId field.

func (*VersionedFlowCoordinates) SetFlowId ¶

func (o *VersionedFlowCoordinates) SetFlowId(v string)

SetFlowId gets a reference to the given string and assigns it to the FlowId field.

func (*VersionedFlowCoordinates) SetLatest ¶

func (o *VersionedFlowCoordinates) SetLatest(v bool)

SetLatest gets a reference to the given bool and assigns it to the Latest field.

func (*VersionedFlowCoordinates) SetRegistryId ¶

func (o *VersionedFlowCoordinates) SetRegistryId(v string)

SetRegistryId gets a reference to the given string and assigns it to the RegistryId field.

func (*VersionedFlowCoordinates) SetRegistryUrl ¶

func (o *VersionedFlowCoordinates) SetRegistryUrl(v string)

SetRegistryUrl gets a reference to the given string and assigns it to the RegistryUrl field.

func (*VersionedFlowCoordinates) SetStorageLocation ¶

func (o *VersionedFlowCoordinates) SetStorageLocation(v string)

SetStorageLocation gets a reference to the given string and assigns it to the StorageLocation field.

func (*VersionedFlowCoordinates) SetVersion ¶

func (o *VersionedFlowCoordinates) SetVersion(v int32)

SetVersion gets a reference to the given int32 and assigns it to the Version field.

func (VersionedFlowCoordinates) ToMap ¶

func (o VersionedFlowCoordinates) ToMap() (map[string]interface{}, error)

type VersionedFlowDTO ¶

type VersionedFlowDTO struct {
	// The ID of the registry that the flow is tracked to
	RegistryId *string `json:"registryId,omitempty"`
	// The ID of the bucket where the flow is stored
	BucketId *string `json:"bucketId,omitempty"`
	// The ID of the flow
	FlowId *string `json:"flowId,omitempty"`
	// The name of the flow
	FlowName *string `json:"flowName,omitempty"`
	// A description of the flow
	Description *string `json:"description,omitempty"`
	// Comments for the changeset
	Comments *string `json:"comments,omitempty"`
	// The action being performed
	Action *string `json:"action,omitempty"`
}

VersionedFlowDTO struct for VersionedFlowDTO

func NewVersionedFlowDTO ¶

func NewVersionedFlowDTO() *VersionedFlowDTO

NewVersionedFlowDTO instantiates a new VersionedFlowDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedFlowDTOWithDefaults ¶

func NewVersionedFlowDTOWithDefaults() *VersionedFlowDTO

NewVersionedFlowDTOWithDefaults instantiates a new VersionedFlowDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedFlowDTO) GetAction ¶

func (o *VersionedFlowDTO) GetAction() string

GetAction returns the Action field value if set, zero value otherwise.

func (*VersionedFlowDTO) GetActionOk ¶

func (o *VersionedFlowDTO) GetActionOk() (*string, bool)

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowDTO) GetBucketId ¶

func (o *VersionedFlowDTO) GetBucketId() string

GetBucketId returns the BucketId field value if set, zero value otherwise.

func (*VersionedFlowDTO) GetBucketIdOk ¶

func (o *VersionedFlowDTO) GetBucketIdOk() (*string, bool)

GetBucketIdOk returns a tuple with the BucketId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowDTO) GetComments ¶

func (o *VersionedFlowDTO) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedFlowDTO) GetCommentsOk ¶

func (o *VersionedFlowDTO) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowDTO) GetDescription ¶

func (o *VersionedFlowDTO) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*VersionedFlowDTO) GetDescriptionOk ¶

func (o *VersionedFlowDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowDTO) GetFlowId ¶

func (o *VersionedFlowDTO) GetFlowId() string

GetFlowId returns the FlowId field value if set, zero value otherwise.

func (*VersionedFlowDTO) GetFlowIdOk ¶

func (o *VersionedFlowDTO) GetFlowIdOk() (*string, bool)

GetFlowIdOk returns a tuple with the FlowId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowDTO) GetFlowName ¶

func (o *VersionedFlowDTO) GetFlowName() string

GetFlowName returns the FlowName field value if set, zero value otherwise.

func (*VersionedFlowDTO) GetFlowNameOk ¶

func (o *VersionedFlowDTO) GetFlowNameOk() (*string, bool)

GetFlowNameOk returns a tuple with the FlowName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowDTO) GetRegistryId ¶

func (o *VersionedFlowDTO) GetRegistryId() string

GetRegistryId returns the RegistryId field value if set, zero value otherwise.

func (*VersionedFlowDTO) GetRegistryIdOk ¶

func (o *VersionedFlowDTO) GetRegistryIdOk() (*string, bool)

GetRegistryIdOk returns a tuple with the RegistryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowDTO) HasAction ¶

func (o *VersionedFlowDTO) HasAction() bool

HasAction returns a boolean if a field has been set.

func (*VersionedFlowDTO) HasBucketId ¶

func (o *VersionedFlowDTO) HasBucketId() bool

HasBucketId returns a boolean if a field has been set.

func (*VersionedFlowDTO) HasComments ¶

func (o *VersionedFlowDTO) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedFlowDTO) HasDescription ¶

func (o *VersionedFlowDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*VersionedFlowDTO) HasFlowId ¶

func (o *VersionedFlowDTO) HasFlowId() bool

HasFlowId returns a boolean if a field has been set.

func (*VersionedFlowDTO) HasFlowName ¶

func (o *VersionedFlowDTO) HasFlowName() bool

HasFlowName returns a boolean if a field has been set.

func (*VersionedFlowDTO) HasRegistryId ¶

func (o *VersionedFlowDTO) HasRegistryId() bool

HasRegistryId returns a boolean if a field has been set.

func (VersionedFlowDTO) MarshalJSON ¶

func (o VersionedFlowDTO) MarshalJSON() ([]byte, error)

func (*VersionedFlowDTO) SetAction ¶

func (o *VersionedFlowDTO) SetAction(v string)

SetAction gets a reference to the given string and assigns it to the Action field.

func (*VersionedFlowDTO) SetBucketId ¶

func (o *VersionedFlowDTO) SetBucketId(v string)

SetBucketId gets a reference to the given string and assigns it to the BucketId field.

func (*VersionedFlowDTO) SetComments ¶

func (o *VersionedFlowDTO) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedFlowDTO) SetDescription ¶

func (o *VersionedFlowDTO) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*VersionedFlowDTO) SetFlowId ¶

func (o *VersionedFlowDTO) SetFlowId(v string)

SetFlowId gets a reference to the given string and assigns it to the FlowId field.

func (*VersionedFlowDTO) SetFlowName ¶

func (o *VersionedFlowDTO) SetFlowName(v string)

SetFlowName gets a reference to the given string and assigns it to the FlowName field.

func (*VersionedFlowDTO) SetRegistryId ¶

func (o *VersionedFlowDTO) SetRegistryId(v string)

SetRegistryId gets a reference to the given string and assigns it to the RegistryId field.

func (VersionedFlowDTO) ToMap ¶

func (o VersionedFlowDTO) ToMap() (map[string]interface{}, error)

type VersionedFlowEntity ¶

type VersionedFlowEntity struct {
	VersionedFlow *VersionedFlowDTO `json:"versionedFlow,omitempty"`
}

VersionedFlowEntity struct for VersionedFlowEntity

func NewVersionedFlowEntity ¶

func NewVersionedFlowEntity() *VersionedFlowEntity

NewVersionedFlowEntity instantiates a new VersionedFlowEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedFlowEntityWithDefaults ¶

func NewVersionedFlowEntityWithDefaults() *VersionedFlowEntity

NewVersionedFlowEntityWithDefaults instantiates a new VersionedFlowEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedFlowEntity) GetVersionedFlow ¶

func (o *VersionedFlowEntity) GetVersionedFlow() VersionedFlowDTO

GetVersionedFlow returns the VersionedFlow field value if set, zero value otherwise.

func (*VersionedFlowEntity) GetVersionedFlowOk ¶

func (o *VersionedFlowEntity) GetVersionedFlowOk() (*VersionedFlowDTO, bool)

GetVersionedFlowOk returns a tuple with the VersionedFlow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowEntity) HasVersionedFlow ¶

func (o *VersionedFlowEntity) HasVersionedFlow() bool

HasVersionedFlow returns a boolean if a field has been set.

func (VersionedFlowEntity) MarshalJSON ¶

func (o VersionedFlowEntity) MarshalJSON() ([]byte, error)

func (*VersionedFlowEntity) SetVersionedFlow ¶

func (o *VersionedFlowEntity) SetVersionedFlow(v VersionedFlowDTO)

SetVersionedFlow gets a reference to the given VersionedFlowDTO and assigns it to the VersionedFlow field.

func (VersionedFlowEntity) ToMap ¶

func (o VersionedFlowEntity) ToMap() (map[string]interface{}, error)

type VersionedFlowSnapshotEntity ¶

type VersionedFlowSnapshotEntity struct {
	VersionedFlowSnapshot *RegisteredFlowSnapshot `json:"versionedFlowSnapshot,omitempty"`
	ProcessGroupRevision  *RevisionDTO            `json:"processGroupRevision,omitempty"`
	// The ID of the Registry that this flow belongs to
	RegistryId *string `json:"registryId,omitempty"`
	// If the Process Group to be updated has a child or descendant Process Group that is also under Version Control, this specifies whether or not the contents of that child/descendant Process Group should be updated.
	UpdateDescendantVersionedFlows *bool `json:"updateDescendantVersionedFlows,omitempty"`
	// Acknowledges that this node is disconnected to allow for mutable requests to proceed.
	DisconnectedNodeAcknowledged *bool `json:"disconnectedNodeAcknowledged,omitempty"`
}

VersionedFlowSnapshotEntity struct for VersionedFlowSnapshotEntity

func NewVersionedFlowSnapshotEntity ¶

func NewVersionedFlowSnapshotEntity() *VersionedFlowSnapshotEntity

NewVersionedFlowSnapshotEntity instantiates a new VersionedFlowSnapshotEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedFlowSnapshotEntityWithDefaults ¶

func NewVersionedFlowSnapshotEntityWithDefaults() *VersionedFlowSnapshotEntity

NewVersionedFlowSnapshotEntityWithDefaults instantiates a new VersionedFlowSnapshotEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedFlowSnapshotEntity) GetDisconnectedNodeAcknowledged ¶

func (o *VersionedFlowSnapshotEntity) GetDisconnectedNodeAcknowledged() bool

GetDisconnectedNodeAcknowledged returns the DisconnectedNodeAcknowledged field value if set, zero value otherwise.

func (*VersionedFlowSnapshotEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *VersionedFlowSnapshotEntity) GetDisconnectedNodeAcknowledgedOk() (*bool, bool)

GetDisconnectedNodeAcknowledgedOk returns a tuple with the DisconnectedNodeAcknowledged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowSnapshotEntity) GetProcessGroupRevision ¶

func (o *VersionedFlowSnapshotEntity) GetProcessGroupRevision() RevisionDTO

GetProcessGroupRevision returns the ProcessGroupRevision field value if set, zero value otherwise.

func (*VersionedFlowSnapshotEntity) GetProcessGroupRevisionOk ¶

func (o *VersionedFlowSnapshotEntity) GetProcessGroupRevisionOk() (*RevisionDTO, bool)

GetProcessGroupRevisionOk returns a tuple with the ProcessGroupRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowSnapshotEntity) GetRegistryId ¶

func (o *VersionedFlowSnapshotEntity) GetRegistryId() string

GetRegistryId returns the RegistryId field value if set, zero value otherwise.

func (*VersionedFlowSnapshotEntity) GetRegistryIdOk ¶

func (o *VersionedFlowSnapshotEntity) GetRegistryIdOk() (*string, bool)

GetRegistryIdOk returns a tuple with the RegistryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowSnapshotEntity) GetUpdateDescendantVersionedFlows ¶

func (o *VersionedFlowSnapshotEntity) GetUpdateDescendantVersionedFlows() bool

GetUpdateDescendantVersionedFlows returns the UpdateDescendantVersionedFlows field value if set, zero value otherwise.

func (*VersionedFlowSnapshotEntity) GetUpdateDescendantVersionedFlowsOk ¶

func (o *VersionedFlowSnapshotEntity) GetUpdateDescendantVersionedFlowsOk() (*bool, bool)

GetUpdateDescendantVersionedFlowsOk returns a tuple with the UpdateDescendantVersionedFlows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowSnapshotEntity) GetVersionedFlowSnapshot ¶

func (o *VersionedFlowSnapshotEntity) GetVersionedFlowSnapshot() RegisteredFlowSnapshot

GetVersionedFlowSnapshot returns the VersionedFlowSnapshot field value if set, zero value otherwise.

func (*VersionedFlowSnapshotEntity) GetVersionedFlowSnapshotOk ¶

func (o *VersionedFlowSnapshotEntity) GetVersionedFlowSnapshotOk() (*RegisteredFlowSnapshot, bool)

GetVersionedFlowSnapshotOk returns a tuple with the VersionedFlowSnapshot field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowSnapshotEntity) HasDisconnectedNodeAcknowledged ¶

func (o *VersionedFlowSnapshotEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*VersionedFlowSnapshotEntity) HasProcessGroupRevision ¶

func (o *VersionedFlowSnapshotEntity) HasProcessGroupRevision() bool

HasProcessGroupRevision returns a boolean if a field has been set.

func (*VersionedFlowSnapshotEntity) HasRegistryId ¶

func (o *VersionedFlowSnapshotEntity) HasRegistryId() bool

HasRegistryId returns a boolean if a field has been set.

func (*VersionedFlowSnapshotEntity) HasUpdateDescendantVersionedFlows ¶

func (o *VersionedFlowSnapshotEntity) HasUpdateDescendantVersionedFlows() bool

HasUpdateDescendantVersionedFlows returns a boolean if a field has been set.

func (*VersionedFlowSnapshotEntity) HasVersionedFlowSnapshot ¶

func (o *VersionedFlowSnapshotEntity) HasVersionedFlowSnapshot() bool

HasVersionedFlowSnapshot returns a boolean if a field has been set.

func (VersionedFlowSnapshotEntity) MarshalJSON ¶

func (o VersionedFlowSnapshotEntity) MarshalJSON() ([]byte, error)

func (*VersionedFlowSnapshotEntity) SetDisconnectedNodeAcknowledged ¶

func (o *VersionedFlowSnapshotEntity) SetDisconnectedNodeAcknowledged(v bool)

SetDisconnectedNodeAcknowledged gets a reference to the given bool and assigns it to the DisconnectedNodeAcknowledged field.

func (*VersionedFlowSnapshotEntity) SetProcessGroupRevision ¶

func (o *VersionedFlowSnapshotEntity) SetProcessGroupRevision(v RevisionDTO)

SetProcessGroupRevision gets a reference to the given RevisionDTO and assigns it to the ProcessGroupRevision field.

func (*VersionedFlowSnapshotEntity) SetRegistryId ¶

func (o *VersionedFlowSnapshotEntity) SetRegistryId(v string)

SetRegistryId gets a reference to the given string and assigns it to the RegistryId field.

func (*VersionedFlowSnapshotEntity) SetUpdateDescendantVersionedFlows ¶

func (o *VersionedFlowSnapshotEntity) SetUpdateDescendantVersionedFlows(v bool)

SetUpdateDescendantVersionedFlows gets a reference to the given bool and assigns it to the UpdateDescendantVersionedFlows field.

func (*VersionedFlowSnapshotEntity) SetVersionedFlowSnapshot ¶

func (o *VersionedFlowSnapshotEntity) SetVersionedFlowSnapshot(v RegisteredFlowSnapshot)

SetVersionedFlowSnapshot gets a reference to the given RegisteredFlowSnapshot and assigns it to the VersionedFlowSnapshot field.

func (VersionedFlowSnapshotEntity) ToMap ¶

func (o VersionedFlowSnapshotEntity) ToMap() (map[string]interface{}, error)

type VersionedFlowSnapshotMetadataEntity ¶

type VersionedFlowSnapshotMetadataEntity struct {
	VersionedFlowSnapshotMetadata *RegisteredFlowSnapshotMetadata `json:"versionedFlowSnapshotMetadata,omitempty"`
	// The ID of the Registry that this flow belongs to
	RegistryId *string `json:"registryId,omitempty"`
}

VersionedFlowSnapshotMetadataEntity struct for VersionedFlowSnapshotMetadataEntity

func NewVersionedFlowSnapshotMetadataEntity ¶

func NewVersionedFlowSnapshotMetadataEntity() *VersionedFlowSnapshotMetadataEntity

NewVersionedFlowSnapshotMetadataEntity instantiates a new VersionedFlowSnapshotMetadataEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedFlowSnapshotMetadataEntityWithDefaults ¶

func NewVersionedFlowSnapshotMetadataEntityWithDefaults() *VersionedFlowSnapshotMetadataEntity

NewVersionedFlowSnapshotMetadataEntityWithDefaults instantiates a new VersionedFlowSnapshotMetadataEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedFlowSnapshotMetadataEntity) GetRegistryId ¶

func (o *VersionedFlowSnapshotMetadataEntity) GetRegistryId() string

GetRegistryId returns the RegistryId field value if set, zero value otherwise.

func (*VersionedFlowSnapshotMetadataEntity) GetRegistryIdOk ¶

func (o *VersionedFlowSnapshotMetadataEntity) GetRegistryIdOk() (*string, bool)

GetRegistryIdOk returns a tuple with the RegistryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowSnapshotMetadataEntity) GetVersionedFlowSnapshotMetadata ¶

func (o *VersionedFlowSnapshotMetadataEntity) GetVersionedFlowSnapshotMetadata() RegisteredFlowSnapshotMetadata

GetVersionedFlowSnapshotMetadata returns the VersionedFlowSnapshotMetadata field value if set, zero value otherwise.

func (*VersionedFlowSnapshotMetadataEntity) GetVersionedFlowSnapshotMetadataOk ¶

func (o *VersionedFlowSnapshotMetadataEntity) GetVersionedFlowSnapshotMetadataOk() (*RegisteredFlowSnapshotMetadata, bool)

GetVersionedFlowSnapshotMetadataOk returns a tuple with the VersionedFlowSnapshotMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowSnapshotMetadataEntity) HasRegistryId ¶

func (o *VersionedFlowSnapshotMetadataEntity) HasRegistryId() bool

HasRegistryId returns a boolean if a field has been set.

func (*VersionedFlowSnapshotMetadataEntity) HasVersionedFlowSnapshotMetadata ¶

func (o *VersionedFlowSnapshotMetadataEntity) HasVersionedFlowSnapshotMetadata() bool

HasVersionedFlowSnapshotMetadata returns a boolean if a field has been set.

func (VersionedFlowSnapshotMetadataEntity) MarshalJSON ¶

func (o VersionedFlowSnapshotMetadataEntity) MarshalJSON() ([]byte, error)

func (*VersionedFlowSnapshotMetadataEntity) SetRegistryId ¶

func (o *VersionedFlowSnapshotMetadataEntity) SetRegistryId(v string)

SetRegistryId gets a reference to the given string and assigns it to the RegistryId field.

func (*VersionedFlowSnapshotMetadataEntity) SetVersionedFlowSnapshotMetadata ¶

func (o *VersionedFlowSnapshotMetadataEntity) SetVersionedFlowSnapshotMetadata(v RegisteredFlowSnapshotMetadata)

SetVersionedFlowSnapshotMetadata gets a reference to the given RegisteredFlowSnapshotMetadata and assigns it to the VersionedFlowSnapshotMetadata field.

func (VersionedFlowSnapshotMetadataEntity) ToMap ¶

func (o VersionedFlowSnapshotMetadataEntity) ToMap() (map[string]interface{}, error)

type VersionedFlowSnapshotMetadataSetEntity ¶

type VersionedFlowSnapshotMetadataSetEntity struct {
	VersionedFlowSnapshotMetadataSet []VersionedFlowSnapshotMetadataEntity `json:"versionedFlowSnapshotMetadataSet,omitempty"`
}

VersionedFlowSnapshotMetadataSetEntity struct for VersionedFlowSnapshotMetadataSetEntity

func NewVersionedFlowSnapshotMetadataSetEntity ¶

func NewVersionedFlowSnapshotMetadataSetEntity() *VersionedFlowSnapshotMetadataSetEntity

NewVersionedFlowSnapshotMetadataSetEntity instantiates a new VersionedFlowSnapshotMetadataSetEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedFlowSnapshotMetadataSetEntityWithDefaults ¶

func NewVersionedFlowSnapshotMetadataSetEntityWithDefaults() *VersionedFlowSnapshotMetadataSetEntity

NewVersionedFlowSnapshotMetadataSetEntityWithDefaults instantiates a new VersionedFlowSnapshotMetadataSetEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedFlowSnapshotMetadataSetEntity) GetVersionedFlowSnapshotMetadataSet ¶

func (o *VersionedFlowSnapshotMetadataSetEntity) GetVersionedFlowSnapshotMetadataSet() []VersionedFlowSnapshotMetadataEntity

GetVersionedFlowSnapshotMetadataSet returns the VersionedFlowSnapshotMetadataSet field value if set, zero value otherwise.

func (*VersionedFlowSnapshotMetadataSetEntity) GetVersionedFlowSnapshotMetadataSetOk ¶

func (o *VersionedFlowSnapshotMetadataSetEntity) GetVersionedFlowSnapshotMetadataSetOk() ([]VersionedFlowSnapshotMetadataEntity, bool)

GetVersionedFlowSnapshotMetadataSetOk returns a tuple with the VersionedFlowSnapshotMetadataSet field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowSnapshotMetadataSetEntity) HasVersionedFlowSnapshotMetadataSet ¶

func (o *VersionedFlowSnapshotMetadataSetEntity) HasVersionedFlowSnapshotMetadataSet() bool

HasVersionedFlowSnapshotMetadataSet returns a boolean if a field has been set.

func (VersionedFlowSnapshotMetadataSetEntity) MarshalJSON ¶

func (o VersionedFlowSnapshotMetadataSetEntity) MarshalJSON() ([]byte, error)

func (*VersionedFlowSnapshotMetadataSetEntity) SetVersionedFlowSnapshotMetadataSet ¶

func (o *VersionedFlowSnapshotMetadataSetEntity) SetVersionedFlowSnapshotMetadataSet(v []VersionedFlowSnapshotMetadataEntity)

SetVersionedFlowSnapshotMetadataSet gets a reference to the given []VersionedFlowSnapshotMetadataEntity and assigns it to the VersionedFlowSnapshotMetadataSet field.

func (VersionedFlowSnapshotMetadataSetEntity) ToMap ¶

func (o VersionedFlowSnapshotMetadataSetEntity) ToMap() (map[string]interface{}, error)

type VersionedFlowUpdateRequestDTO ¶

type VersionedFlowUpdateRequestDTO struct {
	// The unique ID of this request.
	RequestId *string `json:"requestId,omitempty"`
	// The unique ID of the Process Group being updated
	ProcessGroupId *string `json:"processGroupId,omitempty"`
	// The URI for future requests to this drop request.
	Uri *string `json:"uri,omitempty"`
	// The last time this request was updated.
	LastUpdated *string `json:"lastUpdated,omitempty"`
	// Whether or not this request has completed
	Complete *bool `json:"complete,omitempty"`
	// An explanation of why this request failed, or null if this request has not failed
	FailureReason *string `json:"failureReason,omitempty"`
	// The percentage complete for the request, between 0 and 100
	PercentCompleted *int32 `json:"percentCompleted,omitempty"`
	// The state of the request
	State                     *string                       `json:"state,omitempty"`
	VersionControlInformation *VersionControlInformationDTO `json:"versionControlInformation,omitempty"`
}

VersionedFlowUpdateRequestDTO struct for VersionedFlowUpdateRequestDTO

func NewVersionedFlowUpdateRequestDTO ¶

func NewVersionedFlowUpdateRequestDTO() *VersionedFlowUpdateRequestDTO

NewVersionedFlowUpdateRequestDTO instantiates a new VersionedFlowUpdateRequestDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedFlowUpdateRequestDTOWithDefaults ¶

func NewVersionedFlowUpdateRequestDTOWithDefaults() *VersionedFlowUpdateRequestDTO

NewVersionedFlowUpdateRequestDTOWithDefaults instantiates a new VersionedFlowUpdateRequestDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedFlowUpdateRequestDTO) GetComplete ¶

func (o *VersionedFlowUpdateRequestDTO) GetComplete() bool

GetComplete returns the Complete field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestDTO) GetCompleteOk ¶

func (o *VersionedFlowUpdateRequestDTO) GetCompleteOk() (*bool, bool)

GetCompleteOk returns a tuple with the Complete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestDTO) GetFailureReason ¶

func (o *VersionedFlowUpdateRequestDTO) GetFailureReason() string

GetFailureReason returns the FailureReason field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestDTO) GetFailureReasonOk ¶

func (o *VersionedFlowUpdateRequestDTO) GetFailureReasonOk() (*string, bool)

GetFailureReasonOk returns a tuple with the FailureReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestDTO) GetLastUpdated ¶

func (o *VersionedFlowUpdateRequestDTO) GetLastUpdated() string

GetLastUpdated returns the LastUpdated field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestDTO) GetLastUpdatedOk ¶

func (o *VersionedFlowUpdateRequestDTO) GetLastUpdatedOk() (*string, bool)

GetLastUpdatedOk returns a tuple with the LastUpdated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestDTO) GetPercentCompleted ¶

func (o *VersionedFlowUpdateRequestDTO) GetPercentCompleted() int32

GetPercentCompleted returns the PercentCompleted field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestDTO) GetPercentCompletedOk ¶

func (o *VersionedFlowUpdateRequestDTO) GetPercentCompletedOk() (*int32, bool)

GetPercentCompletedOk returns a tuple with the PercentCompleted field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestDTO) GetProcessGroupId ¶

func (o *VersionedFlowUpdateRequestDTO) GetProcessGroupId() string

GetProcessGroupId returns the ProcessGroupId field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestDTO) GetProcessGroupIdOk ¶

func (o *VersionedFlowUpdateRequestDTO) GetProcessGroupIdOk() (*string, bool)

GetProcessGroupIdOk returns a tuple with the ProcessGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestDTO) GetRequestId ¶

func (o *VersionedFlowUpdateRequestDTO) GetRequestId() string

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestDTO) GetRequestIdOk ¶

func (o *VersionedFlowUpdateRequestDTO) GetRequestIdOk() (*string, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestDTO) GetState ¶

func (o *VersionedFlowUpdateRequestDTO) GetState() string

GetState returns the State field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestDTO) GetStateOk ¶

func (o *VersionedFlowUpdateRequestDTO) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestDTO) GetUri ¶

GetUri returns the Uri field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestDTO) GetUriOk ¶

func (o *VersionedFlowUpdateRequestDTO) GetUriOk() (*string, bool)

GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestDTO) GetVersionControlInformation ¶

func (o *VersionedFlowUpdateRequestDTO) GetVersionControlInformation() VersionControlInformationDTO

GetVersionControlInformation returns the VersionControlInformation field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestDTO) GetVersionControlInformationOk ¶

func (o *VersionedFlowUpdateRequestDTO) GetVersionControlInformationOk() (*VersionControlInformationDTO, bool)

GetVersionControlInformationOk returns a tuple with the VersionControlInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestDTO) HasComplete ¶

func (o *VersionedFlowUpdateRequestDTO) HasComplete() bool

HasComplete returns a boolean if a field has been set.

func (*VersionedFlowUpdateRequestDTO) HasFailureReason ¶

func (o *VersionedFlowUpdateRequestDTO) HasFailureReason() bool

HasFailureReason returns a boolean if a field has been set.

func (*VersionedFlowUpdateRequestDTO) HasLastUpdated ¶

func (o *VersionedFlowUpdateRequestDTO) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

func (*VersionedFlowUpdateRequestDTO) HasPercentCompleted ¶

func (o *VersionedFlowUpdateRequestDTO) HasPercentCompleted() bool

HasPercentCompleted returns a boolean if a field has been set.

func (*VersionedFlowUpdateRequestDTO) HasProcessGroupId ¶

func (o *VersionedFlowUpdateRequestDTO) HasProcessGroupId() bool

HasProcessGroupId returns a boolean if a field has been set.

func (*VersionedFlowUpdateRequestDTO) HasRequestId ¶

func (o *VersionedFlowUpdateRequestDTO) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*VersionedFlowUpdateRequestDTO) HasState ¶

func (o *VersionedFlowUpdateRequestDTO) HasState() bool

HasState returns a boolean if a field has been set.

func (*VersionedFlowUpdateRequestDTO) HasUri ¶

func (o *VersionedFlowUpdateRequestDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (*VersionedFlowUpdateRequestDTO) HasVersionControlInformation ¶

func (o *VersionedFlowUpdateRequestDTO) HasVersionControlInformation() bool

HasVersionControlInformation returns a boolean if a field has been set.

func (VersionedFlowUpdateRequestDTO) MarshalJSON ¶

func (o VersionedFlowUpdateRequestDTO) MarshalJSON() ([]byte, error)

func (*VersionedFlowUpdateRequestDTO) SetComplete ¶

func (o *VersionedFlowUpdateRequestDTO) SetComplete(v bool)

SetComplete gets a reference to the given bool and assigns it to the Complete field.

func (*VersionedFlowUpdateRequestDTO) SetFailureReason ¶

func (o *VersionedFlowUpdateRequestDTO) SetFailureReason(v string)

SetFailureReason gets a reference to the given string and assigns it to the FailureReason field.

func (*VersionedFlowUpdateRequestDTO) SetLastUpdated ¶

func (o *VersionedFlowUpdateRequestDTO) SetLastUpdated(v string)

SetLastUpdated gets a reference to the given string and assigns it to the LastUpdated field.

func (*VersionedFlowUpdateRequestDTO) SetPercentCompleted ¶

func (o *VersionedFlowUpdateRequestDTO) SetPercentCompleted(v int32)

SetPercentCompleted gets a reference to the given int32 and assigns it to the PercentCompleted field.

func (*VersionedFlowUpdateRequestDTO) SetProcessGroupId ¶

func (o *VersionedFlowUpdateRequestDTO) SetProcessGroupId(v string)

SetProcessGroupId gets a reference to the given string and assigns it to the ProcessGroupId field.

func (*VersionedFlowUpdateRequestDTO) SetRequestId ¶

func (o *VersionedFlowUpdateRequestDTO) SetRequestId(v string)

SetRequestId gets a reference to the given string and assigns it to the RequestId field.

func (*VersionedFlowUpdateRequestDTO) SetState ¶

func (o *VersionedFlowUpdateRequestDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State field.

func (*VersionedFlowUpdateRequestDTO) SetUri ¶

SetUri gets a reference to the given string and assigns it to the Uri field.

func (*VersionedFlowUpdateRequestDTO) SetVersionControlInformation ¶

func (o *VersionedFlowUpdateRequestDTO) SetVersionControlInformation(v VersionControlInformationDTO)

SetVersionControlInformation gets a reference to the given VersionControlInformationDTO and assigns it to the VersionControlInformation field.

func (VersionedFlowUpdateRequestDTO) ToMap ¶

func (o VersionedFlowUpdateRequestDTO) ToMap() (map[string]interface{}, error)

type VersionedFlowUpdateRequestEntity ¶

type VersionedFlowUpdateRequestEntity struct {
	ProcessGroupRevision *RevisionDTO                   `json:"processGroupRevision,omitempty"`
	Request              *VersionedFlowUpdateRequestDTO `json:"request,omitempty"`
}

VersionedFlowUpdateRequestEntity struct for VersionedFlowUpdateRequestEntity

func NewVersionedFlowUpdateRequestEntity ¶

func NewVersionedFlowUpdateRequestEntity() *VersionedFlowUpdateRequestEntity

NewVersionedFlowUpdateRequestEntity instantiates a new VersionedFlowUpdateRequestEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedFlowUpdateRequestEntityWithDefaults ¶

func NewVersionedFlowUpdateRequestEntityWithDefaults() *VersionedFlowUpdateRequestEntity

NewVersionedFlowUpdateRequestEntityWithDefaults instantiates a new VersionedFlowUpdateRequestEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedFlowUpdateRequestEntity) GetProcessGroupRevision ¶

func (o *VersionedFlowUpdateRequestEntity) GetProcessGroupRevision() RevisionDTO

GetProcessGroupRevision returns the ProcessGroupRevision field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestEntity) GetProcessGroupRevisionOk ¶

func (o *VersionedFlowUpdateRequestEntity) GetProcessGroupRevisionOk() (*RevisionDTO, bool)

GetProcessGroupRevisionOk returns a tuple with the ProcessGroupRevision field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestEntity) GetRequest ¶

GetRequest returns the Request field value if set, zero value otherwise.

func (*VersionedFlowUpdateRequestEntity) GetRequestOk ¶

GetRequestOk returns a tuple with the Request field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowUpdateRequestEntity) HasProcessGroupRevision ¶

func (o *VersionedFlowUpdateRequestEntity) HasProcessGroupRevision() bool

HasProcessGroupRevision returns a boolean if a field has been set.

func (*VersionedFlowUpdateRequestEntity) HasRequest ¶

func (o *VersionedFlowUpdateRequestEntity) HasRequest() bool

HasRequest returns a boolean if a field has been set.

func (VersionedFlowUpdateRequestEntity) MarshalJSON ¶

func (o VersionedFlowUpdateRequestEntity) MarshalJSON() ([]byte, error)

func (*VersionedFlowUpdateRequestEntity) SetProcessGroupRevision ¶

func (o *VersionedFlowUpdateRequestEntity) SetProcessGroupRevision(v RevisionDTO)

SetProcessGroupRevision gets a reference to the given RevisionDTO and assigns it to the ProcessGroupRevision field.

func (*VersionedFlowUpdateRequestEntity) SetRequest ¶

SetRequest gets a reference to the given VersionedFlowUpdateRequestDTO and assigns it to the Request field.

func (VersionedFlowUpdateRequestEntity) ToMap ¶

func (o VersionedFlowUpdateRequestEntity) ToMap() (map[string]interface{}, error)

type VersionedFlowsEntity ¶

type VersionedFlowsEntity struct {
	VersionedFlows []VersionedFlowEntity `json:"versionedFlows,omitempty"`
}

VersionedFlowsEntity struct for VersionedFlowsEntity

func NewVersionedFlowsEntity ¶

func NewVersionedFlowsEntity() *VersionedFlowsEntity

NewVersionedFlowsEntity instantiates a new VersionedFlowsEntity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedFlowsEntityWithDefaults ¶

func NewVersionedFlowsEntityWithDefaults() *VersionedFlowsEntity

NewVersionedFlowsEntityWithDefaults instantiates a new VersionedFlowsEntity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedFlowsEntity) GetVersionedFlows ¶

func (o *VersionedFlowsEntity) GetVersionedFlows() []VersionedFlowEntity

GetVersionedFlows returns the VersionedFlows field value if set, zero value otherwise.

func (*VersionedFlowsEntity) GetVersionedFlowsOk ¶

func (o *VersionedFlowsEntity) GetVersionedFlowsOk() ([]VersionedFlowEntity, bool)

GetVersionedFlowsOk returns a tuple with the VersionedFlows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFlowsEntity) HasVersionedFlows ¶

func (o *VersionedFlowsEntity) HasVersionedFlows() bool

HasVersionedFlows returns a boolean if a field has been set.

func (VersionedFlowsEntity) MarshalJSON ¶

func (o VersionedFlowsEntity) MarshalJSON() ([]byte, error)

func (*VersionedFlowsEntity) SetVersionedFlows ¶

func (o *VersionedFlowsEntity) SetVersionedFlows(v []VersionedFlowEntity)

SetVersionedFlows gets a reference to the given []VersionedFlowEntity and assigns it to the VersionedFlows field.

func (VersionedFlowsEntity) ToMap ¶

func (o VersionedFlowsEntity) ToMap() (map[string]interface{}, error)

type VersionedFunnel ¶

type VersionedFunnel struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
	// The component's name
	Name *string `json:"name,omitempty"`
	// The user-supplied comments for the component
	Comments      *string   `json:"comments,omitempty"`
	Position      *Position `json:"position,omitempty"`
	ComponentType *string   `json:"componentType,omitempty"`
	// The ID of the Process Group that this component belongs to
	GroupIdentifier *string `json:"groupIdentifier,omitempty"`
}

VersionedFunnel struct for VersionedFunnel

func NewVersionedFunnel ¶

func NewVersionedFunnel() *VersionedFunnel

NewVersionedFunnel instantiates a new VersionedFunnel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedFunnelWithDefaults ¶

func NewVersionedFunnelWithDefaults() *VersionedFunnel

NewVersionedFunnelWithDefaults instantiates a new VersionedFunnel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedFunnel) GetComments ¶

func (o *VersionedFunnel) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedFunnel) GetCommentsOk ¶

func (o *VersionedFunnel) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFunnel) GetComponentType ¶

func (o *VersionedFunnel) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*VersionedFunnel) GetComponentTypeOk ¶

func (o *VersionedFunnel) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFunnel) GetGroupIdentifier ¶

func (o *VersionedFunnel) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*VersionedFunnel) GetGroupIdentifierOk ¶

func (o *VersionedFunnel) GetGroupIdentifierOk() (*string, bool)

GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFunnel) GetIdentifier ¶

func (o *VersionedFunnel) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedFunnel) GetIdentifierOk ¶

func (o *VersionedFunnel) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFunnel) GetInstanceIdentifier ¶

func (o *VersionedFunnel) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*VersionedFunnel) GetInstanceIdentifierOk ¶

func (o *VersionedFunnel) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFunnel) GetName ¶

func (o *VersionedFunnel) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedFunnel) GetNameOk ¶

func (o *VersionedFunnel) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFunnel) GetPosition ¶

func (o *VersionedFunnel) GetPosition() Position

GetPosition returns the Position field value if set, zero value otherwise.

func (*VersionedFunnel) GetPositionOk ¶

func (o *VersionedFunnel) GetPositionOk() (*Position, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedFunnel) HasComments ¶

func (o *VersionedFunnel) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedFunnel) HasComponentType ¶

func (o *VersionedFunnel) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*VersionedFunnel) HasGroupIdentifier ¶

func (o *VersionedFunnel) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (*VersionedFunnel) HasIdentifier ¶

func (o *VersionedFunnel) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*VersionedFunnel) HasInstanceIdentifier ¶

func (o *VersionedFunnel) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*VersionedFunnel) HasName ¶

func (o *VersionedFunnel) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedFunnel) HasPosition ¶

func (o *VersionedFunnel) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (VersionedFunnel) MarshalJSON ¶

func (o VersionedFunnel) MarshalJSON() ([]byte, error)

func (*VersionedFunnel) SetComments ¶

func (o *VersionedFunnel) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedFunnel) SetComponentType ¶

func (o *VersionedFunnel) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*VersionedFunnel) SetGroupIdentifier ¶

func (o *VersionedFunnel) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (*VersionedFunnel) SetIdentifier ¶

func (o *VersionedFunnel) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*VersionedFunnel) SetInstanceIdentifier ¶

func (o *VersionedFunnel) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*VersionedFunnel) SetName ¶

func (o *VersionedFunnel) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedFunnel) SetPosition ¶

func (o *VersionedFunnel) SetPosition(v Position)

SetPosition gets a reference to the given Position and assigns it to the Position field.

func (VersionedFunnel) ToMap ¶

func (o VersionedFunnel) ToMap() (map[string]interface{}, error)

type VersionedLabel ¶

type VersionedLabel struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
	// The component's name
	Name *string `json:"name,omitempty"`
	// The user-supplied comments for the component
	Comments *string   `json:"comments,omitempty"`
	Position *Position `json:"position,omitempty"`
	// The text that appears in the label.
	Label *string `json:"label,omitempty"`
	// The z index of the connection.
	ZIndex *int64 `json:"zIndex,omitempty"`
	// The width of the label in pixels when at a 1:1 scale.
	Width *float64 `json:"width,omitempty"`
	// The height of the label in pixels when at a 1:1 scale.
	Height *float64 `json:"height,omitempty"`
	// The styles for this label (font-size : 12px, background-color : #eee, etc).
	Style         *map[string]string `json:"style,omitempty"`
	ComponentType *string            `json:"componentType,omitempty"`
	// The ID of the Process Group that this component belongs to
	GroupIdentifier *string `json:"groupIdentifier,omitempty"`
}

VersionedLabel struct for VersionedLabel

func NewVersionedLabel ¶

func NewVersionedLabel() *VersionedLabel

NewVersionedLabel instantiates a new VersionedLabel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedLabelWithDefaults ¶

func NewVersionedLabelWithDefaults() *VersionedLabel

NewVersionedLabelWithDefaults instantiates a new VersionedLabel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedLabel) GetComments ¶

func (o *VersionedLabel) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedLabel) GetCommentsOk ¶

func (o *VersionedLabel) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetComponentType ¶

func (o *VersionedLabel) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*VersionedLabel) GetComponentTypeOk ¶

func (o *VersionedLabel) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetGroupIdentifier ¶

func (o *VersionedLabel) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*VersionedLabel) GetGroupIdentifierOk ¶

func (o *VersionedLabel) GetGroupIdentifierOk() (*string, bool)

GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetHeight ¶

func (o *VersionedLabel) GetHeight() float64

GetHeight returns the Height field value if set, zero value otherwise.

func (*VersionedLabel) GetHeightOk ¶

func (o *VersionedLabel) GetHeightOk() (*float64, bool)

GetHeightOk returns a tuple with the Height field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetIdentifier ¶

func (o *VersionedLabel) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedLabel) GetIdentifierOk ¶

func (o *VersionedLabel) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetInstanceIdentifier ¶

func (o *VersionedLabel) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*VersionedLabel) GetInstanceIdentifierOk ¶

func (o *VersionedLabel) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetLabel ¶

func (o *VersionedLabel) GetLabel() string

GetLabel returns the Label field value if set, zero value otherwise.

func (*VersionedLabel) GetLabelOk ¶

func (o *VersionedLabel) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetName ¶

func (o *VersionedLabel) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedLabel) GetNameOk ¶

func (o *VersionedLabel) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetPosition ¶

func (o *VersionedLabel) GetPosition() Position

GetPosition returns the Position field value if set, zero value otherwise.

func (*VersionedLabel) GetPositionOk ¶

func (o *VersionedLabel) GetPositionOk() (*Position, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetStyle ¶

func (o *VersionedLabel) GetStyle() map[string]string

GetStyle returns the Style field value if set, zero value otherwise.

func (*VersionedLabel) GetStyleOk ¶

func (o *VersionedLabel) GetStyleOk() (*map[string]string, bool)

GetStyleOk returns a tuple with the Style field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetWidth ¶

func (o *VersionedLabel) GetWidth() float64

GetWidth returns the Width field value if set, zero value otherwise.

func (*VersionedLabel) GetWidthOk ¶

func (o *VersionedLabel) GetWidthOk() (*float64, bool)

GetWidthOk returns a tuple with the Width field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) GetZIndex ¶

func (o *VersionedLabel) GetZIndex() int64

GetZIndex returns the ZIndex field value if set, zero value otherwise.

func (*VersionedLabel) GetZIndexOk ¶

func (o *VersionedLabel) GetZIndexOk() (*int64, bool)

GetZIndexOk returns a tuple with the ZIndex field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedLabel) HasComments ¶

func (o *VersionedLabel) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedLabel) HasComponentType ¶

func (o *VersionedLabel) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*VersionedLabel) HasGroupIdentifier ¶

func (o *VersionedLabel) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (*VersionedLabel) HasHeight ¶

func (o *VersionedLabel) HasHeight() bool

HasHeight returns a boolean if a field has been set.

func (*VersionedLabel) HasIdentifier ¶

func (o *VersionedLabel) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*VersionedLabel) HasInstanceIdentifier ¶

func (o *VersionedLabel) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*VersionedLabel) HasLabel ¶

func (o *VersionedLabel) HasLabel() bool

HasLabel returns a boolean if a field has been set.

func (*VersionedLabel) HasName ¶

func (o *VersionedLabel) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedLabel) HasPosition ¶

func (o *VersionedLabel) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*VersionedLabel) HasStyle ¶

func (o *VersionedLabel) HasStyle() bool

HasStyle returns a boolean if a field has been set.

func (*VersionedLabel) HasWidth ¶

func (o *VersionedLabel) HasWidth() bool

HasWidth returns a boolean if a field has been set.

func (*VersionedLabel) HasZIndex ¶

func (o *VersionedLabel) HasZIndex() bool

HasZIndex returns a boolean if a field has been set.

func (VersionedLabel) MarshalJSON ¶

func (o VersionedLabel) MarshalJSON() ([]byte, error)

func (*VersionedLabel) SetComments ¶

func (o *VersionedLabel) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedLabel) SetComponentType ¶

func (o *VersionedLabel) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*VersionedLabel) SetGroupIdentifier ¶

func (o *VersionedLabel) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (*VersionedLabel) SetHeight ¶

func (o *VersionedLabel) SetHeight(v float64)

SetHeight gets a reference to the given float64 and assigns it to the Height field.

func (*VersionedLabel) SetIdentifier ¶

func (o *VersionedLabel) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*VersionedLabel) SetInstanceIdentifier ¶

func (o *VersionedLabel) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*VersionedLabel) SetLabel ¶

func (o *VersionedLabel) SetLabel(v string)

SetLabel gets a reference to the given string and assigns it to the Label field.

func (*VersionedLabel) SetName ¶

func (o *VersionedLabel) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedLabel) SetPosition ¶

func (o *VersionedLabel) SetPosition(v Position)

SetPosition gets a reference to the given Position and assigns it to the Position field.

func (*VersionedLabel) SetStyle ¶

func (o *VersionedLabel) SetStyle(v map[string]string)

SetStyle gets a reference to the given map[string]string and assigns it to the Style field.

func (*VersionedLabel) SetWidth ¶

func (o *VersionedLabel) SetWidth(v float64)

SetWidth gets a reference to the given float64 and assigns it to the Width field.

func (*VersionedLabel) SetZIndex ¶

func (o *VersionedLabel) SetZIndex(v int64)

SetZIndex gets a reference to the given int64 and assigns it to the ZIndex field.

func (VersionedLabel) ToMap ¶

func (o VersionedLabel) ToMap() (map[string]interface{}, error)

type VersionedParameter ¶

type VersionedParameter struct {
	// The name of the parameter
	Name *string `json:"name,omitempty"`
	// The description of the param
	Description *string `json:"description,omitempty"`
	// Whether or not the parameter value is sensitive
	Sensitive *bool `json:"sensitive,omitempty"`
	// Whether or not the parameter value is provided by a ParameterProvider
	Provided *bool `json:"provided,omitempty"`
	// The value of the parameter
	Value *string `json:"value,omitempty"`
}

VersionedParameter struct for VersionedParameter

func NewVersionedParameter ¶

func NewVersionedParameter() *VersionedParameter

NewVersionedParameter instantiates a new VersionedParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedParameterWithDefaults ¶

func NewVersionedParameterWithDefaults() *VersionedParameter

NewVersionedParameterWithDefaults instantiates a new VersionedParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedParameter) GetDescription ¶

func (o *VersionedParameter) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*VersionedParameter) GetDescriptionOk ¶

func (o *VersionedParameter) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameter) GetName ¶

func (o *VersionedParameter) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedParameter) GetNameOk ¶

func (o *VersionedParameter) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameter) GetProvided ¶

func (o *VersionedParameter) GetProvided() bool

GetProvided returns the Provided field value if set, zero value otherwise.

func (*VersionedParameter) GetProvidedOk ¶

func (o *VersionedParameter) GetProvidedOk() (*bool, bool)

GetProvidedOk returns a tuple with the Provided field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameter) GetSensitive ¶

func (o *VersionedParameter) GetSensitive() bool

GetSensitive returns the Sensitive field value if set, zero value otherwise.

func (*VersionedParameter) GetSensitiveOk ¶

func (o *VersionedParameter) GetSensitiveOk() (*bool, bool)

GetSensitiveOk returns a tuple with the Sensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameter) GetValue ¶

func (o *VersionedParameter) GetValue() string

GetValue returns the Value field value if set, zero value otherwise.

func (*VersionedParameter) GetValueOk ¶

func (o *VersionedParameter) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameter) HasDescription ¶

func (o *VersionedParameter) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*VersionedParameter) HasName ¶

func (o *VersionedParameter) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedParameter) HasProvided ¶

func (o *VersionedParameter) HasProvided() bool

HasProvided returns a boolean if a field has been set.

func (*VersionedParameter) HasSensitive ¶

func (o *VersionedParameter) HasSensitive() bool

HasSensitive returns a boolean if a field has been set.

func (*VersionedParameter) HasValue ¶

func (o *VersionedParameter) HasValue() bool

HasValue returns a boolean if a field has been set.

func (VersionedParameter) MarshalJSON ¶

func (o VersionedParameter) MarshalJSON() ([]byte, error)

func (*VersionedParameter) SetDescription ¶

func (o *VersionedParameter) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*VersionedParameter) SetName ¶

func (o *VersionedParameter) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedParameter) SetProvided ¶

func (o *VersionedParameter) SetProvided(v bool)

SetProvided gets a reference to the given bool and assigns it to the Provided field.

func (*VersionedParameter) SetSensitive ¶

func (o *VersionedParameter) SetSensitive(v bool)

SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.

func (*VersionedParameter) SetValue ¶

func (o *VersionedParameter) SetValue(v string)

SetValue gets a reference to the given string and assigns it to the Value field.

func (VersionedParameter) ToMap ¶

func (o VersionedParameter) ToMap() (map[string]interface{}, error)

type VersionedParameterContext ¶

type VersionedParameterContext struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
	// The component's name
	Name *string `json:"name,omitempty"`
	// The user-supplied comments for the component
	Comments *string   `json:"comments,omitempty"`
	Position *Position `json:"position,omitempty"`
	// The parameters in the context
	Parameters []VersionedParameter `json:"parameters,omitempty"`
	// The names of additional parameter contexts from which to inherit parameters
	InheritedParameterContexts []string `json:"inheritedParameterContexts,omitempty"`
	// The description of the parameter context
	Description *string `json:"description,omitempty"`
	// The identifier of an optional parameter provider
	ParameterProvider *string `json:"parameterProvider,omitempty"`
	// The corresponding parameter group name fetched from the parameter provider, if applicable
	ParameterGroupName *string `json:"parameterGroupName,omitempty"`
	ComponentType      *string `json:"componentType,omitempty"`
	// True if the parameter provider is set and the context should receive updates when its parameters are next fetched
	Synchronized *bool `json:"synchronized,omitempty"`
	// The ID of the Process Group that this component belongs to
	GroupIdentifier *string `json:"groupIdentifier,omitempty"`
}

VersionedParameterContext struct for VersionedParameterContext

func NewVersionedParameterContext ¶

func NewVersionedParameterContext() *VersionedParameterContext

NewVersionedParameterContext instantiates a new VersionedParameterContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedParameterContextWithDefaults ¶

func NewVersionedParameterContextWithDefaults() *VersionedParameterContext

NewVersionedParameterContextWithDefaults instantiates a new VersionedParameterContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedParameterContext) GetComments ¶

func (o *VersionedParameterContext) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedParameterContext) GetCommentsOk ¶

func (o *VersionedParameterContext) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetComponentType ¶

func (o *VersionedParameterContext) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*VersionedParameterContext) GetComponentTypeOk ¶

func (o *VersionedParameterContext) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetDescription ¶

func (o *VersionedParameterContext) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*VersionedParameterContext) GetDescriptionOk ¶

func (o *VersionedParameterContext) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetGroupIdentifier ¶

func (o *VersionedParameterContext) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*VersionedParameterContext) GetGroupIdentifierOk ¶

func (o *VersionedParameterContext) GetGroupIdentifierOk() (*string, bool)

GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetIdentifier ¶

func (o *VersionedParameterContext) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedParameterContext) GetIdentifierOk ¶

func (o *VersionedParameterContext) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetInheritedParameterContexts ¶

func (o *VersionedParameterContext) GetInheritedParameterContexts() []string

GetInheritedParameterContexts returns the InheritedParameterContexts field value if set, zero value otherwise.

func (*VersionedParameterContext) GetInheritedParameterContextsOk ¶

func (o *VersionedParameterContext) GetInheritedParameterContextsOk() ([]string, bool)

GetInheritedParameterContextsOk returns a tuple with the InheritedParameterContexts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetInstanceIdentifier ¶

func (o *VersionedParameterContext) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*VersionedParameterContext) GetInstanceIdentifierOk ¶

func (o *VersionedParameterContext) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetName ¶

func (o *VersionedParameterContext) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedParameterContext) GetNameOk ¶

func (o *VersionedParameterContext) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetParameterGroupName ¶

func (o *VersionedParameterContext) GetParameterGroupName() string

GetParameterGroupName returns the ParameterGroupName field value if set, zero value otherwise.

func (*VersionedParameterContext) GetParameterGroupNameOk ¶

func (o *VersionedParameterContext) GetParameterGroupNameOk() (*string, bool)

GetParameterGroupNameOk returns a tuple with the ParameterGroupName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetParameterProvider ¶

func (o *VersionedParameterContext) GetParameterProvider() string

GetParameterProvider returns the ParameterProvider field value if set, zero value otherwise.

func (*VersionedParameterContext) GetParameterProviderOk ¶

func (o *VersionedParameterContext) GetParameterProviderOk() (*string, bool)

GetParameterProviderOk returns a tuple with the ParameterProvider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetParameters ¶

func (o *VersionedParameterContext) GetParameters() []VersionedParameter

GetParameters returns the Parameters field value if set, zero value otherwise.

func (*VersionedParameterContext) GetParametersOk ¶

func (o *VersionedParameterContext) GetParametersOk() ([]VersionedParameter, bool)

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetPosition ¶

func (o *VersionedParameterContext) GetPosition() Position

GetPosition returns the Position field value if set, zero value otherwise.

func (*VersionedParameterContext) GetPositionOk ¶

func (o *VersionedParameterContext) GetPositionOk() (*Position, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) GetSynchronized ¶

func (o *VersionedParameterContext) GetSynchronized() bool

GetSynchronized returns the Synchronized field value if set, zero value otherwise.

func (*VersionedParameterContext) GetSynchronizedOk ¶

func (o *VersionedParameterContext) GetSynchronizedOk() (*bool, bool)

GetSynchronizedOk returns a tuple with the Synchronized field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedParameterContext) HasComments ¶

func (o *VersionedParameterContext) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedParameterContext) HasComponentType ¶

func (o *VersionedParameterContext) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*VersionedParameterContext) HasDescription ¶

func (o *VersionedParameterContext) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*VersionedParameterContext) HasGroupIdentifier ¶

func (o *VersionedParameterContext) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (*VersionedParameterContext) HasIdentifier ¶

func (o *VersionedParameterContext) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*VersionedParameterContext) HasInheritedParameterContexts ¶

func (o *VersionedParameterContext) HasInheritedParameterContexts() bool

HasInheritedParameterContexts returns a boolean if a field has been set.

func (*VersionedParameterContext) HasInstanceIdentifier ¶

func (o *VersionedParameterContext) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*VersionedParameterContext) HasName ¶

func (o *VersionedParameterContext) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedParameterContext) HasParameterGroupName ¶

func (o *VersionedParameterContext) HasParameterGroupName() bool

HasParameterGroupName returns a boolean if a field has been set.

func (*VersionedParameterContext) HasParameterProvider ¶

func (o *VersionedParameterContext) HasParameterProvider() bool

HasParameterProvider returns a boolean if a field has been set.

func (*VersionedParameterContext) HasParameters ¶

func (o *VersionedParameterContext) HasParameters() bool

HasParameters returns a boolean if a field has been set.

func (*VersionedParameterContext) HasPosition ¶

func (o *VersionedParameterContext) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*VersionedParameterContext) HasSynchronized ¶

func (o *VersionedParameterContext) HasSynchronized() bool

HasSynchronized returns a boolean if a field has been set.

func (VersionedParameterContext) MarshalJSON ¶

func (o VersionedParameterContext) MarshalJSON() ([]byte, error)

func (*VersionedParameterContext) SetComments ¶

func (o *VersionedParameterContext) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedParameterContext) SetComponentType ¶

func (o *VersionedParameterContext) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*VersionedParameterContext) SetDescription ¶

func (o *VersionedParameterContext) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*VersionedParameterContext) SetGroupIdentifier ¶

func (o *VersionedParameterContext) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (*VersionedParameterContext) SetIdentifier ¶

func (o *VersionedParameterContext) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*VersionedParameterContext) SetInheritedParameterContexts ¶

func (o *VersionedParameterContext) SetInheritedParameterContexts(v []string)

SetInheritedParameterContexts gets a reference to the given []string and assigns it to the InheritedParameterContexts field.

func (*VersionedParameterContext) SetInstanceIdentifier ¶

func (o *VersionedParameterContext) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*VersionedParameterContext) SetName ¶

func (o *VersionedParameterContext) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedParameterContext) SetParameterGroupName ¶

func (o *VersionedParameterContext) SetParameterGroupName(v string)

SetParameterGroupName gets a reference to the given string and assigns it to the ParameterGroupName field.

func (*VersionedParameterContext) SetParameterProvider ¶

func (o *VersionedParameterContext) SetParameterProvider(v string)

SetParameterProvider gets a reference to the given string and assigns it to the ParameterProvider field.

func (*VersionedParameterContext) SetParameters ¶

func (o *VersionedParameterContext) SetParameters(v []VersionedParameter)

SetParameters gets a reference to the given []VersionedParameter and assigns it to the Parameters field.

func (*VersionedParameterContext) SetPosition ¶

func (o *VersionedParameterContext) SetPosition(v Position)

SetPosition gets a reference to the given Position and assigns it to the Position field.

func (*VersionedParameterContext) SetSynchronized ¶

func (o *VersionedParameterContext) SetSynchronized(v bool)

SetSynchronized gets a reference to the given bool and assigns it to the Synchronized field.

func (VersionedParameterContext) ToMap ¶

func (o VersionedParameterContext) ToMap() (map[string]interface{}, error)

type VersionedPort ¶

type VersionedPort struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
	// The component's name
	Name *string `json:"name,omitempty"`
	// The user-supplied comments for the component
	Comments *string   `json:"comments,omitempty"`
	Position *Position `json:"position,omitempty"`
	// The type of port.
	Type *string `json:"type,omitempty"`
	// The number of tasks that should be concurrently scheduled for the port.
	ConcurrentlySchedulableTaskCount *int32 `json:"concurrentlySchedulableTaskCount,omitempty"`
	// The scheduled state of the component
	ScheduledState *string `json:"scheduledState,omitempty"`
	// Whether or not this port allows remote access for site-to-site
	AllowRemoteAccess *bool   `json:"allowRemoteAccess,omitempty"`
	ComponentType     *string `json:"componentType,omitempty"`
	// The ID of the Process Group that this component belongs to
	GroupIdentifier *string `json:"groupIdentifier,omitempty"`
}

VersionedPort struct for VersionedPort

func NewVersionedPort ¶

func NewVersionedPort() *VersionedPort

NewVersionedPort instantiates a new VersionedPort object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedPortWithDefaults ¶

func NewVersionedPortWithDefaults() *VersionedPort

NewVersionedPortWithDefaults instantiates a new VersionedPort object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedPort) GetAllowRemoteAccess ¶

func (o *VersionedPort) GetAllowRemoteAccess() bool

GetAllowRemoteAccess returns the AllowRemoteAccess field value if set, zero value otherwise.

func (*VersionedPort) GetAllowRemoteAccessOk ¶

func (o *VersionedPort) GetAllowRemoteAccessOk() (*bool, bool)

GetAllowRemoteAccessOk returns a tuple with the AllowRemoteAccess field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) GetComments ¶

func (o *VersionedPort) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedPort) GetCommentsOk ¶

func (o *VersionedPort) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) GetComponentType ¶

func (o *VersionedPort) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*VersionedPort) GetComponentTypeOk ¶

func (o *VersionedPort) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) GetConcurrentlySchedulableTaskCount ¶

func (o *VersionedPort) GetConcurrentlySchedulableTaskCount() int32

GetConcurrentlySchedulableTaskCount returns the ConcurrentlySchedulableTaskCount field value if set, zero value otherwise.

func (*VersionedPort) GetConcurrentlySchedulableTaskCountOk ¶

func (o *VersionedPort) GetConcurrentlySchedulableTaskCountOk() (*int32, bool)

GetConcurrentlySchedulableTaskCountOk returns a tuple with the ConcurrentlySchedulableTaskCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) GetGroupIdentifier ¶

func (o *VersionedPort) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*VersionedPort) GetGroupIdentifierOk ¶

func (o *VersionedPort) GetGroupIdentifierOk() (*string, bool)

GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) GetIdentifier ¶

func (o *VersionedPort) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedPort) GetIdentifierOk ¶

func (o *VersionedPort) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) GetInstanceIdentifier ¶

func (o *VersionedPort) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*VersionedPort) GetInstanceIdentifierOk ¶

func (o *VersionedPort) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) GetName ¶

func (o *VersionedPort) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedPort) GetNameOk ¶

func (o *VersionedPort) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) GetPosition ¶

func (o *VersionedPort) GetPosition() Position

GetPosition returns the Position field value if set, zero value otherwise.

func (*VersionedPort) GetPositionOk ¶

func (o *VersionedPort) GetPositionOk() (*Position, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) GetScheduledState ¶

func (o *VersionedPort) GetScheduledState() string

GetScheduledState returns the ScheduledState field value if set, zero value otherwise.

func (*VersionedPort) GetScheduledStateOk ¶

func (o *VersionedPort) GetScheduledStateOk() (*string, bool)

GetScheduledStateOk returns a tuple with the ScheduledState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) GetType ¶

func (o *VersionedPort) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*VersionedPort) GetTypeOk ¶

func (o *VersionedPort) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPort) HasAllowRemoteAccess ¶

func (o *VersionedPort) HasAllowRemoteAccess() bool

HasAllowRemoteAccess returns a boolean if a field has been set.

func (*VersionedPort) HasComments ¶

func (o *VersionedPort) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedPort) HasComponentType ¶

func (o *VersionedPort) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*VersionedPort) HasConcurrentlySchedulableTaskCount ¶

func (o *VersionedPort) HasConcurrentlySchedulableTaskCount() bool

HasConcurrentlySchedulableTaskCount returns a boolean if a field has been set.

func (*VersionedPort) HasGroupIdentifier ¶

func (o *VersionedPort) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (*VersionedPort) HasIdentifier ¶

func (o *VersionedPort) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*VersionedPort) HasInstanceIdentifier ¶

func (o *VersionedPort) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*VersionedPort) HasName ¶

func (o *VersionedPort) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedPort) HasPosition ¶

func (o *VersionedPort) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*VersionedPort) HasScheduledState ¶

func (o *VersionedPort) HasScheduledState() bool

HasScheduledState returns a boolean if a field has been set.

func (*VersionedPort) HasType ¶

func (o *VersionedPort) HasType() bool

HasType returns a boolean if a field has been set.

func (VersionedPort) MarshalJSON ¶

func (o VersionedPort) MarshalJSON() ([]byte, error)

func (*VersionedPort) SetAllowRemoteAccess ¶

func (o *VersionedPort) SetAllowRemoteAccess(v bool)

SetAllowRemoteAccess gets a reference to the given bool and assigns it to the AllowRemoteAccess field.

func (*VersionedPort) SetComments ¶

func (o *VersionedPort) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedPort) SetComponentType ¶

func (o *VersionedPort) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*VersionedPort) SetConcurrentlySchedulableTaskCount ¶

func (o *VersionedPort) SetConcurrentlySchedulableTaskCount(v int32)

SetConcurrentlySchedulableTaskCount gets a reference to the given int32 and assigns it to the ConcurrentlySchedulableTaskCount field.

func (*VersionedPort) SetGroupIdentifier ¶

func (o *VersionedPort) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (*VersionedPort) SetIdentifier ¶

func (o *VersionedPort) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*VersionedPort) SetInstanceIdentifier ¶

func (o *VersionedPort) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*VersionedPort) SetName ¶

func (o *VersionedPort) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedPort) SetPosition ¶

func (o *VersionedPort) SetPosition(v Position)

SetPosition gets a reference to the given Position and assigns it to the Position field.

func (*VersionedPort) SetScheduledState ¶

func (o *VersionedPort) SetScheduledState(v string)

SetScheduledState gets a reference to the given string and assigns it to the ScheduledState field.

func (*VersionedPort) SetType ¶

func (o *VersionedPort) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (VersionedPort) ToMap ¶

func (o VersionedPort) ToMap() (map[string]interface{}, error)

type VersionedProcessGroup ¶

type VersionedProcessGroup struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
	// The component's name
	Name *string `json:"name,omitempty"`
	// The user-supplied comments for the component
	Comments *string   `json:"comments,omitempty"`
	Position *Position `json:"position,omitempty"`
	// The child Process Groups
	ProcessGroups []VersionedProcessGroup `json:"processGroups,omitempty"`
	// The Remote Process Groups
	RemoteProcessGroups []VersionedRemoteProcessGroup `json:"remoteProcessGroups,omitempty"`
	// The Processors
	Processors []VersionedProcessor `json:"processors,omitempty"`
	// The Input Ports
	InputPorts []VersionedPort `json:"inputPorts,omitempty"`
	// The Output Ports
	OutputPorts []VersionedPort `json:"outputPorts,omitempty"`
	// The Connections
	Connections []VersionedConnection `json:"connections,omitempty"`
	// The Labels
	Labels []VersionedLabel `json:"labels,omitempty"`
	// The Funnels
	Funnels []VersionedFunnel `json:"funnels,omitempty"`
	// The Controller Services
	ControllerServices       []VersionedControllerService `json:"controllerServices,omitempty"`
	VersionedFlowCoordinates *VersionedFlowCoordinates    `json:"versionedFlowCoordinates,omitempty"`
	// The Variables in the Variable Registry for this Process Group (not including any ancestor or descendant Process Groups)
	Variables *map[string]string `json:"variables,omitempty"`
	// The name of the parameter context used by this process group
	ParameterContextName *string `json:"parameterContextName,omitempty"`
	// The default FlowFile Expiration for this Process Group.
	DefaultFlowFileExpiration *string `json:"defaultFlowFileExpiration,omitempty"`
	// Default value used in this Process Group for the maximum number of objects that can be queued before back pressure is applied.
	DefaultBackPressureObjectThreshold *int64 `json:"defaultBackPressureObjectThreshold,omitempty"`
	// Default value used in this Process Group for the maximum data size of objects that can be queued before back pressure is applied.
	DefaultBackPressureDataSizeThreshold *string `json:"defaultBackPressureDataSizeThreshold,omitempty"`
	ComponentType                        *string `json:"componentType,omitempty"`
	// The configured FlowFile Concurrency for the Process Group
	FlowFileConcurrency *string `json:"flowFileConcurrency,omitempty"`
	// The FlowFile Outbound Policy for the Process Group
	FlowFileOutboundPolicy *string `json:"flowFileOutboundPolicy,omitempty"`
	// The ID of the Process Group that this component belongs to
	GroupIdentifier *string `json:"groupIdentifier,omitempty"`
}

VersionedProcessGroup struct for VersionedProcessGroup

func NewVersionedProcessGroup ¶

func NewVersionedProcessGroup() *VersionedProcessGroup

NewVersionedProcessGroup instantiates a new VersionedProcessGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedProcessGroupWithDefaults ¶

func NewVersionedProcessGroupWithDefaults() *VersionedProcessGroup

NewVersionedProcessGroupWithDefaults instantiates a new VersionedProcessGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedProcessGroup) GetComments ¶

func (o *VersionedProcessGroup) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetCommentsOk ¶

func (o *VersionedProcessGroup) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetComponentType ¶

func (o *VersionedProcessGroup) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetComponentTypeOk ¶

func (o *VersionedProcessGroup) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetConnections ¶

func (o *VersionedProcessGroup) GetConnections() []VersionedConnection

GetConnections returns the Connections field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetConnectionsOk ¶

func (o *VersionedProcessGroup) GetConnectionsOk() ([]VersionedConnection, bool)

GetConnectionsOk returns a tuple with the Connections field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetControllerServices ¶

func (o *VersionedProcessGroup) GetControllerServices() []VersionedControllerService

GetControllerServices returns the ControllerServices field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetControllerServicesOk ¶

func (o *VersionedProcessGroup) GetControllerServicesOk() ([]VersionedControllerService, bool)

GetControllerServicesOk returns a tuple with the ControllerServices field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetDefaultBackPressureDataSizeThreshold ¶

func (o *VersionedProcessGroup) GetDefaultBackPressureDataSizeThreshold() string

GetDefaultBackPressureDataSizeThreshold returns the DefaultBackPressureDataSizeThreshold field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetDefaultBackPressureDataSizeThresholdOk ¶

func (o *VersionedProcessGroup) GetDefaultBackPressureDataSizeThresholdOk() (*string, bool)

GetDefaultBackPressureDataSizeThresholdOk returns a tuple with the DefaultBackPressureDataSizeThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetDefaultBackPressureObjectThreshold ¶

func (o *VersionedProcessGroup) GetDefaultBackPressureObjectThreshold() int64

GetDefaultBackPressureObjectThreshold returns the DefaultBackPressureObjectThreshold field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetDefaultBackPressureObjectThresholdOk ¶

func (o *VersionedProcessGroup) GetDefaultBackPressureObjectThresholdOk() (*int64, bool)

GetDefaultBackPressureObjectThresholdOk returns a tuple with the DefaultBackPressureObjectThreshold field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetDefaultFlowFileExpiration ¶

func (o *VersionedProcessGroup) GetDefaultFlowFileExpiration() string

GetDefaultFlowFileExpiration returns the DefaultFlowFileExpiration field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetDefaultFlowFileExpirationOk ¶

func (o *VersionedProcessGroup) GetDefaultFlowFileExpirationOk() (*string, bool)

GetDefaultFlowFileExpirationOk returns a tuple with the DefaultFlowFileExpiration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetFlowFileConcurrency ¶

func (o *VersionedProcessGroup) GetFlowFileConcurrency() string

GetFlowFileConcurrency returns the FlowFileConcurrency field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetFlowFileConcurrencyOk ¶

func (o *VersionedProcessGroup) GetFlowFileConcurrencyOk() (*string, bool)

GetFlowFileConcurrencyOk returns a tuple with the FlowFileConcurrency field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetFlowFileOutboundPolicy ¶

func (o *VersionedProcessGroup) GetFlowFileOutboundPolicy() string

GetFlowFileOutboundPolicy returns the FlowFileOutboundPolicy field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetFlowFileOutboundPolicyOk ¶

func (o *VersionedProcessGroup) GetFlowFileOutboundPolicyOk() (*string, bool)

GetFlowFileOutboundPolicyOk returns a tuple with the FlowFileOutboundPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetFunnels ¶

func (o *VersionedProcessGroup) GetFunnels() []VersionedFunnel

GetFunnels returns the Funnels field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetFunnelsOk ¶

func (o *VersionedProcessGroup) GetFunnelsOk() ([]VersionedFunnel, bool)

GetFunnelsOk returns a tuple with the Funnels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetGroupIdentifier ¶

func (o *VersionedProcessGroup) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetGroupIdentifierOk ¶

func (o *VersionedProcessGroup) GetGroupIdentifierOk() (*string, bool)

GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetIdentifier ¶

func (o *VersionedProcessGroup) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetIdentifierOk ¶

func (o *VersionedProcessGroup) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetInputPorts ¶

func (o *VersionedProcessGroup) GetInputPorts() []VersionedPort

GetInputPorts returns the InputPorts field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetInputPortsOk ¶

func (o *VersionedProcessGroup) GetInputPortsOk() ([]VersionedPort, bool)

GetInputPortsOk returns a tuple with the InputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetInstanceIdentifier ¶

func (o *VersionedProcessGroup) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetInstanceIdentifierOk ¶

func (o *VersionedProcessGroup) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetLabels ¶

func (o *VersionedProcessGroup) GetLabels() []VersionedLabel

GetLabels returns the Labels field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetLabelsOk ¶

func (o *VersionedProcessGroup) GetLabelsOk() ([]VersionedLabel, bool)

GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetName ¶

func (o *VersionedProcessGroup) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetNameOk ¶

func (o *VersionedProcessGroup) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetOutputPorts ¶

func (o *VersionedProcessGroup) GetOutputPorts() []VersionedPort

GetOutputPorts returns the OutputPorts field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetOutputPortsOk ¶

func (o *VersionedProcessGroup) GetOutputPortsOk() ([]VersionedPort, bool)

GetOutputPortsOk returns a tuple with the OutputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetParameterContextName ¶

func (o *VersionedProcessGroup) GetParameterContextName() string

GetParameterContextName returns the ParameterContextName field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetParameterContextNameOk ¶

func (o *VersionedProcessGroup) GetParameterContextNameOk() (*string, bool)

GetParameterContextNameOk returns a tuple with the ParameterContextName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetPosition ¶

func (o *VersionedProcessGroup) GetPosition() Position

GetPosition returns the Position field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetPositionOk ¶

func (o *VersionedProcessGroup) GetPositionOk() (*Position, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetProcessGroups ¶

func (o *VersionedProcessGroup) GetProcessGroups() []VersionedProcessGroup

GetProcessGroups returns the ProcessGroups field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetProcessGroupsOk ¶

func (o *VersionedProcessGroup) GetProcessGroupsOk() ([]VersionedProcessGroup, bool)

GetProcessGroupsOk returns a tuple with the ProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetProcessors ¶

func (o *VersionedProcessGroup) GetProcessors() []VersionedProcessor

GetProcessors returns the Processors field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetProcessorsOk ¶

func (o *VersionedProcessGroup) GetProcessorsOk() ([]VersionedProcessor, bool)

GetProcessorsOk returns a tuple with the Processors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetRemoteProcessGroups ¶

func (o *VersionedProcessGroup) GetRemoteProcessGroups() []VersionedRemoteProcessGroup

GetRemoteProcessGroups returns the RemoteProcessGroups field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetRemoteProcessGroupsOk ¶

func (o *VersionedProcessGroup) GetRemoteProcessGroupsOk() ([]VersionedRemoteProcessGroup, bool)

GetRemoteProcessGroupsOk returns a tuple with the RemoteProcessGroups field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetVariables ¶

func (o *VersionedProcessGroup) GetVariables() map[string]string

GetVariables returns the Variables field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetVariablesOk ¶

func (o *VersionedProcessGroup) GetVariablesOk() (*map[string]string, bool)

GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) GetVersionedFlowCoordinates ¶

func (o *VersionedProcessGroup) GetVersionedFlowCoordinates() VersionedFlowCoordinates

GetVersionedFlowCoordinates returns the VersionedFlowCoordinates field value if set, zero value otherwise.

func (*VersionedProcessGroup) GetVersionedFlowCoordinatesOk ¶

func (o *VersionedProcessGroup) GetVersionedFlowCoordinatesOk() (*VersionedFlowCoordinates, bool)

GetVersionedFlowCoordinatesOk returns a tuple with the VersionedFlowCoordinates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessGroup) HasComments ¶

func (o *VersionedProcessGroup) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasComponentType ¶

func (o *VersionedProcessGroup) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasConnections ¶

func (o *VersionedProcessGroup) HasConnections() bool

HasConnections returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasControllerServices ¶

func (o *VersionedProcessGroup) HasControllerServices() bool

HasControllerServices returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasDefaultBackPressureDataSizeThreshold ¶

func (o *VersionedProcessGroup) HasDefaultBackPressureDataSizeThreshold() bool

HasDefaultBackPressureDataSizeThreshold returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasDefaultBackPressureObjectThreshold ¶

func (o *VersionedProcessGroup) HasDefaultBackPressureObjectThreshold() bool

HasDefaultBackPressureObjectThreshold returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasDefaultFlowFileExpiration ¶

func (o *VersionedProcessGroup) HasDefaultFlowFileExpiration() bool

HasDefaultFlowFileExpiration returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasFlowFileConcurrency ¶

func (o *VersionedProcessGroup) HasFlowFileConcurrency() bool

HasFlowFileConcurrency returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasFlowFileOutboundPolicy ¶

func (o *VersionedProcessGroup) HasFlowFileOutboundPolicy() bool

HasFlowFileOutboundPolicy returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasFunnels ¶

func (o *VersionedProcessGroup) HasFunnels() bool

HasFunnels returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasGroupIdentifier ¶

func (o *VersionedProcessGroup) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasIdentifier ¶

func (o *VersionedProcessGroup) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasInputPorts ¶

func (o *VersionedProcessGroup) HasInputPorts() bool

HasInputPorts returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasInstanceIdentifier ¶

func (o *VersionedProcessGroup) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasLabels ¶

func (o *VersionedProcessGroup) HasLabels() bool

HasLabels returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasName ¶

func (o *VersionedProcessGroup) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasOutputPorts ¶

func (o *VersionedProcessGroup) HasOutputPorts() bool

HasOutputPorts returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasParameterContextName ¶

func (o *VersionedProcessGroup) HasParameterContextName() bool

HasParameterContextName returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasPosition ¶

func (o *VersionedProcessGroup) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasProcessGroups ¶

func (o *VersionedProcessGroup) HasProcessGroups() bool

HasProcessGroups returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasProcessors ¶

func (o *VersionedProcessGroup) HasProcessors() bool

HasProcessors returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasRemoteProcessGroups ¶

func (o *VersionedProcessGroup) HasRemoteProcessGroups() bool

HasRemoteProcessGroups returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasVariables ¶

func (o *VersionedProcessGroup) HasVariables() bool

HasVariables returns a boolean if a field has been set.

func (*VersionedProcessGroup) HasVersionedFlowCoordinates ¶

func (o *VersionedProcessGroup) HasVersionedFlowCoordinates() bool

HasVersionedFlowCoordinates returns a boolean if a field has been set.

func (VersionedProcessGroup) MarshalJSON ¶

func (o VersionedProcessGroup) MarshalJSON() ([]byte, error)

func (*VersionedProcessGroup) SetComments ¶

func (o *VersionedProcessGroup) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedProcessGroup) SetComponentType ¶

func (o *VersionedProcessGroup) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*VersionedProcessGroup) SetConnections ¶

func (o *VersionedProcessGroup) SetConnections(v []VersionedConnection)

SetConnections gets a reference to the given []VersionedConnection and assigns it to the Connections field.

func (*VersionedProcessGroup) SetControllerServices ¶

func (o *VersionedProcessGroup) SetControllerServices(v []VersionedControllerService)

SetControllerServices gets a reference to the given []VersionedControllerService and assigns it to the ControllerServices field.

func (*VersionedProcessGroup) SetDefaultBackPressureDataSizeThreshold ¶

func (o *VersionedProcessGroup) SetDefaultBackPressureDataSizeThreshold(v string)

SetDefaultBackPressureDataSizeThreshold gets a reference to the given string and assigns it to the DefaultBackPressureDataSizeThreshold field.

func (*VersionedProcessGroup) SetDefaultBackPressureObjectThreshold ¶

func (o *VersionedProcessGroup) SetDefaultBackPressureObjectThreshold(v int64)

SetDefaultBackPressureObjectThreshold gets a reference to the given int64 and assigns it to the DefaultBackPressureObjectThreshold field.

func (*VersionedProcessGroup) SetDefaultFlowFileExpiration ¶

func (o *VersionedProcessGroup) SetDefaultFlowFileExpiration(v string)

SetDefaultFlowFileExpiration gets a reference to the given string and assigns it to the DefaultFlowFileExpiration field.

func (*VersionedProcessGroup) SetFlowFileConcurrency ¶

func (o *VersionedProcessGroup) SetFlowFileConcurrency(v string)

SetFlowFileConcurrency gets a reference to the given string and assigns it to the FlowFileConcurrency field.

func (*VersionedProcessGroup) SetFlowFileOutboundPolicy ¶

func (o *VersionedProcessGroup) SetFlowFileOutboundPolicy(v string)

SetFlowFileOutboundPolicy gets a reference to the given string and assigns it to the FlowFileOutboundPolicy field.

func (*VersionedProcessGroup) SetFunnels ¶

func (o *VersionedProcessGroup) SetFunnels(v []VersionedFunnel)

SetFunnels gets a reference to the given []VersionedFunnel and assigns it to the Funnels field.

func (*VersionedProcessGroup) SetGroupIdentifier ¶

func (o *VersionedProcessGroup) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (*VersionedProcessGroup) SetIdentifier ¶

func (o *VersionedProcessGroup) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*VersionedProcessGroup) SetInputPorts ¶

func (o *VersionedProcessGroup) SetInputPorts(v []VersionedPort)

SetInputPorts gets a reference to the given []VersionedPort and assigns it to the InputPorts field.

func (*VersionedProcessGroup) SetInstanceIdentifier ¶

func (o *VersionedProcessGroup) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*VersionedProcessGroup) SetLabels ¶

func (o *VersionedProcessGroup) SetLabels(v []VersionedLabel)

SetLabels gets a reference to the given []VersionedLabel and assigns it to the Labels field.

func (*VersionedProcessGroup) SetName ¶

func (o *VersionedProcessGroup) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedProcessGroup) SetOutputPorts ¶

func (o *VersionedProcessGroup) SetOutputPorts(v []VersionedPort)

SetOutputPorts gets a reference to the given []VersionedPort and assigns it to the OutputPorts field.

func (*VersionedProcessGroup) SetParameterContextName ¶

func (o *VersionedProcessGroup) SetParameterContextName(v string)

SetParameterContextName gets a reference to the given string and assigns it to the ParameterContextName field.

func (*VersionedProcessGroup) SetPosition ¶

func (o *VersionedProcessGroup) SetPosition(v Position)

SetPosition gets a reference to the given Position and assigns it to the Position field.

func (*VersionedProcessGroup) SetProcessGroups ¶

func (o *VersionedProcessGroup) SetProcessGroups(v []VersionedProcessGroup)

SetProcessGroups gets a reference to the given []VersionedProcessGroup and assigns it to the ProcessGroups field.

func (*VersionedProcessGroup) SetProcessors ¶

func (o *VersionedProcessGroup) SetProcessors(v []VersionedProcessor)

SetProcessors gets a reference to the given []VersionedProcessor and assigns it to the Processors field.

func (*VersionedProcessGroup) SetRemoteProcessGroups ¶

func (o *VersionedProcessGroup) SetRemoteProcessGroups(v []VersionedRemoteProcessGroup)

SetRemoteProcessGroups gets a reference to the given []VersionedRemoteProcessGroup and assigns it to the RemoteProcessGroups field.

func (*VersionedProcessGroup) SetVariables ¶

func (o *VersionedProcessGroup) SetVariables(v map[string]string)

SetVariables gets a reference to the given map[string]string and assigns it to the Variables field.

func (*VersionedProcessGroup) SetVersionedFlowCoordinates ¶

func (o *VersionedProcessGroup) SetVersionedFlowCoordinates(v VersionedFlowCoordinates)

SetVersionedFlowCoordinates gets a reference to the given VersionedFlowCoordinates and assigns it to the VersionedFlowCoordinates field.

func (VersionedProcessGroup) ToMap ¶

func (o VersionedProcessGroup) ToMap() (map[string]interface{}, error)

type VersionedProcessor ¶

type VersionedProcessor struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
	// The component's name
	Name *string `json:"name,omitempty"`
	// The user-supplied comments for the component
	Comments *string   `json:"comments,omitempty"`
	Position *Position `json:"position,omitempty"`
	// The type of the extension component
	Type   *string `json:"type,omitempty"`
	Bundle *Bundle `json:"bundle,omitempty"`
	// The properties for the component. Properties whose value is not set will only contain the property name.
	Properties *map[string]string `json:"properties,omitempty"`
	// The property descriptors for the component.
	PropertyDescriptors *map[string]VersionedPropertyDescriptor `json:"propertyDescriptors,omitempty"`
	// Stylistic data for rendering in a UI
	Style *map[string]string `json:"style,omitempty"`
	// The annotation data for the processor used to relay configuration between a custom UI and the procesosr.
	AnnotationData *string `json:"annotationData,omitempty"`
	// The frequency with which to schedule the processor. The format of the value will depend on th value of schedulingStrategy.
	SchedulingPeriod *string `json:"schedulingPeriod,omitempty"`
	// Indicates whether the processor should be scheduled to run in event or timer driven mode.
	SchedulingStrategy *string `json:"schedulingStrategy,omitempty"`
	// Indicates the node where the process will execute.
	ExecutionNode *string `json:"executionNode,omitempty"`
	// The amout of time that is used when the process penalizes a flowfile.
	PenaltyDuration *string `json:"penaltyDuration,omitempty"`
	// The amount of time that must elapse before this processor is scheduled again after yielding.
	YieldDuration *string `json:"yieldDuration,omitempty"`
	// The level at which the processor will report bulletins.
	BulletinLevel *string `json:"bulletinLevel,omitempty"`
	// The run duration for the processor in milliseconds.
	RunDurationMillis *int64 `json:"runDurationMillis,omitempty"`
	// The number of tasks that should be concurrently schedule for the processor. If the processor doesn't allow parallol processing then any positive input will be ignored.
	ConcurrentlySchedulableTaskCount *int32 `json:"concurrentlySchedulableTaskCount,omitempty"`
	// The names of all relationships that cause a flow file to be terminated if the relationship is not connected elsewhere. This property differs from the 'isAutoTerminate' property of the RelationshipDTO in that the RelationshipDTO is meant to depict the current configuration, whereas this property can be set in a DTO when updating a Processor in order to change which Relationships should be auto-terminated.
	AutoTerminatedRelationships []string `json:"autoTerminatedRelationships,omitempty"`
	// The scheduled state of the component
	ScheduledState *string `json:"scheduledState,omitempty"`
	// Overall number of retries.
	RetryCount *int32 `json:"retryCount,omitempty"`
	// All the relationships should be retried.
	RetriedRelationships []string `json:"retriedRelationships,omitempty"`
	// Determines whether the FlowFile should be penalized or the processor should be yielded between retries.
	BackoffMechanism *string `json:"backoffMechanism,omitempty"`
	// Maximum amount of time to be waited during a retry period.
	MaxBackoffPeriod *string `json:"maxBackoffPeriod,omitempty"`
	ComponentType    *string `json:"componentType,omitempty"`
	// The ID of the Process Group that this component belongs to
	GroupIdentifier *string `json:"groupIdentifier,omitempty"`
}

VersionedProcessor struct for VersionedProcessor

func NewVersionedProcessor ¶

func NewVersionedProcessor() *VersionedProcessor

NewVersionedProcessor instantiates a new VersionedProcessor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedProcessorWithDefaults ¶

func NewVersionedProcessorWithDefaults() *VersionedProcessor

NewVersionedProcessorWithDefaults instantiates a new VersionedProcessor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedProcessor) GetAnnotationData ¶

func (o *VersionedProcessor) GetAnnotationData() string

GetAnnotationData returns the AnnotationData field value if set, zero value otherwise.

func (*VersionedProcessor) GetAnnotationDataOk ¶

func (o *VersionedProcessor) GetAnnotationDataOk() (*string, bool)

GetAnnotationDataOk returns a tuple with the AnnotationData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetAutoTerminatedRelationships ¶

func (o *VersionedProcessor) GetAutoTerminatedRelationships() []string

GetAutoTerminatedRelationships returns the AutoTerminatedRelationships field value if set, zero value otherwise.

func (*VersionedProcessor) GetAutoTerminatedRelationshipsOk ¶

func (o *VersionedProcessor) GetAutoTerminatedRelationshipsOk() ([]string, bool)

GetAutoTerminatedRelationshipsOk returns a tuple with the AutoTerminatedRelationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetBackoffMechanism ¶

func (o *VersionedProcessor) GetBackoffMechanism() string

GetBackoffMechanism returns the BackoffMechanism field value if set, zero value otherwise.

func (*VersionedProcessor) GetBackoffMechanismOk ¶

func (o *VersionedProcessor) GetBackoffMechanismOk() (*string, bool)

GetBackoffMechanismOk returns a tuple with the BackoffMechanism field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetBulletinLevel ¶

func (o *VersionedProcessor) GetBulletinLevel() string

GetBulletinLevel returns the BulletinLevel field value if set, zero value otherwise.

func (*VersionedProcessor) GetBulletinLevelOk ¶

func (o *VersionedProcessor) GetBulletinLevelOk() (*string, bool)

GetBulletinLevelOk returns a tuple with the BulletinLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetBundle ¶

func (o *VersionedProcessor) GetBundle() Bundle

GetBundle returns the Bundle field value if set, zero value otherwise.

func (*VersionedProcessor) GetBundleOk ¶

func (o *VersionedProcessor) GetBundleOk() (*Bundle, bool)

GetBundleOk returns a tuple with the Bundle field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetComments ¶

func (o *VersionedProcessor) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedProcessor) GetCommentsOk ¶

func (o *VersionedProcessor) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetComponentType ¶

func (o *VersionedProcessor) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*VersionedProcessor) GetComponentTypeOk ¶

func (o *VersionedProcessor) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetConcurrentlySchedulableTaskCount ¶

func (o *VersionedProcessor) GetConcurrentlySchedulableTaskCount() int32

GetConcurrentlySchedulableTaskCount returns the ConcurrentlySchedulableTaskCount field value if set, zero value otherwise.

func (*VersionedProcessor) GetConcurrentlySchedulableTaskCountOk ¶

func (o *VersionedProcessor) GetConcurrentlySchedulableTaskCountOk() (*int32, bool)

GetConcurrentlySchedulableTaskCountOk returns a tuple with the ConcurrentlySchedulableTaskCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetExecutionNode ¶

func (o *VersionedProcessor) GetExecutionNode() string

GetExecutionNode returns the ExecutionNode field value if set, zero value otherwise.

func (*VersionedProcessor) GetExecutionNodeOk ¶

func (o *VersionedProcessor) GetExecutionNodeOk() (*string, bool)

GetExecutionNodeOk returns a tuple with the ExecutionNode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetGroupIdentifier ¶

func (o *VersionedProcessor) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*VersionedProcessor) GetGroupIdentifierOk ¶

func (o *VersionedProcessor) GetGroupIdentifierOk() (*string, bool)

GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetIdentifier ¶

func (o *VersionedProcessor) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedProcessor) GetIdentifierOk ¶

func (o *VersionedProcessor) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetInstanceIdentifier ¶

func (o *VersionedProcessor) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*VersionedProcessor) GetInstanceIdentifierOk ¶

func (o *VersionedProcessor) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetMaxBackoffPeriod ¶

func (o *VersionedProcessor) GetMaxBackoffPeriod() string

GetMaxBackoffPeriod returns the MaxBackoffPeriod field value if set, zero value otherwise.

func (*VersionedProcessor) GetMaxBackoffPeriodOk ¶

func (o *VersionedProcessor) GetMaxBackoffPeriodOk() (*string, bool)

GetMaxBackoffPeriodOk returns a tuple with the MaxBackoffPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetName ¶

func (o *VersionedProcessor) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedProcessor) GetNameOk ¶

func (o *VersionedProcessor) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetPenaltyDuration ¶

func (o *VersionedProcessor) GetPenaltyDuration() string

GetPenaltyDuration returns the PenaltyDuration field value if set, zero value otherwise.

func (*VersionedProcessor) GetPenaltyDurationOk ¶

func (o *VersionedProcessor) GetPenaltyDurationOk() (*string, bool)

GetPenaltyDurationOk returns a tuple with the PenaltyDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetPosition ¶

func (o *VersionedProcessor) GetPosition() Position

GetPosition returns the Position field value if set, zero value otherwise.

func (*VersionedProcessor) GetPositionOk ¶

func (o *VersionedProcessor) GetPositionOk() (*Position, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetProperties ¶

func (o *VersionedProcessor) GetProperties() map[string]string

GetProperties returns the Properties field value if set, zero value otherwise.

func (*VersionedProcessor) GetPropertiesOk ¶

func (o *VersionedProcessor) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetPropertyDescriptors ¶

func (o *VersionedProcessor) GetPropertyDescriptors() map[string]VersionedPropertyDescriptor

GetPropertyDescriptors returns the PropertyDescriptors field value if set, zero value otherwise.

func (*VersionedProcessor) GetPropertyDescriptorsOk ¶

func (o *VersionedProcessor) GetPropertyDescriptorsOk() (*map[string]VersionedPropertyDescriptor, bool)

GetPropertyDescriptorsOk returns a tuple with the PropertyDescriptors field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetRetriedRelationships ¶

func (o *VersionedProcessor) GetRetriedRelationships() []string

GetRetriedRelationships returns the RetriedRelationships field value if set, zero value otherwise.

func (*VersionedProcessor) GetRetriedRelationshipsOk ¶

func (o *VersionedProcessor) GetRetriedRelationshipsOk() ([]string, bool)

GetRetriedRelationshipsOk returns a tuple with the RetriedRelationships field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetRetryCount ¶

func (o *VersionedProcessor) GetRetryCount() int32

GetRetryCount returns the RetryCount field value if set, zero value otherwise.

func (*VersionedProcessor) GetRetryCountOk ¶

func (o *VersionedProcessor) GetRetryCountOk() (*int32, bool)

GetRetryCountOk returns a tuple with the RetryCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetRunDurationMillis ¶

func (o *VersionedProcessor) GetRunDurationMillis() int64

GetRunDurationMillis returns the RunDurationMillis field value if set, zero value otherwise.

func (*VersionedProcessor) GetRunDurationMillisOk ¶

func (o *VersionedProcessor) GetRunDurationMillisOk() (*int64, bool)

GetRunDurationMillisOk returns a tuple with the RunDurationMillis field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetScheduledState ¶

func (o *VersionedProcessor) GetScheduledState() string

GetScheduledState returns the ScheduledState field value if set, zero value otherwise.

func (*VersionedProcessor) GetScheduledStateOk ¶

func (o *VersionedProcessor) GetScheduledStateOk() (*string, bool)

GetScheduledStateOk returns a tuple with the ScheduledState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetSchedulingPeriod ¶

func (o *VersionedProcessor) GetSchedulingPeriod() string

GetSchedulingPeriod returns the SchedulingPeriod field value if set, zero value otherwise.

func (*VersionedProcessor) GetSchedulingPeriodOk ¶

func (o *VersionedProcessor) GetSchedulingPeriodOk() (*string, bool)

GetSchedulingPeriodOk returns a tuple with the SchedulingPeriod field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetSchedulingStrategy ¶

func (o *VersionedProcessor) GetSchedulingStrategy() string

GetSchedulingStrategy returns the SchedulingStrategy field value if set, zero value otherwise.

func (*VersionedProcessor) GetSchedulingStrategyOk ¶

func (o *VersionedProcessor) GetSchedulingStrategyOk() (*string, bool)

GetSchedulingStrategyOk returns a tuple with the SchedulingStrategy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetStyle ¶

func (o *VersionedProcessor) GetStyle() map[string]string

GetStyle returns the Style field value if set, zero value otherwise.

func (*VersionedProcessor) GetStyleOk ¶

func (o *VersionedProcessor) GetStyleOk() (*map[string]string, bool)

GetStyleOk returns a tuple with the Style field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetType ¶

func (o *VersionedProcessor) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*VersionedProcessor) GetTypeOk ¶

func (o *VersionedProcessor) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) GetYieldDuration ¶

func (o *VersionedProcessor) GetYieldDuration() string

GetYieldDuration returns the YieldDuration field value if set, zero value otherwise.

func (*VersionedProcessor) GetYieldDurationOk ¶

func (o *VersionedProcessor) GetYieldDurationOk() (*string, bool)

GetYieldDurationOk returns a tuple with the YieldDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedProcessor) HasAnnotationData ¶

func (o *VersionedProcessor) HasAnnotationData() bool

HasAnnotationData returns a boolean if a field has been set.

func (*VersionedProcessor) HasAutoTerminatedRelationships ¶

func (o *VersionedProcessor) HasAutoTerminatedRelationships() bool

HasAutoTerminatedRelationships returns a boolean if a field has been set.

func (*VersionedProcessor) HasBackoffMechanism ¶

func (o *VersionedProcessor) HasBackoffMechanism() bool

HasBackoffMechanism returns a boolean if a field has been set.

func (*VersionedProcessor) HasBulletinLevel ¶

func (o *VersionedProcessor) HasBulletinLevel() bool

HasBulletinLevel returns a boolean if a field has been set.

func (*VersionedProcessor) HasBundle ¶

func (o *VersionedProcessor) HasBundle() bool

HasBundle returns a boolean if a field has been set.

func (*VersionedProcessor) HasComments ¶

func (o *VersionedProcessor) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedProcessor) HasComponentType ¶

func (o *VersionedProcessor) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*VersionedProcessor) HasConcurrentlySchedulableTaskCount ¶

func (o *VersionedProcessor) HasConcurrentlySchedulableTaskCount() bool

HasConcurrentlySchedulableTaskCount returns a boolean if a field has been set.

func (*VersionedProcessor) HasExecutionNode ¶

func (o *VersionedProcessor) HasExecutionNode() bool

HasExecutionNode returns a boolean if a field has been set.

func (*VersionedProcessor) HasGroupIdentifier ¶

func (o *VersionedProcessor) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (*VersionedProcessor) HasIdentifier ¶

func (o *VersionedProcessor) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*VersionedProcessor) HasInstanceIdentifier ¶

func (o *VersionedProcessor) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*VersionedProcessor) HasMaxBackoffPeriod ¶

func (o *VersionedProcessor) HasMaxBackoffPeriod() bool

HasMaxBackoffPeriod returns a boolean if a field has been set.

func (*VersionedProcessor) HasName ¶

func (o *VersionedProcessor) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedProcessor) HasPenaltyDuration ¶

func (o *VersionedProcessor) HasPenaltyDuration() bool

HasPenaltyDuration returns a boolean if a field has been set.

func (*VersionedProcessor) HasPosition ¶

func (o *VersionedProcessor) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*VersionedProcessor) HasProperties ¶

func (o *VersionedProcessor) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*VersionedProcessor) HasPropertyDescriptors ¶

func (o *VersionedProcessor) HasPropertyDescriptors() bool

HasPropertyDescriptors returns a boolean if a field has been set.

func (*VersionedProcessor) HasRetriedRelationships ¶

func (o *VersionedProcessor) HasRetriedRelationships() bool

HasRetriedRelationships returns a boolean if a field has been set.

func (*VersionedProcessor) HasRetryCount ¶

func (o *VersionedProcessor) HasRetryCount() bool

HasRetryCount returns a boolean if a field has been set.

func (*VersionedProcessor) HasRunDurationMillis ¶

func (o *VersionedProcessor) HasRunDurationMillis() bool

HasRunDurationMillis returns a boolean if a field has been set.

func (*VersionedProcessor) HasScheduledState ¶

func (o *VersionedProcessor) HasScheduledState() bool

HasScheduledState returns a boolean if a field has been set.

func (*VersionedProcessor) HasSchedulingPeriod ¶

func (o *VersionedProcessor) HasSchedulingPeriod() bool

HasSchedulingPeriod returns a boolean if a field has been set.

func (*VersionedProcessor) HasSchedulingStrategy ¶

func (o *VersionedProcessor) HasSchedulingStrategy() bool

HasSchedulingStrategy returns a boolean if a field has been set.

func (*VersionedProcessor) HasStyle ¶

func (o *VersionedProcessor) HasStyle() bool

HasStyle returns a boolean if a field has been set.

func (*VersionedProcessor) HasType ¶

func (o *VersionedProcessor) HasType() bool

HasType returns a boolean if a field has been set.

func (*VersionedProcessor) HasYieldDuration ¶

func (o *VersionedProcessor) HasYieldDuration() bool

HasYieldDuration returns a boolean if a field has been set.

func (VersionedProcessor) MarshalJSON ¶

func (o VersionedProcessor) MarshalJSON() ([]byte, error)

func (*VersionedProcessor) SetAnnotationData ¶

func (o *VersionedProcessor) SetAnnotationData(v string)

SetAnnotationData gets a reference to the given string and assigns it to the AnnotationData field.

func (*VersionedProcessor) SetAutoTerminatedRelationships ¶

func (o *VersionedProcessor) SetAutoTerminatedRelationships(v []string)

SetAutoTerminatedRelationships gets a reference to the given []string and assigns it to the AutoTerminatedRelationships field.

func (*VersionedProcessor) SetBackoffMechanism ¶

func (o *VersionedProcessor) SetBackoffMechanism(v string)

SetBackoffMechanism gets a reference to the given string and assigns it to the BackoffMechanism field.

func (*VersionedProcessor) SetBulletinLevel ¶

func (o *VersionedProcessor) SetBulletinLevel(v string)

SetBulletinLevel gets a reference to the given string and assigns it to the BulletinLevel field.

func (*VersionedProcessor) SetBundle ¶

func (o *VersionedProcessor) SetBundle(v Bundle)

SetBundle gets a reference to the given Bundle and assigns it to the Bundle field.

func (*VersionedProcessor) SetComments ¶

func (o *VersionedProcessor) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedProcessor) SetComponentType ¶

func (o *VersionedProcessor) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*VersionedProcessor) SetConcurrentlySchedulableTaskCount ¶

func (o *VersionedProcessor) SetConcurrentlySchedulableTaskCount(v int32)

SetConcurrentlySchedulableTaskCount gets a reference to the given int32 and assigns it to the ConcurrentlySchedulableTaskCount field.

func (*VersionedProcessor) SetExecutionNode ¶

func (o *VersionedProcessor) SetExecutionNode(v string)

SetExecutionNode gets a reference to the given string and assigns it to the ExecutionNode field.

func (*VersionedProcessor) SetGroupIdentifier ¶

func (o *VersionedProcessor) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (*VersionedProcessor) SetIdentifier ¶

func (o *VersionedProcessor) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*VersionedProcessor) SetInstanceIdentifier ¶

func (o *VersionedProcessor) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*VersionedProcessor) SetMaxBackoffPeriod ¶

func (o *VersionedProcessor) SetMaxBackoffPeriod(v string)

SetMaxBackoffPeriod gets a reference to the given string and assigns it to the MaxBackoffPeriod field.

func (*VersionedProcessor) SetName ¶

func (o *VersionedProcessor) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedProcessor) SetPenaltyDuration ¶

func (o *VersionedProcessor) SetPenaltyDuration(v string)

SetPenaltyDuration gets a reference to the given string and assigns it to the PenaltyDuration field.

func (*VersionedProcessor) SetPosition ¶

func (o *VersionedProcessor) SetPosition(v Position)

SetPosition gets a reference to the given Position and assigns it to the Position field.

func (*VersionedProcessor) SetProperties ¶

func (o *VersionedProcessor) SetProperties(v map[string]string)

SetProperties gets a reference to the given map[string]string and assigns it to the Properties field.

func (*VersionedProcessor) SetPropertyDescriptors ¶

func (o *VersionedProcessor) SetPropertyDescriptors(v map[string]VersionedPropertyDescriptor)

SetPropertyDescriptors gets a reference to the given map[string]VersionedPropertyDescriptor and assigns it to the PropertyDescriptors field.

func (*VersionedProcessor) SetRetriedRelationships ¶

func (o *VersionedProcessor) SetRetriedRelationships(v []string)

SetRetriedRelationships gets a reference to the given []string and assigns it to the RetriedRelationships field.

func (*VersionedProcessor) SetRetryCount ¶

func (o *VersionedProcessor) SetRetryCount(v int32)

SetRetryCount gets a reference to the given int32 and assigns it to the RetryCount field.

func (*VersionedProcessor) SetRunDurationMillis ¶

func (o *VersionedProcessor) SetRunDurationMillis(v int64)

SetRunDurationMillis gets a reference to the given int64 and assigns it to the RunDurationMillis field.

func (*VersionedProcessor) SetScheduledState ¶

func (o *VersionedProcessor) SetScheduledState(v string)

SetScheduledState gets a reference to the given string and assigns it to the ScheduledState field.

func (*VersionedProcessor) SetSchedulingPeriod ¶

func (o *VersionedProcessor) SetSchedulingPeriod(v string)

SetSchedulingPeriod gets a reference to the given string and assigns it to the SchedulingPeriod field.

func (*VersionedProcessor) SetSchedulingStrategy ¶

func (o *VersionedProcessor) SetSchedulingStrategy(v string)

SetSchedulingStrategy gets a reference to the given string and assigns it to the SchedulingStrategy field.

func (*VersionedProcessor) SetStyle ¶

func (o *VersionedProcessor) SetStyle(v map[string]string)

SetStyle gets a reference to the given map[string]string and assigns it to the Style field.

func (*VersionedProcessor) SetType ¶

func (o *VersionedProcessor) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (*VersionedProcessor) SetYieldDuration ¶

func (o *VersionedProcessor) SetYieldDuration(v string)

SetYieldDuration gets a reference to the given string and assigns it to the YieldDuration field.

func (VersionedProcessor) ToMap ¶

func (o VersionedProcessor) ToMap() (map[string]interface{}, error)

type VersionedPropertyDescriptor ¶

type VersionedPropertyDescriptor struct {
	// The name of the property
	Name *string `json:"name,omitempty"`
	// The display name of the property
	DisplayName *string `json:"displayName,omitempty"`
	// Whether or not the property provides the identifier of a Controller Service
	IdentifiesControllerService *bool `json:"identifiesControllerService,omitempty"`
	// Whether or not the property is considered sensitive
	Sensitive          *bool                        `json:"sensitive,omitempty"`
	ResourceDefinition *VersionedResourceDefinition `json:"resourceDefinition,omitempty"`
}

VersionedPropertyDescriptor struct for VersionedPropertyDescriptor

func NewVersionedPropertyDescriptor ¶

func NewVersionedPropertyDescriptor() *VersionedPropertyDescriptor

NewVersionedPropertyDescriptor instantiates a new VersionedPropertyDescriptor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedPropertyDescriptorWithDefaults ¶

func NewVersionedPropertyDescriptorWithDefaults() *VersionedPropertyDescriptor

NewVersionedPropertyDescriptorWithDefaults instantiates a new VersionedPropertyDescriptor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedPropertyDescriptor) GetDisplayName ¶

func (o *VersionedPropertyDescriptor) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*VersionedPropertyDescriptor) GetDisplayNameOk ¶

func (o *VersionedPropertyDescriptor) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPropertyDescriptor) GetIdentifiesControllerService ¶

func (o *VersionedPropertyDescriptor) GetIdentifiesControllerService() bool

GetIdentifiesControllerService returns the IdentifiesControllerService field value if set, zero value otherwise.

func (*VersionedPropertyDescriptor) GetIdentifiesControllerServiceOk ¶

func (o *VersionedPropertyDescriptor) GetIdentifiesControllerServiceOk() (*bool, bool)

GetIdentifiesControllerServiceOk returns a tuple with the IdentifiesControllerService field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPropertyDescriptor) GetName ¶

func (o *VersionedPropertyDescriptor) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedPropertyDescriptor) GetNameOk ¶

func (o *VersionedPropertyDescriptor) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPropertyDescriptor) GetResourceDefinition ¶

func (o *VersionedPropertyDescriptor) GetResourceDefinition() VersionedResourceDefinition

GetResourceDefinition returns the ResourceDefinition field value if set, zero value otherwise.

func (*VersionedPropertyDescriptor) GetResourceDefinitionOk ¶

func (o *VersionedPropertyDescriptor) GetResourceDefinitionOk() (*VersionedResourceDefinition, bool)

GetResourceDefinitionOk returns a tuple with the ResourceDefinition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPropertyDescriptor) GetSensitive ¶

func (o *VersionedPropertyDescriptor) GetSensitive() bool

GetSensitive returns the Sensitive field value if set, zero value otherwise.

func (*VersionedPropertyDescriptor) GetSensitiveOk ¶

func (o *VersionedPropertyDescriptor) GetSensitiveOk() (*bool, bool)

GetSensitiveOk returns a tuple with the Sensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedPropertyDescriptor) HasDisplayName ¶

func (o *VersionedPropertyDescriptor) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*VersionedPropertyDescriptor) HasIdentifiesControllerService ¶

func (o *VersionedPropertyDescriptor) HasIdentifiesControllerService() bool

HasIdentifiesControllerService returns a boolean if a field has been set.

func (*VersionedPropertyDescriptor) HasName ¶

func (o *VersionedPropertyDescriptor) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedPropertyDescriptor) HasResourceDefinition ¶

func (o *VersionedPropertyDescriptor) HasResourceDefinition() bool

HasResourceDefinition returns a boolean if a field has been set.

func (*VersionedPropertyDescriptor) HasSensitive ¶

func (o *VersionedPropertyDescriptor) HasSensitive() bool

HasSensitive returns a boolean if a field has been set.

func (VersionedPropertyDescriptor) MarshalJSON ¶

func (o VersionedPropertyDescriptor) MarshalJSON() ([]byte, error)

func (*VersionedPropertyDescriptor) SetDisplayName ¶

func (o *VersionedPropertyDescriptor) SetDisplayName(v string)

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

func (*VersionedPropertyDescriptor) SetIdentifiesControllerService ¶

func (o *VersionedPropertyDescriptor) SetIdentifiesControllerService(v bool)

SetIdentifiesControllerService gets a reference to the given bool and assigns it to the IdentifiesControllerService field.

func (*VersionedPropertyDescriptor) SetName ¶

func (o *VersionedPropertyDescriptor) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedPropertyDescriptor) SetResourceDefinition ¶

func (o *VersionedPropertyDescriptor) SetResourceDefinition(v VersionedResourceDefinition)

SetResourceDefinition gets a reference to the given VersionedResourceDefinition and assigns it to the ResourceDefinition field.

func (*VersionedPropertyDescriptor) SetSensitive ¶

func (o *VersionedPropertyDescriptor) SetSensitive(v bool)

SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.

func (VersionedPropertyDescriptor) ToMap ¶

func (o VersionedPropertyDescriptor) ToMap() (map[string]interface{}, error)

type VersionedRemoteGroupPort ¶

type VersionedRemoteGroupPort struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
	// The component's name
	Name *string `json:"name,omitempty"`
	// The user-supplied comments for the component
	Comments *string   `json:"comments,omitempty"`
	Position *Position `json:"position,omitempty"`
	// The id of the remote process group that the port resides in.
	RemoteGroupId *string `json:"remoteGroupId,omitempty"`
	// The number of task that may transmit flowfiles to the target port concurrently.
	ConcurrentlySchedulableTaskCount *int32 `json:"concurrentlySchedulableTaskCount,omitempty"`
	// Whether the flowfiles are compressed when sent to the target port.
	UseCompression *bool      `json:"useCompression,omitempty"`
	BatchSize      *BatchSize `json:"batchSize,omitempty"`
	ComponentType  *string    `json:"componentType,omitempty"`
	// The ID of the port on the target NiFi instance
	TargetId *string `json:"targetId,omitempty"`
	// The scheduled state of the component
	ScheduledState *string `json:"scheduledState,omitempty"`
	// The ID of the Process Group that this component belongs to
	GroupIdentifier *string `json:"groupIdentifier,omitempty"`
}

VersionedRemoteGroupPort struct for VersionedRemoteGroupPort

func NewVersionedRemoteGroupPort ¶

func NewVersionedRemoteGroupPort() *VersionedRemoteGroupPort

NewVersionedRemoteGroupPort instantiates a new VersionedRemoteGroupPort object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedRemoteGroupPortWithDefaults ¶

func NewVersionedRemoteGroupPortWithDefaults() *VersionedRemoteGroupPort

NewVersionedRemoteGroupPortWithDefaults instantiates a new VersionedRemoteGroupPort object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedRemoteGroupPort) GetBatchSize ¶

func (o *VersionedRemoteGroupPort) GetBatchSize() BatchSize

GetBatchSize returns the BatchSize field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetBatchSizeOk ¶

func (o *VersionedRemoteGroupPort) GetBatchSizeOk() (*BatchSize, bool)

GetBatchSizeOk returns a tuple with the BatchSize field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetComments ¶

func (o *VersionedRemoteGroupPort) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetCommentsOk ¶

func (o *VersionedRemoteGroupPort) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetComponentType ¶

func (o *VersionedRemoteGroupPort) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetComponentTypeOk ¶

func (o *VersionedRemoteGroupPort) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetConcurrentlySchedulableTaskCount ¶

func (o *VersionedRemoteGroupPort) GetConcurrentlySchedulableTaskCount() int32

GetConcurrentlySchedulableTaskCount returns the ConcurrentlySchedulableTaskCount field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetConcurrentlySchedulableTaskCountOk ¶

func (o *VersionedRemoteGroupPort) GetConcurrentlySchedulableTaskCountOk() (*int32, bool)

GetConcurrentlySchedulableTaskCountOk returns a tuple with the ConcurrentlySchedulableTaskCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetGroupIdentifier ¶

func (o *VersionedRemoteGroupPort) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetGroupIdentifierOk ¶

func (o *VersionedRemoteGroupPort) GetGroupIdentifierOk() (*string, bool)

GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetIdentifier ¶

func (o *VersionedRemoteGroupPort) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetIdentifierOk ¶

func (o *VersionedRemoteGroupPort) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetInstanceIdentifier ¶

func (o *VersionedRemoteGroupPort) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetInstanceIdentifierOk ¶

func (o *VersionedRemoteGroupPort) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetName ¶

func (o *VersionedRemoteGroupPort) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetNameOk ¶

func (o *VersionedRemoteGroupPort) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetPosition ¶

func (o *VersionedRemoteGroupPort) GetPosition() Position

GetPosition returns the Position field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetPositionOk ¶

func (o *VersionedRemoteGroupPort) GetPositionOk() (*Position, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetRemoteGroupId ¶

func (o *VersionedRemoteGroupPort) GetRemoteGroupId() string

GetRemoteGroupId returns the RemoteGroupId field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetRemoteGroupIdOk ¶

func (o *VersionedRemoteGroupPort) GetRemoteGroupIdOk() (*string, bool)

GetRemoteGroupIdOk returns a tuple with the RemoteGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetScheduledState ¶

func (o *VersionedRemoteGroupPort) GetScheduledState() string

GetScheduledState returns the ScheduledState field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetScheduledStateOk ¶

func (o *VersionedRemoteGroupPort) GetScheduledStateOk() (*string, bool)

GetScheduledStateOk returns a tuple with the ScheduledState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetTargetId ¶

func (o *VersionedRemoteGroupPort) GetTargetId() string

GetTargetId returns the TargetId field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetTargetIdOk ¶

func (o *VersionedRemoteGroupPort) GetTargetIdOk() (*string, bool)

GetTargetIdOk returns a tuple with the TargetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) GetUseCompression ¶

func (o *VersionedRemoteGroupPort) GetUseCompression() bool

GetUseCompression returns the UseCompression field value if set, zero value otherwise.

func (*VersionedRemoteGroupPort) GetUseCompressionOk ¶

func (o *VersionedRemoteGroupPort) GetUseCompressionOk() (*bool, bool)

GetUseCompressionOk returns a tuple with the UseCompression field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteGroupPort) HasBatchSize ¶

func (o *VersionedRemoteGroupPort) HasBatchSize() bool

HasBatchSize returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasComments ¶

func (o *VersionedRemoteGroupPort) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasComponentType ¶

func (o *VersionedRemoteGroupPort) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasConcurrentlySchedulableTaskCount ¶

func (o *VersionedRemoteGroupPort) HasConcurrentlySchedulableTaskCount() bool

HasConcurrentlySchedulableTaskCount returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasGroupIdentifier ¶

func (o *VersionedRemoteGroupPort) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasIdentifier ¶

func (o *VersionedRemoteGroupPort) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasInstanceIdentifier ¶

func (o *VersionedRemoteGroupPort) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasName ¶

func (o *VersionedRemoteGroupPort) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasPosition ¶

func (o *VersionedRemoteGroupPort) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasRemoteGroupId ¶

func (o *VersionedRemoteGroupPort) HasRemoteGroupId() bool

HasRemoteGroupId returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasScheduledState ¶

func (o *VersionedRemoteGroupPort) HasScheduledState() bool

HasScheduledState returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasTargetId ¶

func (o *VersionedRemoteGroupPort) HasTargetId() bool

HasTargetId returns a boolean if a field has been set.

func (*VersionedRemoteGroupPort) HasUseCompression ¶

func (o *VersionedRemoteGroupPort) HasUseCompression() bool

HasUseCompression returns a boolean if a field has been set.

func (VersionedRemoteGroupPort) MarshalJSON ¶

func (o VersionedRemoteGroupPort) MarshalJSON() ([]byte, error)

func (*VersionedRemoteGroupPort) SetBatchSize ¶

func (o *VersionedRemoteGroupPort) SetBatchSize(v BatchSize)

SetBatchSize gets a reference to the given BatchSize and assigns it to the BatchSize field.

func (*VersionedRemoteGroupPort) SetComments ¶

func (o *VersionedRemoteGroupPort) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedRemoteGroupPort) SetComponentType ¶

func (o *VersionedRemoteGroupPort) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*VersionedRemoteGroupPort) SetConcurrentlySchedulableTaskCount ¶

func (o *VersionedRemoteGroupPort) SetConcurrentlySchedulableTaskCount(v int32)

SetConcurrentlySchedulableTaskCount gets a reference to the given int32 and assigns it to the ConcurrentlySchedulableTaskCount field.

func (*VersionedRemoteGroupPort) SetGroupIdentifier ¶

func (o *VersionedRemoteGroupPort) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (*VersionedRemoteGroupPort) SetIdentifier ¶

func (o *VersionedRemoteGroupPort) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*VersionedRemoteGroupPort) SetInstanceIdentifier ¶

func (o *VersionedRemoteGroupPort) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*VersionedRemoteGroupPort) SetName ¶

func (o *VersionedRemoteGroupPort) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedRemoteGroupPort) SetPosition ¶

func (o *VersionedRemoteGroupPort) SetPosition(v Position)

SetPosition gets a reference to the given Position and assigns it to the Position field.

func (*VersionedRemoteGroupPort) SetRemoteGroupId ¶

func (o *VersionedRemoteGroupPort) SetRemoteGroupId(v string)

SetRemoteGroupId gets a reference to the given string and assigns it to the RemoteGroupId field.

func (*VersionedRemoteGroupPort) SetScheduledState ¶

func (o *VersionedRemoteGroupPort) SetScheduledState(v string)

SetScheduledState gets a reference to the given string and assigns it to the ScheduledState field.

func (*VersionedRemoteGroupPort) SetTargetId ¶

func (o *VersionedRemoteGroupPort) SetTargetId(v string)

SetTargetId gets a reference to the given string and assigns it to the TargetId field.

func (*VersionedRemoteGroupPort) SetUseCompression ¶

func (o *VersionedRemoteGroupPort) SetUseCompression(v bool)

SetUseCompression gets a reference to the given bool and assigns it to the UseCompression field.

func (VersionedRemoteGroupPort) ToMap ¶

func (o VersionedRemoteGroupPort) ToMap() (map[string]interface{}, error)

type VersionedRemoteProcessGroup ¶

type VersionedRemoteProcessGroup struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,omitempty"`
	// The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component
	InstanceIdentifier *string `json:"instanceIdentifier,omitempty"`
	// The component's name
	Name *string `json:"name,omitempty"`
	// The user-supplied comments for the component
	Comments *string   `json:"comments,omitempty"`
	Position *Position `json:"position,omitempty"`
	// [DEPRECATED] The target URI of the remote process group. If target uri is not set, but uris are set, then returns the first uri in the uris. If neither target uri nor uris are set, then returns null.
	TargetUri *string `json:"targetUri,omitempty"`
	// The target URIs of the remote process group. If target uris is not set but target uri is set, then returns the single target uri. If neither target uris nor target uri is set, then returns null.
	TargetUris *string `json:"targetUris,omitempty"`
	// The time period used for the timeout when communicating with the target.
	CommunicationsTimeout *string `json:"communicationsTimeout,omitempty"`
	// When yielding, this amount of time must elapse before the remote process group is scheduled again.
	YieldDuration *string `json:"yieldDuration,omitempty"`
	// The Transport Protocol that is used for Site-to-Site communications
	TransportProtocol *string `json:"transportProtocol,omitempty"`
	// The local network interface to send/receive data. If not specified, any local address is used. If clustered, all nodes must have an interface with this identifier.
	LocalNetworkInterface *string `json:"localNetworkInterface,omitempty"`
	ProxyHost             *string `json:"proxyHost,omitempty"`
	ProxyPort             *int32  `json:"proxyPort,omitempty"`
	ProxyUser             *string `json:"proxyUser,omitempty"`
	ProxyPassword         *string `json:"proxyPassword,omitempty"`
	// A Set of Input Ports that can be connected to, in order to send data to the remote NiFi instance
	InputPorts []VersionedRemoteGroupPort `json:"inputPorts,omitempty"`
	// A Set of Output Ports that can be connected to, in order to pull data from the remote NiFi instance
	OutputPorts   []VersionedRemoteGroupPort `json:"outputPorts,omitempty"`
	ComponentType *string                    `json:"componentType,omitempty"`
	// The ID of the Process Group that this component belongs to
	GroupIdentifier *string `json:"groupIdentifier,omitempty"`
}

VersionedRemoteProcessGroup struct for VersionedRemoteProcessGroup

func NewVersionedRemoteProcessGroup ¶

func NewVersionedRemoteProcessGroup() *VersionedRemoteProcessGroup

NewVersionedRemoteProcessGroup instantiates a new VersionedRemoteProcessGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedRemoteProcessGroupWithDefaults ¶

func NewVersionedRemoteProcessGroupWithDefaults() *VersionedRemoteProcessGroup

NewVersionedRemoteProcessGroupWithDefaults instantiates a new VersionedRemoteProcessGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedRemoteProcessGroup) GetComments ¶

func (o *VersionedRemoteProcessGroup) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetCommentsOk ¶

func (o *VersionedRemoteProcessGroup) GetCommentsOk() (*string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetCommunicationsTimeout ¶

func (o *VersionedRemoteProcessGroup) GetCommunicationsTimeout() string

GetCommunicationsTimeout returns the CommunicationsTimeout field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetCommunicationsTimeoutOk ¶

func (o *VersionedRemoteProcessGroup) GetCommunicationsTimeoutOk() (*string, bool)

GetCommunicationsTimeoutOk returns a tuple with the CommunicationsTimeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetComponentType ¶

func (o *VersionedRemoteProcessGroup) GetComponentType() string

GetComponentType returns the ComponentType field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetComponentTypeOk ¶

func (o *VersionedRemoteProcessGroup) GetComponentTypeOk() (*string, bool)

GetComponentTypeOk returns a tuple with the ComponentType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetGroupIdentifier ¶

func (o *VersionedRemoteProcessGroup) GetGroupIdentifier() string

GetGroupIdentifier returns the GroupIdentifier field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetGroupIdentifierOk ¶

func (o *VersionedRemoteProcessGroup) GetGroupIdentifierOk() (*string, bool)

GetGroupIdentifierOk returns a tuple with the GroupIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetIdentifier ¶

func (o *VersionedRemoteProcessGroup) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetIdentifierOk ¶

func (o *VersionedRemoteProcessGroup) GetIdentifierOk() (*string, bool)

GetIdentifierOk returns a tuple with the Identifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetInputPorts ¶

GetInputPorts returns the InputPorts field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetInputPortsOk ¶

func (o *VersionedRemoteProcessGroup) GetInputPortsOk() ([]VersionedRemoteGroupPort, bool)

GetInputPortsOk returns a tuple with the InputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetInstanceIdentifier ¶

func (o *VersionedRemoteProcessGroup) GetInstanceIdentifier() string

GetInstanceIdentifier returns the InstanceIdentifier field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetInstanceIdentifierOk ¶

func (o *VersionedRemoteProcessGroup) GetInstanceIdentifierOk() (*string, bool)

GetInstanceIdentifierOk returns a tuple with the InstanceIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetLocalNetworkInterface ¶

func (o *VersionedRemoteProcessGroup) GetLocalNetworkInterface() string

GetLocalNetworkInterface returns the LocalNetworkInterface field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetLocalNetworkInterfaceOk ¶

func (o *VersionedRemoteProcessGroup) GetLocalNetworkInterfaceOk() (*string, bool)

GetLocalNetworkInterfaceOk returns a tuple with the LocalNetworkInterface field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetName ¶

func (o *VersionedRemoteProcessGroup) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetNameOk ¶

func (o *VersionedRemoteProcessGroup) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetOutputPorts ¶

GetOutputPorts returns the OutputPorts field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetOutputPortsOk ¶

func (o *VersionedRemoteProcessGroup) GetOutputPortsOk() ([]VersionedRemoteGroupPort, bool)

GetOutputPortsOk returns a tuple with the OutputPorts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetPosition ¶

func (o *VersionedRemoteProcessGroup) GetPosition() Position

GetPosition returns the Position field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetPositionOk ¶

func (o *VersionedRemoteProcessGroup) GetPositionOk() (*Position, bool)

GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetProxyHost ¶

func (o *VersionedRemoteProcessGroup) GetProxyHost() string

GetProxyHost returns the ProxyHost field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetProxyHostOk ¶

func (o *VersionedRemoteProcessGroup) GetProxyHostOk() (*string, bool)

GetProxyHostOk returns a tuple with the ProxyHost field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetProxyPassword ¶

func (o *VersionedRemoteProcessGroup) GetProxyPassword() string

GetProxyPassword returns the ProxyPassword field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetProxyPasswordOk ¶

func (o *VersionedRemoteProcessGroup) GetProxyPasswordOk() (*string, bool)

GetProxyPasswordOk returns a tuple with the ProxyPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetProxyPort ¶

func (o *VersionedRemoteProcessGroup) GetProxyPort() int32

GetProxyPort returns the ProxyPort field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetProxyPortOk ¶

func (o *VersionedRemoteProcessGroup) GetProxyPortOk() (*int32, bool)

GetProxyPortOk returns a tuple with the ProxyPort field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetProxyUser ¶

func (o *VersionedRemoteProcessGroup) GetProxyUser() string

GetProxyUser returns the ProxyUser field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetProxyUserOk ¶

func (o *VersionedRemoteProcessGroup) GetProxyUserOk() (*string, bool)

GetProxyUserOk returns a tuple with the ProxyUser field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetTargetUri ¶

func (o *VersionedRemoteProcessGroup) GetTargetUri() string

GetTargetUri returns the TargetUri field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetTargetUriOk ¶

func (o *VersionedRemoteProcessGroup) GetTargetUriOk() (*string, bool)

GetTargetUriOk returns a tuple with the TargetUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetTargetUris ¶

func (o *VersionedRemoteProcessGroup) GetTargetUris() string

GetTargetUris returns the TargetUris field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetTargetUrisOk ¶

func (o *VersionedRemoteProcessGroup) GetTargetUrisOk() (*string, bool)

GetTargetUrisOk returns a tuple with the TargetUris field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetTransportProtocol ¶

func (o *VersionedRemoteProcessGroup) GetTransportProtocol() string

GetTransportProtocol returns the TransportProtocol field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetTransportProtocolOk ¶

func (o *VersionedRemoteProcessGroup) GetTransportProtocolOk() (*string, bool)

GetTransportProtocolOk returns a tuple with the TransportProtocol field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) GetYieldDuration ¶

func (o *VersionedRemoteProcessGroup) GetYieldDuration() string

GetYieldDuration returns the YieldDuration field value if set, zero value otherwise.

func (*VersionedRemoteProcessGroup) GetYieldDurationOk ¶

func (o *VersionedRemoteProcessGroup) GetYieldDurationOk() (*string, bool)

GetYieldDurationOk returns a tuple with the YieldDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedRemoteProcessGroup) HasComments ¶

func (o *VersionedRemoteProcessGroup) HasComments() bool

HasComments returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasCommunicationsTimeout ¶

func (o *VersionedRemoteProcessGroup) HasCommunicationsTimeout() bool

HasCommunicationsTimeout returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasComponentType ¶

func (o *VersionedRemoteProcessGroup) HasComponentType() bool

HasComponentType returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasGroupIdentifier ¶

func (o *VersionedRemoteProcessGroup) HasGroupIdentifier() bool

HasGroupIdentifier returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasIdentifier ¶

func (o *VersionedRemoteProcessGroup) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasInputPorts ¶

func (o *VersionedRemoteProcessGroup) HasInputPorts() bool

HasInputPorts returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasInstanceIdentifier ¶

func (o *VersionedRemoteProcessGroup) HasInstanceIdentifier() bool

HasInstanceIdentifier returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasLocalNetworkInterface ¶

func (o *VersionedRemoteProcessGroup) HasLocalNetworkInterface() bool

HasLocalNetworkInterface returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasName ¶

func (o *VersionedRemoteProcessGroup) HasName() bool

HasName returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasOutputPorts ¶

func (o *VersionedRemoteProcessGroup) HasOutputPorts() bool

HasOutputPorts returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasPosition ¶

func (o *VersionedRemoteProcessGroup) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasProxyHost ¶

func (o *VersionedRemoteProcessGroup) HasProxyHost() bool

HasProxyHost returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasProxyPassword ¶

func (o *VersionedRemoteProcessGroup) HasProxyPassword() bool

HasProxyPassword returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasProxyPort ¶

func (o *VersionedRemoteProcessGroup) HasProxyPort() bool

HasProxyPort returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasProxyUser ¶

func (o *VersionedRemoteProcessGroup) HasProxyUser() bool

HasProxyUser returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasTargetUri ¶

func (o *VersionedRemoteProcessGroup) HasTargetUri() bool

HasTargetUri returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasTargetUris ¶

func (o *VersionedRemoteProcessGroup) HasTargetUris() bool

HasTargetUris returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasTransportProtocol ¶

func (o *VersionedRemoteProcessGroup) HasTransportProtocol() bool

HasTransportProtocol returns a boolean if a field has been set.

func (*VersionedRemoteProcessGroup) HasYieldDuration ¶

func (o *VersionedRemoteProcessGroup) HasYieldDuration() bool

HasYieldDuration returns a boolean if a field has been set.

func (VersionedRemoteProcessGroup) MarshalJSON ¶

func (o VersionedRemoteProcessGroup) MarshalJSON() ([]byte, error)

func (*VersionedRemoteProcessGroup) SetComments ¶

func (o *VersionedRemoteProcessGroup) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedRemoteProcessGroup) SetCommunicationsTimeout ¶

func (o *VersionedRemoteProcessGroup) SetCommunicationsTimeout(v string)

SetCommunicationsTimeout gets a reference to the given string and assigns it to the CommunicationsTimeout field.

func (*VersionedRemoteProcessGroup) SetComponentType ¶

func (o *VersionedRemoteProcessGroup) SetComponentType(v string)

SetComponentType gets a reference to the given string and assigns it to the ComponentType field.

func (*VersionedRemoteProcessGroup) SetGroupIdentifier ¶

func (o *VersionedRemoteProcessGroup) SetGroupIdentifier(v string)

SetGroupIdentifier gets a reference to the given string and assigns it to the GroupIdentifier field.

func (*VersionedRemoteProcessGroup) SetIdentifier ¶

func (o *VersionedRemoteProcessGroup) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (*VersionedRemoteProcessGroup) SetInputPorts ¶

SetInputPorts gets a reference to the given []VersionedRemoteGroupPort and assigns it to the InputPorts field.

func (*VersionedRemoteProcessGroup) SetInstanceIdentifier ¶

func (o *VersionedRemoteProcessGroup) SetInstanceIdentifier(v string)

SetInstanceIdentifier gets a reference to the given string and assigns it to the InstanceIdentifier field.

func (*VersionedRemoteProcessGroup) SetLocalNetworkInterface ¶

func (o *VersionedRemoteProcessGroup) SetLocalNetworkInterface(v string)

SetLocalNetworkInterface gets a reference to the given string and assigns it to the LocalNetworkInterface field.

func (*VersionedRemoteProcessGroup) SetName ¶

func (o *VersionedRemoteProcessGroup) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*VersionedRemoteProcessGroup) SetOutputPorts ¶

SetOutputPorts gets a reference to the given []VersionedRemoteGroupPort and assigns it to the OutputPorts field.

func (*VersionedRemoteProcessGroup) SetPosition ¶

func (o *VersionedRemoteProcessGroup) SetPosition(v Position)

SetPosition gets a reference to the given Position and assigns it to the Position field.

func (*VersionedRemoteProcessGroup) SetProxyHost ¶

func (o *VersionedRemoteProcessGroup) SetProxyHost(v string)

SetProxyHost gets a reference to the given string and assigns it to the ProxyHost field.

func (*VersionedRemoteProcessGroup) SetProxyPassword ¶

func (o *VersionedRemoteProcessGroup) SetProxyPassword(v string)

SetProxyPassword gets a reference to the given string and assigns it to the ProxyPassword field.

func (*VersionedRemoteProcessGroup) SetProxyPort ¶

func (o *VersionedRemoteProcessGroup) SetProxyPort(v int32)

SetProxyPort gets a reference to the given int32 and assigns it to the ProxyPort field.

func (*VersionedRemoteProcessGroup) SetProxyUser ¶

func (o *VersionedRemoteProcessGroup) SetProxyUser(v string)

SetProxyUser gets a reference to the given string and assigns it to the ProxyUser field.

func (*VersionedRemoteProcessGroup) SetTargetUri ¶

func (o *VersionedRemoteProcessGroup) SetTargetUri(v string)

SetTargetUri gets a reference to the given string and assigns it to the TargetUri field.

func (*VersionedRemoteProcessGroup) SetTargetUris ¶

func (o *VersionedRemoteProcessGroup) SetTargetUris(v string)

SetTargetUris gets a reference to the given string and assigns it to the TargetUris field.

func (*VersionedRemoteProcessGroup) SetTransportProtocol ¶

func (o *VersionedRemoteProcessGroup) SetTransportProtocol(v string)

SetTransportProtocol gets a reference to the given string and assigns it to the TransportProtocol field.

func (*VersionedRemoteProcessGroup) SetYieldDuration ¶

func (o *VersionedRemoteProcessGroup) SetYieldDuration(v string)

SetYieldDuration gets a reference to the given string and assigns it to the YieldDuration field.

func (VersionedRemoteProcessGroup) ToMap ¶

func (o VersionedRemoteProcessGroup) ToMap() (map[string]interface{}, error)

type VersionedResourceDefinition ¶

type VersionedResourceDefinition struct {
	// The cardinality of the resource
	Cardinality *string `json:"cardinality,omitempty"`
	// The types of resource that the Property Descriptor is allowed to reference
	ResourceTypes []string `json:"resourceTypes,omitempty"`
}

VersionedResourceDefinition struct for VersionedResourceDefinition

func NewVersionedResourceDefinition ¶

func NewVersionedResourceDefinition() *VersionedResourceDefinition

NewVersionedResourceDefinition instantiates a new VersionedResourceDefinition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVersionedResourceDefinitionWithDefaults ¶

func NewVersionedResourceDefinitionWithDefaults() *VersionedResourceDefinition

NewVersionedResourceDefinitionWithDefaults instantiates a new VersionedResourceDefinition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VersionedResourceDefinition) GetCardinality ¶

func (o *VersionedResourceDefinition) GetCardinality() string

GetCardinality returns the Cardinality field value if set, zero value otherwise.

func (*VersionedResourceDefinition) GetCardinalityOk ¶

func (o *VersionedResourceDefinition) GetCardinalityOk() (*string, bool)

GetCardinalityOk returns a tuple with the Cardinality field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedResourceDefinition) GetResourceTypes ¶

func (o *VersionedResourceDefinition) GetResourceTypes() []string

GetResourceTypes returns the ResourceTypes field value if set, zero value otherwise.

func (*VersionedResourceDefinition) GetResourceTypesOk ¶

func (o *VersionedResourceDefinition) GetResourceTypesOk() ([]string, bool)

GetResourceTypesOk returns a tuple with the ResourceTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*VersionedResourceDefinition) HasCardinality ¶

func (o *VersionedResourceDefinition) HasCardinality() bool

HasCardinality returns a boolean if a field has been set.

func (*VersionedResourceDefinition) HasResourceTypes ¶

func (o *VersionedResourceDefinition) HasResourceTypes() bool

HasResourceTypes returns a boolean if a field has been set.

func (VersionedResourceDefinition) MarshalJSON ¶

func (o VersionedResourceDefinition) MarshalJSON() ([]byte, error)

func (*VersionedResourceDefinition) SetCardinality ¶

func (o *VersionedResourceDefinition) SetCardinality(v string)

SetCardinality gets a reference to the given string and assigns it to the Cardinality field.

func (*VersionedResourceDefinition) SetResourceTypes ¶

func (o *VersionedResourceDefinition) SetResourceTypes(v []string)

SetResourceTypes gets a reference to the given []string and assigns it to the ResourceTypes field.

func (VersionedResourceDefinition) ToMap ¶

func (o VersionedResourceDefinition) ToMap() (map[string]interface{}, error)

type VersionsAPICreateVersionControlRequestRequest ¶

type VersionsAPICreateVersionControlRequestRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPICreateVersionControlRequestRequest) Body ¶

The versioned flow details.

func (VersionsAPICreateVersionControlRequestRequest) Execute ¶

type VersionsAPIDeleteRevertRequestRequest ¶

type VersionsAPIDeleteRevertRequestRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIDeleteRevertRequestRequest) DisconnectedNodeAcknowledged ¶

func (r VersionsAPIDeleteRevertRequestRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) VersionsAPIDeleteRevertRequestRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (VersionsAPIDeleteRevertRequestRequest) Execute ¶

type VersionsAPIDeleteUpdateRequestRequest ¶

type VersionsAPIDeleteUpdateRequestRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIDeleteUpdateRequestRequest) DisconnectedNodeAcknowledged ¶

func (r VersionsAPIDeleteUpdateRequestRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) VersionsAPIDeleteUpdateRequestRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (VersionsAPIDeleteUpdateRequestRequest) Execute ¶

type VersionsAPIDeleteVersionControlRequestRequest ¶

type VersionsAPIDeleteVersionControlRequestRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIDeleteVersionControlRequestRequest) DisconnectedNodeAcknowledged ¶

func (r VersionsAPIDeleteVersionControlRequestRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) VersionsAPIDeleteVersionControlRequestRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (VersionsAPIDeleteVersionControlRequestRequest) Execute ¶

type VersionsAPIExportFlowVersionRequest ¶

type VersionsAPIExportFlowVersionRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIExportFlowVersionRequest) Execute ¶

type VersionsAPIGetRevertRequestRequest ¶

type VersionsAPIGetRevertRequestRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIGetRevertRequestRequest) Execute ¶

type VersionsAPIGetUpdateRequestRequest ¶

type VersionsAPIGetUpdateRequestRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIGetUpdateRequestRequest) Execute ¶

type VersionsAPIGetVersionInformationRequest ¶

type VersionsAPIGetVersionInformationRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIGetVersionInformationRequest) Execute ¶

type VersionsAPIInitiateRevertFlowVersionRequest ¶

type VersionsAPIInitiateRevertFlowVersionRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIInitiateRevertFlowVersionRequest) Body ¶

The Version Control Information to revert to.

func (VersionsAPIInitiateRevertFlowVersionRequest) Execute ¶

type VersionsAPIInitiateVersionControlUpdateRequest ¶

type VersionsAPIInitiateVersionControlUpdateRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIInitiateVersionControlUpdateRequest) Body ¶

The controller service configuration details.

func (VersionsAPIInitiateVersionControlUpdateRequest) Execute ¶

type VersionsAPISaveToFlowRegistryRequest ¶

type VersionsAPISaveToFlowRegistryRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPISaveToFlowRegistryRequest) Body ¶

The versioned flow details.

func (VersionsAPISaveToFlowRegistryRequest) Execute ¶

type VersionsAPIService ¶

type VersionsAPIService service

VersionsAPIService VersionsAPI service

func (*VersionsAPIService) CreateVersionControlRequest ¶

CreateVersionControlRequest Create a version control request

Creates a request so that a Process Group can be placed under Version Control or have its Version Control configuration changed. Creating this request will prevent any other threads from simultaneously saving local changes to Version Control. It will not, however, actually save the local flow to the Flow Registry. A POST to /versions/process-groups/{id} should be used to initiate saving of the local flow to the Flow Registry. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return VersionsAPICreateVersionControlRequestRequest

func (*VersionsAPIService) CreateVersionControlRequestExecute ¶

func (a *VersionsAPIService) CreateVersionControlRequestExecute(r VersionsAPICreateVersionControlRequestRequest) (string, *http.Response, error)

Execute executes the request

@return string

func (*VersionsAPIService) DeleteRevertRequest ¶

DeleteRevertRequest Deletes the Revert Request with the given ID

Deletes the Revert Request with the given ID. After a request is created via a POST to /versions/revert-requests/process-groups/{id}, it is expected that the client will properly clean up the request by DELETE'ing it, once the Revert process has completed. If the request is deleted before the request completes, then the Revert request will finish the step that it is currently performing and then will cancel any subsequent steps. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Revert Request
@return VersionsAPIDeleteRevertRequestRequest

func (*VersionsAPIService) DeleteRevertRequestExecute ¶

Execute executes the request

@return VersionedFlowUpdateRequestEntity

func (*VersionsAPIService) DeleteUpdateRequest ¶

DeleteUpdateRequest Deletes the Update Request with the given ID

Deletes the Update Request with the given ID. After a request is created via a POST to /versions/update-requests/process-groups/{id}, it is expected that the client will properly clean up the request by DELETE'ing it, once the Update process has completed. If the request is deleted before the request completes, then the Update request will finish the step that it is currently performing and then will cancel any subsequent steps. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Update Request
@return VersionsAPIDeleteUpdateRequestRequest

func (*VersionsAPIService) DeleteUpdateRequestExecute ¶

Execute executes the request

@return VersionedFlowUpdateRequestEntity

func (*VersionsAPIService) DeleteVersionControlRequest ¶

DeleteVersionControlRequest Deletes the version control request with the given ID

Deletes the Version Control Request with the given ID. This will allow other threads to save flows to the Flow Registry. See also the documentation for POSTing to /versions/active-requests for information regarding why this is done. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The request ID.
@return VersionsAPIDeleteVersionControlRequestRequest

func (*VersionsAPIService) DeleteVersionControlRequestExecute ¶

func (a *VersionsAPIService) DeleteVersionControlRequestExecute(r VersionsAPIDeleteVersionControlRequestRequest) (*http.Response, error)

Execute executes the request

func (*VersionsAPIService) ExportFlowVersion ¶

ExportFlowVersion Gets the latest version of a Process Group for download

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return VersionsAPIExportFlowVersionRequest

func (*VersionsAPIService) ExportFlowVersionExecute ¶

Execute executes the request

@return string

func (*VersionsAPIService) GetRevertRequest ¶

GetRevertRequest Returns the Revert Request with the given ID

Returns the Revert Request with the given ID. Once a Revert Request has been created by performing a POST to /versions/revert-requests/process-groups/{id}, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Revert Request
@return VersionsAPIGetRevertRequestRequest

func (*VersionsAPIService) GetRevertRequestExecute ¶

Execute executes the request

@return VersionedFlowUpdateRequestEntity

func (*VersionsAPIService) GetUpdateRequest ¶

GetUpdateRequest Returns the Update Request with the given ID

Returns the Update Request with the given ID. Once an Update Request has been created by performing a POST to /versions/update-requests/process-groups/{id}, that request can subsequently be retrieved via this endpoint, and the request that is fetched will contain the updated state, such as percent complete, the current state of the request, and any failures. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the Update Request
@return VersionsAPIGetUpdateRequestRequest

func (*VersionsAPIService) GetUpdateRequestExecute ¶

Execute executes the request

@return VersionedFlowUpdateRequestEntity

func (*VersionsAPIService) GetVersionInformation ¶

GetVersionInformation Gets the Version Control information for a process group

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return VersionsAPIGetVersionInformationRequest

func (*VersionsAPIService) GetVersionInformationExecute ¶

Execute executes the request

@return VersionControlInformationEntity

func (*VersionsAPIService) InitiateRevertFlowVersion ¶

InitiateRevertFlowVersion Initiate the Revert Request of a Process Group with the given ID

For a Process Group that is already under Version Control, this will initiate the action of reverting any local changes that have been made to the Process Group since it was last synchronized with the Flow Registry. This will result in the flow matching the Versioned Flow that exists in the Flow Registry. This can be a lengthy process, as it will stop any Processors and disable any Controller Services necessary to perform the action and then restart them. As a result, the endpoint will immediately return a VersionedFlowUpdateRequestEntity, and the process of updating the flow will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /versions/revert-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /versions/revert-requests/{requestId}. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return VersionsAPIInitiateRevertFlowVersionRequest

func (*VersionsAPIService) InitiateRevertFlowVersionExecute ¶

Execute executes the request

@return VersionedFlowUpdateRequestEntity

func (*VersionsAPIService) InitiateVersionControlUpdate ¶

InitiateVersionControlUpdate Initiate the Update Request of a Process Group with the given ID

For a Process Group that is already under Version Control, this will initiate the action of changing from a specific version of the flow in the Flow Registry to a different version of the flow. This can be a lengthy process, as it will stop any Processors and disable any Controller Services necessary to perform the action and then restart them. As a result, the endpoint will immediately return a VersionedFlowUpdateRequestEntity, and the process of updating the flow will occur asynchronously in the background. The client may then periodically poll the status of the request by issuing a GET request to /versions/update-requests/{requestId}. Once the request is completed, the client is expected to issue a DELETE request to /versions/update-requests/{requestId}. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return VersionsAPIInitiateVersionControlUpdateRequest

func (*VersionsAPIService) InitiateVersionControlUpdateExecute ¶

Execute executes the request

@return VersionedFlowUpdateRequestEntity

func (*VersionsAPIService) SaveToFlowRegistry ¶

SaveToFlowRegistry Save the Process Group with the given ID

Begins version controlling the Process Group with the given ID or commits changes to the Versioned Flow, depending on if the provided VersionControlInformation includes a flowId. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return VersionsAPISaveToFlowRegistryRequest

func (*VersionsAPIService) SaveToFlowRegistryExecute ¶

Execute executes the request

@return VersionControlInformationEntity

func (*VersionsAPIService) StopVersionControl ¶

StopVersionControl Stops version controlling the Process Group with the given ID

Stops version controlling the Process Group with the given ID. The Process Group will no longer track to any Versioned Flow. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return VersionsAPIStopVersionControlRequest

func (*VersionsAPIService) StopVersionControlExecute ¶

Execute executes the request

@return VersionControlInformationEntity

func (*VersionsAPIService) UpdateFlowVersion ¶

UpdateFlowVersion Update the version of a Process Group with the given ID

For a Process Group that is already under Version Control, this will update the version of the flow to a different version. This endpoint expects that the given snapshot will not modify any Processor that is currently running or any Controller Service that is enabled. Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The process group id.
@return VersionsAPIUpdateFlowVersionRequest

func (*VersionsAPIService) UpdateFlowVersionExecute ¶

Execute executes the request

@return VersionControlInformationEntity

func (*VersionsAPIService) UpdateVersionControlRequest ¶

UpdateVersionControlRequest Updates the request with the given ID

Note: This endpoint is subject to change as NiFi and it's REST API evolve.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The request ID.
@return VersionsAPIUpdateVersionControlRequestRequest

func (*VersionsAPIService) UpdateVersionControlRequestExecute ¶

Execute executes the request

@return VersionControlInformationEntity

type VersionsAPIStopVersionControlRequest ¶

type VersionsAPIStopVersionControlRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIStopVersionControlRequest) ClientId ¶

If the client id is not specified, a new one will be generated. This value (whether specified or generated) is included in the response.

func (VersionsAPIStopVersionControlRequest) DisconnectedNodeAcknowledged ¶

func (r VersionsAPIStopVersionControlRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) VersionsAPIStopVersionControlRequest

Acknowledges that this node is disconnected to allow for mutable requests to proceed.

func (VersionsAPIStopVersionControlRequest) Execute ¶

func (VersionsAPIStopVersionControlRequest) Version ¶

The version is used to verify the client is working with the latest version of the flow.

type VersionsAPIUpdateFlowVersionRequest ¶

type VersionsAPIUpdateFlowVersionRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIUpdateFlowVersionRequest) Body ¶

The controller service configuration details.

func (VersionsAPIUpdateFlowVersionRequest) Execute ¶

type VersionsAPIUpdateVersionControlRequestRequest ¶

type VersionsAPIUpdateVersionControlRequestRequest struct {
	ApiService *VersionsAPIService
	// contains filtered or unexported fields
}

func (VersionsAPIUpdateVersionControlRequestRequest) Body ¶

The version control component mapping.

func (VersionsAPIUpdateVersionControlRequestRequest) Execute ¶

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL