@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-11-28T14:07:30.308Z[Etc/UTC]") public class V1alpha1Webhook extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CLIENT_CONFIG |
static String |
SERIALIZED_NAME_THROTTLE |
Constructor and Description |
---|
V1alpha1Webhook() |
Modifier and Type | Method and Description |
---|---|
V1alpha1Webhook |
clientConfig(V1alpha1WebhookClientConfig clientConfig) |
boolean |
equals(Object o) |
V1alpha1WebhookClientConfig |
getClientConfig()
Get clientConfig
|
V1alpha1WebhookThrottleConfig |
getThrottle()
Get throttle
|
int |
hashCode() |
void |
setClientConfig(V1alpha1WebhookClientConfig clientConfig) |
void |
setThrottle(V1alpha1WebhookThrottleConfig throttle) |
V1alpha1Webhook |
throttle(V1alpha1WebhookThrottleConfig throttle) |
String |
toString() |
public static final String SERIALIZED_NAME_CLIENT_CONFIG
public static final String SERIALIZED_NAME_THROTTLE
public V1alpha1Webhook clientConfig(V1alpha1WebhookClientConfig clientConfig)
public V1alpha1WebhookClientConfig getClientConfig()
public void setClientConfig(V1alpha1WebhookClientConfig clientConfig)
public V1alpha1Webhook throttle(V1alpha1WebhookThrottleConfig throttle)
@Nullable public V1alpha1WebhookThrottleConfig getThrottle()
public void setThrottle(V1alpha1WebhookThrottleConfig throttle)
Copyright © 2019. All rights reserved.