nifi

package module
v1.13.2 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2021 License: Apache-2.0 Imports: 22 Imported by: 0

README ¶

Go API client for nifi

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: 1.13.2
  • Package version: 1.13.2
  • 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/oauth2
go get golang.org/x/net/context

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

import sw "./nifi"

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(), sw.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(), sw.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 identifield 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(), sw.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.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 CreateDownloadToken Post /access/download-token Creates a single use access token for downloading FlowFile content.
AccessApi CreateUiExtensionToken Post /access/ui-extension-token Creates a single use access token for accessing a NiFi UI extension.
AccessApi GetAccessStatus Get /access Gets the status the client's access
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.
AccessApi OidcCallback Get /access/oidc/callback Redirect/callback URI for processing the result of the OpenId Connect login sequence.
AccessApi OidcExchange Post /access/oidc/exchange Retrieves a JWT following a successful login sequence using the configured OpenId Connect provider.
AccessApi OidcLogout Get /access/oidc/logout Performs a logout in the OpenId Provider.
AccessApi OidcLogoutCallback Get /access/oidc/logoutCallback Redirect/callback URI for processing the result of the OpenId Connect logout sequence.
AccessApi OidcRequest Get /access/oidc/request Initiates a request to authenticate through the configured OpenId Connect provider.
AccessApi SamlLocalLogout Get /access/saml/local-logout Local logout when SAML is enabled, does not communicate with the IDP.
AccessApi SamlLoginExchange Post /access/saml/login/exchange Retrieves a JWT following a successful login sequence using the configured SAML identity provider.
AccessApi SamlLoginHttpPostConsumer Post /access/saml/login/consumer Processes the SSO response from the SAML identity provider for HTTP-POST binding.
AccessApi SamlLoginHttpRedirectConsumer Get /access/saml/login/consumer Processes the SSO response from the SAML identity provider for HTTP-REDIRECT binding.
AccessApi SamlLoginRequest Get /access/saml/login/request Initiates an SSO request to the configured SAML identity provider.
AccessApi SamlMetadata Get /access/saml/metadata Retrieves the service provider metadata.
AccessApi SamlSingleLogoutHttpPostConsumer Post /access/saml/single-logout/consumer Processes a SingleLogout message from the configured SAML identity provider using the HTTP-POST binding.
AccessApi SamlSingleLogoutHttpRedirectConsumer Get /access/saml/single-logout/consumer Processes a SingleLogout message from the configured SAML identity provider using the HTTP-REDIRECT binding.
AccessApi SamlSingleLogoutRequest Get /access/saml/single-logout/request Initiates a logout request using the SingleLogout service of the configured SAML identity provider.
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 CreateRegistryClient Post /controller/registry-clients Creates a new registry client
ControllerApi CreateReportingTask Post /controller/reporting-tasks Creates a new reporting task
ControllerApi DeleteHistory Delete /controller/history Purges history
ControllerApi DeleteNode Delete /controller/cluster/nodes/{id} Removes a node from the cluster
ControllerApi DeleteRegistryClient Delete /controller/registry-clients/{id} Deletes a registry client
ControllerApi GetCluster Get /controller/cluster Gets the contents of the cluster
ControllerApi GetControllerConfig Get /controller/config Retrieves the configuration for this NiFi Controller
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 GetRegistryClient Get /controller/registry-clients/{id} Gets a registry client
ControllerApi GetRegistryClients Get /controller/registry-clients Gets the listing of available registry clients
ControllerApi UpdateControllerConfig Put /controller/config Retrieves the configuration for this NiFi
ControllerApi UpdateNode Put /controller/cluster/nodes/{id} Updates a node in the cluster
ControllerApi UpdateRegistryClient Put /controller/registry-clients/{id} Updates a registry client
ControllerServicesApi ClearState Post /controller-services/{id}/state/clear-requests Clears the state for a controller service
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 RemoveControllerService Delete /controller-services/{id} Deletes a controller service
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 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 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 GetRegistries Get /flow/registries Gets the listing of available registries
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 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
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 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 UploadTemplate Post /process-groups/{id}/templates/upload Uploads a template
ProcessorsApi ClearState Post /processors/{id}/state/clear-requests Clears the state for a processor
ProcessorsApi DeleteProcessor Delete /processors/{id} Deletes a processor
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 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
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
ReportingTasksApi ClearState Post /reporting-tasks/{id}/state/clear-requests Clears the state for a reporting task
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 RemoveReportingTask Delete /reporting-tasks/{id} Deletes a reporting task
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 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

Endpoints do not require authorization.

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 (
	// ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
	ContextOAuth2 = contextKey("token")

	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

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

	// ContextAPIKeys takes a string apikey as authentication for the request
	ContextAPIKeys = contextKey("apiKeys")

	// ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
	ContextHttpSignatureAuth = contextKey("httpsignature")

	// 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 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

	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 v1.13.2 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.

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.

type AccessApiApiCreateAccessTokenFromTicketRequest ¶

type AccessApiApiCreateAccessTokenFromTicketRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiCreateAccessTokenFromTicketRequest) Execute ¶

type AccessApiApiCreateAccessTokenRequest ¶

type AccessApiApiCreateAccessTokenRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiCreateAccessTokenRequest) Execute ¶

func (AccessApiApiCreateAccessTokenRequest) Password ¶

func (AccessApiApiCreateAccessTokenRequest) Username ¶

type AccessApiApiCreateDownloadTokenRequest ¶

type AccessApiApiCreateDownloadTokenRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiCreateDownloadTokenRequest) Execute ¶

type AccessApiApiCreateUiExtensionTokenRequest ¶

type AccessApiApiCreateUiExtensionTokenRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiCreateUiExtensionTokenRequest) Execute ¶

type AccessApiApiGetAccessStatusRequest ¶

type AccessApiApiGetAccessStatusRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiGetAccessStatusRequest) Execute ¶

type AccessApiApiGetLoginConfigRequest ¶

type AccessApiApiGetLoginConfigRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiGetLoginConfigRequest) Execute ¶

type AccessApiApiKnoxCallbackRequest ¶

type AccessApiApiKnoxCallbackRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiKnoxCallbackRequest) Execute ¶

type AccessApiApiKnoxLogoutRequest ¶

type AccessApiApiKnoxLogoutRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiKnoxLogoutRequest) Execute ¶

type AccessApiApiKnoxRequestRequest ¶

type AccessApiApiKnoxRequestRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiKnoxRequestRequest) Execute ¶

type AccessApiApiLogOutCompleteRequest ¶

type AccessApiApiLogOutCompleteRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiLogOutCompleteRequest) Execute ¶

type AccessApiApiLogOutRequest ¶

type AccessApiApiLogOutRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiLogOutRequest) Execute ¶

type AccessApiApiOidcCallbackRequest ¶

type AccessApiApiOidcCallbackRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiOidcCallbackRequest) Execute ¶

type AccessApiApiOidcExchangeRequest ¶

type AccessApiApiOidcExchangeRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiOidcExchangeRequest) Execute ¶

type AccessApiApiOidcLogoutCallbackRequest ¶

type AccessApiApiOidcLogoutCallbackRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiOidcLogoutCallbackRequest) Execute ¶

type AccessApiApiOidcLogoutRequest ¶

type AccessApiApiOidcLogoutRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiOidcLogoutRequest) Execute ¶

type AccessApiApiOidcRequestRequest ¶

type AccessApiApiOidcRequestRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiOidcRequestRequest) Execute ¶

type AccessApiApiSamlLocalLogoutRequest ¶

type AccessApiApiSamlLocalLogoutRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiSamlLocalLogoutRequest) Execute ¶

type AccessApiApiSamlLoginExchangeRequest ¶

type AccessApiApiSamlLoginExchangeRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiSamlLoginExchangeRequest) Execute ¶

type AccessApiApiSamlLoginHttpPostConsumerRequest ¶

type AccessApiApiSamlLoginHttpPostConsumerRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiSamlLoginHttpPostConsumerRequest) Execute ¶

type AccessApiApiSamlLoginHttpRedirectConsumerRequest ¶

type AccessApiApiSamlLoginHttpRedirectConsumerRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiSamlLoginHttpRedirectConsumerRequest) Execute ¶

type AccessApiApiSamlLoginRequestRequest ¶

type AccessApiApiSamlLoginRequestRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiSamlLoginRequestRequest) Execute ¶

type AccessApiApiSamlMetadataRequest ¶

type AccessApiApiSamlMetadataRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiSamlMetadataRequest) Execute ¶

type AccessApiApiSamlSingleLogoutHttpPostConsumerRequest ¶

type AccessApiApiSamlSingleLogoutHttpPostConsumerRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiSamlSingleLogoutHttpPostConsumerRequest) Execute ¶

type AccessApiApiSamlSingleLogoutHttpRedirectConsumerRequest ¶

type AccessApiApiSamlSingleLogoutHttpRedirectConsumerRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiSamlSingleLogoutHttpRedirectConsumerRequest) Execute ¶

type AccessApiApiSamlSingleLogoutRequestRequest ¶

type AccessApiApiSamlSingleLogoutRequestRequest struct {
	ApiService *AccessApiService
	// contains filtered or unexported fields
}

func (AccessApiApiSamlSingleLogoutRequestRequest) Execute ¶

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. The token can be used in the Authorization header in the format 'Authorization: Bearer <token>'. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return AccessApiApiCreateAccessTokenRequest

func (*AccessApiService) CreateAccessTokenExecute ¶

* 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>'. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return AccessApiApiCreateAccessTokenFromTicketRequest

func (*AccessApiService) CreateAccessTokenFromTicketExecute ¶

func (a *AccessApiService) CreateAccessTokenFromTicketExecute(r AccessApiApiCreateAccessTokenFromTicketRequest) (string, *_nethttp.Response, error)

* Execute executes the request * @return string

func (*AccessApiService) CreateDownloadToken ¶

* CreateDownloadToken Creates a single use access token for downloading FlowFile content. * The token returned is a base64 encoded string. It is valid for a single request up to five minutes from being issued. It is used as a query parameter name 'access_token'. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return AccessApiApiCreateDownloadTokenRequest

func (*AccessApiService) CreateDownloadTokenExecute ¶

* Execute executes the request * @return string

func (*AccessApiService) CreateUiExtensionToken ¶

* CreateUiExtensionToken Creates a single use access token for accessing a NiFi UI extension. * The token returned is a base64 encoded string. It is valid for a single request up to five minutes from being issued. It is used as a query parameter name 'access_token'. * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return AccessApiApiCreateUiExtensionTokenRequest

func (*AccessApiService) CreateUiExtensionTokenExecute ¶

* 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 AccessApiApiGetAccessStatusRequest

func (*AccessApiService) GetAccessStatusExecute ¶

* Execute executes the request * @return AccessStatusEntity

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 AccessApiApiGetLoginConfigRequest

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 AccessApiApiKnoxCallbackRequest

func (*AccessApiService) KnoxCallbackExecute ¶

* 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 AccessApiApiKnoxLogoutRequest

func (*AccessApiService) KnoxLogoutExecute ¶

* 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 AccessApiApiKnoxRequestRequest

func (*AccessApiService) KnoxRequestExecute ¶

* 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 AccessApiApiLogOutRequest

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 AccessApiApiLogOutCompleteRequest

func (*AccessApiService) LogOutCompleteExecute ¶

* Execute executes the request

func (*AccessApiService) LogOutExecute ¶

* Execute executes the request

func (*AccessApiService) OidcCallback ¶

* OidcCallback Redirect/callback URI for processing the result of the OpenId Connect 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 AccessApiApiOidcCallbackRequest

func (*AccessApiService) OidcCallbackExecute ¶

* Execute executes the request

func (*AccessApiService) OidcExchange ¶

* OidcExchange Retrieves a JWT following a successful login sequence using the configured OpenId Connect provider. * 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 AccessApiApiOidcExchangeRequest

func (*AccessApiService) OidcExchangeExecute ¶

* Execute executes the request * @return string

func (*AccessApiService) OidcLogout ¶

* OidcLogout Performs a logout in the OpenId Provider. * 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 AccessApiApiOidcLogoutRequest

func (*AccessApiService) OidcLogoutCallback ¶

* OidcLogoutCallback Redirect/callback URI for processing the result of the OpenId Connect logout 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 AccessApiApiOidcLogoutCallbackRequest

func (*AccessApiService) OidcLogoutCallbackExecute ¶

* Execute executes the request

func (*AccessApiService) OidcLogoutExecute ¶

* Execute executes the request

func (*AccessApiService) OidcRequest ¶

* OidcRequest Initiates a request to authenticate through the configured OpenId Connect provider. * 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 AccessApiApiOidcRequestRequest

func (*AccessApiService) OidcRequestExecute ¶

* Execute executes the request

func (*AccessApiService) SamlLocalLogout ¶

* SamlLocalLogout Local logout when SAML is enabled, does not communicate with the IDP. * 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 AccessApiApiSamlLocalLogoutRequest

func (*AccessApiService) SamlLocalLogoutExecute ¶

* Execute executes the request

func (*AccessApiService) SamlLoginExchange ¶

* SamlLoginExchange Retrieves a JWT following a successful login sequence using the configured SAML identity provider. * 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 AccessApiApiSamlLoginExchangeRequest

func (*AccessApiService) SamlLoginExchangeExecute ¶

* Execute executes the request * @return string

func (*AccessApiService) SamlLoginHttpPostConsumer ¶

* SamlLoginHttpPostConsumer Processes the SSO response from the SAML identity provider for HTTP-POST binding. * 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 AccessApiApiSamlLoginHttpPostConsumerRequest

func (*AccessApiService) SamlLoginHttpPostConsumerExecute ¶

func (a *AccessApiService) SamlLoginHttpPostConsumerExecute(r AccessApiApiSamlLoginHttpPostConsumerRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*AccessApiService) SamlLoginHttpRedirectConsumer ¶

* SamlLoginHttpRedirectConsumer Processes the SSO response from the SAML identity provider for HTTP-REDIRECT binding. * 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 AccessApiApiSamlLoginHttpRedirectConsumerRequest

func (*AccessApiService) SamlLoginHttpRedirectConsumerExecute ¶

func (a *AccessApiService) SamlLoginHttpRedirectConsumerExecute(r AccessApiApiSamlLoginHttpRedirectConsumerRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*AccessApiService) SamlLoginRequest ¶

* SamlLoginRequest Initiates an SSO request to the configured SAML identity provider. * 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 AccessApiApiSamlLoginRequestRequest

func (*AccessApiService) SamlLoginRequestExecute ¶

* Execute executes the request

func (*AccessApiService) SamlMetadata ¶

* SamlMetadata Retrieves the service provider metadata. * 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 AccessApiApiSamlMetadataRequest

func (*AccessApiService) SamlMetadataExecute ¶

* Execute executes the request

func (*AccessApiService) SamlSingleLogoutHttpPostConsumer ¶

* SamlSingleLogoutHttpPostConsumer Processes a SingleLogout message from the configured SAML identity provider using the HTTP-POST binding. * 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 AccessApiApiSamlSingleLogoutHttpPostConsumerRequest

func (*AccessApiService) SamlSingleLogoutHttpPostConsumerExecute ¶

func (a *AccessApiService) SamlSingleLogoutHttpPostConsumerExecute(r AccessApiApiSamlSingleLogoutHttpPostConsumerRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*AccessApiService) SamlSingleLogoutHttpRedirectConsumer ¶

* SamlSingleLogoutHttpRedirectConsumer Processes a SingleLogout message from the configured SAML identity provider using the HTTP-REDIRECT binding. * 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 AccessApiApiSamlSingleLogoutHttpRedirectConsumerRequest

func (*AccessApiService) SamlSingleLogoutHttpRedirectConsumerExecute ¶

func (a *AccessApiService) SamlSingleLogoutHttpRedirectConsumerExecute(r AccessApiApiSamlSingleLogoutHttpRedirectConsumerRequest) (*_nethttp.Response, error)

* Execute executes the request

func (*AccessApiService) SamlSingleLogoutRequest ¶

* SamlSingleLogoutRequest Initiates a logout request using the SingleLogout service of the configured SAML identity provider. * 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 AccessApiApiSamlSingleLogoutRequestRequest

func (*AccessApiService) SamlSingleLogoutRequestExecute ¶

func (a *AccessApiService) SamlSingleLogoutRequestExecute(r AccessApiApiSamlSingleLogoutRequestRequest) (*_nethttp.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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

type Bucket ¶

type Bucket struct {
	Link *JaxbLink `json:"link,omitempty"`
	// An ID to uniquely identify this object.
	Identifier *string `json:"identifier,omitempty"`
	// The name of the bucket.
	Name string `json:"name"`
	// The timestamp of when the bucket was first created. This is set by the server at creation time.
	CreatedTimestamp *int64 `json:"createdTimestamp,omitempty"`
	// A description of the bucket.
	Description *string `json:"description,omitempty"`
	// Indicates if this bucket allows the same version of an extension bundle to be redeployed and thus overwrite the existing artifact. By default this is false.
	AllowBundleRedeploy *bool `json:"allowBundleRedeploy,omitempty"`
	// Indicates if this bucket allows read access to unauthenticated anonymous users
	AllowPublicRead *bool         `json:"allowPublicRead,omitempty"`
	Permissions     *Permissions  `json:"permissions,omitempty"`
	Revision        *RevisionInfo `json:"revision,omitempty"`
}

Bucket struct for Bucket

func NewBucket ¶

func NewBucket(name string) *Bucket

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

func NewBucketWithDefaults ¶

func NewBucketWithDefaults() *Bucket

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

func (*Bucket) GetAllowBundleRedeploy ¶

func (o *Bucket) GetAllowBundleRedeploy() bool

GetAllowBundleRedeploy returns the AllowBundleRedeploy field value if set, zero value otherwise.

func (*Bucket) GetAllowBundleRedeployOk ¶

func (o *Bucket) GetAllowBundleRedeployOk() (*bool, bool)

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

func (*Bucket) GetAllowPublicRead ¶

func (o *Bucket) GetAllowPublicRead() bool

GetAllowPublicRead returns the AllowPublicRead field value if set, zero value otherwise.

func (*Bucket) GetAllowPublicReadOk ¶

func (o *Bucket) GetAllowPublicReadOk() (*bool, bool)

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

func (*Bucket) GetCreatedTimestamp ¶

func (o *Bucket) GetCreatedTimestamp() int64

GetCreatedTimestamp returns the CreatedTimestamp field value if set, zero value otherwise.

func (*Bucket) GetCreatedTimestampOk ¶

func (o *Bucket) 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 (*Bucket) GetDescription ¶

func (o *Bucket) GetDescription() string

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

func (*Bucket) GetDescriptionOk ¶

func (o *Bucket) 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 (*Bucket) GetIdentifier ¶

func (o *Bucket) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*Bucket) GetIdentifierOk ¶

func (o *Bucket) 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 (o *Bucket) GetLink() JaxbLink

GetLink returns the Link field value if set, zero value otherwise.

func (*Bucket) GetLinkOk ¶

func (o *Bucket) GetLinkOk() (*JaxbLink, bool)

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

func (*Bucket) GetName ¶

func (o *Bucket) GetName() string

GetName returns the Name field value

func (*Bucket) GetNameOk ¶

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

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

func (*Bucket) GetPermissions ¶

func (o *Bucket) GetPermissions() Permissions

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

func (*Bucket) GetPermissionsOk ¶

func (o *Bucket) GetPermissionsOk() (*Permissions, 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 (*Bucket) GetRevision ¶

func (o *Bucket) GetRevision() RevisionInfo

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

func (*Bucket) GetRevisionOk ¶

func (o *Bucket) GetRevisionOk() (*RevisionInfo, 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 (*Bucket) HasAllowBundleRedeploy ¶

func (o *Bucket) HasAllowBundleRedeploy() bool

HasAllowBundleRedeploy returns a boolean if a field has been set.

func (*Bucket) HasAllowPublicRead ¶

func (o *Bucket) HasAllowPublicRead() bool

HasAllowPublicRead returns a boolean if a field has been set.

func (*Bucket) HasCreatedTimestamp ¶

func (o *Bucket) HasCreatedTimestamp() bool

HasCreatedTimestamp returns a boolean if a field has been set.

func (*Bucket) HasDescription ¶

func (o *Bucket) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*Bucket) HasIdentifier ¶

func (o *Bucket) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (o *Bucket) HasLink() bool

HasLink returns a boolean if a field has been set.

func (*Bucket) HasPermissions ¶

func (o *Bucket) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*Bucket) HasRevision ¶

func (o *Bucket) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (Bucket) MarshalJSON ¶

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

func (*Bucket) SetAllowBundleRedeploy ¶

func (o *Bucket) SetAllowBundleRedeploy(v bool)

SetAllowBundleRedeploy gets a reference to the given bool and assigns it to the AllowBundleRedeploy field.

func (*Bucket) SetAllowPublicRead ¶

func (o *Bucket) SetAllowPublicRead(v bool)

SetAllowPublicRead gets a reference to the given bool and assigns it to the AllowPublicRead field.

func (*Bucket) SetCreatedTimestamp ¶

func (o *Bucket) SetCreatedTimestamp(v int64)

SetCreatedTimestamp gets a reference to the given int64 and assigns it to the CreatedTimestamp field.

func (*Bucket) SetDescription ¶

func (o *Bucket) SetDescription(v string)

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

func (*Bucket) SetIdentifier ¶

func (o *Bucket) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (o *Bucket) SetLink(v JaxbLink)

SetLink gets a reference to the given JaxbLink and assigns it to the Link field.

func (*Bucket) SetName ¶

func (o *Bucket) SetName(v string)

SetName sets field value

func (*Bucket) SetPermissions ¶

func (o *Bucket) SetPermissions(v Permissions)

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

func (*Bucket) SetRevision ¶

func (o *Bucket) SetRevision(v RevisionInfo)

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

type BucketDTO ¶

type BucketDTO 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"`
}

BucketDTO struct for BucketDTO

func NewBucketDTO ¶

func NewBucketDTO() *BucketDTO

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

func NewBucketDTOWithDefaults ¶

func NewBucketDTOWithDefaults() *BucketDTO

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

func (*BucketDTO) GetCreated ¶

func (o *BucketDTO) GetCreated() int64

GetCreated returns the Created field value if set, zero value otherwise.

func (*BucketDTO) GetCreatedOk ¶

func (o *BucketDTO) 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 (*BucketDTO) GetDescription ¶

func (o *BucketDTO) GetDescription() string

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

func (*BucketDTO) GetDescriptionOk ¶

func (o *BucketDTO) 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 (*BucketDTO) GetId ¶

func (o *BucketDTO) GetId() string

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

func (*BucketDTO) GetIdOk ¶

func (o *BucketDTO) 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 (*BucketDTO) GetName ¶

func (o *BucketDTO) GetName() string

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

