@Generated(value="org.jsonschema2pojo")
public class Rule
extends java.lang.Object
Constructor and Description |
---|
Rule() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties() |
int |
getCpusBoost()
We will allocate
cpusBoost * availableProcessors * threadStackSize extra
memory the each process. |
int |
getDefaultDirect() |
int |
getDefaultHeap() |
java.lang.String |
getProduct() |
int |
getSparePercent() |
boolean |
isOptional() |
void |
setAdditionalProperty(java.lang.String name,
java.lang.Object value) |
void |
setCpusBoost(int cpusBoost)
We will allocate
cpusBoost * availableProcessors * threadStackSize extra
memory the each process. |
void |
setDefaultDirect(int defaultDirect) |
void |
setDefaultHeap(int defaultHeap) |
void |
setOptional(boolean optional) |
void |
setProduct(java.lang.String product) |
void |
setSparePercent(int sparePercent) |
public java.lang.String getProduct()
public void setProduct(java.lang.String product)
public int getDefaultHeap()
public void setDefaultHeap(int defaultHeap)
public int getDefaultDirect()
public void setDefaultDirect(int defaultDirect)
public int getSparePercent()
public void setSparePercent(int sparePercent)
public int getCpusBoost()
cpusBoost * availableProcessors * threadStackSize
extra
memory the each process.
The default value is zeropublic void setCpusBoost(int cpusBoost)
cpusBoost * availableProcessors * threadStackSize extra
memory the each process.
The default value is zerocpusBoost
- the multiplier to usepublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public void setAdditionalProperty(java.lang.String name, java.lang.Object value)
public boolean isOptional()
public void setOptional(boolean optional)
Copyright © 2021. All Rights Reserved.