public class OutputsStatistics extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| OutputsStatistics() | 
| OutputsStatistics(OutputsStatistics 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 | 
|---|---|
| PipelineOutputStatistics[] | getPipeline0()Get Output information of pipeline 0. | 
| PipelineOutputStatistics[] | getPipeline1()Get Output information of pipeline 1. | 
| void | setPipeline0(PipelineOutputStatistics[] Pipeline0)Set Output information of pipeline 0. | 
| void | setPipeline1(PipelineOutputStatistics[] Pipeline1)Set Output information of pipeline 1. | 
| 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 OutputsStatistics()
public OutputsStatistics(OutputsStatistics source)
public PipelineOutputStatistics[] getPipeline0()
public void setPipeline0(PipelineOutputStatistics[] Pipeline0)
Pipeline0 - Output information of pipeline 0.public PipelineOutputStatistics[] getPipeline1()
public void setPipeline1(PipelineOutputStatistics[] Pipeline1)
Pipeline1 - Output information of pipeline 1.Copyright © 2024. All rights reserved.