Klasse DeletePortOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DeletePortOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeletePortOperationSpec
extends Object
DeletePortSpec
Specification for the DeletePort operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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
-
DeletePortOperationSpec
Constructs a validated implementation ofDeletePortOperationSpec
.- Parameter:
spec
- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
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
-