Class ManagedIntegrationRuntimeNode


  • public final class ManagedIntegrationRuntimeNode
    extends Object
    Properties of integration runtime node.
    • Constructor Detail

      • ManagedIntegrationRuntimeNode

        public ManagedIntegrationRuntimeNode()
    • Method Detail

      • nodeId

        public String nodeId()
        Get the nodeId property: The managed integration runtime node id.
        Returns:
        the nodeId value.
      • errors

        public List<ManagedIntegrationRuntimeError> errors()
        Get the errors property: The errors that occurred on this integration runtime node.
        Returns:
        the errors value.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Properties of integration runtime node.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public ManagedIntegrationRuntimeNode withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Properties of integration runtime node.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the ManagedIntegrationRuntimeNode object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.