public class WebNodeTypeInfo extends AbstractModel
| Constructor and Description |
|---|
WebNodeTypeInfo() |
WebNodeTypeInfo(WebNodeTypeInfo 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 |
|---|---|
Long |
getNodeNum()
Get 可视化节点个数,固定为1
|
String |
getNodeType()
Get 可视化节点规格
|
void |
setNodeNum(Long NodeNum)
Set 可视化节点个数,固定为1
|
void |
setNodeType(String NodeType)
Set 可视化节点规格
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic WebNodeTypeInfo()
public WebNodeTypeInfo(WebNodeTypeInfo source)
public Long getNodeNum()
public void setNodeNum(Long NodeNum)
NodeNum - 可视化节点个数,固定为1public String getNodeType()
public void setNodeType(String NodeType)
NodeType - 可视化节点规格Copyright © 2021. All rights reserved.