func (*BucketDTO) GetNameOk ¶

func (o *BucketDTO) 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 (*BucketDTO) HasCreated ¶

func (o *BucketDTO) HasCreated() bool

HasCreated returns a boolean if a field has been set.

func (*BucketDTO) HasDescription ¶

func (o *BucketDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*BucketDTO) HasId ¶

func (o *BucketDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*BucketDTO) HasName ¶

func (o *BucketDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (BucketDTO) MarshalJSON ¶

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

func (*BucketDTO) SetCreated ¶

func (o *BucketDTO) SetCreated(v int64)

SetCreated gets a reference to the given int64 and assigns it to the Created field.

func (*BucketDTO) SetDescription ¶

func (o *BucketDTO) SetDescription(v string)

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

func (*BucketDTO) SetId ¶

func (o *BucketDTO) SetId(v string)

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

func (*BucketDTO) SetName ¶

func (o *BucketDTO) SetName(v string)

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

type BucketEntity ¶

type BucketEntity struct {
	Id          *string         `json:"id,omitempty"`
	Bucket      *BucketDTO      `json:"bucket,omitempty"`
	Permissions *PermissionsDTO `json:"permissions,omitempty"`
}

BucketEntity struct for BucketEntity

func NewBucketEntity ¶

func NewBucketEntity() *BucketEntity

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

func NewBucketEntityWithDefaults ¶

func NewBucketEntityWithDefaults() *BucketEntity

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

func (*BucketEntity) GetBucket ¶

func (o *BucketEntity) GetBucket() BucketDTO

GetBucket returns the Bucket field value if set, zero value otherwise.

func (*BucketEntity) GetBucketOk ¶

func (o *BucketEntity) GetBucketOk() (*BucketDTO, 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 (*BucketEntity) GetId ¶

func (o *BucketEntity) GetId() string

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

func (*BucketEntity) GetIdOk ¶

func (o *BucketEntity) 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 (*BucketEntity) GetPermissions ¶

func (o *BucketEntity) GetPermissions() PermissionsDTO

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

func (*BucketEntity) GetPermissionsOk ¶

func (o *BucketEntity) 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 (*BucketEntity) HasBucket ¶

func (o *BucketEntity) HasBucket() bool

HasBucket returns a boolean if a field has been set.

func (*BucketEntity) HasId ¶

func (o *BucketEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*BucketEntity) HasPermissions ¶

func (o *BucketEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (BucketEntity) MarshalJSON ¶

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

func (*BucketEntity) SetBucket ¶

func (o *BucketEntity) SetBucket(v BucketDTO)

SetBucket gets a reference to the given BucketDTO and assigns it to the Bucket field.

func (*BucketEntity) SetId ¶

func (o *BucketEntity) SetId(v string)

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

func (*BucketEntity) SetPermissions ¶

func (o *BucketEntity) SetPermissions(v PermissionsDTO)

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

type BucketsEntity ¶

type BucketsEntity struct {
	Buckets *[]BucketEntity `json:"buckets,omitempty"`
}

BucketsEntity struct for BucketsEntity

func NewBucketsEntity ¶

func NewBucketsEntity() *BucketsEntity

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

func NewBucketsEntityWithDefaults ¶

func NewBucketsEntityWithDefaults() *BucketsEntity

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

func (*BucketsEntity) GetBuckets ¶

func (o *BucketsEntity) GetBuckets() []BucketEntity

GetBuckets returns the Buckets field value if set, zero value otherwise.

func (*BucketsEntity) GetBucketsOk ¶

func (o *BucketsEntity) GetBucketsOk() (*[]BucketEntity, bool)

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 (*BucketsEntity) HasBuckets ¶

func (o *BucketsEntity) HasBuckets() bool

HasBuckets returns a boolean if a field has been set.

func (BucketsEntity) MarshalJSON ¶

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

func (*BucketsEntity) SetBuckets ¶

func (o *BucketsEntity) SetBuckets(v []BucketEntity)

SetBuckets gets a reference to the given []BucketEntity and assigns it to the Buckets field.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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 connected to a cluster.
	ConnectedToCluster *bool `json:"connectedToCluster,omitempty"`
	// Whether this NiFi instance is clustered.
	Clustered *bool `json:"clustered,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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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 ¶

func (o *ComponentValidationResultsEntity) GetValidationResultsOk() (*[]ComponentValidationResultEntity, bool)

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.

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 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"`
}

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) 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) 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) 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

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.

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.

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.

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.

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.

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.

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.

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.

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.

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"`
}

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) 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) 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) 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.

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.

type ConnectionsApiApiDeleteConnectionRequest ¶

type ConnectionsApiApiDeleteConnectionRequest struct {
	ApiService *ConnectionsApiService
	// contains filtered or unexported fields
}

func (ConnectionsApiApiDeleteConnectionRequest) ClientId ¶

func (ConnectionsApiApiDeleteConnectionRequest) DisconnectedNodeAcknowledged ¶

func (r ConnectionsApiApiDeleteConnectionRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ConnectionsApiApiDeleteConnectionRequest

func (ConnectionsApiApiDeleteConnectionRequest) Execute ¶

func (ConnectionsApiApiDeleteConnectionRequest) Version ¶

type ConnectionsApiApiGetConnectionRequest ¶

type ConnectionsApiApiGetConnectionRequest struct {
	ApiService *ConnectionsApiService
	// contains filtered or unexported fields
}

func (ConnectionsApiApiGetConnectionRequest) Execute ¶

type ConnectionsApiApiUpdateConnectionRequest ¶

type ConnectionsApiApiUpdateConnectionRequest struct {
	ApiService *ConnectionsApiService
	// contains filtered or unexported fields
}

func (ConnectionsApiApiUpdateConnectionRequest) Body ¶

func (ConnectionsApiApiUpdateConnectionRequest) 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 ConnectionsApiApiDeleteConnectionRequest

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 ConnectionsApiApiGetConnectionRequest

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 ConnectionsApiApiUpdateConnectionRequest

func (*ConnectionsApiService) UpdateConnectionExecute ¶

* Execute executes the request * @return ConnectionEntity

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.

type ControllerApiApiCreateBulletinRequest ¶

type ControllerApiApiCreateBulletinRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiCreateBulletinRequest) Body ¶

func (ControllerApiApiCreateBulletinRequest) Execute ¶

type ControllerApiApiCreateControllerServiceRequest ¶

type ControllerApiApiCreateControllerServiceRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiCreateControllerServiceRequest) Execute ¶

type ControllerApiApiCreateRegistryClientRequest ¶

type ControllerApiApiCreateRegistryClientRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiCreateRegistryClientRequest) Body ¶

func (ControllerApiApiCreateRegistryClientRequest) Execute ¶

type ControllerApiApiCreateReportingTaskRequest ¶

type ControllerApiApiCreateReportingTaskRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiCreateReportingTaskRequest) Body ¶

func (ControllerApiApiCreateReportingTaskRequest) Execute ¶

type ControllerApiApiDeleteHistoryRequest ¶

type ControllerApiApiDeleteHistoryRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiDeleteHistoryRequest) EndDate ¶

func (ControllerApiApiDeleteHistoryRequest) Execute ¶

type ControllerApiApiDeleteNodeRequest ¶

type ControllerApiApiDeleteNodeRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiDeleteNodeRequest) Execute ¶

type ControllerApiApiDeleteRegistryClientRequest ¶

type ControllerApiApiDeleteRegistryClientRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiDeleteRegistryClientRequest) ClientId ¶

func (ControllerApiApiDeleteRegistryClientRequest) DisconnectedNodeAcknowledged ¶

func (r ControllerApiApiDeleteRegistryClientRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ControllerApiApiDeleteRegistryClientRequest

func (ControllerApiApiDeleteRegistryClientRequest) Execute ¶

func (ControllerApiApiDeleteRegistryClientRequest) Version ¶

type ControllerApiApiGetClusterRequest ¶

type ControllerApiApiGetClusterRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiGetClusterRequest) Execute ¶

type ControllerApiApiGetControllerConfigRequest ¶

type ControllerApiApiGetControllerConfigRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiGetControllerConfigRequest) Execute ¶

type ControllerApiApiGetNodeRequest ¶

type ControllerApiApiGetNodeRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiGetNodeRequest) Execute ¶

type ControllerApiApiGetNodeStatusHistoryRequest ¶

type ControllerApiApiGetNodeStatusHistoryRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiGetNodeStatusHistoryRequest) Execute ¶

type ControllerApiApiGetRegistryClientRequest ¶

type ControllerApiApiGetRegistryClientRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiGetRegistryClientRequest) Execute ¶

type ControllerApiApiGetRegistryClientsRequest ¶

type ControllerApiApiGetRegistryClientsRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiGetRegistryClientsRequest) Execute ¶

type ControllerApiApiUpdateControllerConfigRequest ¶

type ControllerApiApiUpdateControllerConfigRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiUpdateControllerConfigRequest) Execute ¶

type ControllerApiApiUpdateNodeRequest ¶

type ControllerApiApiUpdateNodeRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiUpdateNodeRequest) Body ¶

func (ControllerApiApiUpdateNodeRequest) Execute ¶

type ControllerApiApiUpdateRegistryClientRequest ¶

type ControllerApiApiUpdateRegistryClientRequest struct {
	ApiService *ControllerApiService
	// contains filtered or unexported fields
}

func (ControllerApiApiUpdateRegistryClientRequest) Body ¶

func (ControllerApiApiUpdateRegistryClientRequest) 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 ControllerApiApiCreateBulletinRequest

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 ControllerApiApiCreateControllerServiceRequest

func (*ControllerApiService) CreateControllerServiceExecute ¶

* Execute executes the request * @return ControllerServiceEntity

func (*ControllerApiService) CreateRegistryClient ¶

* CreateRegistryClient Creates a new registry client * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ControllerApiApiCreateRegistryClientRequest

func (*ControllerApiService) CreateRegistryClientExecute ¶

* Execute executes the request * @return RegistryClientEntity

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 ControllerApiApiCreateReportingTaskRequest

func (*ControllerApiService) CreateReportingTaskExecute ¶

* Execute executes the request * @return ReportingTaskEntity

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 ControllerApiApiDeleteHistoryRequest

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 ControllerApiApiDeleteNodeRequest

func (*ControllerApiService) DeleteNodeExecute ¶

* Execute executes the request * @return NodeEntity

func (*ControllerApiService) DeleteRegistryClient ¶

* DeleteRegistryClient Deletes a registry client * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The registry id. * @return ControllerApiApiDeleteRegistryClientRequest

func (*ControllerApiService) DeleteRegistryClientExecute ¶

* Execute executes the request * @return RegistryClientEntity

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 ControllerApiApiGetClusterRequest

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 ControllerApiApiGetControllerConfigRequest

func (*ControllerApiService) GetControllerConfigExecute ¶

* Execute executes the request * @return ControllerConfigurationEntity

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 ControllerApiApiGetNodeRequest

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 ControllerApiApiGetNodeStatusHistoryRequest

func (*ControllerApiService) GetNodeStatusHistoryExecute ¶

* Execute executes the request * @return ComponentHistoryEntity

func (*ControllerApiService) GetRegistryClient ¶

* GetRegistryClient Gets a registry client * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The registry id. * @return ControllerApiApiGetRegistryClientRequest

func (*ControllerApiService) GetRegistryClientExecute ¶

* Execute executes the request * @return RegistryClientEntity

func (*ControllerApiService) GetRegistryClients ¶

* GetRegistryClients Gets the listing of available registry clients * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ControllerApiApiGetRegistryClientsRequest

func (*ControllerApiService) GetRegistryClientsExecute ¶

* Execute executes the request * @return RegistryClientsEntity

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 ControllerApiApiUpdateControllerConfigRequest

func (*ControllerApiService) UpdateControllerConfigExecute ¶

* Execute executes the request * @return ControllerConfigurationEntity

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 ControllerApiApiUpdateNodeRequest

func (*ControllerApiService) UpdateNodeExecute ¶

* Execute executes the request * @return NodeEntity

func (*ControllerApiService) UpdateRegistryClient ¶

* UpdateRegistryClient Updates a registry client * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @param id The registry id. * @return ControllerApiApiUpdateRegistryClientRequest

func (*ControllerApiService) UpdateRegistryClientExecute ¶

* Execute executes the request * @return RegistryClientEntity

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"`
}

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) 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) 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) SetReportingTaskBulletins ¶

func (o *ControllerBulletinsEntity) SetReportingTaskBulletins(v []BulletinEntity)

SetReportingTaskBulletins gets a reference to the given []BulletinEntity and assigns it to the ReportingTaskBulletins field.

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.

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.

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.

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.

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.

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.

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"`
	// 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"`
	// 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"`
	// 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) 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) 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) 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) 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) HasState ¶

func (o *ControllerServiceDTO) HasState() bool

HasState 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) 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) SetState ¶

func (o *ControllerServiceDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State 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.

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.

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.

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.

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.

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"`
}

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) 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) 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.

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.

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.

type ControllerServicesApiApiClearStateRequest ¶

type ControllerServicesApiApiClearStateRequest struct {
	ApiService *ControllerServicesApiService
	// contains filtered or unexported fields
}

func (ControllerServicesApiApiClearStateRequest) Execute ¶

type ControllerServicesApiApiGetControllerServiceReferencesRequest ¶

type ControllerServicesApiApiGetControllerServiceReferencesRequest struct {
	ApiService *ControllerServicesApiService
	// contains filtered or unexported fields
}

func (ControllerServicesApiApiGetControllerServiceReferencesRequest) Execute ¶

type ControllerServicesApiApiGetControllerServiceRequest ¶

type ControllerServicesApiApiGetControllerServiceRequest struct {
	ApiService *ControllerServicesApiService
	// contains filtered or unexported fields
}

func (ControllerServicesApiApiGetControllerServiceRequest) Execute ¶

type ControllerServicesApiApiGetPropertyDescriptorRequest ¶

type ControllerServicesApiApiGetPropertyDescriptorRequest struct {
	ApiService *ControllerServicesApiService
	// contains filtered or unexported fields
}

func (ControllerServicesApiApiGetPropertyDescriptorRequest) Execute ¶

func (ControllerServicesApiApiGetPropertyDescriptorRequest) PropertyName ¶

type ControllerServicesApiApiGetStateRequest ¶

type ControllerServicesApiApiGetStateRequest struct {
	ApiService *ControllerServicesApiService
	// contains filtered or unexported fields
}

func (ControllerServicesApiApiGetStateRequest) Execute ¶

type ControllerServicesApiApiRemoveControllerServiceRequest ¶

type ControllerServicesApiApiRemoveControllerServiceRequest struct {
	ApiService *ControllerServicesApiService
	// contains filtered or unexported fields
}

func (ControllerServicesApiApiRemoveControllerServiceRequest) ClientId ¶

func (ControllerServicesApiApiRemoveControllerServiceRequest) DisconnectedNodeAcknowledged ¶

func (ControllerServicesApiApiRemoveControllerServiceRequest) Execute ¶

func (ControllerServicesApiApiRemoveControllerServiceRequest) Version ¶

type ControllerServicesApiApiUpdateControllerServiceReferencesRequest ¶

type ControllerServicesApiApiUpdateControllerServiceReferencesRequest struct {
	ApiService *ControllerServicesApiService
	// contains filtered or unexported fields
}

func (ControllerServicesApiApiUpdateControllerServiceReferencesRequest) Execute ¶

type ControllerServicesApiApiUpdateControllerServiceRequest ¶

type ControllerServicesApiApiUpdateControllerServiceRequest struct {
	ApiService *ControllerServicesApiService
	// contains filtered or unexported fields
}

func (ControllerServicesApiApiUpdateControllerServiceRequest) Execute ¶

type ControllerServicesApiApiUpdateRunStatusRequest ¶

type ControllerServicesApiApiUpdateRunStatusRequest struct {
	ApiService *ControllerServicesApiService
	// contains filtered or unexported fields
}

func (ControllerServicesApiApiUpdateRunStatusRequest) Execute ¶

type ControllerServicesApiService ¶

type ControllerServicesApiService service

ControllerServicesApiService ControllerServicesApi service

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 ControllerServicesApiApiClearStateRequest

func (*ControllerServicesApiService) ClearStateExecute ¶

* Execute executes the request * @return ComponentStateEntity

func (*ControllerServicesApiService) GetControllerService ¶

* GetControllerService 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 ControllerServicesApiApiGetControllerServiceRequest

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 ControllerServicesApiApiGetControllerServiceReferencesRequest

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 ControllerServicesApiApiGetPropertyDescriptorRequest

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 ControllerServicesApiApiGetStateRequest

func (*ControllerServicesApiService) GetStateExecute ¶

* Execute executes the request * @return ComponentStateEntity

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 ControllerServicesApiApiRemoveControllerServiceRequest

func (*ControllerServicesApiService) RemoveControllerServiceExecute ¶

* Execute executes the request * @return ControllerServiceEntity

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 ControllerServicesApiApiUpdateControllerServiceRequest

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 ControllerServicesApiApiUpdateControllerServiceReferencesRequest

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 ControllerServicesApiApiUpdateRunStatusRequest

func (*ControllerServicesApiService) UpdateRunStatusExecute ¶

* Execute executes the request * @return ControllerServiceEntity

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.

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.

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.

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.

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.

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.

type CountersApiApiGetCountersRequest ¶

type CountersApiApiGetCountersRequest struct {
	ApiService *CountersApiService
	// contains filtered or unexported fields
}

func (CountersApiApiGetCountersRequest) ClusterNodeId ¶

func (CountersApiApiGetCountersRequest) Execute ¶

func (CountersApiApiGetCountersRequest) Nodewise ¶

type CountersApiApiUpdateCounterRequest ¶

type CountersApiApiUpdateCounterRequest struct {
	ApiService *CountersApiService
	// contains filtered or unexported fields
}

func (CountersApiApiUpdateCounterRequest) Execute ¶

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 CountersApiApiGetCountersRequest

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 CountersApiApiUpdateCounterRequest

func (*CountersApiService) UpdateCounterExecute ¶

* Execute executes the request * @return CounterEntity

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.

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.

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.

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.

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.

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.

type DataTransferApiApiCommitInputPortTransactionRequest ¶

type DataTransferApiApiCommitInputPortTransactionRequest struct {
	ApiService *DataTransferApiService
	// contains filtered or unexported fields
}

func (DataTransferApiApiCommitInputPortTransactionRequest) Execute ¶

func (DataTransferApiApiCommitInputPortTransactionRequest) ResponseCode ¶

type DataTransferApiApiCommitOutputPortTransactionRequest ¶

type DataTransferApiApiCommitOutputPortTransactionRequest struct {
	ApiService *DataTransferApiService
	// contains filtered or unexported fields
}

func (DataTransferApiApiCommitOutputPortTransactionRequest) Checksum ¶

func (DataTransferApiApiCommitOutputPortTransactionRequest) Execute ¶

func (DataTransferApiApiCommitOutputPortTransactionRequest) ResponseCode ¶

type DataTransferApiApiCreatePortTransactionRequest ¶

type DataTransferApiApiCreatePortTransactionRequest struct {
	ApiService *DataTransferApiService
	// contains filtered or unexported fields
}

func (DataTransferApiApiCreatePortTransactionRequest) Execute ¶

type DataTransferApiApiExtendInputPortTransactionTTLRequest ¶

type DataTransferApiApiExtendInputPortTransactionTTLRequest struct {
	ApiService *DataTransferApiService
	// contains filtered or unexported fields
}

func (DataTransferApiApiExtendInputPortTransactionTTLRequest) Execute ¶

type DataTransferApiApiExtendOutputPortTransactionTTLRequest ¶

type DataTransferApiApiExtendOutputPortTransactionTTLRequest struct {
	ApiService *DataTransferApiService
	// contains filtered or unexported fields
}

func (DataTransferApiApiExtendOutputPortTransactionTTLRequest) Execute ¶

type DataTransferApiApiReceiveFlowFilesRequest ¶

type DataTransferApiApiReceiveFlowFilesRequest struct {
	ApiService *DataTransferApiService
	// contains filtered or unexported fields
}

func (DataTransferApiApiReceiveFlowFilesRequest) Execute ¶

type DataTransferApiApiTransferFlowFilesRequest ¶

type DataTransferApiApiTransferFlowFilesRequest struct {
	ApiService *DataTransferApiService
	// contains filtered or unexported fields
}

func (DataTransferApiApiTransferFlowFilesRequest) Execute ¶

func (r DataTransferApiApiTransferFlowFilesRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

type DataTransferApiService ¶

type DataTransferApiService service

DataTransferApiService DataTransferApi service

func (*DataTransferApiService) CommitInputPortTransaction ¶

func (a *DataTransferApiService) CommitInputPortTransaction(ctx _context.Context, portId string, transactionId string) DataTransferApiApiCommitInputPortTransactionRequest

* 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 DataTransferApiApiCommitInputPortTransactionRequest

func (*DataTransferApiService) CommitInputPortTransactionExecute ¶

* Execute executes the request * @return TransactionResultEntity

func (*DataTransferApiService) CommitOutputPortTransaction ¶

func (a *DataTransferApiService) CommitOutputPortTransaction(ctx _context.Context, portId string, transactionId string) DataTransferApiApiCommitOutputPortTransactionRequest

* 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 DataTransferApiApiCommitOutputPortTransactionRequest

func (*DataTransferApiService) CommitOutputPortTransactionExecute ¶

* Execute executes the request * @return TransactionResultEntity

func (*DataTransferApiService) CreatePortTransaction ¶

* 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 DataTransferApiApiCreatePortTransactionRequest

func (*DataTransferApiService) CreatePortTransactionExecute ¶

* Execute executes the request * @return TransactionResultEntity

func (*DataTransferApiService) ExtendInputPortTransactionTTL ¶

func (a *DataTransferApiService) ExtendInputPortTransactionTTL(ctx _context.Context, portId string, transactionId string) DataTransferApiApiExtendInputPortTransactionTTLRequest

* 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 DataTransferApiApiExtendInputPortTransactionTTLRequest

func (*DataTransferApiService) ExtendInputPortTransactionTTLExecute ¶

* Execute executes the request * @return TransactionResultEntity

func (*DataTransferApiService) ExtendOutputPortTransactionTTL ¶

func (a *DataTransferApiService) ExtendOutputPortTransactionTTL(ctx _context.Context, portId string, transactionId string) DataTransferApiApiExtendOutputPortTransactionTTLRequest

* 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 DataTransferApiApiExtendOutputPortTransactionTTLRequest

func (*DataTransferApiService) ExtendOutputPortTransactionTTLExecute ¶

* Execute executes the request * @return TransactionResultEntity

func (*DataTransferApiService) ReceiveFlowFiles ¶

func (a *DataTransferApiService) ReceiveFlowFiles(ctx _context.Context, portId string, transactionId string) DataTransferApiApiReceiveFlowFilesRequest

* 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 DataTransferApiApiReceiveFlowFilesRequest

func (*DataTransferApiService) ReceiveFlowFilesExecute ¶

* Execute executes the request * @return string

func (*DataTransferApiService) TransferFlowFiles ¶

func (a *DataTransferApiService) TransferFlowFiles(ctx _context.Context, portId string, transactionId string) DataTransferApiApiTransferFlowFilesRequest

* 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 DataTransferApiApiTransferFlowFilesRequest

func (*DataTransferApiService) TransferFlowFilesExecute ¶

func (a *DataTransferApiService) TransferFlowFilesExecute(r DataTransferApiApiTransferFlowFilesRequest) (map[string]interface{}, *_nethttp.Response, error)

* Execute executes the request * @return map[string]interface{}

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.

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.

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.

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.

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.

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.

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.

type FlowApiApiActivateControllerServicesRequest ¶

type FlowApiApiActivateControllerServicesRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiActivateControllerServicesRequest) Execute ¶

