public class APIEventBean extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
VERSION |
| Constructor and Description |
|---|
APIEventBean() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asQueryParams() |
String |
getAction() |
Map<String,String> |
getAdditionalParams() |
String |
getDestination() |
String |
getFormat() |
Boolean |
getIndexZip() |
byte[] |
getMd5() |
Date |
getMtime() |
String |
getQuickDelete() |
byte[] |
getSha1() |
byte[] |
getSha256() |
Long |
getSize() |
String |
getTarget() |
int |
getVersion() |
void |
setAction(String action) |
void |
setAdditionalParams(Map<String,String> additionalParams) |
void |
setDestination(String destination) |
void |
setFormat(String format) |
void |
setIndexZip(Boolean indexZip) |
void |
setMd5(byte[] md5) |
void |
setMtime(Date mTime) |
void |
setQuickDelete() |
void |
setSha1(byte[] sha1) |
void |
setSha256(byte[] sha256) |
void |
setSize(Long size) |
void |
setTarget(String target) |
public static final int VERSION
public int getVersion()
public String getAction()
public void setAction(String action)
public String getFormat()
public void setFormat(String format)
public String getQuickDelete()
public void setQuickDelete()
public String getDestination()
public void setDestination(String destination)
public String getTarget()
public void setTarget(String target)
public Date getMtime()
public void setMtime(Date mTime)
public Long getSize()
public void setSize(Long size)
public byte[] getMd5()
public void setMd5(byte[] md5)
public byte[] getSha1()
public void setSha1(byte[] sha1)
public byte[] getSha256()
public void setSha256(byte[] sha256)
public Boolean getIndexZip()
public void setIndexZip(Boolean indexZip)
Copyright © 2016. All rights reserved.