| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | additionalProperties()Get additional properties available on this license (like threshold conditions) | 
| Date | getExpirationDate() | 
| String | getExpirationDateAsString() | 
| String | getOrganization() | 
| String | getProduct() | 
| String | getServer() | 
| String | getType() | 
| boolean | isExpired() | 
| static License | readBase64(String base64) | 
public Map<String,String> additionalProperties()
@Nullable public String getProduct()
@Nullable public String getOrganization()
@Nullable public String getExpirationDateAsString()
@Nullable public Date getExpirationDate()
public boolean isExpired()
public static License readBase64(String base64)
Copyright © 2009–2016 SonarSource. All rights reserved.