@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-12-01T23:56:56.539Z") public class ApiPerfInspectorPingArgs extends Object
Constructor and Description |
---|
ApiPerfInspectorPingArgs() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getPingCount()
Number of iterations of the ping request to each target host.
|
Integer |
getPingPacketSizeBytes()
Packet size in bytes for each ping request.
|
Integer |
getPingTimeoutSecs()
Timeout in seconds for the ping request to each target host.
|
int |
hashCode() |
ApiPerfInspectorPingArgs |
pingCount(Integer pingCount) |
ApiPerfInspectorPingArgs |
pingPacketSizeBytes(Integer pingPacketSizeBytes) |
ApiPerfInspectorPingArgs |
pingTimeoutSecs(Integer pingTimeoutSecs) |
void |
setPingCount(Integer pingCount) |
void |
setPingPacketSizeBytes(Integer pingPacketSizeBytes) |
void |
setPingTimeoutSecs(Integer pingTimeoutSecs) |
String |
toString() |
public ApiPerfInspectorPingArgs pingTimeoutSecs(Integer pingTimeoutSecs)
public Integer getPingTimeoutSecs()
public void setPingTimeoutSecs(Integer pingTimeoutSecs)
public ApiPerfInspectorPingArgs pingCount(Integer pingCount)
public Integer getPingCount()
public void setPingCount(Integer pingCount)
public ApiPerfInspectorPingArgs pingPacketSizeBytes(Integer pingPacketSizeBytes)
public Integer getPingPacketSizeBytes()
public void setPingPacketSizeBytes(Integer pingPacketSizeBytes)
Copyright © 2020. All rights reserved.