Class MTicket
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gpm.v20200820.models.MTicket
-
public class MTicket extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMatchCode()Get 匹配CodeStringgetMatchTicketId()Get 匹配票据 IDvoidsetMatchCode(String MatchCode)Set 匹配CodevoidsetMatchTicketId(String MatchTicketId)Set 匹配票据 IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MTicket
public MTicket()
-
MTicket
public MTicket(MTicket 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.
-
-
Method Detail
-
getMatchCode
public String getMatchCode()
Get 匹配Code- Returns:
- MatchCode 匹配Code
-
setMatchCode
public void setMatchCode(String MatchCode)
Set 匹配Code- Parameters:
MatchCode- 匹配Code
-
getMatchTicketId
public String getMatchTicketId()
Get 匹配票据 ID- Returns:
- MatchTicketId 匹配票据 ID
-
setMatchTicketId
public void setMatchTicketId(String MatchTicketId)
Set 匹配票据 ID- Parameters:
MatchTicketId- 匹配票据 ID
-
-