@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1Preconditions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_RESOURCE_VERSION |
static String |
SERIALIZED_NAME_UID |
Constructor and Description |
---|
V1Preconditions() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getResourceVersion()
Specifies the target ResourceVersion
|
String |
getUid()
Specifies the target UID.
|
int |
hashCode() |
V1Preconditions |
resourceVersion(String resourceVersion) |
void |
setResourceVersion(String resourceVersion) |
void |
setUid(String uid) |
String |
toString() |
V1Preconditions |
uid(String uid) |
public static final String SERIALIZED_NAME_RESOURCE_VERSION
public static final String SERIALIZED_NAME_UID
public V1Preconditions resourceVersion(String resourceVersion)
@Nullable public String getResourceVersion()
public void setResourceVersion(String resourceVersion)
public V1Preconditions uid(String uid)
public void setUid(String uid)
Copyright © 2020. All rights reserved.