public final class ProcessModuleInfoInner extends ProxyOnlyResource
| Constructor and Description |
|---|
ProcessModuleInfoInner() |
| 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.
|
String |
href()
Get the href property: HRef URI.
|
Boolean |
isDebug()
Get the isDebug property: Is debug?.
|
String |
language()
Get the language property: Module language (locale).
|
Integer |
moduleMemorySize()
Get the moduleMemorySize property: Module memory size.
|
String |
product()
Get the product property: Product name.
|
String |
productVersion()
Get the productVersion property: Product version.
|
void |
validate()
Validates the instance.
|
ProcessModuleInfoInner |
withBaseAddress(String baseAddress)
Set the baseAddress property: Base address.
|
ProcessModuleInfoInner |
withFileDescription(String fileDescription)
Set the fileDescription property: File description.
|
ProcessModuleInfoInner |
withFileName(String fileName)
Set the fileName property: File name.
|
ProcessModuleInfoInner |
withFilePath(String filePath)
Set the filePath property: File path.
|
ProcessModuleInfoInner |
withFileVersion(String fileVersion)
Set the fileVersion property: File version.
|
ProcessModuleInfoInner |
withHref(String href)
Set the href property: HRef URI.
|
ProcessModuleInfoInner |
withIsDebug(Boolean isDebug)
Set the isDebug property: Is debug?.
|
ProcessModuleInfoInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
ProcessModuleInfoInner |
withLanguage(String language)
Set the language property: Module language (locale).
|
ProcessModuleInfoInner |
withModuleMemorySize(Integer moduleMemorySize)
Set the moduleMemorySize property: Module memory size.
|
ProcessModuleInfoInner |
withProduct(String product)
Set the product property: Product name.
|
ProcessModuleInfoInner |
withProductVersion(String productVersion)
Set the productVersion property: Product version.
|
kindpublic ProcessModuleInfoInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String baseAddress()
public ProcessModuleInfoInner withBaseAddress(String baseAddress)
baseAddress - the baseAddress value to set.public String fileName()
public ProcessModuleInfoInner withFileName(String fileName)
fileName - the fileName value to set.public String href()
public ProcessModuleInfoInner withHref(String href)
href - the href value to set.public String filePath()
public ProcessModuleInfoInner withFilePath(String filePath)
filePath - the filePath value to set.public Integer moduleMemorySize()
public ProcessModuleInfoInner withModuleMemorySize(Integer moduleMemorySize)
moduleMemorySize - the moduleMemorySize value to set.public String fileVersion()
public ProcessModuleInfoInner withFileVersion(String fileVersion)
fileVersion - the fileVersion value to set.public String fileDescription()
public ProcessModuleInfoInner withFileDescription(String fileDescription)
fileDescription - the fileDescription value to set.public String product()
public ProcessModuleInfoInner withProduct(String product)
product - the product value to set.public String productVersion()
public ProcessModuleInfoInner withProductVersion(String productVersion)
productVersion - the productVersion value to set.public Boolean isDebug()
public ProcessModuleInfoInner withIsDebug(Boolean isDebug)
isDebug - the isDebug value to set.public String language()
public ProcessModuleInfoInner withLanguage(String language)
language - the language value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.