public class KeepAliveDto extends Object
| Constructor and Description |
|---|
KeepAliveDto() |
KeepAliveDto(GateKeeperStatusDto gateKeeper,
List<PolicyStatusDto> policies,
String contracts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
eTag() |
String |
getContracts() |
GateKeeperStatusDto |
getGateKeeper() |
List<PolicyStatusDto> |
getPolicies() |
int |
hashCode() |
void |
setContracts(String contracts) |
void |
setGateKeeper(GateKeeperStatusDto gateKeeper) |
void |
setPolicies(List<PolicyStatusDto> policies) |
public KeepAliveDto()
public KeepAliveDto(GateKeeperStatusDto gateKeeper, List<PolicyStatusDto> policies, String contracts)
public GateKeeperStatusDto getGateKeeper()
public void setGateKeeper(GateKeeperStatusDto gateKeeper)
public List<PolicyStatusDto> getPolicies()
public void setPolicies(List<PolicyStatusDto> policies)
public String getContracts()
public void setContracts(String contracts)
public String eTag()
Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.