public static class Types.KeyModel extends RequestInputModel
| 构造器和说明 |
|---|
KeyModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCreated() |
Boolean |
getEncrypted() |
String |
getEtag() |
String |
getKey() |
String |
getMimeType() |
Integer |
getModified() |
Long |
getSize() |
void |
setCreated(String created) |
void |
setEncrypted(Boolean encrypted) |
void |
setEtag(String etag) |
void |
setKey(String key) |
void |
setMimeType(String mimeType) |
void |
setModified(Integer modified) |
void |
setSize(Long size) |
String |
validateParam() |
public void setCreated(String created)
public String getCreated()
public void setEncrypted(Boolean encrypted)
public Boolean getEncrypted()
public void setEtag(String etag)
public String getEtag()
public void setKey(String key)
public String getKey()
public void setMimeType(String mimeType)
public String getMimeType()
public void setModified(Integer modified)
public Integer getModified()
public void setSize(Long size)
public Long getSize()
public String validateParam()
validateParam 在接口中 ParamValidatevalidateParam 在类中 RequestInputModelCopyright © 2018. All rights reserved.