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

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

    • apIManagement

      protected String apIManagement
    • applicationManagement

      protected String applicationManagement
    • policyManagementGateway

      protected String policyManagementGateway
    • policyManagementThreatProtection

      protected String policyManagementThreatProtection
  • Konstruktordetails

    • APIGateway

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

      @Internal public APIGateway(String apIManagement, String applicationManagement, String policyManagementGateway, String policyManagementThreatProtection)
      Constructs a validated instance of APIGateway.

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

      Parameter:
      apIManagement - var.name
      applicationManagement - var.name
      policyManagementGateway - var.name
      policyManagementThreatProtection - var.name
    • APIGateway

      protected APIGateway()
  • Methodendetails

    • builder

      public static APIGateway.APIGatewayBuilder builder()
    • apIManagement

      public String apIManagement()
    • applicationManagement

      public String applicationManagement()
    • policyManagementGateway

      public String policyManagementGateway()
    • policyManagementThreatProtection

      public String policyManagementThreatProtection()
    • apIManagement

      public APIGateway apIManagement(String apIManagement)
      Gibt zurück:
      this.
    • applicationManagement

      public APIGateway applicationManagement(String applicationManagement)
      Gibt zurück:
      this.
    • policyManagementGateway

      public APIGateway policyManagementGateway(String policyManagementGateway)
      Gibt zurück:
      this.
    • policyManagementThreatProtection

      public APIGateway policyManagementThreatProtection(String policyManagementThreatProtection)
      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