public class NativeAppContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NativeAppContext.Builder
Class to build instances of
NativeAppContext. |
| Constructor and Description |
|---|
NativeAppContext()
Default constructor.
|
NativeAppContext(OsType osType,
String osVersion)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OsType |
getOsType()
Getter for OsType.
|
String |
getOsVersion()
Getter for OsVersion.
|
void |
setOsType(OsType osType)
Setter for OsType.
|
void |
setOsVersion(String osVersion)
Setter for OsVersion.
|
NativeAppContext.Builder |
toBuilder()
Builds a new
NativeAppContext.Builder object. |
String |
toString()
Converts this NativeAppContext into string format.
|
public OsType getOsType()
public void setOsType(OsType osType)
osType - Value for OsTypepublic String getOsVersion()
public void setOsVersion(String osVersion)
osVersion - Value for Stringpublic String toString()
public NativeAppContext.Builder toBuilder()
NativeAppContext.Builder object.
Creates the instance with the state of the current model.NativeAppContext.Builder objectCopyright © 2026. All rights reserved.