public class Application extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
appId |
Long |
endTimeFreeTrial |
Long |
id |
boolean |
invoiceYearly |
String |
name |
Long |
ownerId |
Long |
planId |
Long |
startType |
ApplicationState |
state |
Long |
version |
| Constructor and Description |
|---|
Application() |
Application(Long id,
Long version,
String name,
String appId,
Long ownerId,
ApplicationState state,
boolean invoiceYearly,
Long startType,
Long endTimeFreeTrial,
Long planId) |
@Nullable public ApplicationState state
@Nullable public boolean invoiceYearly
Copyright © 2016. All rights reserved.