Package com.google.gerrit.common.data
Class AgreementInfo
- java.lang.Object
-
- com.google.gerrit.common.data.AgreementInfo
-
public class AgreementInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<String>
accepted
Map<String,ContributorAgreement>
agreements
-
Constructor Summary
Constructors Constructor Description AgreementInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAccepted(List<String> a)
void
setAgreements(Map<String,ContributorAgreement> a)
-
-
-
Field Detail
-
agreements
public Map<String,ContributorAgreement> agreements
-
-
Method Detail
-
setAgreements
public void setAgreements(Map<String,ContributorAgreement> a)
-
-