public class CvChangelogType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
_new |
protected String |
changed |
| Constructor and Description |
|---|
CvChangelogType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getChanged()
Gets the value of the changed property.
|
String |
getNew()
Gets the value of the new property.
|
int |
hashCode() |
void |
setChanged(String value)
Sets the value of the changed property.
|
void |
setNew(String value)
Sets the value of the new property.
|
String |
toString() |
CvChangelogType |
withChanged(String value) |
CvChangelogType |
withNew(String value) |
public String getNew()
Stringpublic void setNew(String value)
value - allowed object is
Stringpublic String getChanged()
Stringpublic void setChanged(String value)
value - allowed object is
Stringpublic CvChangelogType withNew(String value)
public CvChangelogType withChanged(String value)
Copyright © 2024. All rights reserved.