@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class ApplicationLicensing
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_SEAT_COUNT |
Constructor and Description |
---|
ApplicationLicensing() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getSeatCount()
Get seatCount
|
int |
hashCode() |
ApplicationLicensing |
seatCount(java.lang.Integer seatCount) |
void |
setSeatCount(java.lang.Integer seatCount) |
java.lang.String |
toString() |
public static final java.lang.String JSON_PROPERTY_SEAT_COUNT
public ApplicationLicensing seatCount(java.lang.Integer seatCount)
@Nullable public java.lang.Integer getSeatCount()
public void setSeatCount(java.lang.Integer seatCount)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017-2022 Okta. All Rights Reserved.