public class V1ManagedFieldsEntry extends Object
Constructor and Description |
---|
V1ManagedFieldsEntry() |
Modifier and Type | Method and Description |
---|---|
V1ManagedFieldsEntry |
apiVersion(String apiVersion) |
boolean |
equals(Object o) |
V1ManagedFieldsEntry |
fields(Object fields) |
String |
getApiVersion()
APIVersion defines the version of this resource that this field set applies to.
|
Object |
getFields()
Fields identifies a set of fields.
|
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 |
setFields(Object fields) |
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 V1ManagedFieldsEntry apiVersion(String apiVersion)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public V1ManagedFieldsEntry fields(Object fields)
public Object getFields()
public void setFields(Object fields)
public V1ManagedFieldsEntry manager(String manager)
public String getManager()
public void setManager(String manager)
public V1ManagedFieldsEntry operation(String operation)
public String getOperation()
public void setOperation(String operation)
public V1ManagedFieldsEntry time(org.joda.time.DateTime time)
public org.joda.time.DateTime getTime()
public void setTime(org.joda.time.DateTime time)
Copyright © 2019. All rights reserved.