com.tumblr.jumblr.types
Class Dialogue

java.lang.Object
  extended by com.tumblr.jumblr.types.Dialogue

public class Dialogue
extends Object

This class represents an individual statement in a ChatPost

Author:
jc

Constructor Summary
Dialogue()
           
 
Method Summary
 String getLabel()
          Get the label
 String getName()
          Get the name
 String getPhrase()
          Get the phrase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dialogue

public Dialogue()
Method Detail

getName

public String getName()
Get the name

Returns:
name

getLabel

public String getLabel()
Get the label

Returns:
label

getPhrase

public String getPhrase()
Get the phrase

Returns:
the phrase


Copyright © 2013. All Rights Reserved.