Klasse LockedAccounts

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.LockedAccounts

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

    • lockedAccounts

      protected List<String> lockedAccounts
      Comma separated list of user accounts which are locked.
  • Konstruktordetails

    • LockedAccounts

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

      @Internal public LockedAccounts(List<String> lockedAccounts)
      Constructs a validated instance of LockedAccounts.

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

      Parameter:
      lockedAccounts - Comma separated list of user accounts which are locked.
    • LockedAccounts

      protected LockedAccounts()
  • Methodendetails

    • builder

      public static LockedAccounts.LockedAccountsBuilder builder()
    • lockedAccounts

      public List<String> lockedAccounts()
      Comma separated list of user accounts which are locked.
    • lockedAccounts

      public LockedAccounts lockedAccounts(List<String> lockedAccounts)
      Comma separated list of user accounts which are locked.
      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