Uses of Class
com.tencentcloudapi.es.v20180416.models.NodeView
-
Packages that use NodeView Package Description com.tencentcloudapi.es.v20180416.models -
-
Uses of NodeView in com.tencentcloudapi.es.v20180416.models
Methods in com.tencentcloudapi.es.v20180416.models that return NodeView Modifier and Type Method Description NodeView[]DescribeViewsResponse. getNodesView()Get 节点维度视图 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.es.v20180416.models with parameters of type NodeView Modifier and Type Method Description voidDescribeViewsResponse. setNodesView(NodeView[] NodesView)Set 节点维度视图 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.es.v20180416.models with parameters of type NodeView Constructor Description NodeView(NodeView 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.
-