@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class LicenseInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREDITS_REMAINING |
static String |
SERIALIZED_NAME_CREDITS_USED |
static String |
SERIALIZED_NAME_TOTAL_CREDITS |
| Constructor and Description |
|---|
LicenseInfo() |
| Modifier and Type | Method and Description |
|---|---|
LicenseInfo |
creditsRemaining(Integer creditsRemaining) |
LicenseInfo |
creditsUsed(Integer creditsUsed) |
boolean |
equals(Object o) |
Integer |
getCreditsRemaining()
Credits remaining for the license key.
|
Integer |
getCreditsUsed()
Credits used for the license key.
|
Integer |
getTotalCredits()
Total credits contained within the license.
|
int |
hashCode() |
void |
setCreditsRemaining(Integer creditsRemaining) |
void |
setCreditsUsed(Integer creditsUsed) |
void |
setTotalCredits(Integer totalCredits) |
String |
toString() |
LicenseInfo |
totalCredits(Integer totalCredits) |
public static final String SERIALIZED_NAME_CREDITS_USED
public static final String SERIALIZED_NAME_CREDITS_REMAINING
public static final String SERIALIZED_NAME_TOTAL_CREDITS
public LicenseInfo creditsUsed(Integer creditsUsed)
@Nullable public Integer getCreditsUsed()
public void setCreditsUsed(Integer creditsUsed)
public LicenseInfo creditsRemaining(Integer creditsRemaining)
@Nullable public Integer getCreditsRemaining()
public void setCreditsRemaining(Integer creditsRemaining)
public LicenseInfo totalCredits(Integer totalCredits)
@Nullable public Integer getTotalCredits()
public void setTotalCredits(Integer totalCredits)
Copyright © 2010–2021 anotheria.net. All rights reserved.