Class TrafficEndpointConfiguration
- java.lang.Object
-
- de.gematik.test.tiger.common.data.config.tigerProxy.TrafficEndpointConfiguration
-
public class TrafficEndpointConfiguration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrafficEndpointConfiguration.TrafficEndpointConfigurationBuilder
-
Constructor Summary
Constructors Constructor Description TrafficEndpointConfiguration()TrafficEndpointConfiguration(String name, String wsEndpoint, String stompTopic)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrafficEndpointConfiguration.TrafficEndpointConfigurationBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()StringgetStompTopic()StringgetWsEndpoint()inthashCode()voidsetName(String name)voidsetStompTopic(String stompTopic)voidsetWsEndpoint(String wsEndpoint)StringtoString()
-
-
-
Constructor Detail
-
TrafficEndpointConfiguration
@ConstructorProperties({"name","wsEndpoint","stompTopic"}) public TrafficEndpointConfiguration(String name, String wsEndpoint, String stompTopic)
-
TrafficEndpointConfiguration
public TrafficEndpointConfiguration()
-
-
Method Detail
-
builder
public static TrafficEndpointConfiguration.TrafficEndpointConfigurationBuilder builder()
-
getName
public String getName()
-
getWsEndpoint
public String getWsEndpoint()
-
getStompTopic
public String getStompTopic()
-
setName
public void setName(String name)
-
setWsEndpoint
public void setWsEndpoint(String wsEndpoint)
-
setStompTopic
public void setStompTopic(String stompTopic)
-
canEqual
protected boolean canEqual(Object other)
-
-