Klasse AdminSettings
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.AdminSettings
AdminSettings
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAdminSettings(Consumer<AdminSettings> spec) Constructs a validated instance ofAdminSettings.Constructs a validated instance ofAdminSettings. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanA map containing the API Gateway Extended Settings key-value pair.extendedKeys(Map<String, String> extendedKeys) A map containing the API Gateway Extended Settings key-value pair.inthashCode()toString()wattKeys()A map containing the Integration Server Watt properties key-value pair.A map containing the Integration Server Watt properties key-value pair.
-
Felddetails
-
extendedKeys
-
wattKeys
-
-
Konstruktordetails
-
AdminSettings
Constructs a validated instance ofAdminSettings.- Parameter:
spec- the specification to process
-
AdminSettings
Constructs a validated instance ofAdminSettings.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
-
wattKeys
-
extendedKeys
A map containing the API Gateway Extended Settings key-value pair.- Gibt zurück:
this.
-
wattKeys
A map containing the Integration Server Watt properties key-value pair.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-