public class PresetType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<PresetCVType> |
cv |
protected List<DescriptionType> |
description |
| Constructor and Description |
|---|
PresetType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<PresetCVType> |
getCv()
Gets the value of the cv property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
int |
hashCode() |
String |
toString() |
PresetType |
withCv(Collection<PresetCVType> values) |
PresetType |
withCv(PresetCVType... values) |
PresetType |
withDescription(Collection<DescriptionType> values) |
PresetType |
withDescription(DescriptionType... values) |
protected List<DescriptionType> description
protected List<PresetCVType> cv
public List<DescriptionType> getDescription()
DescriptionTypepublic List<PresetCVType> getCv()
PresetCVTypepublic PresetType withDescription(DescriptionType... values)
public PresetType withDescription(Collection<DescriptionType> values)
public PresetType withCv(PresetCVType... values)
public PresetType withCv(Collection<PresetCVType> values)
Copyright © 2024. All rights reserved.