Uses of Class
com.tencentcloudapi.gpm.v20200820.models.MatchCodeAttr
-
Packages that use MatchCodeAttr Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of MatchCodeAttr in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return MatchCodeAttr Modifier and Type Method Description MatchCodeAttr[]DescribeMatchCodesResponse. getMatchCodes()Get 匹配Code 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type MatchCodeAttr Modifier and Type Method Description voidDescribeMatchCodesResponse. setMatchCodes(MatchCodeAttr[] MatchCodes)Set 匹配Code 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type MatchCodeAttr Constructor Description MatchCodeAttr(MatchCodeAttr 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.
-