|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.AttachmentInfo
public class AttachmentInfo
Information about an attachment associated with a feature.
Constructor Summary | |
---|---|
AttachmentInfo()
|
Method Summary | |
---|---|
static AttachmentInfo |
fromJson(org.codehaus.jackson.JsonParser parser)
Decodes objects from JSON representation. |
String |
getContentType()
Gets the contentType of the Attachment. |
int |
getId()
Gets the id of the Attachment. |
String |
getName()
Gets the name of the Attachment. |
long |
getSize()
Gets the size of the Attachment. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttachmentInfo()
Method Detail |
---|
public int getId()
public String getContentType()
public long getSize()
public String getName()
public static AttachmentInfo fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- the Jackson parser holding the JSON data.
Exception
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |