public class GateKeeperStatusDto extends Object
| Constructor and Description |
|---|
GateKeeperStatusDto() |
GateKeeperStatusDto(boolean blocked,
String status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getStatus() |
int |
hashCode() |
boolean |
isBlocked() |
void |
setBlocked(boolean blocked) |
void |
setStatus(String status) |
public GateKeeperStatusDto()
public GateKeeperStatusDto(boolean blocked,
String status)
Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.