@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class GraphCreationParams extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CLUSTER_ID |
static String |
SERIALIZED_NAME_CONNECT_ID |
static String |
SERIALIZED_NAME_INSTANCE_IDS |
static String |
SERIALIZED_NAME_METRIC_COUNT |
static String |
SERIALIZED_NAME_METRIC_NAME |
static String |
SERIALIZED_NAME_METRIC_TYPE |
static String |
SERIALIZED_NAME_NETWORK |
static String |
SERIALIZED_NAME_RESOURCE_TYPE |
static String |
SERIALIZED_NAME_SERVICE |
static String |
SERIALIZED_NAME_TITLE |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VIEW_ID |
| 构造器和说明 |
|---|
GraphCreationParams() |
public GraphCreationParams instanceIds(List<String> instanceIds)
public GraphCreationParams addInstanceIdsItem(String instanceIdsItem)
public GraphCreationParams network(NetworkType network)
@Nullable public NetworkType getNetwork()
public void setNetwork(NetworkType network)
public GraphCreationParams service(String service)
public void setService(String service)
public GraphCreationParams metricType(MetricType metricType)
@Nullable public MetricType getMetricType()
public void setMetricType(MetricType metricType)
public GraphCreationParams metricCount(Integer metricCount)
public void setMetricCount(Integer metricCount)
public GraphCreationParams type(GraphType type)
public void setType(GraphType type)
public GraphCreationParams resourceType(String resourceType)
public void setResourceType(String resourceType)
public GraphCreationParams viewId(String viewId)
public void setViewId(String viewId)
public GraphCreationParams title(String title)
public void setTitle(String title)
public GraphCreationParams clusterId(String clusterId)
public void setClusterId(String clusterId)
public GraphCreationParams connectId(List<String> connectId)
public GraphCreationParams addConnectIdItem(String connectIdItem)
public GraphCreationParams metricName(String metricName)
public void setMetricName(String metricName)
Copyright © 2025. All rights reserved.