Uses of Class
com.tencentcloudapi.gpm.v20200820.models.MatchInfo
-
Packages that use MatchInfo Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of MatchInfo in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return MatchInfo Modifier and Type Method Description MatchInfoCreateMatchResponse. getMatchInfo()Get 匹配信息MatchInfoDescribeMatchResponse. getMatchInfo()Get 匹配信息 注意:此字段可能返回 null,表示取不到有效值。MatchInfoModifyMatchResponse. getMatchInfo()Get 匹配信息MatchInfo[]DescribeMatchesResponse. getMatchInfoList()Get 匹配信息列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type MatchInfo Modifier and Type Method Description voidCreateMatchResponse. setMatchInfo(MatchInfo MatchInfo)Set 匹配信息voidDescribeMatchResponse. setMatchInfo(MatchInfo MatchInfo)Set 匹配信息 注意:此字段可能返回 null,表示取不到有效值。voidModifyMatchResponse. setMatchInfo(MatchInfo MatchInfo)Set 匹配信息voidDescribeMatchesResponse. setMatchInfoList(MatchInfo[] MatchInfoList)Set 匹配信息列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type MatchInfo Constructor Description MatchInfo(MatchInfo 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.
-