Uses of Class
com.tencentcloudapi.tse.v20201207.models.ServiceGovernanceInfo
-
Packages that use ServiceGovernanceInfo Package Description com.tencentcloudapi.tse.v20201207.models -
-
Uses of ServiceGovernanceInfo in com.tencentcloudapi.tse.v20201207.models
Methods in com.tencentcloudapi.tse.v20201207.models that return ServiceGovernanceInfo Modifier and Type Method Description ServiceGovernanceInfo[]SREInstance. getServiceGovernanceInfos()Get 服务治理相关信息列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tse.v20201207.models with parameters of type ServiceGovernanceInfo Modifier and Type Method Description voidSREInstance. setServiceGovernanceInfos(ServiceGovernanceInfo[] ServiceGovernanceInfos)Set 服务治理相关信息列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tse.v20201207.models with parameters of type ServiceGovernanceInfo Constructor Description ServiceGovernanceInfo(ServiceGovernanceInfo 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.
-