public final class VacContractResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
VacContractResponse.SalesforceSubscriptionResponse
The type Salesforce subscription response.
|
Constructor and Description |
---|
VacContractResponse(String uuid,
String status,
Date start,
Date end,
int term,
Date lastMod,
Date created,
Date activated,
Date cancellationDate,
String statusCode,
String group,
boolean testDrive,
double discount,
List<VacContractResponse.SalesforceSubscriptionResponse> subscriptions)
Instantiates a new Vac contract response.
|
Modifier and Type | Method and Description |
---|---|
Date |
getActivated()
Gets activated.
|
Date |
getCancellationDate()
Gets cancellation date.
|
Date |
getCreated()
Gets created.
|
double |
getDiscount()
Gets discount.
|
Date |
getEnd()
Gets end.
|
String |
getGroup()
Gets group.
|
Date |
getLastMod()
Gets last mod.
|
Date |
getStart()
Gets start.
|
String |
getStatus()
Gets status.
|
String |
getStatusCode()
Gets status code.
|
List<VacContractResponse.SalesforceSubscriptionResponse> |
getSubscriptions()
Gets subscriptions.
|
int |
getTerm()
Gets term.
|
String |
getUuid()
Gets uuid.
|
boolean |
isTestDrive()
Is test drive boolean.
|
public VacContractResponse(String uuid, String status, Date start, Date end, int term, Date lastMod, Date created, Date activated, Date cancellationDate, String statusCode, String group, boolean testDrive, double discount, List<VacContractResponse.SalesforceSubscriptionResponse> subscriptions)
uuid
- the uuidstatus
- the statusstart
- the startend
- the endterm
- the termlastMod
- the last modcreated
- the createdactivated
- the activatedcancellationDate
- the cancellation datestatusCode
- the status codegroup
- the grouptestDrive
- the test drivediscount
- the discountsubscriptions
- the subscriptionspublic String getUuid()
public String getStatus()
public Date getStart()
public Date getEnd()
public int getTerm()
public Date getLastMod()
public Date getCreated()
public Date getActivated()
public Date getCancellationDate()
public String getStatusCode()
public String getGroup()
public boolean isTestDrive()
public double getDiscount()
public List<VacContractResponse.SalesforceSubscriptionResponse> getSubscriptions()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.