@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class ApiextensionsV1WebhookClientConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CA_BUNDLE |
static String |
SERIALIZED_NAME_SERVICE |
static String |
SERIALIZED_NAME_URL |
Constructor and Description |
---|
ApiextensionsV1WebhookClientConfig() |
Modifier and Type | Method and Description |
---|---|
ApiextensionsV1WebhookClientConfig |
caBundle(byte[] caBundle) |
boolean |
equals(Object o) |
byte[] |
getCaBundle()
caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server
certificate.
|
ApiextensionsV1ServiceReference |
getService()
Get service
|
String |
getUrl()
url gives the location of the webhook, in standard URL form
(`scheme://host:port/path`).
|
int |
hashCode() |
ApiextensionsV1WebhookClientConfig |
service(ApiextensionsV1ServiceReference service) |
void |
setCaBundle(byte[] caBundle) |
void |
setService(ApiextensionsV1ServiceReference service) |
void |
setUrl(String url) |
String |
toString() |
ApiextensionsV1WebhookClientConfig |
url(String url) |
public static final String SERIALIZED_NAME_CA_BUNDLE
public static final String SERIALIZED_NAME_SERVICE
public static final String SERIALIZED_NAME_URL
public ApiextensionsV1WebhookClientConfig caBundle(byte[] caBundle)
@Nullable public byte[] getCaBundle()
public void setCaBundle(byte[] caBundle)
public ApiextensionsV1WebhookClientConfig service(ApiextensionsV1ServiceReference service)
@Nullable public ApiextensionsV1ServiceReference getService()
public void setService(ApiextensionsV1ServiceReference service)
public ApiextensionsV1WebhookClientConfig url(String url)
@Nullable public String getUrl()
public void setUrl(String url)
Copyright © 2020. All rights reserved.