org.sonar.api.issue.internal
Class FieldDiffs.Diff<T extends Serializable>

java.lang.Object
  extended by org.sonar.api.issue.internal.FieldDiffs.Diff<T>
All Implemented Interfaces:
Serializable
Enclosing class:
FieldDiffs

public static class FieldDiffs.Diff<T extends Serializable>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FieldDiffs.Diff(T oldValue, T newValue)
           
 
Method Summary
 T newValue()
           
 Long newValueLong()
           
 T oldValue()
           
 Long oldValueLong()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldDiffs.Diff

public FieldDiffs.Diff(@Nullable
                       T oldValue,
                       @Nullable
                       T newValue)
Method Detail

oldValue

@CheckForNull
public T oldValue()

oldValueLong

@CheckForNull
public Long oldValueLong()

newValue

@CheckForNull
public T newValue()

newValueLong

@CheckForNull
public Long newValueLong()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009–2016 SonarSource. All rights reserved.