public class LeftTime extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LeftTime() | 
| LeftTime(LeftTime 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 | 
|---|---|
| Long | getDays()Get 剩余天数 | 
| Long | getHours()Get 剩余小时数 | 
| Long | getMins()Get 剩余分钟数 | 
| void | setDays(Long Days)Set 剩余天数 | 
| void | setHours(Long Hours)Set 剩余小时数 | 
| void | setMins(Long Mins)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, toJsonStringpublic LeftTime()
public LeftTime(LeftTime source)
public Long getDays()
public void setDays(Long Days)
Days - 剩余天数public Long getHours()
public void setHours(Long Hours)
Hours - 剩余小时数public Long getMins()
public void setMins(Long Mins)
Mins - 剩余分钟数Copyright © 2025. All rights reserved.