public class JobPropertiesParser extends Object
| Constructor and Description |
|---|
JobPropertiesParser()
Empty constructor: Used only to keep GSON happy.
|
JobPropertiesParser(String json)
Constructor for a JobPropertiesParser object that is built from the provided Json
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndTimeUtc()
Getter for endTimeUtc
|
Date |
getStartTimeUtc()
Getter for startTimeUtc
|
void |
setEndTimeUtc(Date endTimeUtc)
Setter for EndTimeUtc
|
void |
setStartTimeUtc(Date startTimeUtc)
Setter for StartTimeUtc
|
String |
toJson()
Converts this into json and returns it
|
public JobPropertiesParser()
public JobPropertiesParser(String json) throws IllegalArgumentException
json - the json to build the JobPropertiesParser fromIllegalArgumentException - if the provided Json is null, empty, cannot be parsed,
or if the provided Json is missing any of the type, inputBlobContainerUri or outputBlobContainerUri fieldspublic String toJson()
public void setStartTimeUtc(Date startTimeUtc)
startTimeUtc - the value to set StartTimeUtc topublic void setEndTimeUtc(Date endTimeUtc)
endTimeUtc - the value to set EndTimeUtc topublic Date getStartTimeUtc()
public Date getEndTimeUtc()
Copyright © 2024. All rights reserved.