public class TemplateSignerInputCoordinatesField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateSignerInputCoordinatesField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Double |
x
Relative x coordinate to the page the input is on, ranging from 0 to 1.
|
protected Double |
y
Relative y coordinate to the page the input is on, ranging from 0 to 1.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
TemplateSignerInputCoordinatesField() |
protected |
TemplateSignerInputCoordinatesField(TemplateSignerInputCoordinatesField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getX() |
Double |
getY() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic TemplateSignerInputCoordinatesField()
protected TemplateSignerInputCoordinatesField(TemplateSignerInputCoordinatesField.Builder builder)