Klasse CreateAccessModeOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.CreateAccessModeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateAccessModeOperationSpec
extends Object
CreateAccessModeSpec
Specification for the CreateAccessMode operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull AccessModeType
body()
The request contains the access mode information.body
(@NotNull AccessModeType body) The request contains the access mode information.protected boolean
boolean
int
hashCode()
@NotNull String
The 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()
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
-
CreateAccessModeOperationSpec
Constructs a validated implementation ofCreateAccessModeOperationSpec
.- 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 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 access mode information.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-