Klasse UpdateAccessModeOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.UpdateAccessModeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateAccessModeOperationSpec
extends Object
UpdateAccessModeSpec
Specification for the UpdateAccessMode operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull AccessModeServicesbody()The request contains the updated services access mode information.body(@NotNull AccessModeServices body) The request contains the updated services access mode information.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
-
UpdateAccessModeOperationSpec
Constructs a validated implementation ofUpdateAccessModeOperationSpec.- 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
-
listenerKey
The listenerKey parameter uniquely identifies a port configuration within the WmRoot package. -
body
The request contains the updated services access mode information. -
listenerKey
The listenerKey parameter uniquely identifies a port configuration within the WmRoot package.- Gibt zurück:
this.
-
body
The request contains the updated services access mode information.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-