public class PipelineOutputStatistics extends AbstractModel
header, skipSign
Constructor and Description |
---|
PipelineOutputStatistics() |
PipelineOutputStatistics(PipelineOutputStatistics 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 |
getNetworkOut()
Get Output bandwidth in bps.
|
Long |
getTimestamp()
Get Timestamp.
|
void |
setNetworkOut(Long NetworkOut)
Set Output bandwidth in bps.
|
void |
setTimestamp(Long Timestamp)
Set Timestamp.
|
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, toJsonString
public PipelineOutputStatistics()
public PipelineOutputStatistics(PipelineOutputStatistics source)
public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- Timestamp.
In seconds, indicating data time.public Long getNetworkOut()
public void setNetworkOut(Long NetworkOut)
NetworkOut
- Output bandwidth in bps.Copyright © 2024. All rights reserved.