Class IntegrationRuntimeReference


  • public final class IntegrationRuntimeReference
    extends Object
    Integration runtime reference type.
    • Constructor Detail

      • IntegrationRuntimeReference

        public IntegrationRuntimeReference()
    • Method Detail

      • getReferenceName

        public String getReferenceName()
        Get the referenceName property: Reference integration runtime name.
        Returns:
        the referenceName value.
      • setReferenceName

        public IntegrationRuntimeReference setReferenceName​(String referenceName)
        Set the referenceName property: Reference integration runtime name.
        Parameters:
        referenceName - the referenceName value to set.
        Returns:
        the IntegrationRuntimeReference object itself.
      • getParameters

        public Map<String,​Object> getParameters()
        Get the parameters property: Arguments for integration runtime.
        Returns:
        the parameters value.
      • setParameters

        public IntegrationRuntimeReference setParameters​(Map<String,​Object> parameters)
        Set the parameters property: Arguments for integration runtime.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the IntegrationRuntimeReference object itself.