public class Fileslist
extends Object
implements Serializable
| Constructor and Description |
|---|
Fileslist() |
| Modifier and Type | Method and Description |
|---|---|
Fileslist |
created(Long created) |
boolean |
equals(Object o) |
Long |
getCreated()
Get created
|
String |
getObjectKey()
Get objectKey
|
Integer |
getPartNo()
Get partNo
|
int |
hashCode() |
Fileslist |
objectKey(String objectKey) |
Fileslist |
partNo(Integer partNo) |
void |
setCreated(Long created) |
void |
setObjectKey(String objectKey) |
void |
setPartNo(Integer partNo) |
String |
toString() |
public Fileslist objectKey(String objectKey)
public String getObjectKey()
public void setObjectKey(String objectKey)
public Fileslist partNo(Integer partNo)
public Integer getPartNo()
public void setPartNo(Integer partNo)
public Fileslist created(Long created)
public Long getCreated()
public void setCreated(Long created)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object