@Generated public class ActivationOS extends BaseObject
BaseObject.ChildrenTrackingchildrenTracking, delegate| Constructor and Description |
|---|
ActivationOS() |
ActivationOS(ActivationOS delegate) |
ActivationOS(ActivationOS delegate,
BaseObject parent) |
| Modifier and Type | Method and Description |
|---|---|
static List<ActivationOS> |
activationOSToApiV3(List<ActivationOS> list) |
static List<ActivationOS> |
activationOSToApiV4(List<ActivationOS> list) |
ActivationOS |
clone() |
String |
getArch() |
ActivationOS |
getDelegate() |
String |
getFamily() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
String |
getName() |
String |
getVersion() |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setArch(String arch) |
void |
setFamily(String family) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setName(String name) |
void |
setVersion(String version) |
updatepublic ActivationOS()
public ActivationOS(ActivationOS delegate)
public ActivationOS(ActivationOS delegate, BaseObject parent)
public ActivationOS clone()
public ActivationOS getDelegate()
getDelegate in class BaseObjectpublic String getName()
public void setName(String name)
public String getFamily()
public void setFamily(String family)
public String getArch()
public void setArch(String arch)
public String getVersion()
public void setVersion(String version)
public InputLocation getLocation(Object key)
InputLocationTrackerkey - The key of the field, must not be
null.null if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTrackerkey - The key of the field, must not be
null.location - The location of the field, may be
null.protected boolean replace(Object oldDelegate, Object newDelegate)
replace in class BaseObjectpublic static List<ActivationOS> activationOSToApiV4(List<ActivationOS> list)
public static List<ActivationOS> activationOSToApiV3(List<ActivationOS> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.