public class UpdateRobotAccountPasswordRequest extends Object
| Constructor and Description |
|---|
UpdateRobotAccountPasswordRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPassword()
Get password
|
@NotNull @Size(min=3,max=30) String |
getRegistry()
Get registry
|
@NotNull String |
getUsername()
Get username
|
int |
hashCode() |
@NotNull Boolean |
isRandom()
Get random
|
UpdateRobotAccountPasswordRequest |
password(String password) |
UpdateRobotAccountPasswordRequest |
random(Boolean random) |
UpdateRobotAccountPasswordRequest |
registry(String registry) |
void |
setPassword(String password) |
void |
setRandom(Boolean random) |
void |
setRegistry(String registry) |
void |
setUsername(String username) |
String |
toString() |
UpdateRobotAccountPasswordRequest |
username(String username) |
public UpdateRobotAccountPasswordRequest password(String password)
public String getPassword()
public void setPassword(String password)
public UpdateRobotAccountPasswordRequest random(Boolean random)
@NotNull public @NotNull Boolean isRandom()
public void setRandom(Boolean random)
public UpdateRobotAccountPasswordRequest registry(String registry)
@NotNull
@Size(min=3,
max=30)
public @NotNull @Size(min=3,max=30) String getRegistry()
public void setRegistry(String registry)
public UpdateRobotAccountPasswordRequest username(String username)
@NotNull public @NotNull String getUsername()
public void setUsername(String username)
Copyright © 2025. All rights reserved.