public class TicketCheckTrendObj extends AbstractModel
header, skipSign
Constructor and Description |
---|
TicketCheckTrendObj() |
TicketCheckTrendObj(TicketCheckTrendObj 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getFtime()
Get 时间参数
|
Long |
getTicketCount()
Get 票据校验量
|
Long |
getTicketIntercept()
Get 票据拦截量
|
Long |
getTicketThroughput()
Get 票据通过量
|
void |
setFtime(String Ftime)
Set 时间参数
|
void |
setTicketCount(Long TicketCount)
Set 票据校验量
|
void |
setTicketIntercept(Long TicketIntercept)
Set 票据拦截量
|
void |
setTicketThroughput(Long TicketThroughput)
Set 票据通过量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TicketCheckTrendObj()
public TicketCheckTrendObj(TicketCheckTrendObj source)
public String getFtime()
public void setFtime(String Ftime)
Ftime
- 时间参数public Long getTicketCount()
public void setTicketCount(Long TicketCount)
TicketCount
- 票据校验量public Long getTicketThroughput()
public void setTicketThroughput(Long TicketThroughput)
TicketThroughput
- 票据通过量public Long getTicketIntercept()
public void setTicketIntercept(Long TicketIntercept)
TicketIntercept
- 票据拦截量Copyright © 2024. All rights reserved.