public class AgreementInfo extends Object
Modifier and Type | Field and Description |
---|---|
List<String> |
accepted |
Map<String,ContributorAgreement> |
agreements |
Constructor and Description |
---|
AgreementInfo() |
Modifier and Type | Method and Description |
---|---|
void |
setAccepted(List<String> a) |
void |
setAgreements(Map<String,ContributorAgreement> a) |
public Map<String,ContributorAgreement> agreements
public void setAgreements(Map<String,ContributorAgreement> a)