Class MicroChange
- java.lang.Object
-
- ch.colabproject.colab.api.microchanges.model.MicroChange
-
- All Implemented Interfaces:
Serializable
public class MicroChange extends Object implements Serializable
A microchange.- Author:
- maxence
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MicroChange.Type
microChange Type
-
Constructor Summary
Constructors Constructor Description MicroChange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDebugStatement()
Get debug codeInteger
getL()
get length.Integer
getO()
Get offsetMicroChange.Type
getT()
get typeString
getV()
Get change valuevoid
setL(Integer l)
set the lengthvoid
setO(Integer o)
set offsetvoid
setT(MicroChange.Type t)
Set change typevoid
setV(String v)
set change value.String
toString()
-
-
-
Method Detail
-
getO
public Integer getO()
Get offset- Returns:
- offset value
-
setO
public void setO(Integer o)
set offset- Parameters:
o
- offset value
-
getT
public MicroChange.Type getT()
get type- Returns:
- change type
-
setT
public void setT(MicroChange.Type t)
Set change type- Parameters:
t
- type
-
getV
public String getV()
Get change value- Returns:
- value
-
setV
public void setV(String v)
set change value.- Parameters:
v
- value
-
getL
public Integer getL()
get length.- Returns:
- length
-
setL
public void setL(Integer l)
set the length- Parameters:
l
- length
-
getDebugStatement
public String getDebugStatement()
Get debug code- Returns:
- debug code
-
-