public class NBootDescriptorProperty extends Object
| Constructor and Description |
|---|
NBootDescriptorProperty() |
NBootDescriptorProperty(NBootDescriptorProperty other) |
| Modifier and Type | Method and Description |
|---|---|
NBootDescriptorProperty |
copy() |
NBootDescriptorProperty |
copyFrom(NBootDescriptorProperty value) |
NBootEnvCondition |
getCondition() |
String |
getName() |
String |
getValue() |
boolean |
isBlank() |
NBootDescriptorProperty |
setCondition(NBootEnvCondition condition) |
NBootDescriptorProperty |
setName(String name) |
NBootDescriptorProperty |
setValue(String value) |
public NBootDescriptorProperty()
public NBootDescriptorProperty(NBootDescriptorProperty other)
public String getName()
public String getValue()
public NBootDescriptorProperty setCondition(NBootEnvCondition condition)
public NBootEnvCondition getCondition()
public NBootDescriptorProperty setName(String name)
public NBootDescriptorProperty setValue(String value)
public NBootDescriptorProperty copyFrom(NBootDescriptorProperty value)
public boolean isBlank()
public NBootDescriptorProperty copy()
Copyright © 2025 vpc open source initiative. All rights reserved.