Package sh.ory.model
Class QuotaProjectMemberSeats
java.lang.Object
sh.ory.model.QuotaProjectMemberSeats
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class QuotaProjectMemberSeats extends Object
QuotaProjectMemberSeats
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PROJECT_IDstatic StringSERIALIZED_NAME_REMAINING_SEATSstatic StringSERIALIZED_NAME_TOTAL_SEATS -
Constructor Summary
Constructors Constructor Description QuotaProjectMemberSeats() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)UUIDgetProjectId()Get projectIdLonggetRemainingSeats()Get remainingSeatsLonggetTotalSeats()Get totalSeatsinthashCode()QuotaProjectMemberSeatsprojectId(UUID projectId)QuotaProjectMemberSeatsremainingSeats(Long remainingSeats)voidsetProjectId(UUID projectId)voidsetRemainingSeats(Long remainingSeats)voidsetTotalSeats(Long totalSeats)StringtoString()QuotaProjectMemberSeatstotalSeats(Long totalSeats)
-
Field Details
-
SERIALIZED_NAME_PROJECT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMAINING_SEATS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOTAL_SEATS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
QuotaProjectMemberSeats
public QuotaProjectMemberSeats()
-
-
Method Details
-
projectId
-
getProjectId
Get projectId- Returns:
- projectId
-
setProjectId
-
remainingSeats
-
getRemainingSeats
Get remainingSeats- Returns:
- remainingSeats
-
setRemainingSeats
-
totalSeats
-
getTotalSeats
Get totalSeats- Returns:
- totalSeats
-
setTotalSeats
-
equals
-
hashCode
public int hashCode() -
toString
-