Klasse GetPortOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetPortOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetPortOperationSpec
extends Object
GetPortSpec
Specification for the GetPort 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetPortOperationSpec(String listenerKey) Constructs a validated instance ofGetPortOperationSpec.Constructs a validated instance ofGetPortOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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
-
GetPortOperationSpec
Constructs a validated instance ofGetPortOperationSpec.- Parameter:
spec- the specification to process
-
GetPortOperationSpec
Constructs a validated instance ofGetPortOperationSpec.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.
-
GetPortOperationSpec
protected GetPortOperationSpec()
-
-
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. -
listenerKey
The listenerKey parameter uniquely identifies a port configuration within the WmRoot package.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-