org.sonar.wsclient.issue.internal
Class DefaultIssueChangeDiff

java.lang.Object
  extended by org.sonar.wsclient.issue.internal.DefaultIssueChangeDiff
All Implemented Interfaces:
IssueChangeDiff

public class DefaultIssueChangeDiff
extends Object
implements IssueChangeDiff

Since:
4.1

Method Summary
 String key()
           
 Object newValue()
           
 Object oldValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

key

public String key()
Specified by:
key in interface IssueChangeDiff

newValue

@CheckForNull
public Object newValue()
Specified by:
newValue in interface IssueChangeDiff

oldValue

@CheckForNull
public Object oldValue()
Specified by:
oldValue in interface IssueChangeDiff


Copyright © 2009–2016 SonarSource. All rights reserved.