type FlowApiApiGenerateClientIdRequest ¶

type FlowApiApiGenerateClientIdRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGenerateClientIdRequest) Execute ¶

type FlowApiApiGetAboutInfoRequest ¶

type FlowApiApiGetAboutInfoRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetAboutInfoRequest) Execute ¶

type FlowApiApiGetActionRequest ¶

type FlowApiApiGetActionRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetActionRequest) Execute ¶

type FlowApiApiGetBannersRequest ¶

type FlowApiApiGetBannersRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetBannersRequest) Execute ¶

type FlowApiApiGetBucketsRequest ¶

type FlowApiApiGetBucketsRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetBucketsRequest) Execute ¶

type FlowApiApiGetBulletinBoardRequest ¶

type FlowApiApiGetBulletinBoardRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetBulletinBoardRequest) After ¶

func (FlowApiApiGetBulletinBoardRequest) Execute ¶

func (FlowApiApiGetBulletinBoardRequest) GroupId ¶

func (FlowApiApiGetBulletinBoardRequest) Limit ¶

func (FlowApiApiGetBulletinBoardRequest) Message ¶

func (FlowApiApiGetBulletinBoardRequest) SourceId ¶

func (FlowApiApiGetBulletinBoardRequest) SourceName ¶

type FlowApiApiGetBulletinsRequest ¶

type FlowApiApiGetBulletinsRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetBulletinsRequest) Execute ¶

type FlowApiApiGetClusterSummaryRequest ¶

type FlowApiApiGetClusterSummaryRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetClusterSummaryRequest) Execute ¶

type FlowApiApiGetComponentHistoryRequest ¶

type FlowApiApiGetComponentHistoryRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetComponentHistoryRequest) Execute ¶

type FlowApiApiGetConnectionStatisticsRequest ¶

type FlowApiApiGetConnectionStatisticsRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetConnectionStatisticsRequest) ClusterNodeId ¶

func (FlowApiApiGetConnectionStatisticsRequest) Execute ¶

func (FlowApiApiGetConnectionStatisticsRequest) Nodewise ¶

type FlowApiApiGetConnectionStatusHistoryRequest ¶

type FlowApiApiGetConnectionStatusHistoryRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetConnectionStatusHistoryRequest) Execute ¶

type FlowApiApiGetConnectionStatusRequest ¶

type FlowApiApiGetConnectionStatusRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetConnectionStatusRequest) ClusterNodeId ¶

func (FlowApiApiGetConnectionStatusRequest) Execute ¶

func (FlowApiApiGetConnectionStatusRequest) Nodewise ¶

type FlowApiApiGetControllerServiceTypesRequest ¶

type FlowApiApiGetControllerServiceTypesRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetControllerServiceTypesRequest) BundleArtifactFilter ¶

func (FlowApiApiGetControllerServiceTypesRequest) BundleGroupFilter ¶

func (FlowApiApiGetControllerServiceTypesRequest) Execute ¶

func (FlowApiApiGetControllerServiceTypesRequest) ServiceBundleArtifact ¶

func (FlowApiApiGetControllerServiceTypesRequest) ServiceBundleGroup ¶

func (FlowApiApiGetControllerServiceTypesRequest) ServiceBundleVersion ¶

func (FlowApiApiGetControllerServiceTypesRequest) ServiceType ¶

func (FlowApiApiGetControllerServiceTypesRequest) TypeFilter ¶

type FlowApiApiGetControllerServicesFromControllerRequest ¶

type FlowApiApiGetControllerServicesFromControllerRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetControllerServicesFromControllerRequest) Execute ¶

type FlowApiApiGetControllerServicesFromGroupRequest ¶

type FlowApiApiGetControllerServicesFromGroupRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetControllerServicesFromGroupRequest) Execute ¶

func (FlowApiApiGetControllerServicesFromGroupRequest) IncludeAncestorGroups ¶

func (FlowApiApiGetControllerServicesFromGroupRequest) IncludeDescendantGroups ¶

type FlowApiApiGetControllerStatusRequest ¶

type FlowApiApiGetControllerStatusRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetControllerStatusRequest) Execute ¶

type FlowApiApiGetCurrentUserRequest ¶

type FlowApiApiGetCurrentUserRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetCurrentUserRequest) Execute ¶

type FlowApiApiGetFlowConfigRequest ¶

type FlowApiApiGetFlowConfigRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetFlowConfigRequest) Execute ¶

type FlowApiApiGetFlowMetricsRequest ¶

type FlowApiApiGetFlowMetricsRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetFlowMetricsRequest) Execute ¶

func (r FlowApiApiGetFlowMetricsRequest) Execute() (map[string]interface{}, *_nethttp.Response, error)

type FlowApiApiGetFlowRequest ¶

type FlowApiApiGetFlowRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetFlowRequest) Execute ¶

type FlowApiApiGetFlowsRequest ¶

type FlowApiApiGetFlowsRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetFlowsRequest) Execute ¶

type FlowApiApiGetInputPortStatusRequest ¶

type FlowApiApiGetInputPortStatusRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetInputPortStatusRequest) ClusterNodeId ¶

func (FlowApiApiGetInputPortStatusRequest) Execute ¶

func (FlowApiApiGetInputPortStatusRequest) Nodewise ¶

type FlowApiApiGetOutputPortStatusRequest ¶

type FlowApiApiGetOutputPortStatusRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetOutputPortStatusRequest) ClusterNodeId ¶

func (FlowApiApiGetOutputPortStatusRequest) Execute ¶

func (FlowApiApiGetOutputPortStatusRequest) Nodewise ¶

type FlowApiApiGetParameterContextsRequest ¶

type FlowApiApiGetParameterContextsRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetParameterContextsRequest) Execute ¶

type FlowApiApiGetPrioritizersRequest ¶

type FlowApiApiGetPrioritizersRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetPrioritizersRequest) Execute ¶

type FlowApiApiGetProcessGroupStatusHistoryRequest ¶

type FlowApiApiGetProcessGroupStatusHistoryRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetProcessGroupStatusHistoryRequest) Execute ¶

type FlowApiApiGetProcessGroupStatusRequest ¶

type FlowApiApiGetProcessGroupStatusRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetProcessGroupStatusRequest) ClusterNodeId ¶

func (FlowApiApiGetProcessGroupStatusRequest) Execute ¶

func (FlowApiApiGetProcessGroupStatusRequest) Nodewise ¶

func (FlowApiApiGetProcessGroupStatusRequest) Recursive ¶

type FlowApiApiGetProcessorStatusHistoryRequest ¶

type FlowApiApiGetProcessorStatusHistoryRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetProcessorStatusHistoryRequest) Execute ¶

type FlowApiApiGetProcessorStatusRequest ¶

type FlowApiApiGetProcessorStatusRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetProcessorStatusRequest) ClusterNodeId ¶

func (FlowApiApiGetProcessorStatusRequest) Execute ¶

func (FlowApiApiGetProcessorStatusRequest) Nodewise ¶

type FlowApiApiGetProcessorTypesRequest ¶

type FlowApiApiGetProcessorTypesRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetProcessorTypesRequest) BundleArtifactFilter ¶

func (r FlowApiApiGetProcessorTypesRequest) BundleArtifactFilter(bundleArtifactFilter string) FlowApiApiGetProcessorTypesRequest

func (FlowApiApiGetProcessorTypesRequest) BundleGroupFilter ¶

func (r FlowApiApiGetProcessorTypesRequest) BundleGroupFilter(bundleGroupFilter string) FlowApiApiGetProcessorTypesRequest

func (FlowApiApiGetProcessorTypesRequest) Execute ¶

func (FlowApiApiGetProcessorTypesRequest) Type_ ¶

type FlowApiApiGetRegistriesRequest ¶

type FlowApiApiGetRegistriesRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetRegistriesRequest) Execute ¶

type FlowApiApiGetRemoteProcessGroupStatusHistoryRequest ¶

type FlowApiApiGetRemoteProcessGroupStatusHistoryRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetRemoteProcessGroupStatusHistoryRequest) Execute ¶

type FlowApiApiGetRemoteProcessGroupStatusRequest ¶

type FlowApiApiGetRemoteProcessGroupStatusRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetRemoteProcessGroupStatusRequest) ClusterNodeId ¶

func (FlowApiApiGetRemoteProcessGroupStatusRequest) Execute ¶

func (FlowApiApiGetRemoteProcessGroupStatusRequest) Nodewise ¶

type FlowApiApiGetReportingTaskTypesRequest ¶

type FlowApiApiGetReportingTaskTypesRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetReportingTaskTypesRequest) BundleArtifactFilter ¶

func (r FlowApiApiGetReportingTaskTypesRequest) BundleArtifactFilter(bundleArtifactFilter string) FlowApiApiGetReportingTaskTypesRequest

func (FlowApiApiGetReportingTaskTypesRequest) BundleGroupFilter ¶

func (FlowApiApiGetReportingTaskTypesRequest) Execute ¶

func (FlowApiApiGetReportingTaskTypesRequest) Type_ ¶

type FlowApiApiGetReportingTasksRequest ¶

type FlowApiApiGetReportingTasksRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetReportingTasksRequest) Execute ¶

type FlowApiApiGetTemplatesRequest ¶

type FlowApiApiGetTemplatesRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetTemplatesRequest) Execute ¶

type FlowApiApiGetVersionsRequest ¶

type FlowApiApiGetVersionsRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiGetVersionsRequest) Execute ¶

type FlowApiApiQueryHistoryRequest ¶

type FlowApiApiQueryHistoryRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiQueryHistoryRequest) Count ¶

func (FlowApiApiQueryHistoryRequest) EndDate ¶

func (FlowApiApiQueryHistoryRequest) Execute ¶

func (FlowApiApiQueryHistoryRequest) Offset ¶

func (FlowApiApiQueryHistoryRequest) SortColumn ¶

func (FlowApiApiQueryHistoryRequest) SortOrder ¶

func (FlowApiApiQueryHistoryRequest) SourceId ¶

func (FlowApiApiQueryHistoryRequest) StartDate ¶

func (FlowApiApiQueryHistoryRequest) UserIdentity ¶

type FlowApiApiScheduleComponentsRequest ¶

type FlowApiApiScheduleComponentsRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiScheduleComponentsRequest) Body ¶

func (FlowApiApiScheduleComponentsRequest) Execute ¶

type FlowApiApiSearchClusterRequest ¶

type FlowApiApiSearchClusterRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiSearchClusterRequest) Execute ¶

func (FlowApiApiSearchClusterRequest) Q ¶

type FlowApiApiSearchFlowRequest ¶

type FlowApiApiSearchFlowRequest struct {
	ApiService *FlowApiService
	// contains filtered or unexported fields
}

func (FlowApiApiSearchFlowRequest) A ¶

func (FlowApiApiSearchFlowRequest) Execute ¶

func (FlowApiApiSearchFlowRequest) Q ¶

type FlowApiService ¶

type FlowApiService service

FlowApiService FlowApi service

func (*FlowApiService) ActivateControllerServices ¶

func (a *FlowApiService) ActivateControllerServices(ctx _context.Context, id string) FlowApiApiActivateControllerServicesRequest

* 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 FlowApiApiActivateControllerServicesRequest

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 FlowApiApiGenerateClientIdRequest

func (*FlowApiService) GenerateClientIdExecute ¶

* 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 FlowApiApiGetAboutInfoRequest

func (*FlowApiService) GetAboutInfoExecute ¶

* 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 FlowApiApiGetActionRequest

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 FlowApiApiGetBannersRequest

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 FlowApiApiGetBucketsRequest

func (*FlowApiService) GetBucketsExecute ¶

* Execute executes the request * @return BucketsEntity

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 FlowApiApiGetBulletinBoardRequest

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 FlowApiApiGetBulletinsRequest

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 FlowApiApiGetClusterSummaryRequest

func (*FlowApiService) GetClusterSummaryExecute ¶

* Execute executes the request * @return ClusteSummaryEntity

func (*FlowApiService) GetComponentHistory ¶

func (a *FlowApiService) GetComponentHistory(ctx _context.Context, componentId string) FlowApiApiGetComponentHistoryRequest

* 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 FlowApiApiGetComponentHistoryRequest

func (*FlowApiService) GetComponentHistoryExecute ¶

* Execute executes the request * @return ComponentHistoryEntity

func (*FlowApiService) GetConnectionStatistics ¶

* 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 FlowApiApiGetConnectionStatisticsRequest

func (*FlowApiService) GetConnectionStatisticsExecute ¶

* Execute executes the request * @return ConnectionStatisticsEntity

func (*FlowApiService) GetConnectionStatus ¶

* 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 FlowApiApiGetConnectionStatusRequest

func (*FlowApiService) GetConnectionStatusExecute ¶

* Execute executes the request * @return ConnectionStatusEntity

func (*FlowApiService) GetConnectionStatusHistory ¶

func (a *FlowApiService) GetConnectionStatusHistory(ctx _context.Context, id string) FlowApiApiGetConnectionStatusHistoryRequest

* 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 FlowApiApiGetConnectionStatusHistoryRequest

func (*FlowApiService) GetConnectionStatusHistoryExecute ¶

* Execute executes the request * @return StatusHistoryEntity

func (*FlowApiService) GetControllerServiceTypes ¶

* 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 FlowApiApiGetControllerServiceTypesRequest

func (*FlowApiService) GetControllerServiceTypesExecute ¶

* Execute executes the request * @return ControllerServiceTypesEntity

func (*FlowApiService) GetControllerServicesFromController ¶

func (a *FlowApiService) GetControllerServicesFromController(ctx _context.Context) FlowApiApiGetControllerServicesFromControllerRequest

* GetControllerServicesFromController Gets controller services for reporting tasks * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return FlowApiApiGetControllerServicesFromControllerRequest

func (*FlowApiService) GetControllerServicesFromControllerExecute ¶

* Execute executes the request * @return ControllerServicesEntity

func (*FlowApiService) GetControllerServicesFromGroup ¶

func (a *FlowApiService) GetControllerServicesFromGroup(ctx _context.Context, id string) FlowApiApiGetControllerServicesFromGroupRequest

* GetControllerServicesFromGroup Gets all controller services * @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 FlowApiApiGetControllerServicesFromGroupRequest

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 FlowApiApiGetControllerStatusRequest

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 FlowApiApiGetCurrentUserRequest

func (*FlowApiService) GetCurrentUserExecute ¶

* Execute executes the request * @return CurrentUserEntity

func (*FlowApiService) GetFlow ¶

* GetFlow 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 FlowApiApiGetFlowRequest

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 FlowApiApiGetFlowConfigRequest

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) FlowApiApiGetFlowMetricsRequest

* 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 FlowApiApiGetFlowMetricsRequest

func (*FlowApiService) GetFlowMetricsExecute ¶

func (a *FlowApiService) GetFlowMetricsExecute(r FlowApiApiGetFlowMetricsRequest) (map[string]interface{}, *_nethttp.Response, error)

* Execute executes the request * @return map[string]interface{}

func (*FlowApiService) GetFlows ¶

func (a *FlowApiService) GetFlows(ctx _context.Context, registryId string, bucketId string) FlowApiApiGetFlowsRequest

* 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 id. * @param bucketId The bucket id. * @return FlowApiApiGetFlowsRequest

func (*FlowApiService) GetFlowsExecute ¶

* Execute executes the request * @return VersionedFlowsEntity

func (*FlowApiService) GetInputPortStatus ¶

* 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 FlowApiApiGetInputPortStatusRequest

func (*FlowApiService) GetInputPortStatusExecute ¶

* Execute executes the request * @return PortStatusEntity

func (*FlowApiService) GetOutputPortStatus ¶

* 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 FlowApiApiGetOutputPortStatusRequest

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 FlowApiApiGetParameterContextsRequest

func (*FlowApiService) GetParameterContextsExecute ¶

* Execute executes the request * @return ParameterContextsEntity

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 FlowApiApiGetPrioritizersRequest

func (*FlowApiService) GetPrioritizersExecute ¶

* Execute executes the request * @return PrioritizerTypesEntity

func (*FlowApiService) GetProcessGroupStatus ¶

* 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 FlowApiApiGetProcessGroupStatusRequest

func (*FlowApiService) GetProcessGroupStatusExecute ¶

* Execute executes the request * @return ProcessGroupStatusEntity

func (*FlowApiService) GetProcessGroupStatusHistory ¶

func (a *FlowApiService) GetProcessGroupStatusHistory(ctx _context.Context, id string) FlowApiApiGetProcessGroupStatusHistoryRequest

* 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 FlowApiApiGetProcessGroupStatusHistoryRequest

func (*FlowApiService) GetProcessGroupStatusHistoryExecute ¶

* Execute executes the request * @return StatusHistoryEntity

func (*FlowApiService) GetProcessorStatus ¶

* 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 FlowApiApiGetProcessorStatusRequest

func (*FlowApiService) GetProcessorStatusExecute ¶

* Execute executes the request * @return ProcessorStatusEntity

func (*FlowApiService) GetProcessorStatusHistory ¶

* 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 FlowApiApiGetProcessorStatusHistoryRequest

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 FlowApiApiGetProcessorTypesRequest

func (*FlowApiService) GetProcessorTypesExecute ¶

* Execute executes the request * @return ProcessorTypesEntity

func (*FlowApiService) GetRegistries ¶

* GetRegistries Gets the listing of available registries * @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return FlowApiApiGetRegistriesRequest

func (*FlowApiService) GetRegistriesExecute ¶

* Execute executes the request * @return RegistryClientsEntity

func (*FlowApiService) GetRemoteProcessGroupStatus ¶

func (a *FlowApiService) GetRemoteProcessGroupStatus(ctx _context.Context, id string) FlowApiApiGetRemoteProcessGroupStatusRequest

* 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 FlowApiApiGetRemoteProcessGroupStatusRequest

func (*FlowApiService) GetRemoteProcessGroupStatusExecute ¶

* Execute executes the request * @return RemoteProcessGroupStatusEntity

func (*FlowApiService) GetRemoteProcessGroupStatusHistory ¶

func (a *FlowApiService) GetRemoteProcessGroupStatusHistory(ctx _context.Context, id string) FlowApiApiGetRemoteProcessGroupStatusHistoryRequest

* 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 FlowApiApiGetRemoteProcessGroupStatusHistoryRequest

func (*FlowApiService) GetRemoteProcessGroupStatusHistoryExecute ¶

* Execute executes the request * @return StatusHistoryEntity

func (*FlowApiService) GetReportingTaskTypes ¶

* 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 FlowApiApiGetReportingTaskTypesRequest

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 FlowApiApiGetReportingTasksRequest

func (*FlowApiService) GetReportingTasksExecute ¶

* Execute executes the request * @return ReportingTasksEntity

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 FlowApiApiGetTemplatesRequest

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) FlowApiApiGetVersionsRequest

* 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 id. * @param bucketId The bucket id. * @param flowId The flow id. * @return FlowApiApiGetVersionsRequest

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 FlowApiApiQueryHistoryRequest

func (*FlowApiService) QueryHistoryExecute ¶

* Execute executes the request * @return HistoryEntity

func (*FlowApiService) ScheduleComponents ¶

* 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 FlowApiApiScheduleComponentsRequest

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 FlowApiApiSearchClusterRequest

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 FlowApiApiSearchFlowRequest

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

type FlowfileQueuesApiApiCreateDropRequestRequest ¶

type FlowfileQueuesApiApiCreateDropRequestRequest struct {
	ApiService *FlowfileQueuesApiService
	// contains filtered or unexported fields
}

func (FlowfileQueuesApiApiCreateDropRequestRequest) Execute ¶

type FlowfileQueuesApiApiCreateFlowFileListingRequest ¶

type FlowfileQueuesApiApiCreateFlowFileListingRequest struct {
	ApiService *FlowfileQueuesApiService
	// contains filtered or unexported fields
}

func (FlowfileQueuesApiApiCreateFlowFileListingRequest) Execute ¶

type FlowfileQueuesApiApiDeleteListingRequestRequest ¶

type FlowfileQueuesApiApiDeleteListingRequestRequest struct {
	ApiService *FlowfileQueuesApiService
	// contains filtered or unexported fields
}

func (FlowfileQueuesApiApiDeleteListingRequestRequest) Execute ¶

type FlowfileQueuesApiApiDownloadFlowFileContentRequest ¶

type FlowfileQueuesApiApiDownloadFlowFileContentRequest struct {
	ApiService *FlowfileQueuesApiService
	// contains filtered or unexported fields
}

func (FlowfileQueuesApiApiDownloadFlowFileContentRequest) ClientId ¶

func (FlowfileQueuesApiApiDownloadFlowFileContentRequest) ClusterNodeId ¶

func (FlowfileQueuesApiApiDownloadFlowFileContentRequest) Execute ¶

type FlowfileQueuesApiApiGetDropRequestRequest ¶

type FlowfileQueuesApiApiGetDropRequestRequest struct {
	ApiService *FlowfileQueuesApiService
	// contains filtered or unexported fields
}

func (FlowfileQueuesApiApiGetDropRequestRequest) Execute ¶

type FlowfileQueuesApiApiGetFlowFileRequest ¶

type FlowfileQueuesApiApiGetFlowFileRequest struct {
	ApiService *FlowfileQueuesApiService
	// contains filtered or unexported fields
}

func (FlowfileQueuesApiApiGetFlowFileRequest) ClusterNodeId ¶

func (FlowfileQueuesApiApiGetFlowFileRequest) Execute ¶

type FlowfileQueuesApiApiGetListingRequestRequest ¶

type FlowfileQueuesApiApiGetListingRequestRequest struct {
	ApiService *FlowfileQueuesApiService
	// contains filtered or unexported fields
}

func (FlowfileQueuesApiApiGetListingRequestRequest) Execute ¶

