com.github.shyiko.mysql.binlog.event
Class IntVarEventData

java.lang.Object
  extended by com.github.shyiko.mysql.binlog.event.IntVarEventData
All Implemented Interfaces:
EventData, Serializable

public class IntVarEventData
extends Object
implements EventData

Author:
Stanley Shyiko
See Also:
Serialized Form

Constructor Summary
IntVarEventData()
           
 
Method Summary
 int getType()
           
 long getValue()
           
 void setType(int type)
           
 void setValue(long value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntVarEventData

public IntVarEventData()
Method Detail

getType

public int getType()

setType

public void setType(int type)

getValue

public long getValue()

setValue

public void setValue(long value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016. All Rights Reserved.