public class SlotSharingGroupSpec extends AbstractModel
header, skipSign
Constructor and Description |
---|
SlotSharingGroupSpec() |
SlotSharingGroupSpec(SlotSharingGroupSpec source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Float |
getCPU()
Get 适用的cpu
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getHeapMemory()
Get 默认为b, 支持单位有 b, kb, mb, gb
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getManagedMemory()
Get 默认为b, 支持单位有 b, kb, mb, gb
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOffHeapMemory()
Get 默认为b, 支持单位有 b, kb, mb, gb
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCPU(Float CPU)
Set 适用的cpu
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHeapMemory(String HeapMemory)
Set 默认为b, 支持单位有 b, kb, mb, gb
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setManagedMemory(String ManagedMemory)
Set 默认为b, 支持单位有 b, kb, mb, gb
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOffHeapMemory(String OffHeapMemory)
Set 默认为b, 支持单位有 b, kb, mb, gb
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SlotSharingGroupSpec()
public SlotSharingGroupSpec(SlotSharingGroupSpec source)
public Float getCPU()
public void setCPU(Float CPU)
CPU
- 适用的cpu
注意:此字段可能返回 null,表示取不到有效值。public String getHeapMemory()
public void setHeapMemory(String HeapMemory)
HeapMemory
- 默认为b, 支持单位有 b, kb, mb, gb
注意:此字段可能返回 null,表示取不到有效值。public String getOffHeapMemory()
public void setOffHeapMemory(String OffHeapMemory)
OffHeapMemory
- 默认为b, 支持单位有 b, kb, mb, gb
注意:此字段可能返回 null,表示取不到有效值。public String getManagedMemory()
public void setManagedMemory(String ManagedMemory)
ManagedMemory
- 默认为b, 支持单位有 b, kb, mb, gb
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.