type FlowfileQueuesApiApiRemoveDropRequestRequest ¶

type FlowfileQueuesApiApiRemoveDropRequestRequest struct {
	ApiService *FlowfileQueuesApiService
	// contains filtered or unexported fields
}

func (FlowfileQueuesApiApiRemoveDropRequestRequest) 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 FlowfileQueuesApiApiCreateDropRequestRequest

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 FlowfileQueuesApiApiCreateFlowFileListingRequest

func (*FlowfileQueuesApiService) CreateFlowFileListingExecute ¶

* Execute executes the request * @return ListingRequestEntity

func (*FlowfileQueuesApiService) DeleteListingRequest ¶

* 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 FlowfileQueuesApiApiDeleteListingRequestRequest

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 FlowfileQueuesApiApiDownloadFlowFileContentRequest

func (*FlowfileQueuesApiService) DownloadFlowFileContentExecute ¶

func (a *FlowfileQueuesApiService) DownloadFlowFileContentExecute(r FlowfileQueuesApiApiDownloadFlowFileContentRequest) (map[string]interface{}, *_nethttp.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 FlowfileQueuesApiApiGetDropRequestRequest

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 FlowfileQueuesApiApiGetFlowFileRequest

func (*FlowfileQueuesApiService) GetFlowFileExecute ¶

* Execute executes the request * @return FlowFileEntity

func (*FlowfileQueuesApiService) GetListingRequest ¶

* 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 FlowfileQueuesApiApiGetListingRequestRequest

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 FlowfileQueuesApiApiRemoveDropRequestRequest

func (*FlowfileQueuesApiService) RemoveDropRequestExecute ¶

* Execute executes the request * @return DropRequestEntity

type FunnelApiApiGetFunnelRequest ¶

type FunnelApiApiGetFunnelRequest struct {
	ApiService *FunnelApiService
	// contains filtered or unexported fields
}

func (FunnelApiApiGetFunnelRequest) Execute ¶

type FunnelApiApiRemoveFunnelRequest ¶

type FunnelApiApiRemoveFunnelRequest struct {
	ApiService *FunnelApiService
	// contains filtered or unexported fields
}

func (FunnelApiApiRemoveFunnelRequest) ClientId ¶

func (FunnelApiApiRemoveFunnelRequest) DisconnectedNodeAcknowledged ¶

func (r FunnelApiApiRemoveFunnelRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) FunnelApiApiRemoveFunnelRequest

func (FunnelApiApiRemoveFunnelRequest) Execute ¶

func (FunnelApiApiRemoveFunnelRequest) Version ¶

type FunnelApiApiUpdateFunnelRequest ¶

type FunnelApiApiUpdateFunnelRequest struct {
	ApiService *FunnelApiService
	// contains filtered or unexported fields
}

func (FunnelApiApiUpdateFunnelRequest) Body ¶

func (FunnelApiApiUpdateFunnelRequest) Execute ¶

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 FunnelApiApiGetFunnelRequest

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 FunnelApiApiRemoveFunnelRequest

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 FunnelApiApiUpdateFunnelRequest

func (*FunnelApiService) UpdateFunnelExecute ¶

* Execute executes the request * @return FunnelEntity

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.

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.

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.

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.

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.

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.

type InputPortsApiApiGetInputPortRequest ¶

type InputPortsApiApiGetInputPortRequest struct {
	ApiService *InputPortsApiService
	// contains filtered or unexported fields
}

func (InputPortsApiApiGetInputPortRequest) Execute ¶

type InputPortsApiApiRemoveInputPortRequest ¶

type InputPortsApiApiRemoveInputPortRequest struct {
	ApiService *InputPortsApiService
	// contains filtered or unexported fields
}

func (InputPortsApiApiRemoveInputPortRequest) ClientId ¶

func (InputPortsApiApiRemoveInputPortRequest) DisconnectedNodeAcknowledged ¶

func (r InputPortsApiApiRemoveInputPortRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) InputPortsApiApiRemoveInputPortRequest

func (InputPortsApiApiRemoveInputPortRequest) Execute ¶

func (InputPortsApiApiRemoveInputPortRequest) Version ¶

type InputPortsApiApiUpdateInputPortRequest ¶

type InputPortsApiApiUpdateInputPortRequest struct {
	ApiService *InputPortsApiService
	// contains filtered or unexported fields
}

func (InputPortsApiApiUpdateInputPortRequest) Body ¶

func (InputPortsApiApiUpdateInputPortRequest) Execute ¶

type InputPortsApiApiUpdateRunStatusRequest ¶

type InputPortsApiApiUpdateRunStatusRequest struct {
	ApiService *InputPortsApiService
	// contains filtered or unexported fields
}

func (InputPortsApiApiUpdateRunStatusRequest) Body ¶

func (InputPortsApiApiUpdateRunStatusRequest) Execute ¶

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 InputPortsApiApiGetInputPortRequest

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 InputPortsApiApiRemoveInputPortRequest

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 InputPortsApiApiUpdateInputPortRequest

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 InputPortsApiApiUpdateRunStatusRequest

func (*InputPortsApiService) UpdateRunStatusExecute ¶

* Execute executes the request * @return ProcessorEntity

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.

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.

type JaxbLink struct {
	// The href for the link
	Href *string `json:"href,omitempty"`
	// The params for the link
	Params *map[string]string `json:"params,omitempty"`
}

JaxbLink struct for JaxbLink

func NewJaxbLink() *JaxbLink

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

func NewJaxbLinkWithDefaults ¶

func NewJaxbLinkWithDefaults() *JaxbLink

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

func (*JaxbLink) GetHref ¶

func (o *JaxbLink) GetHref() string

GetHref returns the Href field value if set, zero value otherwise.

func (*JaxbLink) GetHrefOk ¶

func (o *JaxbLink) GetHrefOk() (*string, bool)

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

func (*JaxbLink) GetParams ¶

func (o *JaxbLink) GetParams() map[string]string

GetParams returns the Params field value if set, zero value otherwise.

func (*JaxbLink) GetParamsOk ¶

func (o *JaxbLink) GetParamsOk() (*map[string]string, bool)

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

func (*JaxbLink) HasHref ¶

func (o *JaxbLink) HasHref() bool

HasHref returns a boolean if a field has been set.

func (*JaxbLink) HasParams ¶

func (o *JaxbLink) HasParams() bool

HasParams returns a boolean if a field has been set.

func (JaxbLink) MarshalJSON ¶

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

func (*JaxbLink) SetHref ¶

func (o *JaxbLink) SetHref(v string)

SetHref gets a reference to the given string and assigns it to the Href field.

func (*JaxbLink) SetParams ¶

func (o *JaxbLink) SetParams(v map[string]string)

SetParams gets a reference to the given map[string]string and assigns it to the Params field.

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 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) 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) 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) 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.

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"`
	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) 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) 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) 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.

type LabelsApiApiGetLabelRequest ¶

type LabelsApiApiGetLabelRequest struct {
	ApiService *LabelsApiService
	// contains filtered or unexported fields
}

func (LabelsApiApiGetLabelRequest) Execute ¶

type LabelsApiApiRemoveLabelRequest ¶

type LabelsApiApiRemoveLabelRequest struct {
	ApiService *LabelsApiService
	// contains filtered or unexported fields
}

func (LabelsApiApiRemoveLabelRequest) ClientId ¶

func (LabelsApiApiRemoveLabelRequest) DisconnectedNodeAcknowledged ¶

func (r LabelsApiApiRemoveLabelRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) LabelsApiApiRemoveLabelRequest

func (LabelsApiApiRemoveLabelRequest) Execute ¶

func (LabelsApiApiRemoveLabelRequest) Version ¶

type LabelsApiApiUpdateLabelRequest ¶

type LabelsApiApiUpdateLabelRequest struct {
	ApiService *LabelsApiService
	// contains filtered or unexported fields
}

func (LabelsApiApiUpdateLabelRequest) Body ¶

func (LabelsApiApiUpdateLabelRequest) Execute ¶

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 LabelsApiApiGetLabelRequest

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 LabelsApiApiRemoveLabelRequest

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 LabelsApiApiUpdateLabelRequest

func (*LabelsApiService) UpdateLabelExecute ¶

* Execute executes the request * @return LabelEntity

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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 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 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 NullableBucket ¶

type NullableBucket struct {
	// contains filtered or unexported fields
}

func NewNullableBucket ¶

func NewNullableBucket(val *Bucket) *NullableBucket

func (NullableBucket) Get ¶

func (v NullableBucket) Get() *Bucket

func (NullableBucket) IsSet ¶

func (v NullableBucket) IsSet() bool

func (NullableBucket) MarshalJSON ¶

func (v NullableBucket) MarshalJSON() ([]byte, error)

func (*NullableBucket) Set ¶

func (v *NullableBucket) Set(val *Bucket)

func (*NullableBucket) UnmarshalJSON ¶

func (v *NullableBucket) UnmarshalJSON(src []byte) error

func (*NullableBucket) Unset ¶

func (v *NullableBucket) Unset()

type NullableBucketDTO ¶

type NullableBucketDTO struct {
	// contains filtered or unexported fields
}

func NewNullableBucketDTO ¶

func NewNullableBucketDTO(val *BucketDTO) *NullableBucketDTO

func (NullableBucketDTO) Get ¶

func (v NullableBucketDTO) Get() *BucketDTO

func (NullableBucketDTO) IsSet ¶

func (v NullableBucketDTO) IsSet() bool

func (NullableBucketDTO) MarshalJSON ¶

func (v NullableBucketDTO) MarshalJSON() ([]byte, error)

func (*NullableBucketDTO) Set ¶

func (v *NullableBucketDTO) Set(val *BucketDTO)

func (*NullableBucketDTO) UnmarshalJSON ¶

func (v *NullableBucketDTO) UnmarshalJSON(src []byte) error

func (*NullableBucketDTO) Unset ¶

func (v *NullableBucketDTO) Unset()

type NullableBucketEntity ¶

type NullableBucketEntity struct {
	// contains filtered or unexported fields
}

func NewNullableBucketEntity ¶

func NewNullableBucketEntity(val *BucketEntity) *NullableBucketEntity

func (NullableBucketEntity) Get ¶

func (NullableBucketEntity) IsSet ¶

func (v NullableBucketEntity) IsSet() bool

func (NullableBucketEntity) MarshalJSON ¶

func (v NullableBucketEntity) MarshalJSON() ([]byte, error)

func (*NullableBucketEntity) Set ¶

func (v *NullableBucketEntity) Set(val *BucketEntity)

func (*NullableBucketEntity) UnmarshalJSON ¶

func (v *NullableBucketEntity) UnmarshalJSON(src []byte) error

func (*NullableBucketEntity) Unset ¶

func (v *NullableBucketEntity) Unset()

type NullableBucketsEntity ¶

type NullableBucketsEntity struct {
	// contains filtered or unexported fields
}

func NewNullableBucketsEntity ¶

func NewNullableBucketsEntity(val *BucketsEntity) *NullableBucketsEntity

func (NullableBucketsEntity) Get ¶

func (NullableBucketsEntity) IsSet ¶

func (v NullableBucketsEntity) IsSet() bool

func (NullableBucketsEntity) MarshalJSON ¶

func (v NullableBucketsEntity) MarshalJSON() ([]byte, error)

func (*NullableBucketsEntity) Set ¶

func (v *NullableBucketsEntity) Set(val *BucketsEntity)

func (*NullableBucketsEntity) UnmarshalJSON ¶

func (v *NullableBucketsEntity) UnmarshalJSON(src []byte) error

func (*NullableBucketsEntity) Unset ¶

func (v *NullableBucketsEntity) 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 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 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 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 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 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 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 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 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 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 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 NullableJaxbLink struct {
	// contains filtered or unexported fields
}
func NewNullableJaxbLink(val *JaxbLink) *NullableJaxbLink

func (NullableJaxbLink) Get ¶

func (v NullableJaxbLink) Get() *JaxbLink

func (NullableJaxbLink) IsSet ¶

func (v NullableJaxbLink) IsSet() bool

func (NullableJaxbLink) MarshalJSON ¶

func (v NullableJaxbLink) MarshalJSON() ([]byte, error)

func (*NullableJaxbLink) Set ¶

func (v *NullableJaxbLink) Set(val *JaxbLink)

func (*NullableJaxbLink) UnmarshalJSON ¶

func (v *NullableJaxbLink) UnmarshalJSON(src []byte) error

func (*NullableJaxbLink) Unset ¶

func (v *NullableJaxbLink) 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 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 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 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 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 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 NullablePermissions ¶

type NullablePermissions struct {
	// contains filtered or unexported fields
}

func NewNullablePermissions ¶

func NewNullablePermissions(val *Permissions) *NullablePermissions

func (NullablePermissions) Get ¶

func (NullablePermissions) IsSet ¶

func (v NullablePermissions) IsSet() bool

func (NullablePermissions) MarshalJSON ¶

func (v NullablePermissions) MarshalJSON() ([]byte, error)

func (*NullablePermissions) Set ¶

func (v *NullablePermissions) Set(val *Permissions)

func (*NullablePermissions) UnmarshalJSON ¶

func (v *NullablePermissions) UnmarshalJSON(src []byte) error

func (*NullablePermissions) Unset ¶

func (v *NullablePermissions) 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 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 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 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 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 NullableRegistryClientEntity ¶

type NullableRegistryClientEntity struct {
	// contains filtered or unexported fields
}

func (NullableRegistryClientEntity) Get ¶

func (NullableRegistryClientEntity) IsSet ¶

func (NullableRegistryClientEntity) MarshalJSON ¶

func (v NullableRegistryClientEntity) MarshalJSON() ([]byte, error)

func (*NullableRegistryClientEntity) Set ¶

func (*NullableRegistryClientEntity) UnmarshalJSON ¶

func (v *NullableRegistryClientEntity) UnmarshalJSON(src []byte) error

func (*NullableRegistryClientEntity) Unset ¶

func (v *NullableRegistryClientEntity) Unset()

type NullableRegistryClientsEntity ¶

type NullableRegistryClientsEntity struct {
	// contains filtered or unexported fields
}

func (NullableRegistryClientsEntity) Get ¶

func (NullableRegistryClientsEntity) IsSet ¶

func (NullableRegistryClientsEntity) MarshalJSON ¶

func (v NullableRegistryClientsEntity) MarshalJSON() ([]byte, error)

func (*NullableRegistryClientsEntity) Set ¶

func (*NullableRegistryClientsEntity) UnmarshalJSON ¶

func (v *NullableRegistryClientsEntity) UnmarshalJSON(src []byte) error

func (*NullableRegistryClientsEntity) Unset ¶

func (v *NullableRegistryClientsEntity) Unset()

type NullableRegistryDTO ¶

type NullableRegistryDTO struct {
	// contains filtered or unexported fields
}

func NewNullableRegistryDTO ¶

func NewNullableRegistryDTO(val *RegistryDTO) *NullableRegistryDTO

func (NullableRegistryDTO) Get ¶

func (NullableRegistryDTO) IsSet ¶

func (v NullableRegistryDTO) IsSet() bool

func (NullableRegistryDTO) MarshalJSON ¶

func (v NullableRegistryDTO) MarshalJSON() ([]byte, error)

func (*NullableRegistryDTO) Set ¶

func (v *NullableRegistryDTO) Set(val *RegistryDTO)

func (*NullableRegistryDTO) UnmarshalJSON ¶

func (v *NullableRegistryDTO) UnmarshalJSON(src []byte) error

func (*NullableRegistryDTO) Unset ¶

func (v *NullableRegistryDTO) 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 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 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 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 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 NullableRevisionInfo ¶

type NullableRevisionInfo struct {
	// contains filtered or unexported fields
}

func NewNullableRevisionInfo ¶

func NewNullableRevisionInfo(val *RevisionInfo) *NullableRevisionInfo

func (NullableRevisionInfo) Get ¶

func (NullableRevisionInfo) IsSet ¶

func (v NullableRevisionInfo) IsSet() bool

func (NullableRevisionInfo) MarshalJSON ¶

func (v NullableRevisionInfo) MarshalJSON() ([]byte, error)

func (*NullableRevisionInfo) Set ¶

func (v *NullableRevisionInfo) Set(val *RevisionInfo)

func (*NullableRevisionInfo) UnmarshalJSON ¶

func (v *NullableRevisionInfo) UnmarshalJSON(src []byte) error

func (*NullableRevisionInfo) Unset ¶

func (v *NullableRevisionInfo) 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 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 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 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 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 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 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 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 NullableVersionedFlow ¶

type NullableVersionedFlow struct {
	// contains filtered or unexported fields
}

func NewNullableVersionedFlow ¶

func NewNullableVersionedFlow(val *VersionedFlow) *NullableVersionedFlow

func (NullableVersionedFlow) Get ¶

func (NullableVersionedFlow) IsSet ¶

func (v NullableVersionedFlow) IsSet() bool

func (NullableVersionedFlow) MarshalJSON ¶

func (v NullableVersionedFlow) MarshalJSON() ([]byte, error)

func (*NullableVersionedFlow) Set ¶

func (v *NullableVersionedFlow) Set(val *VersionedFlow)

func (*NullableVersionedFlow) UnmarshalJSON ¶

func (v *NullableVersionedFlow) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlow) Unset ¶

func (v *NullableVersionedFlow) 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 NullableVersionedFlowSnapshot ¶

type NullableVersionedFlowSnapshot struct {
	// contains filtered or unexported fields
}

func (NullableVersionedFlowSnapshot) Get ¶

func (NullableVersionedFlowSnapshot) IsSet ¶

func (NullableVersionedFlowSnapshot) MarshalJSON ¶

func (v NullableVersionedFlowSnapshot) MarshalJSON() ([]byte, error)

func (*NullableVersionedFlowSnapshot) Set ¶

func (*NullableVersionedFlowSnapshot) UnmarshalJSON ¶

func (v *NullableVersionedFlowSnapshot) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlowSnapshot) Unset ¶

func (v *NullableVersionedFlowSnapshot) 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 NullableVersionedFlowSnapshotMetadata ¶

type NullableVersionedFlowSnapshotMetadata struct {
	// contains filtered or unexported fields
}

func (NullableVersionedFlowSnapshotMetadata) Get ¶

func (NullableVersionedFlowSnapshotMetadata) IsSet ¶

func (NullableVersionedFlowSnapshotMetadata) MarshalJSON ¶

func (v NullableVersionedFlowSnapshotMetadata) MarshalJSON() ([]byte, error)

func (*NullableVersionedFlowSnapshotMetadata) Set ¶

func (*NullableVersionedFlowSnapshotMetadata) UnmarshalJSON ¶

func (v *NullableVersionedFlowSnapshotMetadata) UnmarshalJSON(src []byte) error

func (*NullableVersionedFlowSnapshotMetadata) 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 OutputPortsApiApiGetOutputPortRequest ¶

type OutputPortsApiApiGetOutputPortRequest struct {
	ApiService *OutputPortsApiService
	// contains filtered or unexported fields
}

func (OutputPortsApiApiGetOutputPortRequest) Execute ¶

type OutputPortsApiApiRemoveOutputPortRequest ¶

type OutputPortsApiApiRemoveOutputPortRequest struct {
	ApiService *OutputPortsApiService
	// contains filtered or unexported fields
}

func (OutputPortsApiApiRemoveOutputPortRequest) ClientId ¶

func (OutputPortsApiApiRemoveOutputPortRequest) DisconnectedNodeAcknowledged ¶

func (r OutputPortsApiApiRemoveOutputPortRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) OutputPortsApiApiRemoveOutputPortRequest

func (OutputPortsApiApiRemoveOutputPortRequest) Execute ¶

func (OutputPortsApiApiRemoveOutputPortRequest) Version ¶

type OutputPortsApiApiUpdateOutputPortRequest ¶

type OutputPortsApiApiUpdateOutputPortRequest struct {
	ApiService *OutputPortsApiService
	// contains filtered or unexported fields
}

func (OutputPortsApiApiUpdateOutputPortRequest) Body ¶

func (OutputPortsApiApiUpdateOutputPortRequest) Execute ¶

type OutputPortsApiApiUpdateRunStatusRequest ¶

type OutputPortsApiApiUpdateRunStatusRequest struct {
	ApiService *OutputPortsApiService
	// contains filtered or unexported fields
}

func (OutputPortsApiApiUpdateRunStatusRequest) Body ¶

func (OutputPortsApiApiUpdateRunStatusRequest) Execute ¶

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 OutputPortsApiApiGetOutputPortRequest

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 OutputPortsApiApiRemoveOutputPortRequest

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 OutputPortsApiApiUpdateOutputPortRequest

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 OutputPortsApiApiUpdateRunStatusRequest

func (*OutputPortsApiService) UpdateRunStatusExecute ¶

* Execute executes the request * @return ProcessorEntity

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.

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"`
	// 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) 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) 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) HasName ¶

func (o *ParameterContextDTO) HasName() bool

HasName 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) SetName ¶

