public class ResetType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
cv |
protected List<DescriptionType> |
description |
protected short |
value |
| Constructor and Description |
|---|
ResetType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
int |
getCv()
Gets the value of the cv property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
short |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setCv(int value)
Sets the value of the cv property.
|
void |
setValue(short value)
Sets the value of the value property.
|
String |
toString() |
ResetType |
withCv(int value) |
ResetType |
withDescription(Collection<DescriptionType> values) |
ResetType |
withDescription(DescriptionType... values) |
ResetType |
withValue(short value) |
protected List<DescriptionType> description
protected int cv
protected short value
public List<DescriptionType> getDescription()
DescriptionTypepublic int getCv()
public void setCv(int value)
public short getValue()
public void setValue(short value)
public ResetType withDescription(DescriptionType... values)
public ResetType withDescription(Collection<DescriptionType> values)
public ResetType withCv(int value)
public ResetType withValue(short value)
Copyright © 2022. All rights reserved.