public class DomainPurchaseConsent extends Object
| Constructor and Description |
|---|
DomainPurchaseConsent() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
agreedAt()
Get the agreedAt value.
|
String |
agreedBy()
Get the agreedBy value.
|
List<String> |
agreementKeys()
Get the agreementKeys value.
|
DomainPurchaseConsent |
withAgreedAt(org.joda.time.DateTime agreedAt)
Set the agreedAt value.
|
DomainPurchaseConsent |
withAgreedBy(String agreedBy)
Set the agreedBy value.
|
DomainPurchaseConsent |
withAgreementKeys(List<String> agreementKeys)
Set the agreementKeys value.
|
public List<String> agreementKeys()
public DomainPurchaseConsent withAgreementKeys(List<String> agreementKeys)
agreementKeys - the agreementKeys value to setpublic String agreedBy()
public DomainPurchaseConsent withAgreedBy(String agreedBy)
agreedBy - the agreedBy value to setpublic org.joda.time.DateTime agreedAt()
public DomainPurchaseConsent withAgreedAt(org.joda.time.DateTime agreedAt)
agreedAt - the agreedAt value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/