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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Settings extends Object
Settings
  • 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

    • Settings

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

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

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Settings(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.
    • Settings

      protected Settings()
  • Methodendetails

    • builder

      public static Settings.SettingsBuilder builder()
    • 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 Settings extendedKeys(Map<String,String> extendedKeys)
      A map containing the API Gateway Extended Settings key-value pair.
      Gibt zurück:
      this.
    • wattKeys

      public Settings 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