Class SummaryLogsRetryBinProperties
java.lang.Object
com.azure.resourcemanager.loganalytics.models.SummaryLogsRetryBinProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<SummaryLogsRetryBinProperties>
public final class SummaryLogsRetryBinProperties
extends Object
implements com.azure.json.JsonSerializable<SummaryLogsRetryBinProperties>
Properties for retrying a Summary rule bin.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SummaryLogsRetryBinProperties class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SummaryLogsRetryBinProperties from the JsonReader.Get the retryBinStartTime property: The time (UTC) of the bin to retry.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) withRetryBinStartTime(OffsetDateTime retryBinStartTime) Set the retryBinStartTime property: The time (UTC) of the bin to retry.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
SummaryLogsRetryBinProperties
public SummaryLogsRetryBinProperties()Creates an instance of SummaryLogsRetryBinProperties class.
-
-
Method Details
-
retryBinStartTime
Get the retryBinStartTime property: The time (UTC) of the bin to retry.- Returns:
- the retryBinStartTime value.
-
withRetryBinStartTime
Set the retryBinStartTime property: The time (UTC) of the bin to retry.- Parameters:
retryBinStartTime- the retryBinStartTime value to set.- Returns:
- the SummaryLogsRetryBinProperties object itself.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<SummaryLogsRetryBinProperties>- Throws:
IOException
-
fromJson
public static SummaryLogsRetryBinProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of SummaryLogsRetryBinProperties from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of SummaryLogsRetryBinProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IllegalStateException- If the deserialized JSON object was missing any required properties.IOException- If an error occurs while reading the SummaryLogsRetryBinProperties.
-