org.eclipse.egit.github.core.event
Class FollowPayload

java.lang.Object
  extended by org.eclipse.egit.github.core.event.EventPayload
      extended by 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

Constructor Summary
FollowPayload()
           
 
Method Summary
 User getTarget()
           
 FollowPayload setTarget(User target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FollowPayload

public FollowPayload()
Method Detail

getTarget

public User getTarget()
Returns:
target

setTarget

public FollowPayload setTarget(User target)
Parameters:
target -
Returns:
this FollowPayload


Copyright © 2012. All Rights Reserved.