public class ReconstructionRequestItem extends Object
| Constructor and Description |
|---|
ReconstructionRequestItem()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCollection()
Get the collection of the profile
|
int |
getLimit()
Get the limit
|
Integer |
getTenant()
Get tenant
|
ReconstructionRequestItem |
setCollection(String collection)
Set the collection of the profile This value must be unique by tenant
|
ReconstructionRequestItem |
setLimit(int limit)
Set the limit
|
ReconstructionRequestItem |
setTenant(Integer tenant)
Set or change tenant
|
public String getCollection()
public ReconstructionRequestItem setCollection(String collection)
collection - as Stringpublic Integer getTenant()
public ReconstructionRequestItem setTenant(Integer tenant)
tenant - public int getLimit()
public ReconstructionRequestItem setLimit(int limit)
limit - the limit to setCopyright © 2018 Vitam. All rights reserved.