func (o *ParameterContextDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name 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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

type ParameterContextsApiApiCreateParameterContextRequest ¶

type ParameterContextsApiApiCreateParameterContextRequest struct {
	ApiService *ParameterContextsApiService
	// contains filtered or unexported fields
}

func (ParameterContextsApiApiCreateParameterContextRequest) Execute ¶

type ParameterContextsApiApiDeleteParameterContextRequest ¶

type ParameterContextsApiApiDeleteParameterContextRequest struct {
	ApiService *ParameterContextsApiService
	// contains filtered or unexported fields
}

func (ParameterContextsApiApiDeleteParameterContextRequest) ClientId ¶

func (ParameterContextsApiApiDeleteParameterContextRequest) DisconnectedNodeAcknowledged ¶

func (r ParameterContextsApiApiDeleteParameterContextRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ParameterContextsApiApiDeleteParameterContextRequest

func (ParameterContextsApiApiDeleteParameterContextRequest) Execute ¶

func (ParameterContextsApiApiDeleteParameterContextRequest) Version ¶

type ParameterContextsApiApiDeleteUpdateRequestRequest ¶

type ParameterContextsApiApiDeleteUpdateRequestRequest struct {
	ApiService *ParameterContextsApiService
	// contains filtered or unexported fields
}

func (ParameterContextsApiApiDeleteUpdateRequestRequest) DisconnectedNodeAcknowledged ¶

func (r ParameterContextsApiApiDeleteUpdateRequestRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ParameterContextsApiApiDeleteUpdateRequestRequest

func (ParameterContextsApiApiDeleteUpdateRequestRequest) Execute ¶

type ParameterContextsApiApiDeleteValidationRequestRequest ¶

type ParameterContextsApiApiDeleteValidationRequestRequest struct {
	ApiService *ParameterContextsApiService
	// contains filtered or unexported fields
}

func (ParameterContextsApiApiDeleteValidationRequestRequest) DisconnectedNodeAcknowledged ¶

func (ParameterContextsApiApiDeleteValidationRequestRequest) Execute ¶

type ParameterContextsApiApiGetParameterContextRequest ¶

type ParameterContextsApiApiGetParameterContextRequest struct {
	ApiService *ParameterContextsApiService
	// contains filtered or unexported fields
}

func (ParameterContextsApiApiGetParameterContextRequest) Execute ¶

type ParameterContextsApiApiGetParameterContextUpdateRequest ¶

type ParameterContextsApiApiGetParameterContextUpdateRequest struct {
	ApiService *ParameterContextsApiService
	// contains filtered or unexported fields
}

func (ParameterContextsApiApiGetParameterContextUpdateRequest) Execute ¶

type ParameterContextsApiApiGetValidationRequestRequest ¶

type ParameterContextsApiApiGetValidationRequestRequest struct {
	ApiService *ParameterContextsApiService
	// contains filtered or unexported fields
}

func (ParameterContextsApiApiGetValidationRequestRequest) Execute ¶

type ParameterContextsApiApiSubmitParameterContextUpdateRequest ¶

type ParameterContextsApiApiSubmitParameterContextUpdateRequest struct {
	ApiService *ParameterContextsApiService
	// contains filtered or unexported fields
}

func (ParameterContextsApiApiSubmitParameterContextUpdateRequest) Execute ¶

type ParameterContextsApiApiSubmitValidationRequestRequest ¶

type ParameterContextsApiApiSubmitValidationRequestRequest struct {
	ApiService *ParameterContextsApiService
	// contains filtered or unexported fields
}

func (ParameterContextsApiApiSubmitValidationRequestRequest) Execute ¶

type ParameterContextsApiApiUpdateParameterContextRequest ¶

type ParameterContextsApiApiUpdateParameterContextRequest struct {
	ApiService *ParameterContextsApiService
	// contains filtered or unexported fields
}

func (ParameterContextsApiApiUpdateParameterContextRequest) 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 ParameterContextsApiApiCreateParameterContextRequest

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 ParameterContextsApiApiDeleteParameterContextRequest

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 ParameterContextsApiApiDeleteUpdateRequestRequest

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 ParameterContextsApiApiDeleteValidationRequestRequest

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 ParameterContextsApiApiGetParameterContextRequest

func (*ParameterContextsApiService) GetParameterContextExecute ¶

* Execute executes the request * @return ParameterContextEntity

func (*ParameterContextsApiService) GetParameterContextUpdate ¶

* 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 ParameterContextsApiApiGetParameterContextUpdateRequest

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 ParameterContextsApiApiGetValidationRequestRequest

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 acttion 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 ParameterContextsApiApiSubmitParameterContextUpdateRequest

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 ParameterContextsApiApiSubmitValidationRequestRequest

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 ParameterContextsApiApiUpdateParameterContextRequest

func (*ParameterContextsApiService) UpdateParameterContextExecute ¶

* Execute executes the request * @return ParameterContextEntity

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.

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"`
	// The set of all components in the flow that are referencing this Parameter
	ReferencingComponents *[]AffectedComponentEntity `json:"referencingComponents,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) 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) 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) HasName ¶

func (o *ParameterDTO) HasName() bool

HasName 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) SetName ¶

func (o *ParameterDTO) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name 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.

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.

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.

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.

type Permissions ¶

type Permissions 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"`
	// Indicates whether the user can delete a given resource.
	CanDelete *bool `json:"canDelete,omitempty"`
}

Permissions struct for Permissions

func NewPermissions ¶

func NewPermissions() *Permissions

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

func NewPermissionsWithDefaults ¶

func NewPermissionsWithDefaults() *Permissions

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

func (*Permissions) GetCanDelete ¶

func (o *Permissions) GetCanDelete() bool

GetCanDelete returns the CanDelete field value if set, zero value otherwise.

func (*Permissions) GetCanDeleteOk ¶

func (o *Permissions) 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 (*Permissions) GetCanRead ¶

func (o *Permissions) GetCanRead() bool

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

func (*Permissions) GetCanReadOk ¶

func (o *Permissions) 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 (*Permissions) GetCanWrite ¶

func (o *Permissions) GetCanWrite() bool

GetCanWrite returns the CanWrite field value if set, zero value otherwise.

func (*Permissions) GetCanWriteOk ¶

func (o *Permissions) 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 (*Permissions) HasCanDelete ¶

func (o *Permissions) HasCanDelete() bool

HasCanDelete returns a boolean if a field has been set.

func (*Permissions) HasCanRead ¶

func (o *Permissions) HasCanRead() bool

HasCanRead returns a boolean if a field has been set.

func (*Permissions) HasCanWrite ¶

func (o *Permissions) HasCanWrite() bool

HasCanWrite returns a boolean if a field has been set.

func (Permissions) MarshalJSON ¶

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

func (*Permissions) SetCanDelete ¶

func (o *Permissions) SetCanDelete(v bool)

SetCanDelete gets a reference to the given bool and assigns it to the CanDelete field.

func (*Permissions) SetCanRead ¶

func (o *Permissions) SetCanRead(v bool)

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

func (*Permissions) SetCanWrite ¶

func (o *Permissions) SetCanWrite(v bool)

SetCanWrite gets a reference to the given bool and assigns it to the CanWrite field.

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.

type PoliciesApiApiCreateAccessPolicyRequest ¶

type PoliciesApiApiCreateAccessPolicyRequest struct {
	ApiService *PoliciesApiService
	// contains filtered or unexported fields
}

func (PoliciesApiApiCreateAccessPolicyRequest) Body ¶

func (PoliciesApiApiCreateAccessPolicyRequest) Execute ¶

type PoliciesApiApiGetAccessPolicyForResourceRequest ¶

type PoliciesApiApiGetAccessPolicyForResourceRequest struct {
	ApiService *PoliciesApiService
	// contains filtered or unexported fields
}

func (PoliciesApiApiGetAccessPolicyForResourceRequest) Execute ¶

type PoliciesApiApiGetAccessPolicyRequest ¶

type PoliciesApiApiGetAccessPolicyRequest struct {
	ApiService *PoliciesApiService
	// contains filtered or unexported fields
}

func (PoliciesApiApiGetAccessPolicyRequest) Execute ¶

type PoliciesApiApiRemoveAccessPolicyRequest ¶

type PoliciesApiApiRemoveAccessPolicyRequest struct {
	ApiService *PoliciesApiService
	// contains filtered or unexported fields
}

func (PoliciesApiApiRemoveAccessPolicyRequest) ClientId ¶

func (PoliciesApiApiRemoveAccessPolicyRequest) DisconnectedNodeAcknowledged ¶

func (r PoliciesApiApiRemoveAccessPolicyRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) PoliciesApiApiRemoveAccessPolicyRequest

func (PoliciesApiApiRemoveAccessPolicyRequest) Execute ¶

func (PoliciesApiApiRemoveAccessPolicyRequest) Version ¶

type PoliciesApiApiUpdateAccessPolicyRequest ¶

type PoliciesApiApiUpdateAccessPolicyRequest struct {
	ApiService *PoliciesApiService
	// contains filtered or unexported fields
}

func (PoliciesApiApiUpdateAccessPolicyRequest) Body ¶

func (PoliciesApiApiUpdateAccessPolicyRequest) Execute ¶

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 PoliciesApiApiCreateAccessPolicyRequest

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 PoliciesApiApiGetAccessPolicyRequest

func (*PoliciesApiService) GetAccessPolicyExecute ¶

* Execute executes the request * @return AccessPolicyEntity

func (*PoliciesApiService) GetAccessPolicyForResource ¶

func (a *PoliciesApiService) GetAccessPolicyForResource(ctx _context.Context, action string, resource string) PoliciesApiApiGetAccessPolicyForResourceRequest

* 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 PoliciesApiApiGetAccessPolicyForResourceRequest

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 PoliciesApiApiRemoveAccessPolicyRequest

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 PoliciesApiApiUpdateAccessPolicyRequest

func (*PoliciesApiService) UpdateAccessPolicyExecute ¶

* Execute executes the request * @return AccessPolicyEntity

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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 Oubound Policy that is used for determining how FlowFiles should be transferred out of the Process Group.
	FlowfileOutboundPolicy *string `json:"flowfileOutboundPolicy,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) 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) 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) 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.

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        *VersionedFlowSnapshot `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() VersionedFlowSnapshot

GetVersionedFlowSnapshot returns the VersionedFlowSnapshot field value if set, zero value otherwise.

func (*ProcessGroupEntity) GetVersionedFlowSnapshotOk ¶

func (o *ProcessGroupEntity) GetVersionedFlowSnapshotOk() (*VersionedFlowSnapshot, 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 VersionedFlowSnapshot)

SetVersionedFlowSnapshot gets a reference to the given VersionedFlowSnapshot 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.

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.

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.

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        *VersionedFlowSnapshot `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() VersionedFlowSnapshot

GetVersionedFlowSnapshot returns the VersionedFlowSnapshot field value if set, zero value otherwise.

func (*ProcessGroupImportEntity) GetVersionedFlowSnapshotOk ¶

func (o *ProcessGroupImportEntity) GetVersionedFlowSnapshotOk() (*VersionedFlowSnapshot, 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 VersionedFlowSnapshot)

SetVersionedFlowSnapshot gets a reference to the given VersionedFlowSnapshot and assigns it to the VersionedFlowSnapshot field.

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.

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.

type ProcessGroupReplaceRequestEntity ¶

type ProcessGroupReplaceRequestEntity struct {
	ProcessGroupRevision  *RevisionDTO                   `json:"processGroupRevision,omitempty"`
	Request               *ProcessGroupReplaceRequestDTO `json:"request,omitempty"`
	VersionedFlowSnapshot *VersionedFlowSnapshot         `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() VersionedFlowSnapshot

GetVersionedFlowSnapshot returns the VersionedFlowSnapshot field value if set, zero value otherwise.

func (*ProcessGroupReplaceRequestEntity) GetVersionedFlowSnapshotOk ¶

func (o *ProcessGroupReplaceRequestEntity) GetVersionedFlowSnapshotOk() (*VersionedFlowSnapshot, 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 VersionedFlowSnapshot)

SetVersionedFlowSnapshot gets a reference to the given VersionedFlowSnapshot and assigns it to the VersionedFlowSnapshot field.

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.

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.

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"`
}

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) 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) 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) 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.

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.

type ProcessGroupsApiApiCopySnippetRequest ¶

type ProcessGroupsApiApiCopySnippetRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCopySnippetRequest) Body ¶

func (ProcessGroupsApiApiCopySnippetRequest) Execute ¶

type ProcessGroupsApiApiCreateConnectionRequest ¶

type ProcessGroupsApiApiCreateConnectionRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateConnectionRequest) Body ¶

func (ProcessGroupsApiApiCreateConnectionRequest) Execute ¶

type ProcessGroupsApiApiCreateControllerServiceRequest ¶

type ProcessGroupsApiApiCreateControllerServiceRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateControllerServiceRequest) Execute ¶

type ProcessGroupsApiApiCreateEmptyAllConnectionsRequestRequest ¶

type ProcessGroupsApiApiCreateEmptyAllConnectionsRequestRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateEmptyAllConnectionsRequestRequest) Execute ¶

type ProcessGroupsApiApiCreateFunnelRequest ¶

type ProcessGroupsApiApiCreateFunnelRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateFunnelRequest) Body ¶

func (ProcessGroupsApiApiCreateFunnelRequest) Execute ¶

type ProcessGroupsApiApiCreateInputPortRequest ¶

type ProcessGroupsApiApiCreateInputPortRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateInputPortRequest) Body ¶

func (ProcessGroupsApiApiCreateInputPortRequest) Execute ¶

type ProcessGroupsApiApiCreateLabelRequest ¶

type ProcessGroupsApiApiCreateLabelRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateLabelRequest) Body ¶

func (ProcessGroupsApiApiCreateLabelRequest) Execute ¶

type ProcessGroupsApiApiCreateOutputPortRequest ¶

type ProcessGroupsApiApiCreateOutputPortRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateOutputPortRequest) Body ¶

func (ProcessGroupsApiApiCreateOutputPortRequest) Execute ¶

type ProcessGroupsApiApiCreateProcessGroupRequest ¶

type ProcessGroupsApiApiCreateProcessGroupRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateProcessGroupRequest) Body ¶

func (ProcessGroupsApiApiCreateProcessGroupRequest) Execute ¶

type ProcessGroupsApiApiCreateProcessorRequest ¶

type ProcessGroupsApiApiCreateProcessorRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateProcessorRequest) Body ¶

func (ProcessGroupsApiApiCreateProcessorRequest) Execute ¶

type ProcessGroupsApiApiCreateRemoteProcessGroupRequest ¶

type ProcessGroupsApiApiCreateRemoteProcessGroupRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateRemoteProcessGroupRequest) Execute ¶

type ProcessGroupsApiApiCreateTemplateRequest ¶

type ProcessGroupsApiApiCreateTemplateRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiCreateTemplateRequest) Execute ¶

type ProcessGroupsApiApiDeleteReplaceProcessGroupRequestRequest ¶

type ProcessGroupsApiApiDeleteReplaceProcessGroupRequestRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiDeleteReplaceProcessGroupRequestRequest) DisconnectedNodeAcknowledged ¶

func (ProcessGroupsApiApiDeleteReplaceProcessGroupRequestRequest) Execute ¶

type ProcessGroupsApiApiDeleteVariableRegistryUpdateRequestRequest ¶

type ProcessGroupsApiApiDeleteVariableRegistryUpdateRequestRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiDeleteVariableRegistryUpdateRequestRequest) DisconnectedNodeAcknowledged ¶

func (ProcessGroupsApiApiDeleteVariableRegistryUpdateRequestRequest) Execute ¶

type ProcessGroupsApiApiExportProcessGroupRequest ¶

type ProcessGroupsApiApiExportProcessGroupRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiExportProcessGroupRequest) Execute ¶

type ProcessGroupsApiApiGetConnectionsRequest ¶

type ProcessGroupsApiApiGetConnectionsRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetConnectionsRequest) Execute ¶

type ProcessGroupsApiApiGetDropAllFlowfilesRequestRequest ¶

type ProcessGroupsApiApiGetDropAllFlowfilesRequestRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetDropAllFlowfilesRequestRequest) Execute ¶

type ProcessGroupsApiApiGetFunnelsRequest ¶

type ProcessGroupsApiApiGetFunnelsRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetFunnelsRequest) Execute ¶

type ProcessGroupsApiApiGetInputPortsRequest ¶

type ProcessGroupsApiApiGetInputPortsRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetInputPortsRequest) Execute ¶

type ProcessGroupsApiApiGetLabelsRequest ¶

type ProcessGroupsApiApiGetLabelsRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetLabelsRequest) Execute ¶

type ProcessGroupsApiApiGetLocalModificationsRequest ¶

type ProcessGroupsApiApiGetLocalModificationsRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetLocalModificationsRequest) Execute ¶

type ProcessGroupsApiApiGetOutputPortsRequest ¶

type ProcessGroupsApiApiGetOutputPortsRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetOutputPortsRequest) Execute ¶

type ProcessGroupsApiApiGetProcessGroupRequest ¶

type ProcessGroupsApiApiGetProcessGroupRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetProcessGroupRequest) Execute ¶

type ProcessGroupsApiApiGetProcessGroupsRequest ¶

type ProcessGroupsApiApiGetProcessGroupsRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetProcessGroupsRequest) Execute ¶

type ProcessGroupsApiApiGetProcessorsRequest ¶

type ProcessGroupsApiApiGetProcessorsRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetProcessorsRequest) Execute ¶

func (ProcessGroupsApiApiGetProcessorsRequest) IncludeDescendantGroups ¶

func (r ProcessGroupsApiApiGetProcessorsRequest) IncludeDescendantGroups(includeDescendantGroups bool) ProcessGroupsApiApiGetProcessorsRequest

type ProcessGroupsApiApiGetRemoteProcessGroupsRequest ¶

type ProcessGroupsApiApiGetRemoteProcessGroupsRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetRemoteProcessGroupsRequest) Execute ¶

type ProcessGroupsApiApiGetReplaceProcessGroupRequestRequest ¶

type ProcessGroupsApiApiGetReplaceProcessGroupRequestRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetReplaceProcessGroupRequestRequest) Execute ¶

type ProcessGroupsApiApiGetVariableRegistryRequest ¶

type ProcessGroupsApiApiGetVariableRegistryRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetVariableRegistryRequest) Execute ¶

func (ProcessGroupsApiApiGetVariableRegistryRequest) IncludeAncestorGroups ¶

type ProcessGroupsApiApiGetVariableRegistryUpdateRequestRequest ¶

type ProcessGroupsApiApiGetVariableRegistryUpdateRequestRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiGetVariableRegistryUpdateRequestRequest) Execute ¶

type ProcessGroupsApiApiImportTemplateRequest ¶

type ProcessGroupsApiApiImportTemplateRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiImportTemplateRequest) Execute ¶

type ProcessGroupsApiApiInitiateReplaceProcessGroupRequest ¶

type ProcessGroupsApiApiInitiateReplaceProcessGroupRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiInitiateReplaceProcessGroupRequest) Execute ¶

type ProcessGroupsApiApiInstantiateTemplateRequest ¶

type ProcessGroupsApiApiInstantiateTemplateRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiInstantiateTemplateRequest) Execute ¶

type ProcessGroupsApiApiRemoveDropRequestRequest ¶

type ProcessGroupsApiApiRemoveDropRequestRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiRemoveDropRequestRequest) Execute ¶

type ProcessGroupsApiApiRemoveProcessGroupRequest ¶

type ProcessGroupsApiApiRemoveProcessGroupRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiRemoveProcessGroupRequest) ClientId ¶

func (ProcessGroupsApiApiRemoveProcessGroupRequest) DisconnectedNodeAcknowledged ¶

func (r ProcessGroupsApiApiRemoveProcessGroupRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ProcessGroupsApiApiRemoveProcessGroupRequest

func (ProcessGroupsApiApiRemoveProcessGroupRequest) Execute ¶

func (ProcessGroupsApiApiRemoveProcessGroupRequest) Version ¶

type ProcessGroupsApiApiReplaceProcessGroupRequest ¶

type ProcessGroupsApiApiReplaceProcessGroupRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiReplaceProcessGroupRequest) Execute ¶

type ProcessGroupsApiApiSubmitUpdateVariableRegistryRequestRequest ¶

type ProcessGroupsApiApiSubmitUpdateVariableRegistryRequestRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiSubmitUpdateVariableRegistryRequestRequest) Execute ¶

type ProcessGroupsApiApiUpdateProcessGroupRequest ¶

type ProcessGroupsApiApiUpdateProcessGroupRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiUpdateProcessGroupRequest) Body ¶

func (ProcessGroupsApiApiUpdateProcessGroupRequest) Execute ¶

type ProcessGroupsApiApiUpdateVariableRegistryRequest ¶

type ProcessGroupsApiApiUpdateVariableRegistryRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiUpdateVariableRegistryRequest) Execute ¶

type ProcessGroupsApiApiUploadTemplateRequest ¶

type ProcessGroupsApiApiUploadTemplateRequest struct {
	ApiService *ProcessGroupsApiService
	// contains filtered or unexported fields
}

func (ProcessGroupsApiApiUploadTemplateRequest) Execute ¶

func (ProcessGroupsApiApiUploadTemplateRequest) Template ¶

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 ProcessGroupsApiApiCopySnippetRequest

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 ProcessGroupsApiApiCreateConnectionRequest

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 ProcessGroupsApiApiCreateControllerServiceRequest

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 ProcessGroupsApiApiCreateEmptyAllConnectionsRequestRequest

func (*ProcessGroupsApiService) CreateEmptyAllConnectionsRequestExecute ¶

* Execute executes the request * @return ProcessGroupEntity

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 ProcessGroupsApiApiCreateFunnelRequest

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 ProcessGroupsApiApiCreateInputPortRequest

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 ProcessGroupsApiApiCreateLabelRequest

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 ProcessGroupsApiApiCreateOutputPortRequest

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 ProcessGroupsApiApiCreateProcessGroupRequest

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 ProcessGroupsApiApiCreateProcessorRequest

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 ProcessGroupsApiApiCreateRemoteProcessGroupRequest

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 ProcessGroupsApiApiCreateTemplateRequest

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 ProcessGroupsApiApiDeleteReplaceProcessGroupRequestRequest

func (*ProcessGroupsApiService) DeleteReplaceProcessGroupRequestExecute ¶

* Execute executes the request * @return ProcessGroupReplaceRequestEntity

func (*ProcessGroupsApiService) DeleteVariableRegistryUpdateRequest ¶

func (a *ProcessGroupsApiService) DeleteVariableRegistryUpdateRequest(ctx _context.Context, groupId string, updateId string) ProcessGroupsApiApiDeleteVariableRegistryUpdateRequestRequest

* 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 ProcessGroupsApiApiDeleteVariableRegistryUpdateRequestRequest

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 ProcessGroupsApiApiExportProcessGroupRequest

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 ProcessGroupsApiApiGetConnectionsRequest

func (*ProcessGroupsApiService) GetConnectionsExecute ¶

* Execute executes the request * @return ConnectionsEntity

func (*ProcessGroupsApiService) GetDropAllFlowfilesRequest ¶

func (a *ProcessGroupsApiService) GetDropAllFlowfilesRequest(ctx _context.Context, id string, dropRequestId string) ProcessGroupsApiApiGetDropAllFlowfilesRequestRequest

* 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 ProcessGroupsApiApiGetDropAllFlowfilesRequestRequest

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 ProcessGroupsApiApiGetFunnelsRequest

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 ProcessGroupsApiApiGetInputPortsRequest

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 ProcessGroupsApiApiGetLabelsRequest

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 ProcessGroupsApiApiGetLocalModificationsRequest

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 ProcessGroupsApiApiGetOutputPortsRequest

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 ProcessGroupsApiApiGetProcessGroupRequest

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 ProcessGroupsApiApiGetProcessGroupsRequest

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 ProcessGroupsApiApiGetProcessorsRequest

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 ProcessGroupsApiApiGetRemoteProcessGroupsRequest

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 ProcessGroupsApiApiGetReplaceProcessGroupRequestRequest

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 ProcessGroupsApiApiGetVariableRegistryRequest

func (*ProcessGroupsApiService) GetVariableRegistryExecute ¶

* Execute executes the request * @return VariableRegistryEntity

func (*ProcessGroupsApiService) GetVariableRegistryUpdateRequest ¶

func (a *ProcessGroupsApiService) GetVariableRegistryUpdateRequest(ctx _context.Context, groupId string, updateId string) ProcessGroupsApiApiGetVariableRegistryUpdateRequestRequest

