|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.AtomObject com.splunk.AtomEntry
public class AtomEntry
The AtomEntry
class represents an Atom <entry>
element.
Field Summary | |
---|---|
Record |
content
The value of the Atom entry's <content> element. |
java.lang.String |
published
The value of the Atom entry's <published> element. |
Fields inherited from class com.splunk.AtomObject |
---|
id, links, title, updated |
Constructor Summary | |
---|---|
AtomEntry()
|
Method Summary | |
---|---|
static AtomEntry |
parseStream(java.io.InputStream input)
Creates a new AtomEntry instance based on a given stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String published
<published>
element.
public Record content
<content>
element.
Constructor Detail |
---|
public AtomEntry()
Method Detail |
---|
public static AtomEntry parseStream(java.io.InputStream input)
AtomEntry
instance based on a given stream.
A few endpoints, such as search/jobs/{sid}
,
return an Atom <entry>
element as the root of the response.
input
- The input stream.
AtomEntry
instance representing the parsed stream.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |