public class OutputsStatistics extends AbstractModel
| Constructor and Description | 
|---|
| OutputsStatistics() | 
| 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic 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 © 2020. All rights reserved.