java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.Integer

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Integer extends Object
Integer
  • Felddetails

    • count

      protected Long count
      The count number
  • Konstruktordetails

    • Integer

      public Integer(Consumer<Integer> spec)
      Constructs a validated instance of Integer.
      Parameter:
      spec - the specification to process
    • Integer

      @Internal public Integer(Long count)
      Constructs a validated instance of Integer.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Integer(Consumer) instead.

      Parameter:
      count - The count number
    • Integer

      protected Integer()
  • Methodendetails

    • builder

      public static Integer.IntegerBuilder builder()
    • count

      public Long count()
      The count number
    • count

      public Integer count(Long count)
      The count number
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object