SyncGroupLogPropertiesInner Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. SyncGroupLogPropertiesInner
- com.
Implements
public final class SyncGroupLogPropertiesInner
implements JsonSerializable<SyncGroupLogPropertiesInner>
Properties of an Azure SQL Database sync group log.
Constructor Summary
| Constructor | Description |
|---|---|
| SyncGroupLogPropertiesInner() |
Creates an instance of Sync |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
details()
Get the details property: Details of the sync group log. |
|
static
Sync |
fromJson(JsonReader jsonReader)
Reads an instance of Sync |
| String |
operationStatus()
Get the operation |
| String |
source()
Get the source property: Source of the sync group log. |
|
Offset |
timestamp()
Get the timestamp property: Timestamp of the sync group log. |
|
Json |
toJson(JsonWriter jsonWriter) |
| UUID |
tracingId()
Get the tracing |
|
Sync |
type()
Get the type property: Type of the sync group log. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SyncGroupLogPropertiesInner
public SyncGroupLogPropertiesInner()
Creates an instance of SyncGroupLogPropertiesInner class.
Method Details
details
public String details()
Get the details property: Details of the sync group log.
Returns:
fromJson
public static SyncGroupLogPropertiesInner fromJson(JsonReader jsonReader)
Reads an instance of SyncGroupLogPropertiesInner from the JsonReader.
Parameters:
Returns:
Throws:
operationStatus
public String operationStatus()
Get the operationStatus property: OperationStatus of the sync group log.
Returns:
source
public String source()
Get the source property: Source of the sync group log.
Returns:
timestamp
public OffsetDateTime timestamp()
Get the timestamp property: Timestamp of the sync group log.
Returns:
toJson
tracingId
public UUID tracingId()
Get the tracingId property: TracingId of the sync group log.
Returns:
type
public SyncGroupLogType type()
Get the type property: Type of the sync group log.
Returns:
validate
public void validate()
Validates the instance.