@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1alpha1WebhookThrottleConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BURST |
static String |
SERIALIZED_NAME_QPS |
Constructor and Description |
---|
V1alpha1WebhookThrottleConfig() |
Modifier and Type | Method and Description |
---|---|
V1alpha1WebhookThrottleConfig |
burst(Long burst) |
boolean |
equals(Object o) |
Long |
getBurst()
ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS
|
Long |
getQps()
ThrottleQPS maximum number of batches per second default 10 QPS
|
int |
hashCode() |
V1alpha1WebhookThrottleConfig |
qps(Long qps) |
void |
setBurst(Long burst) |
void |
setQps(Long qps) |
String |
toString() |
public static final String SERIALIZED_NAME_BURST
public static final String SERIALIZED_NAME_QPS
public V1alpha1WebhookThrottleConfig burst(Long burst)
@Nullable public Long getBurst()
public void setBurst(Long burst)
public V1alpha1WebhookThrottleConfig qps(Long qps)
@Nullable public Long getQps()
public void setQps(Long qps)
Copyright © 2020. All rights reserved.