public class UpdateUpstreamSourceRequest extends Object
| Constructor and Description |
|---|
UpdateUpstreamSourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateUpstreamSourceRequest |
addWatchNamespacesItem(String watchNamespacesItem) |
UpdateUpstreamSourceRequest |
comments(String comments) |
boolean |
equals(Object o) |
String |
getComments()
Get comments
|
@NotNull String |
getId()
Get id
|
@Valid IngressSettingsForUpdateUpstreamSourceInput |
getIngressSettings()
Get ingressSettings
|
List<String> |
getWatchNamespaces()
Get watchNamespaces
|
int |
hashCode() |
UpdateUpstreamSourceRequest |
id(String id) |
UpdateUpstreamSourceRequest |
ingressSettings(IngressSettingsForUpdateUpstreamSourceInput ingressSettings) |
void |
setComments(String comments) |
void |
setId(String id) |
void |
setIngressSettings(IngressSettingsForUpdateUpstreamSourceInput ingressSettings) |
void |
setWatchNamespaces(List<String> watchNamespaces) |
String |
toString() |
UpdateUpstreamSourceRequest |
watchNamespaces(List<String> watchNamespaces) |
public UpdateUpstreamSourceRequest comments(String comments)
public String getComments()
public void setComments(String comments)
public UpdateUpstreamSourceRequest id(String id)
@NotNull public @NotNull String getId()
public void setId(String id)
public UpdateUpstreamSourceRequest ingressSettings(IngressSettingsForUpdateUpstreamSourceInput ingressSettings)
@Valid public @Valid IngressSettingsForUpdateUpstreamSourceInput getIngressSettings()
public void setIngressSettings(IngressSettingsForUpdateUpstreamSourceInput ingressSettings)
public UpdateUpstreamSourceRequest watchNamespaces(List<String> watchNamespaces)
public UpdateUpstreamSourceRequest addWatchNamespacesItem(String watchNamespacesItem)
public List<String> getWatchNamespaces()
Copyright © 2026. All rights reserved.