Klasse AdminSettings

java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.AdminSettings

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

    • extendedKeys

      protected Map<String,String> extendedKeys
      A map containing the API Gateway Extended Settings key-value pair.
    • wattKeys

      protected Map<String,String> wattKeys
      A map containing the Integration Server Watt properties key-value pair.
  • Konstruktordetails

    • AdminSettings

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

      @Internal public AdminSettings(Map<String,String> extendedKeys, Map<String,String> wattKeys)
      Constructs a validated instance of AdminSettings.

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

      Parameter:
      extendedKeys - A map containing the API Gateway Extended Settings key-value pair.
      wattKeys - A map containing the Integration Server Watt properties key-value pair.
    • AdminSettings

      protected AdminSettings()
  • Methodendetails

    • extendedKeys

      public Map<String,String> extendedKeys()
      A map containing the API Gateway Extended Settings key-value pair.
    • wattKeys

      public Map<String,String> wattKeys()
      A map containing the Integration Server Watt properties key-value pair.
    • extendedKeys

      public AdminSettings extendedKeys(Map<String,String> extendedKeys)
      A map containing the API Gateway Extended Settings key-value pair.
      Gibt zurück:
      this.
    • wattKeys

      public AdminSettings wattKeys(Map<String,String> wattKeys)
      A map containing the Integration Server Watt properties key-value pair.
      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