@Generated(value="io.formapi.codegen.FormApiJavaClientCodegen", date="2019-04-11T21:22:41.142+07:00[Asia/Bangkok]") public class CustomFile extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_URL |
| Constructor and Description |
|---|
CustomFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Get id
|
String |
getUrl()
Get url
|
int |
hashCode() |
CustomFile |
id(String id) |
void |
setId(String id) |
void |
setUrl(String url) |
String |
toString() |
CustomFile |
url(String url) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_URL
public CustomFile id(String id)
public String getId()
public void setId(String id)
public CustomFile url(String url)
public String getUrl()
public void setUrl(String url)
Copyright © 2019. All rights reserved.