@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T15:06:01.124Z") public class ApiPerfInspectorBandwidthArgs extends Object
Constructor and Description |
---|
ApiPerfInspectorBandwidthArgs() |
Modifier and Type | Method and Description |
---|---|
ApiPerfInspectorBandwidthArgs |
bandwidthTimeoutSecs(Integer bandwidthTimeoutSecs) |
boolean |
equals(Object o) |
Integer |
getBandwidthTimeoutSecs()
Timeout in seconds for the bandwidth request to each target host.
|
Boolean |
getRunBandwidthDiagnostics()
Optional flag to run bandwidth diagnostics test.
|
int |
hashCode() |
ApiPerfInspectorBandwidthArgs |
runBandwidthDiagnostics(Boolean runBandwidthDiagnostics) |
void |
setBandwidthTimeoutSecs(Integer bandwidthTimeoutSecs) |
void |
setRunBandwidthDiagnostics(Boolean runBandwidthDiagnostics) |
String |
toString() |
public ApiPerfInspectorBandwidthArgs runBandwidthDiagnostics(Boolean runBandwidthDiagnostics)
public Boolean getRunBandwidthDiagnostics()
public void setRunBandwidthDiagnostics(Boolean runBandwidthDiagnostics)
public ApiPerfInspectorBandwidthArgs bandwidthTimeoutSecs(Integer bandwidthTimeoutSecs)
public Integer getBandwidthTimeoutSecs()
public void setBandwidthTimeoutSecs(Integer bandwidthTimeoutSecs)
Copyright © 2021. All rights reserved.