Klasse CreateIPAccessModeOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.CreateIPAccessModeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateIPAccessModeOperationSpec
extends Object
CreateIPAccessModeSpec
Specification for the CreateIPAccessMode 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateIPAccessModeOperationSpec(String listenerKey, IPAccessModeType body) Constructs a validated instance ofCreateIPAccessModeOperationSpec.Constructs a validated instance ofCreateIPAccessModeOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull IPAccessModeTypebody()The request contains the ip access mode type information.body(@NotNull IPAccessModeType body) The request contains the ip access mode type 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
-
CreateIPAccessModeOperationSpec
Constructs a validated instance ofCreateIPAccessModeOperationSpec.- Parameter:
spec- the specification to process
-
CreateIPAccessModeOperationSpec
Constructs a validated instance ofCreateIPAccessModeOperationSpec.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 the ip access mode type information.
-
CreateIPAccessModeOperationSpec
protected CreateIPAccessModeOperationSpec()
-
-
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 the ip access mode type information. -
listenerKey
The listenerKey parameter uniquely identifies a port configuration within the WmRoot package.- Gibt zurück:
this.
-
body
The request contains the ip access mode type information.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-