Klasse TracingEnableOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.TracingEnableOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class TracingEnableOperationSpec
extends Object
TracingEnableSpec
Specification for the TracingEnable 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 String
apiId()
API Id of the API for which tracing should be enabled.API Id of the API for which tracing should be enabled.protected boolean
boolean
int
hashCode()
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
-
TracingEnableOperationSpec
Constructs a validated implementation ofTracingEnableOperationSpec
.- 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
API Id of the API for which tracing should be enabled. -
apiId
API Id of the API for which tracing should be enabled.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-