org.sonar.wsclient.qprofile.internal
Class DefaultQProfileResult

java.lang.Object
  extended by org.sonar.wsclient.qprofile.internal.DefaultQProfileResult
All Implemented Interfaces:
QProfileResult

public class DefaultQProfileResult
extends Object
implements QProfileResult


Method Summary
 List<String> infos()
           
 List<String> warnings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

infos

public List<String> infos()
Specified by:
infos in interface QProfileResult

warnings

public List<String> warnings()
Specified by:
warnings in interface QProfileResult


Copyright © 2009–2015 SonarSource. All rights reserved.