public class ChannelInputStatistics extends AbstractModel
Constructor and Description |
---|
ChannelInputStatistics() |
ChannelInputStatistics(ChannelInputStatistics 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 |
getInputId()
Get Input ID.
|
InputStatistics |
getStatistics()
Get Input statistics.
|
void |
setInputId(String InputId)
Set Input ID.
|
void |
setStatistics(InputStatistics Statistics)
Set Input statistics.
|
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, toJsonString
public ChannelInputStatistics()
public ChannelInputStatistics(ChannelInputStatistics source)
public String getInputId()
public void setInputId(String InputId)
InputId
- Input ID.public InputStatistics getStatistics()
public void setStatistics(InputStatistics Statistics)
Statistics
- Input statistics.Copyright © 2023. All rights reserved.