Condividi tramite


ProcessModuleInfoInner Class

public final class ProcessModuleInfoInner
extends ProxyResource

Process Module Information.

Method Summary

Modifier and Type Method and Description
String baseAddress()

Get the baseAddress property: Base address.

String fileDescription()

Get the fileDescription property: File description.

String fileName()

Get the fileName property: File name.

String filePath()

Get the filePath property: File path.

String fileVersion()

Get the fileVersion property: File version.

static ProcessModuleInfoInner fromJson(JsonReader jsonReader)

Reads an instance of ProcessModuleInfoInner from the JsonReader.

String href()

Get the href property: HRef URI.

String id()

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

Boolean isDebug()

Get the isDebug property: Is debug?.

String kind()

Get the kind property: Kind of resource.

String language()

Get the language property: Module language (locale).

Integer moduleMemorySize()

Get the moduleMemorySize property: Module memory size.

String name()

Get the name property: The name of the resource.

String product()

Get the product property: Product name.

String productVersion()

Get the productVersion property: Product version.

SystemData systemData()

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

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Method Details

baseAddress

public String baseAddress()

Get the baseAddress property: Base address. Used as module identifier in ARM resource URI.

Returns:

the baseAddress value.

fileDescription

public String fileDescription()

Get the fileDescription property: File description.

Returns:

the fileDescription value.

fileName

public String fileName()

Get the fileName property: File name.

Returns:

the fileName value.

filePath

public String filePath()

Get the filePath property: File path.

Returns:

the filePath value.

fileVersion

public String fileVersion()

Get the fileVersion property: File version.

Returns:

the fileVersion value.

fromJson

public static ProcessModuleInfoInner fromJson(JsonReader jsonReader)

Reads an instance of ProcessModuleInfoInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

href

public String href()

Get the href property: HRef URI.

Returns:

the href value.

id

public String id()

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

Overrides:

ProcessModuleInfoInner.id()

Returns:

the id value.

isDebug

public Boolean isDebug()

Get the isDebug property: Is debug?.

Returns:

the isDebug value.

kind

public String kind()

Get the kind property: Kind of resource.

Returns:

the kind value.

language

public String language()

Get the language property: Module language (locale).

Returns:

the language value.

moduleMemorySize

public Integer moduleMemorySize()

Get the moduleMemorySize property: Module memory size.

Returns:

the moduleMemorySize value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

ProcessModuleInfoInner.name()

Returns:

the name value.

product

public String product()

Get the product property: Product name.

Returns:

the product value.

productVersion

public String productVersion()

Get the productVersion property: Product version.

Returns:

the productVersion value.

systemData

public SystemData systemData()

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

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ProcessModuleInfoInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

ProcessModuleInfoInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to