@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetProcess extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetProcess.StatusEnum
Status of the process
|
| Constructor and Description |
|---|
GetProcess() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GetProcess |
exportUrl(String exportUrl) |
String |
getExportUrl()
URL on which send export the of contacts once the process is completed
|
Long |
getId()
Id of the process
|
String |
getName()
Process name
|
GetProcess.StatusEnum |
getStatus()
Status of the process
|
int |
hashCode() |
GetProcess |
id(Long id) |
GetProcess |
name(String name) |
void |
setExportUrl(String exportUrl) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setStatus(GetProcess.StatusEnum status) |
GetProcess |
status(GetProcess.StatusEnum status) |
String |
toString() |
public GetProcess id(Long id)
public Long getId()
public void setId(Long id)
public GetProcess status(GetProcess.StatusEnum status)
public GetProcess.StatusEnum getStatus()
public void setStatus(GetProcess.StatusEnum status)
public GetProcess name(String name)
public String getName()
public void setName(String name)
public GetProcess exportUrl(String exportUrl)
public String getExportUrl()
public void setExportUrl(String exportUrl)
Copyright © 2021. All rights reserved.