org.eclipse.egit.github.core.event
Class FollowPayload
java.lang.Object
org.eclipse.egit.github.core.event.EventPayload
org.eclipse.egit.github.core.event.FollowPayload
- All Implemented Interfaces:
- Serializable
public class FollowPayload
- extends EventPayload
- implements Serializable
FollowEvent payload model class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FollowPayload
public FollowPayload()
getTarget
public User getTarget()
- Returns:
- target
setTarget
public FollowPayload setTarget(User target)
- Parameters:
target
-
- Returns:
- this FollowPayload
Copyright © 2012. All Rights Reserved.