* 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 ProcessGroupsApiApiGetVariableRegistryUpdateRequestRequest

func (*ProcessGroupsApiService) GetVariableRegistryUpdateRequestExecute ¶

* Execute executes the request * @return VariableRegistryUpdateRequestEntity

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 ProcessGroupsApiApiImportTemplateRequest

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 ProcessGroupsApiApiInitiateReplaceProcessGroupRequest

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 ProcessGroupsApiApiInstantiateTemplateRequest

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 ProcessGroupsApiApiRemoveDropRequestRequest

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 ProcessGroupsApiApiRemoveProcessGroupRequest

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 ProcessGroupsApiApiReplaceProcessGroupRequest

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 ProcessGroupsApiApiSubmitUpdateVariableRegistryRequestRequest

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 ProcessGroupsApiApiUpdateProcessGroupRequest

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 ProcessGroupsApiApiUpdateVariableRegistryRequest

func (*ProcessGroupsApiService) UpdateVariableRegistryExecute ¶

* Execute executes the request * @return VariableRegistryEntity

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 ProcessGroupsApiApiUploadTemplateRequest

func (*ProcessGroupsApiService) UploadTemplateExecute ¶

* Execute executes the request * @return TemplateEntity

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.

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"`
	// 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"`
}

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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) SetYieldDuration ¶

func (o *ProcessorConfigDTO) SetYieldDuration(v string)

SetYieldDuration gets a reference to the given string and assigns it to the YieldDuration field.

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 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) 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) 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) 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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

type ProcessorsApiApiClearStateRequest ¶

type ProcessorsApiApiClearStateRequest struct {
	ApiService *ProcessorsApiService
	// contains filtered or unexported fields
}

func (ProcessorsApiApiClearStateRequest) Execute ¶

type ProcessorsApiApiDeleteProcessorRequest ¶

type ProcessorsApiApiDeleteProcessorRequest struct {
	ApiService *ProcessorsApiService
	// contains filtered or unexported fields
}

func (ProcessorsApiApiDeleteProcessorRequest) ClientId ¶

func (ProcessorsApiApiDeleteProcessorRequest) DisconnectedNodeAcknowledged ¶

func (r ProcessorsApiApiDeleteProcessorRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ProcessorsApiApiDeleteProcessorRequest

func (ProcessorsApiApiDeleteProcessorRequest) Execute ¶

func (ProcessorsApiApiDeleteProcessorRequest) Version ¶

type ProcessorsApiApiGetProcessorDiagnosticsRequest ¶

type ProcessorsApiApiGetProcessorDiagnosticsRequest struct {
	ApiService *ProcessorsApiService
	// contains filtered or unexported fields
}

func (ProcessorsApiApiGetProcessorDiagnosticsRequest) Execute ¶

type ProcessorsApiApiGetProcessorRequest ¶

type ProcessorsApiApiGetProcessorRequest struct {
	ApiService *ProcessorsApiService
	// contains filtered or unexported fields
}

func (ProcessorsApiApiGetProcessorRequest) Execute ¶

type ProcessorsApiApiGetProcessorRunStatusDetailsRequest ¶

type ProcessorsApiApiGetProcessorRunStatusDetailsRequest struct {
	ApiService *ProcessorsApiService
	// contains filtered or unexported fields
}

func (ProcessorsApiApiGetProcessorRunStatusDetailsRequest) Execute ¶

type ProcessorsApiApiGetPropertyDescriptorRequest ¶

type ProcessorsApiApiGetPropertyDescriptorRequest struct {
	ApiService *ProcessorsApiService
	// contains filtered or unexported fields
}

func (ProcessorsApiApiGetPropertyDescriptorRequest) ClientId ¶

func (ProcessorsApiApiGetPropertyDescriptorRequest) Execute ¶

func (ProcessorsApiApiGetPropertyDescriptorRequest) PropertyName ¶

type ProcessorsApiApiGetStateRequest ¶

type ProcessorsApiApiGetStateRequest struct {
	ApiService *ProcessorsApiService
	// contains filtered or unexported fields
}

func (ProcessorsApiApiGetStateRequest) Execute ¶

type ProcessorsApiApiTerminateProcessorRequest ¶

type ProcessorsApiApiTerminateProcessorRequest struct {
	ApiService *ProcessorsApiService
	// contains filtered or unexported fields
}

func (ProcessorsApiApiTerminateProcessorRequest) Execute ¶

type ProcessorsApiApiUpdateProcessorRequest ¶

type ProcessorsApiApiUpdateProcessorRequest struct {
	ApiService *ProcessorsApiService
	// contains filtered or unexported fields
}

func (ProcessorsApiApiUpdateProcessorRequest) Body ¶

func (ProcessorsApiApiUpdateProcessorRequest) Execute ¶

type ProcessorsApiApiUpdateRunStatusRequest ¶

type ProcessorsApiApiUpdateRunStatusRequest struct {
	ApiService *ProcessorsApiService
	// contains filtered or unexported fields
}

func (ProcessorsApiApiUpdateRunStatusRequest) Body ¶

func (ProcessorsApiApiUpdateRunStatusRequest) Execute ¶

type ProcessorsApiService ¶

type ProcessorsApiService service

ProcessorsApiService ProcessorsApi service

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 ProcessorsApiApiClearStateRequest

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 ProcessorsApiApiDeleteProcessorRequest

func (*ProcessorsApiService) DeleteProcessorExecute ¶

* Execute executes the request * @return ProcessorEntity

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 ProcessorsApiApiGetProcessorRequest

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 ProcessorsApiApiGetProcessorDiagnosticsRequest

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 ProcessorsApiApiGetProcessorRunStatusDetailsRequest

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 ProcessorsApiApiGetPropertyDescriptorRequest

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 ProcessorsApiApiGetStateRequest

func (*ProcessorsApiService) GetStateExecute ¶

* Execute executes the request * @return ComponentStateEntity

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 ProcessorsApiApiTerminateProcessorRequest

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 ProcessorsApiApiUpdateProcessorRequest

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 ProcessorsApiApiUpdateRunStatusRequest

func (*ProcessorsApiService) UpdateRunStatusExecute ¶

* Execute executes the request * @return ProcessorEntity

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.

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.

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.

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.

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.

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.

type ProvenanceApiApiDeleteLineageRequest ¶

type ProvenanceApiApiDeleteLineageRequest struct {
	ApiService *ProvenanceApiService
	// contains filtered or unexported fields
}

func (ProvenanceApiApiDeleteLineageRequest) ClusterNodeId ¶

func (ProvenanceApiApiDeleteLineageRequest) Execute ¶

type ProvenanceApiApiDeleteProvenanceRequest ¶

type ProvenanceApiApiDeleteProvenanceRequest struct {
	ApiService *ProvenanceApiService
	// contains filtered or unexported fields
}

func (ProvenanceApiApiDeleteProvenanceRequest) ClusterNodeId ¶

func (ProvenanceApiApiDeleteProvenanceRequest) Execute ¶

type ProvenanceApiApiGetLineageRequest ¶

type ProvenanceApiApiGetLineageRequest struct {
	ApiService *ProvenanceApiService
	// contains filtered or unexported fields
}

func (ProvenanceApiApiGetLineageRequest) ClusterNodeId ¶

func (ProvenanceApiApiGetLineageRequest) Execute ¶

type ProvenanceApiApiGetProvenanceRequest ¶

type ProvenanceApiApiGetProvenanceRequest struct {
	ApiService *ProvenanceApiService
	// contains filtered or unexported fields
}

func (ProvenanceApiApiGetProvenanceRequest) ClusterNodeId ¶

func (ProvenanceApiApiGetProvenanceRequest) Execute ¶

func (ProvenanceApiApiGetProvenanceRequest) IncrementalResults ¶

func (r ProvenanceApiApiGetProvenanceRequest) IncrementalResults(incrementalResults bool) ProvenanceApiApiGetProvenanceRequest

func (ProvenanceApiApiGetProvenanceRequest) Summarize ¶

type ProvenanceApiApiGetSearchOptionsRequest ¶

type ProvenanceApiApiGetSearchOptionsRequest struct {
	ApiService *ProvenanceApiService
	// contains filtered or unexported fields
}

func (ProvenanceApiApiGetSearchOptionsRequest) Execute ¶

type ProvenanceApiApiSubmitLineageRequestRequest ¶

type ProvenanceApiApiSubmitLineageRequestRequest struct {
	ApiService *ProvenanceApiService
	// contains filtered or unexported fields
}

func (ProvenanceApiApiSubmitLineageRequestRequest) Body ¶

func (ProvenanceApiApiSubmitLineageRequestRequest) Execute ¶

type ProvenanceApiApiSubmitProvenanceRequestRequest ¶

type ProvenanceApiApiSubmitProvenanceRequestRequest struct {
	ApiService *ProvenanceApiService
	// contains filtered or unexported fields
}

func (ProvenanceApiApiSubmitProvenanceRequestRequest) Body ¶

func (ProvenanceApiApiSubmitProvenanceRequestRequest) 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 ProvenanceApiApiDeleteLineageRequest

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 ProvenanceApiApiDeleteProvenanceRequest

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 ProvenanceApiApiGetLineageRequest

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 ProvenanceApiApiGetProvenanceRequest

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 ProvenanceApiApiGetSearchOptionsRequest

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 ProvenanceApiApiSubmitLineageRequestRequest

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 ProvenanceApiApiSubmitProvenanceRequestRequest

func (*ProvenanceApiService) SubmitProvenanceRequestExecute ¶

* Execute executes the request * @return ProvenanceEntity

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.

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.

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.

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.

type ProvenanceEventsApiApiGetInputContentRequest ¶

type ProvenanceEventsApiApiGetInputContentRequest struct {
	ApiService *ProvenanceEventsApiService
	// contains filtered or unexported fields
}

func (ProvenanceEventsApiApiGetInputContentRequest) ClusterNodeId ¶

func (ProvenanceEventsApiApiGetInputContentRequest) Execute ¶

type ProvenanceEventsApiApiGetOutputContentRequest ¶

type ProvenanceEventsApiApiGetOutputContentRequest struct {
	ApiService *ProvenanceEventsApiService
	// contains filtered or unexported fields
}

func (ProvenanceEventsApiApiGetOutputContentRequest) ClusterNodeId ¶

func (ProvenanceEventsApiApiGetOutputContentRequest) Execute ¶

type ProvenanceEventsApiApiGetProvenanceEventRequest ¶

type ProvenanceEventsApiApiGetProvenanceEventRequest struct {
	ApiService *ProvenanceEventsApiService
	// contains filtered or unexported fields
}

func (ProvenanceEventsApiApiGetProvenanceEventRequest) ClusterNodeId ¶

func (ProvenanceEventsApiApiGetProvenanceEventRequest) Execute ¶

type ProvenanceEventsApiApiSubmitReplayRequest ¶

type ProvenanceEventsApiApiSubmitReplayRequest struct {
	ApiService *ProvenanceEventsApiService
	// contains filtered or unexported fields
}

func (ProvenanceEventsApiApiSubmitReplayRequest) 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 ProvenanceEventsApiApiGetInputContentRequest

func (*ProvenanceEventsApiService) GetInputContentExecute ¶

* 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 ProvenanceEventsApiApiGetOutputContentRequest

func (*ProvenanceEventsApiService) GetOutputContentExecute ¶

* 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 ProvenanceEventsApiApiGetProvenanceEventRequest

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 ProvenanceEventsApiApiSubmitReplayRequest

func (*ProvenanceEventsApiService) SubmitReplayExecute ¶

* Execute executes the request * @return ProvenanceEventEntity

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.

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.

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.

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.

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.

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.

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.

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.

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.

type RegistryClientEntity ¶

type RegistryClientEntity 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                    *RegistryDTO `json:"component,omitempty"`
}

RegistryClientEntity struct for RegistryClientEntity

func NewRegistryClientEntity ¶

func NewRegistryClientEntity() *RegistryClientEntity

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

func NewRegistryClientEntityWithDefaults ¶

func NewRegistryClientEntityWithDefaults() *RegistryClientEntity

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

func (*RegistryClientEntity) GetBulletins ¶

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

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

func (*RegistryClientEntity) GetBulletinsOk ¶

func (o *RegistryClientEntity) 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 (*RegistryClientEntity) GetComponent ¶

func (o *RegistryClientEntity) GetComponent() RegistryDTO

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

func (*RegistryClientEntity) GetComponentOk ¶

func (o *RegistryClientEntity) GetComponentOk() (*RegistryDTO, 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 (*RegistryClientEntity) GetDisconnectedNodeAcknowledged ¶

func (o *RegistryClientEntity) GetDisconnectedNodeAcknowledged() bool

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

func (*RegistryClientEntity) GetDisconnectedNodeAcknowledgedOk ¶

func (o *RegistryClientEntity) 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 (*RegistryClientEntity) GetId ¶

func (o *RegistryClientEntity) GetId() string

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

func (*RegistryClientEntity) GetIdOk ¶

func (o *RegistryClientEntity) 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 (*RegistryClientEntity) GetPermissions ¶

func (o *RegistryClientEntity) GetPermissions() PermissionsDTO

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

func (*RegistryClientEntity) GetPermissionsOk ¶

func (o *RegistryClientEntity) 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 (*RegistryClientEntity) GetPosition ¶

func (o *RegistryClientEntity) GetPosition() PositionDTO

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

func (*RegistryClientEntity) GetPositionOk ¶

func (o *RegistryClientEntity) 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 (*RegistryClientEntity) GetRevision ¶

func (o *RegistryClientEntity) GetRevision() RevisionDTO

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

func (*RegistryClientEntity) GetRevisionOk ¶

func (o *RegistryClientEntity) 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 (*RegistryClientEntity) GetUri ¶

func (o *RegistryClientEntity) GetUri() string

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

func (*RegistryClientEntity) GetUriOk ¶

func (o *RegistryClientEntity) 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 (*RegistryClientEntity) HasBulletins ¶

func (o *RegistryClientEntity) HasBulletins() bool

HasBulletins returns a boolean if a field has been set.

func (*RegistryClientEntity) HasComponent ¶

func (o *RegistryClientEntity) HasComponent() bool

HasComponent returns a boolean if a field has been set.

func (*RegistryClientEntity) HasDisconnectedNodeAcknowledged ¶

func (o *RegistryClientEntity) HasDisconnectedNodeAcknowledged() bool

HasDisconnectedNodeAcknowledged returns a boolean if a field has been set.

func (*RegistryClientEntity) HasId ¶

func (o *RegistryClientEntity) HasId() bool

HasId returns a boolean if a field has been set.

func (*RegistryClientEntity) HasPermissions ¶

func (o *RegistryClientEntity) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*RegistryClientEntity) HasPosition ¶

func (o *RegistryClientEntity) HasPosition() bool

HasPosition returns a boolean if a field has been set.

func (*RegistryClientEntity) HasRevision ¶

func (o *RegistryClientEntity) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*RegistryClientEntity) HasUri ¶

func (o *RegistryClientEntity) HasUri() bool

HasUri returns a boolean if a field has been set.

func (RegistryClientEntity) MarshalJSON ¶

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

func (*RegistryClientEntity) SetBulletins ¶

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

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

func (*RegistryClientEntity) SetComponent ¶

func (o *RegistryClientEntity) SetComponent(v RegistryDTO)

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

func (*RegistryClientEntity) SetDisconnectedNodeAcknowledged ¶

func (o *RegistryClientEntity) SetDisconnectedNodeAcknowledged(v bool)

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

func (*RegistryClientEntity) SetId ¶

func (o *RegistryClientEntity) SetId(v string)

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

func (*RegistryClientEntity) SetPermissions ¶

func (o *RegistryClientEntity) SetPermissions(v PermissionsDTO)

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

func (*RegistryClientEntity) SetPosition ¶

func (o *RegistryClientEntity) SetPosition(v PositionDTO)

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

func (*RegistryClientEntity) SetRevision ¶

func (o *RegistryClientEntity) SetRevision(v RevisionDTO)

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

func (*RegistryClientEntity) SetUri ¶

func (o *RegistryClientEntity) SetUri(v string)

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

type RegistryClientsEntity ¶

type RegistryClientsEntity struct {
	Registries *[]RegistryClientEntity `json:"registries,omitempty"`
}

RegistryClientsEntity struct for RegistryClientsEntity

func NewRegistryClientsEntity ¶

func NewRegistryClientsEntity() *RegistryClientsEntity

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

func NewRegistryClientsEntityWithDefaults ¶

func NewRegistryClientsEntityWithDefaults() *RegistryClientsEntity

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

func (*RegistryClientsEntity) GetRegistries ¶

func (o *RegistryClientsEntity) GetRegistries() []RegistryClientEntity

GetRegistries returns the Registries field value if set, zero value otherwise.

func (*RegistryClientsEntity) GetRegistriesOk ¶

func (o *RegistryClientsEntity) GetRegistriesOk() (*[]RegistryClientEntity, 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 (*RegistryClientsEntity) HasRegistries ¶

func (o *RegistryClientsEntity) HasRegistries() bool

HasRegistries returns a boolean if a field has been set.

func (RegistryClientsEntity) MarshalJSON ¶

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

func (*RegistryClientsEntity) SetRegistries ¶

func (o *RegistryClientsEntity) SetRegistries(v []RegistryClientEntity)

SetRegistries gets a reference to the given []RegistryClientEntity and assigns it to the Registries field.

type RegistryDTO ¶

type RegistryDTO 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"`
	// The registry URI
	Uri *string `json:"uri,omitempty"`
}

RegistryDTO struct for RegistryDTO

func NewRegistryDTO ¶

func NewRegistryDTO() *RegistryDTO

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

func NewRegistryDTOWithDefaults ¶

func NewRegistryDTOWithDefaults() *RegistryDTO

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

func (*RegistryDTO) GetDescription ¶

func (o *RegistryDTO) GetDescription() string

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

func (*RegistryDTO) GetDescriptionOk ¶

func (o *RegistryDTO) 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 (*RegistryDTO) GetId ¶

func (o *RegistryDTO) GetId() string

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

func (*RegistryDTO) GetIdOk ¶

func (o *RegistryDTO) 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 (*RegistryDTO) GetName ¶

func (o *RegistryDTO) GetName() string

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

func (*RegistryDTO) GetNameOk ¶

func (o *RegistryDTO) 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 (*RegistryDTO) GetUri ¶

func (o *RegistryDTO) GetUri() string

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

func (*RegistryDTO) GetUriOk ¶

func (o *RegistryDTO) 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 (*RegistryDTO) HasDescription ¶

func (o *RegistryDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*RegistryDTO) HasId ¶

func (o *RegistryDTO) HasId() bool

HasId returns a boolean if a field has been set.

func (*RegistryDTO) HasName ¶

func (o *RegistryDTO) HasName() bool

HasName returns a boolean if a field has been set.

func (*RegistryDTO) HasUri ¶

func (o *RegistryDTO) HasUri() bool

HasUri returns a boolean if a field has been set.

func (RegistryDTO) MarshalJSON ¶

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

func (*RegistryDTO) SetDescription ¶

func (o *RegistryDTO) SetDescription(v string)

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

func (*RegistryDTO) SetId ¶

func (o *RegistryDTO) SetId(v string)

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

func (*RegistryDTO) SetName ¶

func (o *RegistryDTO) SetName(v string)

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

func (*RegistryDTO) SetUri ¶

func (o *RegistryDTO) SetUri(v string)

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

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"`
}

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) 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) 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.

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.

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 ¶

