Class ActionThresholds
- java.lang.Object
-
- com.syntifi.casper.sdk.model.account.ActionThresholds
-
public class ActionThresholds extends java.lang.ObjectThresholds that have to be met when executing an action of a certain type.- Since:
- 0.0.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionThresholds.ActionThresholdsBuilder
-
Constructor Summary
Constructors Constructor Description ActionThresholds()ActionThresholds(int deployment, int keyManagement)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionThresholds.ActionThresholdsBuilderbuilder()intgetDeployment()deployment(Integer)intgetKeyManagement()key_management(Integer)voidsetDeployment(int deployment)deployment(Integer)voidsetKeyManagement(int keyManagement)key_management(Integer)
-
-
-
Method Detail
-
builder
public static ActionThresholds.ActionThresholdsBuilder builder()
-
getDeployment
public int getDeployment()
deployment(Integer)
-
getKeyManagement
public int getKeyManagement()
key_management(Integer)
-
setDeployment
public void setDeployment(int deployment)
deployment(Integer)
-
setKeyManagement
public void setKeyManagement(int keyManagement)
key_management(Integer)
-
-