Class AccountId

java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.AccountId

@Generated("io.github.primelib.primecodegen") public class AccountId extends Object
AccountId
  • Field Details

    • accountId

      protected String accountId
  • Constructor Details

    • AccountId

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

      @Internal protected AccountId()
      Protected no-args constructor for use by serialization frameworks.
    • AccountId

      @Internal public AccountId(String accountId)
      Constructs a validated instance of AccountId.

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

      Parameters:
      accountId - accountId
  • Method Details

    • accountId

      public String accountId()
      Fluent getter for accountId.
      Returns:
      accountId
    • accountId

      public AccountId accountId(String accountId)
      Fluent setter for accountId.
      Parameters:
      accountId - accountId
      Returns:
      this
    • getAccountId

      public String getAccountId()
      Gets the value of accountId.
      Returns:
      accountId
    • setAccountId

      public void setAccountId(String accountId)
      Sets the value of accountId.
      Parameters:
      accountId - accountId
    • 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