func (o *RemoteProcessGroupContentsDTO) GetOutputPortsOk() (*[]RemoteProcessGroupPortDTO, 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 (*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.

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.

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.

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.

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.

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.

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.

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.

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.

type RemoteProcessGroupsApiApiGetRemoteProcessGroupRequest ¶

type RemoteProcessGroupsApiApiGetRemoteProcessGroupRequest struct {
	ApiService *RemoteProcessGroupsApiService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsApiApiGetRemoteProcessGroupRequest) Execute ¶

type RemoteProcessGroupsApiApiGetStateRequest ¶

type RemoteProcessGroupsApiApiGetStateRequest struct {
	ApiService *RemoteProcessGroupsApiService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsApiApiGetStateRequest) Execute ¶

type RemoteProcessGroupsApiApiRemoveRemoteProcessGroupRequest ¶

type RemoteProcessGroupsApiApiRemoveRemoteProcessGroupRequest struct {
	ApiService *RemoteProcessGroupsApiService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsApiApiRemoveRemoteProcessGroupRequest) ClientId ¶

func (RemoteProcessGroupsApiApiRemoveRemoteProcessGroupRequest) DisconnectedNodeAcknowledged ¶

func (RemoteProcessGroupsApiApiRemoveRemoteProcessGroupRequest) Execute ¶

func (RemoteProcessGroupsApiApiRemoveRemoteProcessGroupRequest) Version ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupInputPortRequest ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupInputPortRequest struct {
	ApiService *RemoteProcessGroupsApiService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsApiApiUpdateRemoteProcessGroupInputPortRequest) Execute ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupInputPortRunStatusRequest ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupInputPortRunStatusRequest struct {
	ApiService *RemoteProcessGroupsApiService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsApiApiUpdateRemoteProcessGroupInputPortRunStatusRequest) Execute ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupOutputPortRequest ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupOutputPortRequest struct {
	ApiService *RemoteProcessGroupsApiService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsApiApiUpdateRemoteProcessGroupOutputPortRequest) Execute ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupOutputPortRunStatusRequest ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupOutputPortRunStatusRequest struct {
	ApiService *RemoteProcessGroupsApiService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsApiApiUpdateRemoteProcessGroupOutputPortRunStatusRequest) Execute ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupRequest ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupRequest struct {
	ApiService *RemoteProcessGroupsApiService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsApiApiUpdateRemoteProcessGroupRequest) Execute ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupRunStatusRequest ¶

type RemoteProcessGroupsApiApiUpdateRemoteProcessGroupRunStatusRequest struct {
	ApiService *RemoteProcessGroupsApiService
	// contains filtered or unexported fields
}

func (RemoteProcessGroupsApiApiUpdateRemoteProcessGroupRunStatusRequest) Execute ¶

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 RemoteProcessGroupsApiApiGetRemoteProcessGroupRequest

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 RemoteProcessGroupsApiApiGetStateRequest

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 RemoteProcessGroupsApiApiRemoveRemoteProcessGroupRequest

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 RemoteProcessGroupsApiApiUpdateRemoteProcessGroupRequest

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 RemoteProcessGroupsApiApiUpdateRemoteProcessGroupInputPortRequest

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 RemoteProcessGroupsApiApiUpdateRemoteProcessGroupInputPortRunStatusRequest

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 RemoteProcessGroupsApiApiUpdateRemoteProcessGroupOutputPortRequest

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 RemoteProcessGroupsApiApiUpdateRemoteProcessGroupOutputPortRunStatusRequest

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 RemoteProcessGroupsApiApiUpdateRemoteProcessGroupRunStatusRequest

func (*RemoteProcessGroupsApiService) UpdateRemoteProcessGroupRunStatusExecute ¶

* Execute executes the request * @return RemoteProcessGroupEntity

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.

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"`
	// The frequency with which to schedule the reporting task. The format of the value willd epend on the valud 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"`
	// 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 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 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) 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) 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) HasState ¶

func (o *ReportingTaskDTO) HasState() bool

HasState 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) SetState ¶

func (o *ReportingTaskDTO) SetState(v string)

SetState gets a reference to the given string and assigns it to the State 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.

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.

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.

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.

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.

type ReportingTasksApiApiClearStateRequest ¶

type ReportingTasksApiApiClearStateRequest struct {
	ApiService *ReportingTasksApiService
	// contains filtered or unexported fields
}

func (ReportingTasksApiApiClearStateRequest) Execute ¶

type ReportingTasksApiApiGetPropertyDescriptorRequest ¶

type ReportingTasksApiApiGetPropertyDescriptorRequest struct {
	ApiService *ReportingTasksApiService
	// contains filtered or unexported fields
}

func (ReportingTasksApiApiGetPropertyDescriptorRequest) Execute ¶

func (ReportingTasksApiApiGetPropertyDescriptorRequest) PropertyName ¶

type ReportingTasksApiApiGetReportingTaskRequest ¶

type ReportingTasksApiApiGetReportingTaskRequest struct {
	ApiService *ReportingTasksApiService
	// contains filtered or unexported fields
}

func (ReportingTasksApiApiGetReportingTaskRequest) Execute ¶

type ReportingTasksApiApiGetStateRequest ¶

type ReportingTasksApiApiGetStateRequest struct {
	ApiService *ReportingTasksApiService
	// contains filtered or unexported fields
}

func (ReportingTasksApiApiGetStateRequest) Execute ¶

type ReportingTasksApiApiRemoveReportingTaskRequest ¶

type ReportingTasksApiApiRemoveReportingTaskRequest struct {
	ApiService *ReportingTasksApiService
	// contains filtered or unexported fields
}

func (ReportingTasksApiApiRemoveReportingTaskRequest) ClientId ¶

func (ReportingTasksApiApiRemoveReportingTaskRequest) DisconnectedNodeAcknowledged ¶

func (r ReportingTasksApiApiRemoveReportingTaskRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) ReportingTasksApiApiRemoveReportingTaskRequest

func (ReportingTasksApiApiRemoveReportingTaskRequest) Execute ¶

func (ReportingTasksApiApiRemoveReportingTaskRequest) Version ¶

type ReportingTasksApiApiUpdateReportingTaskRequest ¶

type ReportingTasksApiApiUpdateReportingTaskRequest struct {
	ApiService *ReportingTasksApiService
	// contains filtered or unexported fields
}

func (ReportingTasksApiApiUpdateReportingTaskRequest) Body ¶

func (ReportingTasksApiApiUpdateReportingTaskRequest) Execute ¶

type ReportingTasksApiApiUpdateRunStatusRequest ¶

type ReportingTasksApiApiUpdateRunStatusRequest struct {
	ApiService *ReportingTasksApiService
	// contains filtered or unexported fields
}

func (ReportingTasksApiApiUpdateRunStatusRequest) Execute ¶

type ReportingTasksApiService ¶

type ReportingTasksApiService service

ReportingTasksApiService ReportingTasksApi service

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 ReportingTasksApiApiClearStateRequest

func (*ReportingTasksApiService) ClearStateExecute ¶

* Execute executes the request * @return ComponentStateEntity

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 ReportingTasksApiApiGetPropertyDescriptorRequest

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 ReportingTasksApiApiGetReportingTaskRequest

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 ReportingTasksApiApiGetStateRequest

func (*ReportingTasksApiService) GetStateExecute ¶

* Execute executes the request * @return ComponentStateEntity

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 ReportingTasksApiApiRemoveReportingTaskRequest

func (*ReportingTasksApiService) RemoveReportingTaskExecute ¶

* Execute executes the request * @return ReportingTaskEntity

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 ReportingTasksApiApiUpdateReportingTaskRequest

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 ReportingTasksApiApiUpdateRunStatusRequest

func (*ReportingTasksApiService) UpdateRunStatusExecute ¶

* Execute executes the request * @return ReportingTaskEntity

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.

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.

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.

type ResourcesApiApiGetResourcesRequest ¶

type ResourcesApiApiGetResourcesRequest struct {
	ApiService *ResourcesApiService
	// contains filtered or unexported fields
}

func (ResourcesApiApiGetResourcesRequest) 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 ResourcesApiApiGetResourcesRequest

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.

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.

type RevisionInfo ¶

type RevisionInfo 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 Registry 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 entity.
	LastModifier *string `json:"lastModifier,omitempty"`
}

RevisionInfo The revision information for an entity managed through the REST API.

func NewRevisionInfo ¶

func NewRevisionInfo() *RevisionInfo

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

func NewRevisionInfoWithDefaults ¶

func NewRevisionInfoWithDefaults() *RevisionInfo

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

func (*RevisionInfo) GetClientId ¶

func (o *RevisionInfo) GetClientId() string

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*RevisionInfo) GetClientIdOk ¶

func (o *RevisionInfo) 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 (*RevisionInfo) GetLastModifier ¶

func (o *RevisionInfo) GetLastModifier() string

GetLastModifier returns the LastModifier field value if set, zero value otherwise.

func (*RevisionInfo) GetLastModifierOk ¶

func (o *RevisionInfo) 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 (*RevisionInfo) GetVersion ¶

func (o *RevisionInfo) GetVersion() int64

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

func (*RevisionInfo) GetVersionOk ¶

func (o *RevisionInfo) 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 (*RevisionInfo) HasClientId ¶

func (o *RevisionInfo) HasClientId() bool

HasClientId returns a boolean if a field has been set.

func (*RevisionInfo) HasLastModifier ¶

func (o *RevisionInfo) HasLastModifier() bool

HasLastModifier returns a boolean if a field has been set.

func (*RevisionInfo) HasVersion ¶

func (o *RevisionInfo) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (RevisionInfo) MarshalJSON ¶

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

func (*RevisionInfo) SetClientId ¶

func (o *RevisionInfo) SetClientId(v string)

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*RevisionInfo) SetLastModifier ¶

func (o *RevisionInfo) SetLastModifier(v string)

SetLastModifier gets a reference to the given string and assigns it to the LastModifier field.

func (*RevisionInfo) SetVersion ¶

func (o *RevisionInfo) SetVersion(v int64)

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

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.

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.

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.

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 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) 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) 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) 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.

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.

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 SiteToSiteApiApiGetPeersRequest ¶

type SiteToSiteApiApiGetPeersRequest struct {
	ApiService *SiteToSiteApiService
	// contains filtered or unexported fields
}

func (SiteToSiteApiApiGetPeersRequest) Execute ¶

type SiteToSiteApiApiGetSiteToSiteDetailsRequest ¶

type SiteToSiteApiApiGetSiteToSiteDetailsRequest struct {
	ApiService *SiteToSiteApiService
	// contains filtered or unexported fields
}

func (SiteToSiteApiApiGetSiteToSiteDetailsRequest) 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 SiteToSiteApiApiGetPeersRequest

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 SiteToSiteApiApiGetSiteToSiteDetailsRequest

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.

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.

type SnippetsApiApiCreateSnippetRequest ¶

type SnippetsApiApiCreateSnippetRequest struct {
	ApiService *SnippetsApiService
	// contains filtered or unexported fields
}

func (SnippetsApiApiCreateSnippetRequest) Body ¶

func (SnippetsApiApiCreateSnippetRequest) Execute ¶

type SnippetsApiApiDeleteSnippetRequest ¶

type SnippetsApiApiDeleteSnippetRequest struct {
	ApiService *SnippetsApiService
	// contains filtered or unexported fields
}

func (SnippetsApiApiDeleteSnippetRequest) DisconnectedNodeAcknowledged ¶

func (r SnippetsApiApiDeleteSnippetRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) SnippetsApiApiDeleteSnippetRequest

func (SnippetsApiApiDeleteSnippetRequest) Execute ¶

type SnippetsApiApiUpdateSnippetRequest ¶

type SnippetsApiApiUpdateSnippetRequest struct {
	ApiService *SnippetsApiService
	// contains filtered or unexported fields
}

func (SnippetsApiApiUpdateSnippetRequest) Body ¶

func (SnippetsApiApiUpdateSnippetRequest) 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 SnippetsApiApiCreateSnippetRequest

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 SnippetsApiApiDeleteSnippetRequest

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 SnippetsApiApiUpdateSnippetRequest

func (*SnippetsApiService) UpdateSnippetExecute ¶

* Execute executes the request * @return SnippetEntity

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.

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.

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.

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.

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.

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.

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.

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.

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.

type SystemDiagnosticsApiApiGetSystemDiagnosticsRequest ¶

type SystemDiagnosticsApiApiGetSystemDiagnosticsRequest struct {
	ApiService *SystemDiagnosticsApiService
	// contains filtered or unexported fields
}

func (SystemDiagnosticsApiApiGetSystemDiagnosticsRequest) ClusterNodeId ¶

func (SystemDiagnosticsApiApiGetSystemDiagnosticsRequest) Execute ¶

func (SystemDiagnosticsApiApiGetSystemDiagnosticsRequest) Nodewise ¶

type SystemDiagnosticsApiService ¶

type SystemDiagnosticsApiService service

SystemDiagnosticsApiService SystemDiagnosticsApi service

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 SystemDiagnosticsApiApiGetSystemDiagnosticsRequest

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.

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.

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.

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.

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.

type TemplatesApiApiExportTemplateRequest ¶

type TemplatesApiApiExportTemplateRequest struct {
	ApiService *TemplatesApiService
	// contains filtered or unexported fields
}

func (TemplatesApiApiExportTemplateRequest) Execute ¶

type TemplatesApiApiRemoveTemplateRequest ¶

type TemplatesApiApiRemoveTemplateRequest struct {
	ApiService *TemplatesApiService
	// contains filtered or unexported fields
}

func (TemplatesApiApiRemoveTemplateRequest) DisconnectedNodeAcknowledged ¶

func (r TemplatesApiApiRemoveTemplateRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) TemplatesApiApiRemoveTemplateRequest

func (TemplatesApiApiRemoveTemplateRequest) 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 TemplatesApiApiExportTemplateRequest

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 TemplatesApiApiRemoveTemplateRequest

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.

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.

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.

type TenantsApiApiCreateUserGroupRequest ¶

type TenantsApiApiCreateUserGroupRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiCreateUserGroupRequest) Body ¶

func (TenantsApiApiCreateUserGroupRequest) Execute ¶

type TenantsApiApiCreateUserRequest ¶

type TenantsApiApiCreateUserRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiCreateUserRequest) Body ¶

func (TenantsApiApiCreateUserRequest) Execute ¶

type TenantsApiApiGetUserGroupRequest ¶

type TenantsApiApiGetUserGroupRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiGetUserGroupRequest) Execute ¶

type TenantsApiApiGetUserGroupsRequest ¶

type TenantsApiApiGetUserGroupsRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiGetUserGroupsRequest) Execute ¶

type TenantsApiApiGetUserRequest ¶

type TenantsApiApiGetUserRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiGetUserRequest) Execute ¶

type TenantsApiApiGetUsersRequest ¶

type TenantsApiApiGetUsersRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiGetUsersRequest) Execute ¶

type TenantsApiApiRemoveUserGroupRequest ¶

type TenantsApiApiRemoveUserGroupRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiRemoveUserGroupRequest) ClientId ¶

func (TenantsApiApiRemoveUserGroupRequest) DisconnectedNodeAcknowledged ¶

func (r TenantsApiApiRemoveUserGroupRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) TenantsApiApiRemoveUserGroupRequest

func (TenantsApiApiRemoveUserGroupRequest) Execute ¶

func (TenantsApiApiRemoveUserGroupRequest) Version ¶

type TenantsApiApiRemoveUserRequest ¶

type TenantsApiApiRemoveUserRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiRemoveUserRequest) ClientId ¶

func (TenantsApiApiRemoveUserRequest) DisconnectedNodeAcknowledged ¶

func (r TenantsApiApiRemoveUserRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) TenantsApiApiRemoveUserRequest

func (TenantsApiApiRemoveUserRequest) Execute ¶

func (TenantsApiApiRemoveUserRequest) Version ¶

type TenantsApiApiSearchTenantsRequest ¶

type TenantsApiApiSearchTenantsRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiSearchTenantsRequest) Execute ¶

func (TenantsApiApiSearchTenantsRequest) Q ¶

type TenantsApiApiUpdateUserGroupRequest ¶

type TenantsApiApiUpdateUserGroupRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiUpdateUserGroupRequest) Body ¶

func (TenantsApiApiUpdateUserGroupRequest) Execute ¶

type TenantsApiApiUpdateUserRequest ¶

type TenantsApiApiUpdateUserRequest struct {
	ApiService *TenantsApiService
	// contains filtered or unexported fields
}

func (TenantsApiApiUpdateUserRequest) Body ¶

func (TenantsApiApiUpdateUserRequest) Execute ¶

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 TenantsApiApiCreateUserRequest

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 TenantsApiApiCreateUserGroupRequest

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 TenantsApiApiGetUserRequest

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 TenantsApiApiGetUserGroupRequest

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 TenantsApiApiGetUserGroupsRequest

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 TenantsApiApiGetUsersRequest

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 TenantsApiApiRemoveUserRequest

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 TenantsApiApiRemoveUserGroupRequest

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 TenantsApiApiSearchTenantsRequest

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 TenantsApiApiUpdateUserRequest

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 TenantsApiApiUpdateUserGroupRequest

func (*TenantsApiService) UpdateUserGroupExecute ¶

* Execute executes the request * @return UserGroupEntity

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.

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.

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"`
}

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) 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) 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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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 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) 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) 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) SetVersion ¶

func (o *VersionControlInformationDTO) SetVersion(v int32)

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

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.

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.

type VersionedConnection ¶

type VersionedConnection struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,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) 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) 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) 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.

type VersionedControllerService ¶

type VersionedControllerService struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,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 controller service.
	Type   *string `json:"type,omitempty"`
	Bundle *Bundle `json:"bundle,omitempty"`
	// Lists the APIs this Controller Service implements.
	ControllerServiceApis *[]ControllerServiceAPI `json:"controllerServiceApis,omitempty"`
	// The properties of the controller service.
	Properties *map[string]string `json:"properties,omitempty"`
	// The property descriptors for the processor.
	PropertyDescriptors *map[string]VersionedPropertyDescriptor `json:"propertyDescriptors,omitempty"`
	// The annotation for the controller service. This is how the custom UI relays configuration to the controller service.
	AnnotationData *string `json:"annotationData,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) 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) 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) 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) 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) 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) 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) 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) 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) SetType ¶

func (o *VersionedControllerService) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

type VersionedFlow ¶

type VersionedFlow struct {
	Link *JaxbLink `json:"link,omitempty"`
	// An ID to uniquely identify this object.
	Identifier *string `json:"identifier,omitempty"`
	// The name of the item.
	Name string `json:"name"`
	// A description of the item.
	Description *string `json:"description,omitempty"`
	// The identifier of the bucket this items belongs to. This cannot be changed after the item is created.
	BucketIdentifier string `json:"bucketIdentifier"`
	// The name of the bucket this items belongs to.
	BucketName *string `json:"bucketName,omitempty"`
	// The timestamp of when the item was created, as milliseconds since epoch.
	CreatedTimestamp *int64 `json:"createdTimestamp,omitempty"`
	// The timestamp of when the item was last modified, as milliseconds since epoch.
	ModifiedTimestamp *int64 `json:"modifiedTimestamp,omitempty"`
	// The type of item.
	Type        string       `json:"type"`
	Permissions *Permissions `json:"permissions,omitempty"`
	// The number of versions of this flow.
	VersionCount *int64        `json:"versionCount,omitempty"`
	Revision     *RevisionInfo `json:"revision,omitempty"`
}

VersionedFlow struct for VersionedFlow

func NewVersionedFlow ¶

func NewVersionedFlow(name string, bucketIdentifier string, type_ string) *VersionedFlow

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

func NewVersionedFlowWithDefaults ¶

func NewVersionedFlowWithDefaults() *VersionedFlow

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

func (*VersionedFlow) GetBucketIdentifier ¶

func (o *VersionedFlow) GetBucketIdentifier() string

GetBucketIdentifier returns the BucketIdentifier field value

func (*VersionedFlow) GetBucketIdentifierOk ¶

func (o *VersionedFlow) GetBucketIdentifierOk() (*string, bool)

GetBucketIdentifierOk returns a tuple with the BucketIdentifier field value and a boolean to check if the value has been set.

func (*VersionedFlow) GetBucketName ¶

func (o *VersionedFlow) GetBucketName() string

GetBucketName returns the BucketName field value if set, zero value otherwise.

func (*VersionedFlow) GetBucketNameOk ¶

func (o *VersionedFlow) 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 (*VersionedFlow) GetCreatedTimestamp ¶

func (o *VersionedFlow) GetCreatedTimestamp() int64

GetCreatedTimestamp returns the CreatedTimestamp field value if set, zero value otherwise.

func (*VersionedFlow) GetCreatedTimestampOk ¶

func (o *VersionedFlow) 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 (*VersionedFlow) GetDescription ¶

func (o *VersionedFlow) GetDescription() string

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

func (*VersionedFlow) GetDescriptionOk ¶

func (o *VersionedFlow) 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 (*VersionedFlow) GetIdentifier ¶

func (o *VersionedFlow) GetIdentifier() string

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*VersionedFlow) GetIdentifierOk ¶

func (o *VersionedFlow) 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 (o *VersionedFlow) GetLink() JaxbLink

GetLink returns the Link field value if set, zero value otherwise.

func (*VersionedFlow) GetLinkOk ¶

func (o *VersionedFlow) GetLinkOk() (*JaxbLink, bool)

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

func (*VersionedFlow) GetModifiedTimestamp ¶

func (o *VersionedFlow) GetModifiedTimestamp() int64

GetModifiedTimestamp returns the ModifiedTimestamp field value if set, zero value otherwise.

func (*VersionedFlow) GetModifiedTimestampOk ¶

func (o *VersionedFlow) GetModifiedTimestampOk() (*int64, bool)

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

func (*VersionedFlow) GetName ¶

func (o *VersionedFlow) GetName() string

GetName returns the Name field value

func (*VersionedFlow) GetNameOk ¶

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

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

func (*VersionedFlow) GetPermissions ¶

func (o *VersionedFlow) GetPermissions() Permissions

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

func (*VersionedFlow) GetPermissionsOk ¶

func (o *VersionedFlow) GetPermissionsOk() (*Permissions, 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 (*VersionedFlow) GetRevision ¶

func (o *VersionedFlow) GetRevision() RevisionInfo

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

func (*VersionedFlow) GetRevisionOk ¶

func (o *VersionedFlow) GetRevisionOk() (*RevisionInfo, 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 (*VersionedFlow) GetType ¶

func (o *VersionedFlow) GetType() string

GetType returns the Type field value

func (*VersionedFlow) GetTypeOk ¶

func (o *VersionedFlow) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*VersionedFlow) GetVersionCount ¶

func (o *VersionedFlow) GetVersionCount() int64

GetVersionCount returns the VersionCount field value if set, zero value otherwise.

func (*VersionedFlow) GetVersionCountOk ¶

func (o *VersionedFlow) 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 (*VersionedFlow) HasBucketName ¶

func (o *VersionedFlow) HasBucketName() bool

HasBucketName returns a boolean if a field has been set.

func (*VersionedFlow) HasCreatedTimestamp ¶

func (o *VersionedFlow) HasCreatedTimestamp() bool

HasCreatedTimestamp returns a boolean if a field has been set.

func (*VersionedFlow) HasDescription ¶

func (o *VersionedFlow) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*VersionedFlow) HasIdentifier ¶

func (o *VersionedFlow) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (o *VersionedFlow) HasLink() bool

HasLink returns a boolean if a field has been set.

func (*VersionedFlow) HasModifiedTimestamp ¶

func (o *VersionedFlow) HasModifiedTimestamp() bool

HasModifiedTimestamp returns a boolean if a field has been set.

func (*VersionedFlow) HasPermissions ¶

func (o *VersionedFlow) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (*VersionedFlow) HasRevision ¶

func (o *VersionedFlow) HasRevision() bool

HasRevision returns a boolean if a field has been set.

func (*VersionedFlow) HasVersionCount ¶

func (o *VersionedFlow) HasVersionCount() bool

HasVersionCount returns a boolean if a field has been set.

func (VersionedFlow) MarshalJSON ¶

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

func (*VersionedFlow) SetBucketIdentifier ¶

func (o *VersionedFlow) SetBucketIdentifier(v string)

SetBucketIdentifier sets field value

func (*VersionedFlow) SetBucketName ¶

func (o *VersionedFlow) SetBucketName(v string)

SetBucketName gets a reference to the given string and assigns it to the BucketName field.

func (*VersionedFlow) SetCreatedTimestamp ¶

func (o *VersionedFlow) SetCreatedTimestamp(v int64)

SetCreatedTimestamp gets a reference to the given int64 and assigns it to the CreatedTimestamp field.

func (*VersionedFlow) SetDescription ¶

func (o *VersionedFlow) SetDescription(v string)

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

func (*VersionedFlow) SetIdentifier ¶

func (o *VersionedFlow) SetIdentifier(v string)

SetIdentifier gets a reference to the given string and assigns it to the Identifier field.

func (o *VersionedFlow) SetLink(v JaxbLink)

SetLink gets a reference to the given JaxbLink and assigns it to the Link field.

func (*VersionedFlow) SetModifiedTimestamp ¶

func (o *VersionedFlow) SetModifiedTimestamp(v int64)

SetModifiedTimestamp gets a reference to the given int64 and assigns it to the ModifiedTimestamp field.

func (*VersionedFlow) SetName ¶

func (o *VersionedFlow) SetName(v string)

SetName sets field value

func (*VersionedFlow) SetPermissions ¶

func (o *VersionedFlow) SetPermissions(v Permissions)

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

func (*VersionedFlow) SetRevision ¶

func (o *VersionedFlow) SetRevision(v RevisionInfo)

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

func (*VersionedFlow) SetType ¶

func (o *VersionedFlow) SetType(v string)

SetType sets field value

func (*VersionedFlow) SetVersionCount ¶

func (o *VersionedFlow) SetVersionCount(v int64)

SetVersionCount gets a reference to the given int64 and assigns it to the VersionCount field.

type VersionedFlowCoordinates ¶

type VersionedFlowCoordinates struct {
	// 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) 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) 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) HasRegistryUrl ¶

func (o *VersionedFlowCoordinates) HasRegistryUrl() bool

HasRegistryUrl 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) SetRegistryUrl ¶

func (o *VersionedFlowCoordinates) SetRegistryUrl(v string)

SetRegistryUrl gets a reference to the given string and assigns it to the RegistryUrl 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.

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.

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.

type VersionedFlowSnapshot ¶

type VersionedFlowSnapshot struct {
	SnapshotMetadata VersionedFlowSnapshotMetadata `json:"snapshotMetadata"`
	FlowContents     VersionedProcessGroup         `json:"flowContents"`
	// The information about controller services that exist outside this versioned flow, but are referenced by components within the versioned flow.
	ExternalControllerServices *map[string]ExternalControllerServiceReference `json:"externalControllerServices,omitempty"`
	// The parameter contexts referenced by process groups in the flow contents. The mapping is from the name of the context to the context instance, and it is expected that any context in this map is referenced by at least one process group in this flow.
	ParameterContexts *map[string]VersionedParameterContext `json:"parameterContexts,omitempty"`
	// The optional encoding version of the flow contents.
	FlowEncodingVersion *string        `json:"flowEncodingVersion,omitempty"`
	Flow                *VersionedFlow `json:"flow,omitempty"`
	Bucket              *Bucket        `json:"bucket,omitempty"`
	Latest              *bool          `json:"latest,omitempty"`
}

VersionedFlowSnapshot struct for VersionedFlowSnapshot

func NewVersionedFlowSnapshot ¶

func NewVersionedFlowSnapshot(snapshotMetadata VersionedFlowSnapshotMetadata, flowContents VersionedProcessGroup) *VersionedFlowSnapshot

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

func NewVersionedFlowSnapshotWithDefaults ¶

func NewVersionedFlowSnapshotWithDefaults() *VersionedFlowSnapshot

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

func (*VersionedFlowSnapshot) GetBucket ¶

func (o *VersionedFlowSnapshot) GetBucket() Bucket

GetBucket returns the Bucket field value if set, zero value otherwise.

func (*VersionedFlowSnapshot) GetBucketOk ¶

func (o *VersionedFlowSnapshot) GetBucketOk() (*Bucket, 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 (*VersionedFlowSnapshot) GetExternalControllerServices ¶

func (o *VersionedFlowSnapshot) GetExternalControllerServices() map[string]ExternalControllerServiceReference

GetExternalControllerServices returns the ExternalControllerServices field value if set, zero value otherwise.

func (*VersionedFlowSnapshot) GetExternalControllerServicesOk ¶

func (o *VersionedFlowSnapshot) 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 (*VersionedFlowSnapshot) GetFlow ¶

func (o *VersionedFlowSnapshot) GetFlow() VersionedFlow

GetFlow returns the Flow field value if set, zero value otherwise.

func (*VersionedFlowSnapshot) GetFlowContents ¶

func (o *VersionedFlowSnapshot) GetFlowContents() VersionedProcessGroup

GetFlowContents returns the FlowContents field value

func (*VersionedFlowSnapshot) GetFlowContentsOk ¶

func (o *VersionedFlowSnapshot) GetFlowContentsOk() (*VersionedProcessGroup, bool)

GetFlowContentsOk returns a tuple with the FlowContents field value and a boolean to check if the value has been set.

func (*VersionedFlowSnapshot) GetFlowEncodingVersion ¶

func (o *VersionedFlowSnapshot) GetFlowEncodingVersion() string

GetFlowEncodingVersion returns the FlowEncodingVersion field value if set, zero value otherwise.

func (*VersionedFlowSnapshot) GetFlowEncodingVersionOk ¶

func (o *VersionedFlowSnapshot) 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 (*VersionedFlowSnapshot) GetFlowOk ¶

func (o *VersionedFlowSnapshot) GetFlowOk() (*VersionedFlow, 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 (*VersionedFlowSnapshot) GetLatest ¶

func (o *VersionedFlowSnapshot) GetLatest() bool

GetLatest returns the Latest field value if set, zero value otherwise.

func (*VersionedFlowSnapshot) GetLatestOk ¶

func (o *VersionedFlowSnapshot) 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 (*VersionedFlowSnapshot) GetParameterContexts ¶

func (o *VersionedFlowSnapshot) GetParameterContexts() map[string]VersionedParameterContext

GetParameterContexts returns the ParameterContexts field value if set, zero value otherwise.

func (*VersionedFlowSnapshot) GetParameterContextsOk ¶

func (o *VersionedFlowSnapshot) 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 (*VersionedFlowSnapshot) GetSnapshotMetadata ¶

func (o *VersionedFlowSnapshot) GetSnapshotMetadata() VersionedFlowSnapshotMetadata

GetSnapshotMetadata returns the SnapshotMetadata field value

func (*VersionedFlowSnapshot) GetSnapshotMetadataOk ¶

func (o *VersionedFlowSnapshot) GetSnapshotMetadataOk() (*VersionedFlowSnapshotMetadata, bool)

GetSnapshotMetadataOk returns a tuple with the SnapshotMetadata field value and a boolean to check if the value has been set.

func (*VersionedFlowSnapshot) HasBucket ¶

func (o *VersionedFlowSnapshot) HasBucket() bool

HasBucket returns a boolean if a field has been set.

func (*VersionedFlowSnapshot) HasExternalControllerServices ¶

func (o *VersionedFlowSnapshot) HasExternalControllerServices() bool

HasExternalControllerServices returns a boolean if a field has been set.

func (*VersionedFlowSnapshot) HasFlow ¶

func (o *VersionedFlowSnapshot) HasFlow() bool

HasFlow returns a boolean if a field has been set.

func (*VersionedFlowSnapshot) HasFlowEncodingVersion ¶

func (o *VersionedFlowSnapshot) HasFlowEncodingVersion() bool

HasFlowEncodingVersion returns a boolean if a field has been set.

func (*VersionedFlowSnapshot) HasLatest ¶

func (o *VersionedFlowSnapshot) HasLatest() bool

HasLatest returns a boolean if a field has been set.

func (*VersionedFlowSnapshot) HasParameterContexts ¶

func (o *VersionedFlowSnapshot) HasParameterContexts() bool

HasParameterContexts returns a boolean if a field has been set.

func (VersionedFlowSnapshot) MarshalJSON ¶

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

func (*VersionedFlowSnapshot) SetBucket ¶

func (o *VersionedFlowSnapshot) SetBucket(v Bucket)

SetBucket gets a reference to the given Bucket and assigns it to the Bucket field.

func (*VersionedFlowSnapshot) SetExternalControllerServices ¶

func (o *VersionedFlowSnapshot) SetExternalControllerServices(v map[string]ExternalControllerServiceReference)

SetExternalControllerServices gets a reference to the given map[string]ExternalControllerServiceReference and assigns it to the ExternalControllerServices field.

func (*VersionedFlowSnapshot) SetFlow ¶

func (o *VersionedFlowSnapshot) SetFlow(v VersionedFlow)

SetFlow gets a reference to the given VersionedFlow and assigns it to the Flow field.

func (*VersionedFlowSnapshot) SetFlowContents ¶

func (o *VersionedFlowSnapshot) SetFlowContents(v VersionedProcessGroup)

SetFlowContents sets field value

func (*VersionedFlowSnapshot) SetFlowEncodingVersion ¶

func (o *VersionedFlowSnapshot) SetFlowEncodingVersion(v string)

SetFlowEncodingVersion gets a reference to the given string and assigns it to the FlowEncodingVersion field.

func (*VersionedFlowSnapshot) SetLatest ¶

func (o *VersionedFlowSnapshot) SetLatest(v bool)

SetLatest gets a reference to the given bool and assigns it to the Latest field.

func (*VersionedFlowSnapshot) SetParameterContexts ¶

func (o *VersionedFlowSnapshot) SetParameterContexts(v map[string]VersionedParameterContext)

SetParameterContexts gets a reference to the given map[string]VersionedParameterContext and assigns it to the ParameterContexts field.

func (*VersionedFlowSnapshot) SetSnapshotMetadata ¶

func (o *VersionedFlowSnapshot) SetSnapshotMetadata(v VersionedFlowSnapshotMetadata)

SetSnapshotMetadata sets field value

type VersionedFlowSnapshotEntity ¶

type VersionedFlowSnapshotEntity struct {
	VersionedFlowSnapshot *VersionedFlowSnapshot `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() VersionedFlowSnapshot

