public class InputStreamInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InputStreamInfo() | 
| InputStreamInfo(InputStreamInfo 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 | getAppName()Get The input stream path. | 
| String | getInputAddress()Get The input stream address. | 
| Long | getStatus()Get The input stream status. | 
| String | getStreamName()Get The input stream name. | 
| void | setAppName(String AppName)Set The input stream path. | 
| void | setInputAddress(String InputAddress)Set The input stream address. | 
| void | setStatus(Long Status)Set The input stream status. | 
| void | setStreamName(String StreamName)Set The input stream name. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InputStreamInfo()
public InputStreamInfo(InputStreamInfo source)
public String getInputAddress()
public void setInputAddress(String InputAddress)
InputAddress - The input stream address.public String getAppName()
public void setAppName(String AppName)
AppName - The input stream path.public String getStreamName()
public void setStreamName(String StreamName)
StreamName - The input stream name.public Long getStatus()
public void setStatus(Long Status)
Status - The input stream status. `1` indicates the stream is active.Copyright © 2025. All rights reserved.