Klasse GetPortsOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetPortsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetPortsOperationSpec
extends Object
GetPortsSpec
Specification for the GetPorts operation.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
GetPortsOperationSpec
(String pkg, String listenerKey) Constructs a validated instance ofGetPortsOperationSpec
.Constructs a validated instance ofGetPortsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
@Nullable String
The listenerKey parameter uniquely identifies a port configuration within a package.listenerKey
(@Nullable String listenerKey) The listenerKey parameter uniquely identifies a port configuration within a package.@Nullable String
pkg()
The pkg parameter points to the IS package the port is pointing to.The pkg parameter points to the IS package the port is pointing to.toString()
void
validate()
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
-
GetPortsOperationSpec
Constructs a validated instance ofGetPortsOperationSpec
.- Parameter:
spec
- the specification to process
-
GetPortsOperationSpec
Constructs a validated instance ofGetPortsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
pkg
- The pkg parameter points to the IS package the port is pointing to. The pkg of port configurations is restricted to the package WmRoot.listenerKey
- The listenerKey parameter uniquely identifies a port configuration within a package.
-
GetPortsOperationSpec
protected GetPortsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
pkg
The pkg parameter points to the IS package the port is pointing to. The pkg of port configurations is restricted to the package WmRoot. -
listenerKey
The listenerKey parameter uniquely identifies a port configuration within a package. -
pkg
The pkg parameter points to the IS package the port is pointing to. The pkg of port configurations is restricted to the package WmRoot.- Gibt zurück:
this
.
-
listenerKey
The listenerKey parameter uniquely identifies a port configuration within a package.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-