Aracılığıyla paylaş


DeletedWorkbookProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.applicationinsights.fluent.models.DeletedWorkbookProperties

Implements

public final class DeletedWorkbookProperties
implements JsonSerializable<DeletedWorkbookProperties>

Properties that contain a workbook.

Constructor Summary

Constructor Description
DeletedWorkbookProperties()

Creates an instance of DeletedWorkbookProperties class.

Method Summary

Modifier and Type Method and Description
String category()

Get the category property: Workbook category, as defined by the user at creation time.

String description()

Get the description property: The description of the workbook.

String displayName()

Get the displayName property: The user-defined name (display name) of the workbook.

static DeletedWorkbookProperties fromJson(JsonReader jsonReader)

Reads an instance of DeletedWorkbookProperties from the JsonReader.

String revision()

Get the revision property: The unique revision id for this workbook definition.

String serializedData()

Get the serializedData property: Configuration of this particular workbook.

String sourceId()

Get the sourceId property: ResourceId for a source resource.

String storageUri()

Get the storageUri property: The resourceId to the storage account when bring your own storage is used.

List<String> tags()

Get the tags property: Being deprecated, please use the other tags field.

OffsetDateTime timeModified()

Get the timeModified property: Date and time in UTC of the last modification that was made to this workbook definition.

JsonWriter toJson(JsonWriter jsonWriter)
String userId()

Get the userId property: Unique user id of the specific user that owns this workbook.

void validate()

Validates the instance.

String version()

Get the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.

DeletedWorkbookProperties withCategory(String category)

Set the category property: Workbook category, as defined by the user at creation time.

DeletedWorkbookProperties withDescription(String description)

Set the description property: The description of the workbook.

DeletedWorkbookProperties withDisplayName(String displayName)

Set the displayName property: The user-defined name (display name) of the workbook.

DeletedWorkbookProperties withSerializedData(String serializedData)

Set the serializedData property: Configuration of this particular workbook.

DeletedWorkbookProperties withSourceId(String sourceId)

Set the sourceId property: ResourceId for a source resource.

DeletedWorkbookProperties withStorageUri(String storageUri)

Set the storageUri property: The resourceId to the storage account when bring your own storage is used.

DeletedWorkbookProperties withTags(List<String> tags)

Set the tags property: Being deprecated, please use the other tags field.

DeletedWorkbookProperties withVersion(String version)

Set the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.

Methods inherited from java.lang.Object

Constructor Details

DeletedWorkbookProperties

public DeletedWorkbookProperties()

Creates an instance of DeletedWorkbookProperties class.

Method Details

category

public String category()

Get the category property: Workbook category, as defined by the user at creation time.

Returns:

the category value.

description

public String description()

Get the description property: The description of the workbook.

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: The user-defined name (display name) of the workbook.

Returns:

the displayName value.

fromJson

public static DeletedWorkbookProperties fromJson(JsonReader jsonReader)

Reads an instance of DeletedWorkbookProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

revision

public String revision()

Get the revision property: The unique revision id for this workbook definition.

Returns:

the revision value.

serializedData

public String serializedData()

Get the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON.

Returns:

the serializedData value.

sourceId

public String sourceId()

Get the sourceId property: ResourceId for a source resource.

Returns:

the sourceId value.

storageUri

public String storageUri()

Get the storageUri property: The resourceId to the storage account when bring your own storage is used.

Returns:

the storageUri value.

tags

public List<String> tags()

Get the tags property: Being deprecated, please use the other tags field.

Returns:

the tags value.

timeModified

public OffsetDateTime timeModified()

Get the timeModified property: Date and time in UTC of the last modification that was made to this workbook definition.

Returns:

the timeModified value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

userId

public String userId()

Get the userId property: Unique user id of the specific user that owns this workbook.

Returns:

the userId value.

validate

public void validate()

Validates the instance.

version

public String version()

Get the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.

Returns:

the version value.

withCategory

public DeletedWorkbookProperties withCategory(String category)

Set the category property: Workbook category, as defined by the user at creation time.

Parameters:

category - the category value to set.

Returns:

the DeletedWorkbookProperties object itself.

withDescription

public DeletedWorkbookProperties withDescription(String description)

Set the description property: The description of the workbook.

Parameters:

description - the description value to set.

Returns:

the DeletedWorkbookProperties object itself.

withDisplayName

public DeletedWorkbookProperties withDisplayName(String displayName)

Set the displayName property: The user-defined name (display name) of the workbook.

Parameters:

displayName - the displayName value to set.

Returns:

the DeletedWorkbookProperties object itself.

withSerializedData

public DeletedWorkbookProperties withSerializedData(String serializedData)

Set the serializedData property: Configuration of this particular workbook. Configuration data is a string containing valid JSON.

Parameters:

serializedData - the serializedData value to set.

Returns:

the DeletedWorkbookProperties object itself.

withSourceId

public DeletedWorkbookProperties withSourceId(String sourceId)

Set the sourceId property: ResourceId for a source resource.

Parameters:

sourceId - the sourceId value to set.

Returns:

the DeletedWorkbookProperties object itself.

withStorageUri

public DeletedWorkbookProperties withStorageUri(String storageUri)

Set the storageUri property: The resourceId to the storage account when bring your own storage is used.

Parameters:

storageUri - the storageUri value to set.

Returns:

the DeletedWorkbookProperties object itself.

withTags

public DeletedWorkbookProperties withTags(List<String> tags)

Set the tags property: Being deprecated, please use the other tags field.

Parameters:

tags - the tags value to set.

Returns:

the DeletedWorkbookProperties object itself.

withVersion

public DeletedWorkbookProperties withVersion(String version)

Set the version property: Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData.

Parameters:

version - the version value to set.

Returns:

the DeletedWorkbookProperties object itself.

Applies to