|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.AtomObject
public class AtomObject
The AtomObject
class represents a generic Atom object. This class is
a common base class shared by AtomFeed
and AtomEntry
.
Field Summary | |
---|---|
java.lang.String |
id
The value of the Atom <id> element. |
java.util.Map<java.lang.String,java.lang.String> |
links
The value of the <link> elements in this AtomObject . |
java.lang.String |
title
The value of the Atom <title> element. |
java.lang.String |
updated
The value of the Atom <updated> element. |
Constructor Summary | |
---|---|
AtomObject()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String id
<id>
element.
public java.util.Map<java.lang.String,java.lang.String> links
<link>
elements in this AtomObject
.
public java.lang.String title
<title>
element.
public java.lang.String updated
<updated>
element.
Constructor Detail |
---|
public AtomObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |