@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class ValueToUpdate extends Object
| Constructor and Description |
|---|
ValueToUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getPosition()
Returns the position of the value in the field.
|
String |
getValue()
Returns the value assigned to the field at the position specified.
|
int |
hashCode() |
ValueToUpdate |
position(Integer position) |
void |
setPosition(Integer position) |
void |
setValue(String value) |
String |
toString() |
ValueToUpdate |
value(String value) |
public ValueToUpdate value(String value)
public String getValue()
public void setValue(String value)
public ValueToUpdate position(Integer position)
public Integer getPosition()
public void setPosition(Integer position)
Copyright © 2025. All rights reserved.