public class TimeShiftBillData extends AbstractModel
| Constructor and Description | 
|---|
TimeShiftBillData()  | 
TimeShiftBillData(TimeShiftBillData 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 | 
getDomain()
Get The push domain name. 
 | 
Float | 
getDuration()
Get The time-shift video length (minutes). 
 | 
Float | 
getStoragePeriod()
Get The time-shift days. 
 | 
String | 
getTime()
Get The time for the data returned. 
 | 
Float | 
getTotalDuration()
Get The total time-shift duration (minutes). 
 | 
void | 
setDomain(String Domain)
Set The push domain name. 
 | 
void | 
setDuration(Float Duration)
Set The time-shift video length (minutes). 
 | 
void | 
setStoragePeriod(Float StoragePeriod)
Set The time-shift days. 
 | 
void | 
setTime(String Time)
Set The time for the data returned. 
 | 
void | 
setTotalDuration(Float TotalDuration)
Set The total time-shift duration (minutes). 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic TimeShiftBillData()
public TimeShiftBillData(TimeShiftBillData source)
public String getDomain()
public void setDomain(String Domain)
Domain - The push domain name.public Float getDuration()
public void setDuration(Float Duration)
Duration - The time-shift video length (minutes).public Float getStoragePeriod()
public void setStoragePeriod(Float StoragePeriod)
StoragePeriod - The time-shift days.public String getTime()
public void setTime(String Time)
Time - The time for the data returned. Format: YYYY-MM-DDThh:mm:ssZ.public Float getTotalDuration()
public void setTotalDuration(Float TotalDuration)
TotalDuration - The total time-shift duration (minutes).Copyright © 2022. All rights reserved.