public class ActivationOS extends Object implements Serializable, Cloneable
Constructor and Description |
---|
ActivationOS() |
Modifier and Type | Method and Description |
---|---|
ActivationOS |
clone()
Method clone.
|
String |
getArch()
Get the architecture of the OS to be used to activate a
profile.
|
String |
getFamily()
Get the general family of the OS to be used to activate a
profile (e.g.
|
String |
getName()
Get the name of the OS to be used to activate a profile.
|
String |
getVersion()
Get the version of the OS to be used to activate a profile.
|
void |
setArch(String arch)
Set the architecture of the OS to be used to activate a
profile.
|
void |
setFamily(String family)
Set the general family of the OS to be used to activate a
profile (e.g.
|
void |
setName(String name)
Set the name of the OS to be used to activate a profile.
|
void |
setVersion(String version)
Set the version of the OS to be used to activate a profile.
|
public ActivationOS clone()
public String getArch()
public String getFamily()
public String getName()
public String getVersion()
public void setArch(String arch)
arch
- public void setFamily(String family)
family
- public void setName(String name)
name
- public void setVersion(String version)
version
- Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.