Uses of Class
com.tencentcloudapi.monitor.v20180724.models.GrafanaIntegrationConfig
-
Packages that use GrafanaIntegrationConfig Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of GrafanaIntegrationConfig in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return GrafanaIntegrationConfig Modifier and Type Method Description GrafanaIntegrationConfig[]
DescribeGrafanaIntegrationsResponse. getIntegrationSet()
Get 集成数组Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type GrafanaIntegrationConfig Modifier and Type Method Description void
DescribeGrafanaIntegrationsResponse. setIntegrationSet(GrafanaIntegrationConfig[] IntegrationSet)
Set 集成数组Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type GrafanaIntegrationConfig Constructor Description GrafanaIntegrationConfig(GrafanaIntegrationConfig 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.
-