Klasse MoveDownThreatProtectionRuleByPolicyIDOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.MoveDownThreatProtectionRuleByPolicyIDOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class MoveDownThreatProtectionRuleByPolicyIDOperationSpec
extends Object
MoveDownThreatProtectionRuleByPolicyIDSpec
Specification for the MoveDownThreatProtectionRuleByPolicyID operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMoveDownThreatProtectionRuleByPolicyIDOperationSpec(Consumer<MoveDownThreatProtectionRuleByPolicyIDOperationSpec> spec) Constructs a validated implementation ofMoveDownThreatProtectionRuleByPolicyIDOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()@NotNull StringpolicyId()This path parameter is used to specify the policy id of the threat protection whose execution order needs to be moved downThis path parameter is used to specify the policy id of the threat protection whose execution order needs to be moved downtoString()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
-
MoveDownThreatProtectionRuleByPolicyIDOperationSpec
@Internal public MoveDownThreatProtectionRuleByPolicyIDOperationSpec(Consumer<MoveDownThreatProtectionRuleByPolicyIDOperationSpec> spec) Constructs a validated implementation ofMoveDownThreatProtectionRuleByPolicyIDOperationSpec.- 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
-
policyId
This path parameter is used to specify the policy id of the threat protection whose execution order needs to be moved down -
policyId
public MoveDownThreatProtectionRuleByPolicyIDOperationSpec policyId(@NotNull @NotNull String policyId) This path parameter is used to specify the policy id of the threat protection whose execution order needs to be moved down- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-