Klasse OutboundProxyGetResponse

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.OutboundProxyGetResponse

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class OutboundProxyGetResponse extends Object
OutboundProxyGetResponse
  • Felddetails

    • proxyServerList

      protected Map<String,OutboundProxySettings> proxyServerList
      Contains a map of the available outbound proxy server aliases in API Gateway with the key denoting the alias name and the value representing the corresponding outbound proxy server alias configuration.
  • Konstruktordetails

    • OutboundProxyGetResponse

      public OutboundProxyGetResponse(Consumer<OutboundProxyGetResponse> spec)
      Constructs a validated instance of OutboundProxyGetResponse.
      Parameter:
      spec - the specification to process
    • OutboundProxyGetResponse

      @Internal public OutboundProxyGetResponse(Map<String,OutboundProxySettings> proxyServerList)
      Constructs a validated instance of OutboundProxyGetResponse.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using OutboundProxyGetResponse(Consumer) instead.

      Parameter:
      proxyServerList - Contains a map of the available outbound proxy server aliases in API Gateway with the key denoting the alias name and the value representing the corresponding outbound proxy server alias configuration.
    • OutboundProxyGetResponse

      protected OutboundProxyGetResponse()
  • Methodendetails

    • builder

    • proxyServerList

      public Map<String,OutboundProxySettings> proxyServerList()
      Contains a map of the available outbound proxy server aliases in API Gateway with the key denoting the alias name and the value representing the corresponding outbound proxy server alias configuration.
    • proxyServerList

      public OutboundProxyGetResponse proxyServerList(Map<String,OutboundProxySettings> proxyServerList)
      Contains a map of the available outbound proxy server aliases in API Gateway with the key denoting the alias name and the value representing the corresponding outbound proxy server alias configuration.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object