@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KxChangesetListEntry extends Object implements Serializable, Cloneable, StructuredPojo
Details of changeset.
Constructor and Description |
---|
KxChangesetListEntry() |
Modifier and Type | Method and Description |
---|---|
KxChangesetListEntry |
clone() |
boolean |
equals(Object obj) |
Date |
getActiveFromTimestamp()
Beginning time from which the changeset is active.
|
String |
getChangesetId()
A unique identifier for the changeset.
|
Date |
getCreatedTimestamp()
The timestamp at which the changeset was created in FinSpace.
|
Date |
getLastModifiedTimestamp()
The timestamp at which the changeset was modified.
|
String |
getStatus()
Status of the changeset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActiveFromTimestamp(Date activeFromTimestamp)
Beginning time from which the changeset is active.
|
void |
setChangesetId(String changesetId)
A unique identifier for the changeset.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the changeset was created in FinSpace.
|
void |
setLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp at which the changeset was modified.
|
void |
setStatus(String status)
Status of the changeset.
|
String |
toString()
Returns a string representation of this object.
|
KxChangesetListEntry |
withActiveFromTimestamp(Date activeFromTimestamp)
Beginning time from which the changeset is active.
|
KxChangesetListEntry |
withChangesetId(String changesetId)
A unique identifier for the changeset.
|
KxChangesetListEntry |
withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the changeset was created in FinSpace.
|
KxChangesetListEntry |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp at which the changeset was modified.
|
KxChangesetListEntry |
withStatus(ChangesetStatus status)
Status of the changeset.
|
KxChangesetListEntry |
withStatus(String status)
Status of the changeset.
|
public void setChangesetId(String changesetId)
A unique identifier for the changeset.
changesetId
- A unique identifier for the changeset.public String getChangesetId()
A unique identifier for the changeset.
public KxChangesetListEntry withChangesetId(String changesetId)
A unique identifier for the changeset.
changesetId
- A unique identifier for the changeset.public void setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createdTimestamp
- The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.public Date getCreatedTimestamp()
The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public KxChangesetListEntry withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createdTimestamp
- The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.public void setActiveFromTimestamp(Date activeFromTimestamp)
Beginning time from which the changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
activeFromTimestamp
- Beginning time from which the changeset is active. The value is determined as epoch time in milliseconds.
For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.public Date getActiveFromTimestamp()
Beginning time from which the changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public KxChangesetListEntry withActiveFromTimestamp(Date activeFromTimestamp)
Beginning time from which the changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
activeFromTimestamp
- Beginning time from which the changeset is active. The value is determined as epoch time in milliseconds.
For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.public void setLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp at which the changeset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
lastModifiedTimestamp
- The timestamp at which the changeset was modified. The value is determined as epoch time in milliseconds.
For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.public Date getLastModifiedTimestamp()
The timestamp at which the changeset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
public KxChangesetListEntry withLastModifiedTimestamp(Date lastModifiedTimestamp)
The timestamp at which the changeset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
lastModifiedTimestamp
- The timestamp at which the changeset was modified. The value is determined as epoch time in milliseconds.
For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.public void setStatus(String status)
Status of the changeset.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
status
- Status of the changeset.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatus
public String getStatus()
Status of the changeset.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatus
public KxChangesetListEntry withStatus(String status)
Status of the changeset.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
status
- Status of the changeset.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatus
public KxChangesetListEntry withStatus(ChangesetStatus status)
Status of the changeset.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
status
- Status of the changeset.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatus
public String toString()
toString
in class Object
Object.toString()
public KxChangesetListEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.