public class EventResultInfo extends Object implements Serializable
static String
failed
partially_succeed
succeed
EventResultInfo()
EventResultInfo(String status, List<String> eventIds)
List<String>
getEventIds()
String
getStatus()
void
setEventIds(List<String> eventIds)
setStatus(String status)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static String succeed
public static String failed
public static String partially_succeed
public EventResultInfo()
public EventResultInfo(String status, List<String> eventIds)
public String getStatus()
public void setStatus(String status)
public List<String> getEventIds()
public void setEventIds(List<String> eventIds)
public String toString()
toString
Object
Copyright © 2019. All rights reserved.