Activity
.public interface ActivityObject
Modifier and Type | Method and Description |
---|---|
String |
getLink()
Deprecated.
Gets the link
|
String |
getProperty(String name)
Deprecated.
Gets the property value based on a property name (generic getter).
|
String |
getSource()
Deprecated.
Gets the source
|
String |
getTitle()
Deprecated.
Gets the title
|
String |
getType()
Deprecated.
Gets the type
|
ActivityObject |
setLink(String link)
Deprecated.
Sets the link
|
ActivityObject |
setProperty(String name,
String value)
Deprecated.
Sets the property value based on a property name (generic setter).
|
ActivityObject |
setSource(String source)
Deprecated.
Sets the source
|
ActivityObject |
setTitle(String title)
Deprecated.
Sets the title
|
ActivityObject |
setType(String type)
Deprecated.
Sets the type
|
JSONObject |
toJSON()
Deprecated.
Gets the
JSONObject representing the activity object. |
String getTitle()
ActivityObject setTitle(String title)
title
- The new titleActivityObject
String getLink()
ActivityObject setLink(String link)
link
- The new linkActivityObject
String getSource()
ActivityObject setSource(String source)
source
- The new sourceActivityObject
String getType()
ActivityObject setType(String type)
type
- The new typeActivityObject
String getProperty(String name)
name
- The name of the propertyActivityObject setProperty(String name, String value)
name
- The name of the propertyvalue
- The value of the propertyActivityObject
JSONObject toJSON() throws JSONException
JSONObject
representing the activity object.JSONException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"