Condividi tramite


SiteExtensionInfoInner Class

public final class SiteExtensionInfoInner
extends ProxyResource

Site Extension Information.

Method Summary

Modifier and Type Method and Description
List<String> authors()

Get the authors property: List of authors.

String comment()

Get the comment property: Site Extension comment.

String description()

Get the description property: Detailed description.

Integer downloadCount()

Get the downloadCount property: Count of downloads.

String extensionId()

Get the extensionId property: Site extension ID.

SiteExtensionType extensionType()

Get the extensionType property: Site extension type.

String extensionUrl()

Get the extensionUrl property: Extension URL.

String feedUrl()

Get the feedUrl property: Feed URL.

static SiteExtensionInfoInner fromJson(JsonReader jsonReader)

Reads an instance of SiteExtensionInfoInner from the JsonReader.

String iconUrl()

Get the iconUrl property: Icon URL.

String id()

Get the id property: Fully qualified resource Id for the resource.

OffsetDateTime installedDateTime()

Get the installedDateTime property: Installed timestamp.

String installerCommandLineParams()

Get the installerCommandLineParams property: Installer command line parameters.

String kind()

Get the kind property: Kind of resource.

String licenseUrl()

Get the licenseUrl property: License URL.

Boolean localIsLatestVersion()

Get the localIsLatestVersion property: true if the local version is the latest version; false otherwise.

String localPath()

Get the localPath property: Local path.

String name()

Get the name property: The name of the resource.

String projectUrl()

Get the projectUrl property: Project URL.

String provisioningState()

Get the provisioningState property: Provisioning state.

OffsetDateTime publishedDateTime()

Get the publishedDateTime property: Published timestamp.

String summary()

Get the summary property: Summary description.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

String title()

Get the title property: The title property.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

String version()

Get the version property: Version information.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Method Details

authors

public List<String> authors()

Get the authors property: List of authors.

Returns:

the authors value.

comment

public String comment()

Get the comment property: Site Extension comment.

Returns:

the comment value.

description

public String description()

Get the description property: Detailed description.

Returns:

the description value.

downloadCount

public Integer downloadCount()

Get the downloadCount property: Count of downloads.

Returns:

the downloadCount value.

extensionId

public String extensionId()

Get the extensionId property: Site extension ID.

Returns:

the extensionId value.

extensionType

public SiteExtensionType extensionType()

Get the extensionType property: Site extension type.

Returns:

the extensionType value.

extensionUrl

public String extensionUrl()

Get the extensionUrl property: Extension URL.

Returns:

the extensionUrl value.

feedUrl

public String feedUrl()

Get the feedUrl property: Feed URL.

Returns:

the feedUrl value.

fromJson

public static SiteExtensionInfoInner fromJson(JsonReader jsonReader)

Reads an instance of SiteExtensionInfoInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SiteExtensionInfoInner 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.

iconUrl

public String iconUrl()

Get the iconUrl property: Icon URL.

Returns:

the iconUrl value.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

SiteExtensionInfoInner.id()

Returns:

the id value.

installedDateTime

public OffsetDateTime installedDateTime()

Get the installedDateTime property: Installed timestamp.

Returns:

the installedDateTime value.

installerCommandLineParams

public String installerCommandLineParams()

Get the installerCommandLineParams property: Installer command line parameters.

Returns:

the installerCommandLineParams value.

kind

public String kind()

Get the kind property: Kind of resource.

Returns:

the kind value.

licenseUrl

public String licenseUrl()

Get the licenseUrl property: License URL.

Returns:

the licenseUrl value.

localIsLatestVersion

public Boolean localIsLatestVersion()

Get the localIsLatestVersion property: true if the local version is the latest version; false otherwise.

Returns:

the localIsLatestVersion value.

localPath

public String localPath()

Get the localPath property: Local path.

Returns:

the localPath value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

SiteExtensionInfoInner.name()

Returns:

the name value.

projectUrl

public String projectUrl()

Get the projectUrl property: Project URL.

Returns:

the projectUrl value.

provisioningState

public String provisioningState()

Get the provisioningState property: Provisioning state.

Returns:

the provisioningState value.

publishedDateTime

public OffsetDateTime publishedDateTime()

Get the publishedDateTime property: Published timestamp.

Returns:

the publishedDateTime value.

summary

public String summary()

Get the summary property: Summary description.

Returns:

the summary value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

title

public String title()

Get the title property: The title property.

Returns:

the title value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SiteExtensionInfoInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

SiteExtensionInfoInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

version

public String version()

Get the version property: Version information.

Returns:

the version value.

Applies to