org.sonar.batch.rule
Class QProfile
java.lang.Object
org.sonar.batch.rule.QProfile
public class QProfile
- extends Object
QProfile
public QProfile()
getKey
public String getKey()
setKey
public QProfile setKey(String key)
getName
public String getName()
setName
public QProfile setName(String name)
getLanguage
public String getLanguage()
setLanguage
public QProfile setLanguage(String language)
getRulesUpdatedAt
public Date getRulesUpdatedAt()
setRulesUpdatedAt
public QProfile setRulesUpdatedAt(Date d)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009–2015 SonarSource. All rights reserved.