Uses of Class
com.tencentcloudapi.gpm.v20200820.models.MatchTicket
-
Packages that use MatchTicket Package Description com.tencentcloudapi.gpm.v20200820.models -
-
Uses of MatchTicket in com.tencentcloudapi.gpm.v20200820.models
Methods in com.tencentcloudapi.gpm.v20200820.models that return MatchTicket Modifier and Type Method Description MatchTicketStartMatchingBackfillResponse. getMatchTicket()Get 匹配票据 注意:此字段可能返回 null,表示取不到有效值。MatchTicket[]DescribeMatchingProgressResponse. getMatchTickets()Get 匹配票据列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gpm.v20200820.models with parameters of type MatchTicket Modifier and Type Method Description voidStartMatchingBackfillResponse. setMatchTicket(MatchTicket MatchTicket)Set 匹配票据 注意:此字段可能返回 null,表示取不到有效值。voidDescribeMatchingProgressResponse. setMatchTickets(MatchTicket[] MatchTickets)Set 匹配票据列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gpm.v20200820.models with parameters of type MatchTicket Constructor Description MatchTicket(MatchTicket 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.
-