ScheduledJob Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.jobs.ScheduledJob

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