public class StopPublishStreamRequest extends AbstractModel
skipSign
Constructor and Description |
---|
StopPublishStreamRequest() |
StopPublishStreamRequest(StopPublishStreamRequest 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 |
getUserId()
Get Unique user ID, which is customized by you and is not understood by CAR.
|
void |
setUserId(String UserId)
Set Unique user ID, which is customized by you and is not understood by CAR.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StopPublishStreamRequest()
public StopPublishStreamRequest(StopPublishStreamRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- Unique user ID, which is customized by you and is not understood by CAR. It can also be randomly generated using the timestamp and should be kept unchanged during user reconnection.Copyright © 2023. All rights reserved.