public final class ProcessModuleInfoProperties extends Object
| Constructor and Description |
|---|
ProcessModuleInfoProperties() |
| 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.
|
ProcessModuleInfoProperties |
withBaseAddress(String baseAddress)
Set the baseAddress property: Base address.
|
ProcessModuleInfoProperties |
withFileDescription(String fileDescription)
Set the fileDescription property: File description.
|
ProcessModuleInfoProperties |
withFileName(String fileName)
Set the fileName property: File name.
|
ProcessModuleInfoProperties |
withFilePath(String filePath)
Set the filePath property: File path.
|
ProcessModuleInfoProperties |
withFileVersion(String fileVersion)
Set the fileVersion property: File version.
|
ProcessModuleInfoProperties |
withHref(String href)
Set the href property: HRef URI.
|
ProcessModuleInfoProperties |
withIsDebug(Boolean isDebug)
Set the isDebug property: Is debug?.
|
ProcessModuleInfoProperties |
withLanguage(String language)
Set the language property: Module language (locale).
|
ProcessModuleInfoProperties |
withModuleMemorySize(Integer moduleMemorySize)
Set the moduleMemorySize property: Module memory size.
|
ProcessModuleInfoProperties |
withProduct(String product)
Set the product property: Product name.
|
ProcessModuleInfoProperties |
withProductVersion(String productVersion)
Set the productVersion property: Product version.
|
public String baseAddress()
public ProcessModuleInfoProperties withBaseAddress(String baseAddress)
baseAddress - the baseAddress value to set.public String fileName()
public ProcessModuleInfoProperties withFileName(String fileName)
fileName - the fileName value to set.public String href()
public ProcessModuleInfoProperties withHref(String href)
href - the href value to set.public String filePath()
public ProcessModuleInfoProperties withFilePath(String filePath)
filePath - the filePath value to set.public Integer moduleMemorySize()
public ProcessModuleInfoProperties withModuleMemorySize(Integer moduleMemorySize)
moduleMemorySize - the moduleMemorySize value to set.public String fileVersion()
public ProcessModuleInfoProperties withFileVersion(String fileVersion)
fileVersion - the fileVersion value to set.public String fileDescription()
public ProcessModuleInfoProperties withFileDescription(String fileDescription)
fileDescription - the fileDescription value to set.public String product()
public ProcessModuleInfoProperties withProduct(String product)
product - the product value to set.public String productVersion()
public ProcessModuleInfoProperties withProductVersion(String productVersion)
productVersion - the productVersion value to set.public Boolean isDebug()
public ProcessModuleInfoProperties withIsDebug(Boolean isDebug)
isDebug - the isDebug value to set.public String language()
public ProcessModuleInfoProperties withLanguage(String language)
language - the language value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.