public class HistoryItem extends Object
Constructor and Description |
---|
HistoryItem() |
Modifier and Type | Method and Description |
---|---|
HistoryItem |
createdAt(String createdAt) |
boolean |
equals(Object o) |
HistoryItem |
expiry(String expiry) |
String |
getCreatedAt()
Date and time this history item was created
|
String |
getExpiry()
Date and time this history item will expire.
|
String |
getId()
History item ID uniquely identifying this history item
|
HistoryItemState |
getState()
Get state
|
int |
hashCode() |
HistoryItem |
id(String id) |
void |
setCreatedAt(String createdAt) |
void |
setExpiry(String expiry) |
void |
setId(String id) |
void |
setState(HistoryItemState state) |
HistoryItem |
state(HistoryItemState state) |
String |
toString() |
public HistoryItem id(String id)
public String getId()
public void setId(String id)
public HistoryItem state(HistoryItemState state)
public HistoryItemState getState()
public void setState(HistoryItemState state)
public HistoryItem createdAt(String createdAt)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public HistoryItem expiry(String expiry)
public String getExpiry()
public void setExpiry(String expiry)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved