public class ConfigurationParser extends Object
| Constructor and Description |
|---|
ConfigurationParser()
Empty constructor: Used only to keep GSON happy.
|
ConfigurationParser(String json)
Constructor for an ExportImportDeviceParser that is built using the provided json
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedTimeUtc()
Getter for createdTimeUtc
|
Date |
getLastUpdatedTimeUtc()
Getter for lastUpdatedTimeUtc
|
void |
setCreatedTimeUtc(Date createdTimeUtc)
Setter for createdTimeUtc
|
void |
setLastUpdatedTimeUtc(Date lastUpdatedTimeUtc)
Setter for lastUpdatedTimeUtc
|
String |
toJson()
Converts this into json and returns it
|
public ConfigurationParser()
public ConfigurationParser(String json)
json - the json string to build the ExportImportDeviceParser out ofpublic Date getCreatedTimeUtc()
public void setCreatedTimeUtc(Date createdTimeUtc)
createdTimeUtc - the value to set createdTimeUtc topublic Date getLastUpdatedTimeUtc()
public void setLastUpdatedTimeUtc(Date lastUpdatedTimeUtc)
lastUpdatedTimeUtc - the value to set lastUpdatedTimeUtc topublic String toJson()
Copyright © 2024. All rights reserved.