public class TicketInterceptUnit extends AbstractModel
header, skipSign
Constructor and Description |
---|
TicketInterceptUnit() |
TicketInterceptUnit(TicketInterceptUnit 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 |
getDateKey()
Get 时间
|
Long |
getIntercept()
Get 票据验证拦截量
|
void |
setDateKey(String DateKey)
Set 时间
|
void |
setIntercept(Long Intercept)
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 TicketInterceptUnit()
public TicketInterceptUnit(TicketInterceptUnit source)
public String getDateKey()
public void setDateKey(String DateKey)
DateKey
- 时间public Long getIntercept()
public void setIntercept(Long Intercept)
Intercept
- 票据验证拦截量Copyright © 2024. All rights reserved.