Class ActionThresholds.ActionThresholdsBuilder
- java.lang.Object
-
- com.syntifi.casper.sdk.model.account.ActionThresholds.ActionThresholdsBuilder
-
- Enclosing class:
- ActionThresholds
public static class ActionThresholds.ActionThresholdsBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionThresholdsbuild()ActionThresholds.ActionThresholdsBuilderdeployment(int deployment)deployment(Integer)ActionThresholds.ActionThresholdsBuilderkeyManagement(int keyManagement)key_management(Integer)java.lang.StringtoString()
-
-
-
Method Detail
-
deployment
public ActionThresholds.ActionThresholdsBuilder deployment(int deployment)
deployment(Integer)- Returns:
this.
-
keyManagement
public ActionThresholds.ActionThresholdsBuilder keyManagement(int keyManagement)
key_management(Integer)- Returns:
this.
-
build
public ActionThresholds build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-