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

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

    • endpoint

      protected String endpoint
    • gatewayPoolId

      protected String gatewayPoolId
  • Konstruktordetails

    • EndpointInfo

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

      @Internal public EndpointInfo(String endpoint, String gatewayPoolId)
      Constructs a validated instance of EndpointInfo.

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

      Parameter:
      endpoint - var.name
      gatewayPoolId - var.name
    • EndpointInfo

      protected EndpointInfo()
  • Methodendetails