@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KxDatabaseListEntry extends Object implements Serializable, Cloneable, StructuredPojo
Details about a FinSpace managed kdb database
Constructor and Description |
---|
KxDatabaseListEntry() |
Modifier and Type | Method and Description |
---|---|
KxDatabaseListEntry |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The timestamp at which the database was created in FinSpace.
|
String |
getDatabaseName()
The name of the kdb database.
|
Date |
getLastModifiedTimestamp()
The last time that the database was modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the database was created in FinSpace.
|
void |
setDatabaseName(String databaseName)
The name of the kdb database.
|
void |
setLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the database was modified.
|
String |
toString()
Returns a string representation of this object.
|
KxDatabaseListEntry |
withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the database was created in FinSpace.
|
KxDatabaseListEntry |
withDatabaseName(String databaseName)
The name of the kdb database.
|
KxDatabaseListEntry |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the database was modified.
|
public void setDatabaseName(String databaseName)
The name of the kdb database.
databaseName
- The name of the kdb database.public String getDatabaseName()
The name of the kdb database.
public KxDatabaseListEntry withDatabaseName(String databaseName)
The name of the kdb database.
databaseName
- The name of the kdb database.public void setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the database 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 database 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 database 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 KxDatabaseListEntry withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the database 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 database 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 setLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the database 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 last time that the database 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 last time that the database 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 KxDatabaseListEntry withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the database 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 last time that the database 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 String toString()
toString
in class Object
Object.toString()
public KxDatabaseListEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.