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 Details

  • Constructor Details

    • QuotaProjectMemberSeats

      public QuotaProjectMemberSeats()
  • Method Details

    • projectId

      public QuotaProjectMemberSeats projectId​(UUID projectId)
    • getProjectId

      @Nullable public UUID getProjectId()
      Get projectId
      Returns:
      projectId
    • setProjectId

      public void setProjectId​(UUID projectId)
    • remainingSeats

      public QuotaProjectMemberSeats remainingSeats​(Long remainingSeats)
    • getRemainingSeats

      @Nullable public Long getRemainingSeats()
      Get remainingSeats
      Returns:
      remainingSeats
    • setRemainingSeats

      public void setRemainingSeats​(Long remainingSeats)
    • totalSeats

      public QuotaProjectMemberSeats totalSeats​(Long totalSeats)
    • getTotalSeats

      @Nullable public Long getTotalSeats()
      Get totalSeats
      Returns:
      totalSeats
    • setTotalSeats

      public void setTotalSeats​(Long totalSeats)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object