public class EvidenceRequest extends Object
| Constructor and Description |
|---|
EvidenceRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getItems()
Gets the items.
|
String |
getProfile()
Gets the profile.
|
void |
setItems(int items)
Sets the items.
|
void |
setProfile(String profile)
Sets the profile.
|
String |
toString() |
EvidenceRequest |
withItems(int items)
With items.
|
EvidenceRequest |
withProfile(String profile)
With profile.
|
public int getItems()
public String getProfile()
public void setItems(int items)
items - The itemspublic void setProfile(String profile)
profile - The profilepublic EvidenceRequest withItems(int items)
items - the itemspublic EvidenceRequest withProfile(String profile)
profile - the profileCopyright © 2015. All rights reserved.