次の方法で共有


ProductLogInner Class

  • java.lang.Object
    • com.azure.resourcemanager.azurestack.fluent.models.ProductLogInner

Implements

public final class ProductLogInner
implements JsonSerializable<ProductLogInner>

Product action log.

Constructor Summary

Constructor Description
ProductLogInner()

Creates an instance of ProductLogInner class.

Method Summary

Modifier and Type Method and Description
String details()

Get the details property: Operation error details.

String endDate()

Get the endDate property: Operation end datetime.

String error()

Get the error property: Operation error data.

static ProductLogInner fromJson(JsonReader jsonReader)

Reads an instance of ProductLogInner from the JsonReader.

String id()

Get the id property: Log ID.

String operation()

Get the operation property: Logged operation.

String productId()

Get the productId property: Logged product ID.

String registrationName()

Get the registrationName property: Logged registration name.

String resourceGroupName()

Get the resourceGroupName property: Logged resource group name.

String startDate()

Get the startDate property: Operation start datetime.

String status()

Get the status property: Operation status.

String subscriptionId()

Get the subscriptionId property: Logged subscription ID.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ProductLogInner

public ProductLogInner()

Creates an instance of ProductLogInner class.

Method Details

details

public String details()

Get the details property: Operation error details.

Returns:

the details value.

endDate

public String endDate()

Get the endDate property: Operation end datetime.

Returns:

the endDate value.

error

public String error()

Get the error property: Operation error data.

Returns:

the error value.

fromJson

public static ProductLogInner fromJson(JsonReader jsonReader)

Reads an instance of ProductLogInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ProductLogInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ProductLogInner.

id

public String id()

Get the id property: Log ID.

Returns:

the id value.

operation

public String operation()

Get the operation property: Logged operation.

Returns:

the operation value.

productId

public String productId()

Get the productId property: Logged product ID.

Returns:

the productId value.

registrationName

public String registrationName()

Get the registrationName property: Logged registration name.

Returns:

the registrationName value.

resourceGroupName

public String resourceGroupName()

Get the resourceGroupName property: Logged resource group name.

Returns:

the resourceGroupName value.

startDate

public String startDate()

Get the startDate property: Operation start datetime.

Returns:

the startDate value.

status

public String status()

Get the status property: Operation status.

Returns:

the status value.

subscriptionId

public String subscriptionId()

Get the subscriptionId property: Logged subscription ID.

Returns:

the subscriptionId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to