Class BridgeOptions

    • Method Detail

      • toJson

        public JsonObject toJson()
        Serializes the current BridgeOptions to JSON. This method uses the generated converter.
        Returns:
        the serialized object
      • getInboundPermitteds

        public List<PermittedOptions> getInboundPermitteds()
        Returns:
        the list of inbound permitted options. Empty if none.
      • setInboundPermitteds

        public BridgeOptions setInboundPermitteds​(List<PermittedOptions> inboundPermitted)
        Sets the list of inbound permitted options.
        Parameters:
        inboundPermitted - the list to use, must not be {@link null}. This method use the direct list reference (and doesn't create a copy).
        Returns:
        the current BridgeOptions.
      • getOutboundPermitteds

        public List<PermittedOptions> getOutboundPermitteds()
        Returns:
        the list of outbound permitted options. Empty if none.
      • setOutboundPermitteds

        public BridgeOptions setOutboundPermitteds​(List<PermittedOptions> outboundPermitted)
        Sets the list of outbound permitted options.
        Parameters:
        outboundPermitted - the list to use, must not be {@link null}. This method use the direct list reference (and doesn't create a copy).
        Returns:
        the current BridgeOptions.