@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-07-29T18:17:00.375Z[Etc/UTC]") public class V1ManagedFieldsEntry extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_API_VERSION |
static String |
SERIALIZED_NAME_FIELDS_TYPE |
static String |
SERIALIZED_NAME_FIELDS_V1 |
static String |
SERIALIZED_NAME_MANAGER |
static String |
SERIALIZED_NAME_OPERATION |
static String |
SERIALIZED_NAME_TIME |
Constructor and Description |
---|
V1ManagedFieldsEntry() |
Modifier and Type | Method and Description |
---|---|
V1ManagedFieldsEntry |
apiVersion(String apiVersion) |
boolean |
equals(Object o) |
V1ManagedFieldsEntry |
fieldsType(String fieldsType) |
V1ManagedFieldsEntry |
fieldsV1(Object fieldsV1) |
String |
getApiVersion()
APIVersion defines the version of this resource that this field set applies to.
|
String |
getFieldsType()
FieldsType is the discriminator for the different fields format and version.
|
Object |
getFieldsV1()
FieldsV1 holds the first JSON version format as described in the \"FieldsV1\" type.
|
String |
getManager()
Manager is an identifier of the workflow managing these fields.
|
String |
getOperation()
Operation is the type of operation which lead to this ManagedFieldsEntry being created.
|
org.joda.time.DateTime |
getTime()
Time is timestamp of when these fields were set.
|
int |
hashCode() |
V1ManagedFieldsEntry |
manager(String manager) |
V1ManagedFieldsEntry |
operation(String operation) |
void |
setApiVersion(String apiVersion) |
void |
setFieldsType(String fieldsType) |
void |
setFieldsV1(Object fieldsV1) |
void |
setManager(String manager) |
void |
setOperation(String operation) |
void |
setTime(org.joda.time.DateTime time) |
V1ManagedFieldsEntry |
time(org.joda.time.DateTime time) |
String |
toString() |
public static final String SERIALIZED_NAME_API_VERSION
public static final String SERIALIZED_NAME_FIELDS_TYPE
public static final String SERIALIZED_NAME_FIELDS_V1
public static final String SERIALIZED_NAME_MANAGER
public static final String SERIALIZED_NAME_OPERATION
public static final String SERIALIZED_NAME_TIME
public V1ManagedFieldsEntry apiVersion(String apiVersion)
@Nullable public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1ManagedFieldsEntry fieldsType(String fieldsType)
@Nullable public String getFieldsType()
public void setFieldsType(String fieldsType)
public V1ManagedFieldsEntry fieldsV1(Object fieldsV1)
@Nullable public Object getFieldsV1()
public void setFieldsV1(Object fieldsV1)
public V1ManagedFieldsEntry manager(String manager)
@Nullable public String getManager()
public void setManager(String manager)
public V1ManagedFieldsEntry operation(String operation)
@Nullable public String getOperation()
public void setOperation(String operation)
public V1ManagedFieldsEntry time(org.joda.time.DateTime time)
@Nullable public org.joda.time.DateTime getTime()
public void setTime(org.joda.time.DateTime time)
Copyright © 2020. All rights reserved.