public class Interrupt extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
Interrupt()  | 
Interrupt(Interrupt 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 | 
getCount()
Get Number of video stream interruptions. 
 | 
String | 
getUserId()
Get User ID. 
 | 
void | 
setCount(Long Count)
Set Number of video stream interruptions. 
 | 
void | 
setUserId(String UserId)
Set User ID. 
 | 
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 Interrupt()
public Interrupt(Interrupt source)
public String getUserId()
public void setUserId(String UserId)
UserId - User ID.
Note: This parameter may return null, indicating that no valid values can be obtained.public Long getCount()
public void setCount(Long Count)
Count - Number of video stream interruptions.
Note: This parameter may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.