public class RegistryIdentityParser extends Object
| Constructor and Description |
|---|
RegistryIdentityParser()
Empty constructor.
|
RegistryIdentityParser(String json)
Constructor for a RegistryIdentityParser object that is built from the provided JSON.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getConnectionStateUpdatedTime()
Getter for ConnectionStateUpdatedTime.
|
Date |
getLastActivityTime()
Getter for LastActivityTime.
|
Date |
getStatusUpdatedTime()
Getter for StatusUpdatedTime.
|
void |
setConnectionStateUpdatedTime(Date connectionStateUpdatedTime)
Setter for ConnectionStateUpdatedTime.
|
void |
setLastActivityTime(Date lastActivityTime)
Setter for LastActivityTime.
|
void |
setStatusUpdatedTime(Date statusUpdatedTime)
Setter for StatusUpdatedTime.
|
String |
toJson()
Converts this into JSON format and returns it.
|
public RegistryIdentityParser()
public RegistryIdentityParser(String json)
json - The JSON to build the object from.IllegalArgumentException - If the provided JSON is null, empty, or not the expected format.public String toJson()
public Date getStatusUpdatedTime()
public void setStatusUpdatedTime(Date statusUpdatedTime)
statusUpdatedTime - The value to set StatusUpdatedTime to.public Date getConnectionStateUpdatedTime()
public void setConnectionStateUpdatedTime(Date connectionStateUpdatedTime)
connectionStateUpdatedTime - The value to set ConnectionStateUpdatedTime to.public Date getLastActivityTime()
public void setLastActivityTime(Date lastActivityTime)
lastActivityTime - The value to set LastActivityTime to.Copyright © 2024. All rights reserved.