Class IntegrationRuntimeStatus

    • Constructor Detail

      • IntegrationRuntimeStatus

        public IntegrationRuntimeStatus()
    • Method Detail

      • dataFactoryName

        public String dataFactoryName()
        Get the dataFactoryName property: The data factory name which the integration runtime belong to.
        Returns:
        the dataFactoryName value.
      • state

        public IntegrationRuntimeState state()
        Get the state property: The state of integration runtime.
        Returns:
        the state value.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Integration runtime status.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public IntegrationRuntimeStatus withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Integration runtime status.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the IntegrationRuntimeStatus object itself.
      • validate

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