GetVersionedFlowSnapshot returns the VersionedFlowSnapshot field value if set, zero value otherwise.

func (*VersionedFlowSnapshotEntity) GetVersionedFlowSnapshotOk ¶

func (o *VersionedFlowSnapshotEntity) GetVersionedFlowSnapshotOk() (*VersionedFlowSnapshot, 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 VersionedFlowSnapshot)

SetVersionedFlowSnapshot gets a reference to the given VersionedFlowSnapshot and assigns it to the VersionedFlowSnapshot field.

type VersionedFlowSnapshotMetadata ¶

type VersionedFlowSnapshotMetadata struct {
	Link *JaxbLink `json:"link,omitempty"`
	// The identifier of the bucket this snapshot belongs to.
	BucketIdentifier string `json:"bucketIdentifier"`
	// The identifier of the flow this snapshot belongs to.
	FlowIdentifier string `json:"flowIdentifier"`
	// The version of this snapshot of the flow.
	Version int32 `json:"version"`
	// The timestamp when the flow was saved, as milliseconds since epoch.
	Timestamp *int64 `json:"timestamp,omitempty"`
	// The user that created this snapshot of the flow.
	Author *string `json:"author,omitempty"`
	// The comments provided by the user when creating the snapshot.
	Comments *string `json:"comments,omitempty"`
}

VersionedFlowSnapshotMetadata struct for VersionedFlowSnapshotMetadata

func NewVersionedFlowSnapshotMetadata ¶

func NewVersionedFlowSnapshotMetadata(bucketIdentifier string, flowIdentifier string, version int32) *VersionedFlowSnapshotMetadata

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

func NewVersionedFlowSnapshotMetadataWithDefaults ¶

func NewVersionedFlowSnapshotMetadataWithDefaults() *VersionedFlowSnapshotMetadata

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

func (*VersionedFlowSnapshotMetadata) GetAuthor ¶

func (o *VersionedFlowSnapshotMetadata) GetAuthor() string

GetAuthor returns the Author field value if set, zero value otherwise.

func (*VersionedFlowSnapshotMetadata) GetAuthorOk ¶

func (o *VersionedFlowSnapshotMetadata) 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 (*VersionedFlowSnapshotMetadata) GetBucketIdentifier ¶

func (o *VersionedFlowSnapshotMetadata) GetBucketIdentifier() string

GetBucketIdentifier returns the BucketIdentifier field value

func (*VersionedFlowSnapshotMetadata) GetBucketIdentifierOk ¶

func (o *VersionedFlowSnapshotMetadata) GetBucketIdentifierOk() (*string, bool)

GetBucketIdentifierOk returns a tuple with the BucketIdentifier field value and a boolean to check if the value has been set.

func (*VersionedFlowSnapshotMetadata) GetComments ¶

func (o *VersionedFlowSnapshotMetadata) GetComments() string

GetComments returns the Comments field value if set, zero value otherwise.

func (*VersionedFlowSnapshotMetadata) GetCommentsOk ¶

func (o *VersionedFlowSnapshotMetadata) 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 (*VersionedFlowSnapshotMetadata) GetFlowIdentifier ¶

func (o *VersionedFlowSnapshotMetadata) GetFlowIdentifier() string

GetFlowIdentifier returns the FlowIdentifier field value

func (*VersionedFlowSnapshotMetadata) GetFlowIdentifierOk ¶

func (o *VersionedFlowSnapshotMetadata) GetFlowIdentifierOk() (*string, bool)

GetFlowIdentifierOk returns a tuple with the FlowIdentifier field value and a boolean to check if the value has been set.

GetLink returns the Link field value if set, zero value otherwise.

func (*VersionedFlowSnapshotMetadata) GetLinkOk ¶

func (o *VersionedFlowSnapshotMetadata) GetLinkOk() (*JaxbLink, bool)

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

func (*VersionedFlowSnapshotMetadata) GetTimestamp ¶

func (o *VersionedFlowSnapshotMetadata) GetTimestamp() int64

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

func (*VersionedFlowSnapshotMetadata) GetTimestampOk ¶

func (o *VersionedFlowSnapshotMetadata) 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 (*VersionedFlowSnapshotMetadata) GetVersion ¶

func (o *VersionedFlowSnapshotMetadata) GetVersion() int32

GetVersion returns the Version field value

func (*VersionedFlowSnapshotMetadata) GetVersionOk ¶

func (o *VersionedFlowSnapshotMetadata) GetVersionOk() (*int32, bool)

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

func (*VersionedFlowSnapshotMetadata) HasAuthor ¶

func (o *VersionedFlowSnapshotMetadata) HasAuthor() bool

HasAuthor returns a boolean if a field has been set.

func (*VersionedFlowSnapshotMetadata) HasComments ¶

func (o *VersionedFlowSnapshotMetadata) HasComments() bool

HasComments returns a boolean if a field has been set.

func (o *VersionedFlowSnapshotMetadata) HasLink() bool

HasLink returns a boolean if a field has been set.

func (*VersionedFlowSnapshotMetadata) HasTimestamp ¶

func (o *VersionedFlowSnapshotMetadata) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (VersionedFlowSnapshotMetadata) MarshalJSON ¶

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

func (*VersionedFlowSnapshotMetadata) SetAuthor ¶

func (o *VersionedFlowSnapshotMetadata) SetAuthor(v string)

SetAuthor gets a reference to the given string and assigns it to the Author field.

func (*VersionedFlowSnapshotMetadata) SetBucketIdentifier ¶

func (o *VersionedFlowSnapshotMetadata) SetBucketIdentifier(v string)

SetBucketIdentifier sets field value

func (*VersionedFlowSnapshotMetadata) SetComments ¶

func (o *VersionedFlowSnapshotMetadata) SetComments(v string)

SetComments gets a reference to the given string and assigns it to the Comments field.

func (*VersionedFlowSnapshotMetadata) SetFlowIdentifier ¶

func (o *VersionedFlowSnapshotMetadata) SetFlowIdentifier(v string)

SetFlowIdentifier sets field value

SetLink gets a reference to the given JaxbLink and assigns it to the Link field.

func (*VersionedFlowSnapshotMetadata) SetTimestamp ¶

func (o *VersionedFlowSnapshotMetadata) SetTimestamp(v int64)

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

func (*VersionedFlowSnapshotMetadata) SetVersion ¶

func (o *VersionedFlowSnapshotMetadata) SetVersion(v int32)

SetVersion sets field value

type VersionedFlowSnapshotMetadataEntity ¶

type VersionedFlowSnapshotMetadataEntity struct {
	VersionedFlowSnapshotMetadata *VersionedFlowSnapshotMetadata `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() VersionedFlowSnapshotMetadata

GetVersionedFlowSnapshotMetadata returns the VersionedFlowSnapshotMetadata field value if set, zero value otherwise.

func (*VersionedFlowSnapshotMetadataEntity) GetVersionedFlowSnapshotMetadataOk ¶

func (o *VersionedFlowSnapshotMetadataEntity) GetVersionedFlowSnapshotMetadataOk() (*VersionedFlowSnapshotMetadata, 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 VersionedFlowSnapshotMetadata)

SetVersionedFlowSnapshotMetadata gets a reference to the given VersionedFlowSnapshotMetadata and assigns it to the VersionedFlowSnapshotMetadata field.

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.

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.

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.

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.

type VersionedFunnel ¶

type VersionedFunnel struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,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) 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) 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) 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.

type VersionedLabel ¶

type VersionedLabel struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,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 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) 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) 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) 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) 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) 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.

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"`
	// 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) 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) 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) 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.

type VersionedParameterContext ¶

type VersionedParameterContext struct {
	// The name of the context
	Name *string `json:"name,omitempty"`
	// The description of the parameter context
	Description *string `json:"description,omitempty"`
	// The parameters in the context
	Parameters *[]VersionedParameter `json:"parameters,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) 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) 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) 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) HasDescription ¶

func (o *VersionedParameterContext) HasDescription() bool

HasDescription 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) HasParameters ¶

func (o *VersionedParameterContext) HasParameters() bool

HasParameters returns a boolean if a field has been set.

func (VersionedParameterContext) MarshalJSON ¶

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

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) SetName ¶

func (o *VersionedParameterContext) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name 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.

type VersionedPort ¶

type VersionedPort struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,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) 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) 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) 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.

type VersionedProcessGroup ¶

type VersionedProcessGroup struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,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 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"`
	ComponentType          *string `json:"componentType,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) 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) 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) 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) 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) 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) 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.

type VersionedProcessor ¶

type VersionedProcessor struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,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"`
	Bundle   *Bundle   `json:"bundle,omitempty"`
	// Stylistic data for rendering in a UI
	Style *map[string]string `json:"style,omitempty"`
	// The type of Processor
	Type *string `json:"type,omitempty"`
	// The properties for the processor. Properties whose value is not set will only contain the property name.
	Properties *map[string]string `json:"properties,omitempty"`
	// The property descriptors for the processor.
	PropertyDescriptors *map[string]VersionedPropertyDescriptor `json:"propertyDescriptors,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"`
	// 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 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"`
	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) 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) 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) 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) 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) 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) 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) 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) 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) 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.

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"`
}

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) 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) 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) SetSensitive ¶

func (o *VersionedPropertyDescriptor) SetSensitive(v bool)

SetSensitive gets a reference to the given bool and assigns it to the Sensitive field.

type VersionedRemoteGroupPort ¶

type VersionedRemoteGroupPort struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,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) 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) 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) 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.

type VersionedRemoteProcessGroup ¶

type VersionedRemoteProcessGroup struct {
	// The component's unique identifier
	Identifier *string `json:"identifier,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"`
	// 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) 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) 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) 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) 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) 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) 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.

type VersionsApiApiCreateVersionControlRequestRequest ¶

type VersionsApiApiCreateVersionControlRequestRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiCreateVersionControlRequestRequest) Execute ¶

type VersionsApiApiDeleteRevertRequestRequest ¶

type VersionsApiApiDeleteRevertRequestRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiDeleteRevertRequestRequest) DisconnectedNodeAcknowledged ¶

func (r VersionsApiApiDeleteRevertRequestRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) VersionsApiApiDeleteRevertRequestRequest

func (VersionsApiApiDeleteRevertRequestRequest) Execute ¶

type VersionsApiApiDeleteUpdateRequestRequest ¶

type VersionsApiApiDeleteUpdateRequestRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiDeleteUpdateRequestRequest) DisconnectedNodeAcknowledged ¶

func (r VersionsApiApiDeleteUpdateRequestRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) VersionsApiApiDeleteUpdateRequestRequest

func (VersionsApiApiDeleteUpdateRequestRequest) Execute ¶

type VersionsApiApiDeleteVersionControlRequestRequest ¶

type VersionsApiApiDeleteVersionControlRequestRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiDeleteVersionControlRequestRequest) DisconnectedNodeAcknowledged ¶

func (r VersionsApiApiDeleteVersionControlRequestRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) VersionsApiApiDeleteVersionControlRequestRequest

func (VersionsApiApiDeleteVersionControlRequestRequest) Execute ¶

type VersionsApiApiExportFlowVersionRequest ¶

type VersionsApiApiExportFlowVersionRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiExportFlowVersionRequest) Execute ¶

type VersionsApiApiGetRevertRequestRequest ¶

type VersionsApiApiGetRevertRequestRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiGetRevertRequestRequest) Execute ¶

type VersionsApiApiGetUpdateRequestRequest ¶

type VersionsApiApiGetUpdateRequestRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiGetUpdateRequestRequest) Execute ¶

type VersionsApiApiGetVersionInformationRequest ¶

type VersionsApiApiGetVersionInformationRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiGetVersionInformationRequest) Execute ¶

type VersionsApiApiInitiateRevertFlowVersionRequest ¶

type VersionsApiApiInitiateRevertFlowVersionRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiInitiateRevertFlowVersionRequest) Execute ¶

type VersionsApiApiInitiateVersionControlUpdateRequest ¶

type VersionsApiApiInitiateVersionControlUpdateRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiInitiateVersionControlUpdateRequest) Execute ¶

type VersionsApiApiSaveToFlowRegistryRequest ¶

type VersionsApiApiSaveToFlowRegistryRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiSaveToFlowRegistryRequest) Execute ¶

type VersionsApiApiStopVersionControlRequest ¶

type VersionsApiApiStopVersionControlRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiStopVersionControlRequest) ClientId ¶

func (VersionsApiApiStopVersionControlRequest) DisconnectedNodeAcknowledged ¶

func (r VersionsApiApiStopVersionControlRequest) DisconnectedNodeAcknowledged(disconnectedNodeAcknowledged bool) VersionsApiApiStopVersionControlRequest

func (VersionsApiApiStopVersionControlRequest) Execute ¶

func (VersionsApiApiStopVersionControlRequest) Version ¶

type VersionsApiApiUpdateFlowVersionRequest ¶

type VersionsApiApiUpdateFlowVersionRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiUpdateFlowVersionRequest) Execute ¶

type VersionsApiApiUpdateVersionControlRequestRequest ¶

type VersionsApiApiUpdateVersionControlRequestRequest struct {
	ApiService *VersionsApiService
	// contains filtered or unexported fields
}

func (VersionsApiApiUpdateVersionControlRequestRequest) 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 VersionsApiApiCreateVersionControlRequestRequest

func (*VersionsApiService) CreateVersionControlRequestExecute ¶

* 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 VersionsApiApiDeleteRevertRequestRequest

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 VersionsApiApiDeleteUpdateRequestRequest

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 VersionsApiApiDeleteVersionControlRequestRequest

func (*VersionsApiService) DeleteVersionControlRequestExecute ¶

func (a *VersionsApiService) DeleteVersionControlRequestExecute(r VersionsApiApiDeleteVersionControlRequestRequest) (*_nethttp.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 VersionsApiApiExportFlowVersionRequest

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 VersionsApiApiGetRevertRequestRequest

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 VersionsApiApiGetUpdateRequestRequest

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 VersionsApiApiGetVersionInformationRequest

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 VersionsApiApiInitiateRevertFlowVersionRequest

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 VersionsApiApiInitiateVersionControlUpdateRequest

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 VersionsApiApiSaveToFlowRegistryRequest

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 VersionsApiApiStopVersionControlRequest

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 VersionsApiApiUpdateFlowVersionRequest

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 VersionsApiApiUpdateVersionControlRequestRequest

func (*VersionsApiService) UpdateVersionControlRequestExecute ¶

* Execute executes the request * @return VersionControlInformationEntity

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL