java.io.Serializablepublic class ActivationOS
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
ActivationOS() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getArch() |
Get the architecture of the OS to be used to activate a
profile.
|
java.lang.String |
getFamily() |
Get the general family of the OS to be used to activate a
profile (e.g.
|
java.lang.String |
getName() |
Get the name of the OS to be used to activate a profile.
|
java.lang.String |
getVersion() |
Get the version of the OS to be used to activate a profile.
|
void |
setArch(java.lang.String arch) |
Set the architecture of the OS to be used to activate a
profile.
|
void |
setFamily(java.lang.String family) |
Set the general family of the OS to be used to activate a
profile (e.g.
|
void |
setName(java.lang.String name) |
Set the name of the OS to be used to activate a profile.
|
void |
setVersion(java.lang.String version) |
Set the version of the OS to be used to activate a profile.
|
public java.lang.String getArch()
public java.lang.String getFamily()
public java.lang.String getName()
public java.lang.String getVersion()
public void setArch(java.lang.String arch)
arch - public void setFamily(java.lang.String family)
family - public void setName(java.lang.String name)
name - public void setVersion(java.lang.String version)
version -