Klasse GetCacheDetailsByapiIdOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetCacheDetailsByapiIdOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetCacheDetailsByapiIdOperationSpec
extends Object
GetCacheDetailsByapiIdSpec
Specification for the GetCacheDetailsByapiId operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated implementation ofGetCacheDetailsByapiIdOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringapiId()The id of API for which the cached response size is requestedThe id of API for which the cached response size is requestedprotected booleanbooleaninthashCode()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
-
GetCacheDetailsByapiIdOperationSpec
@Internal public GetCacheDetailsByapiIdOperationSpec(Consumer<GetCacheDetailsByapiIdOperationSpec> spec) Constructs a validated implementation ofGetCacheDetailsByapiIdOperationSpec.- 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
-
apiId
The id of API for which the cached response size is requested -
apiId
The id of API for which the cached response size is requested- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-