ScheduledJob Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. jobs. ScheduledJob
- com.
public class ScheduledJob
Metadata for a particular job created with the ScheduledJobsClient.
Constructor Summary
Constructor | Description |
---|---|
ScheduledJob(String json) |
CONSTRUCTOR |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
toString()
Return a string with a pretty print json with the content of this class |
Constructor Details
ScheduledJob
public ScheduledJob(String json)
CONSTRUCTOR
Parameters:
json
- the json string to be deserialized
Throws:
JsonParseException
- if the content of body is a invalid json
IllegalArgumentException
- if the provided body is null
Method Details
toString
public String toString()
Return a string with a pretty print json with the content of this class
Returns:
a String with a json that represents the content of this class
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java