Class RevertInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.RevertInput
 
- 
 public class RevertInput extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description StringmessageNotifyHandlingnotifyWho to send email notifications to after change is created.Map<RecipientType,NotifyInfo>notifyDetailsStringtopic
 - 
Constructor SummaryConstructors Constructor Description RevertInput()
 
- 
- 
- 
Field Detail- 
messagepublic String message 
 - 
notifypublic NotifyHandling notify Who to send email notifications to after change is created.
 - 
notifyDetailspublic Map<RecipientType,NotifyInfo> notifyDetails 
 - 
topicpublic String topic 
 
- 
 
-