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 ActionThresholds
build()
ActionThresholds.ActionThresholdsBuilder
deployment(int deployment)
deployment(Integer)ActionThresholds.ActionThresholdsBuilder
keyManagement(int keyManagement)
key_management(Integer)java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-