Klasse UpdatedIPAccessModeOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.UpdatedIPAccessModeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdatedIPAccessModeOperationSpec
extends Object
UpdatedIPAccessModeSpec
Specification for the UpdatedIPAccessMode operation.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdatedIPAccessModeOperationSpec(String listenerKey, IPAccessModeHostsList body) Constructs a validated instance ofUpdatedIPAccessModeOperationSpec.Constructs a validated instance ofUpdatedIPAccessModeOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull IPAccessModeHostsListbody()The request contains update the ip access mode hosts list information.body(@NotNull IPAccessModeHostsList body) The request contains update the ip access mode hosts list information.builder()protected booleanbooleaninthashCode()@NotNull StringThe listenerKey parameter uniquely identifies a port configuration within the WmRoot package.listenerKey(@NotNull String listenerKey) The listenerKey parameter uniquely identifies a port configuration within the WmRoot package.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
UpdatedIPAccessModeOperationSpec
Constructs a validated instance ofUpdatedIPAccessModeOperationSpec.- Parameter:
spec- the specification to process
-
UpdatedIPAccessModeOperationSpec
Constructs a validated instance ofUpdatedIPAccessModeOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
listenerKey- The listenerKey parameter uniquely identifies a port configuration within the WmRoot package.body- The request contains update the ip access mode hosts list information.
-
UpdatedIPAccessModeOperationSpec
protected UpdatedIPAccessModeOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
listenerKey
The listenerKey parameter uniquely identifies a port configuration within the WmRoot package. -
body
The request contains update the ip access mode hosts list information. -
listenerKey
The listenerKey parameter uniquely identifies a port configuration within the WmRoot package.- Gibt zurück:
this.
-
body
The request contains update the ip access mode hosts list information.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-