@NotThreadSafe @MustImplementEqualsAndHashcode public class PModeLegProtocol extends Object implements Serializable
| Constructor and Description |
|---|
PModeLegProtocol(String sAddress,
ESoapVersion eSoapVersion) |
| Modifier and Type | Method and Description |
|---|---|
static PModeLegProtocol |
createForDefaultSoapVersion(String sAddress) |
boolean |
equals(Object o) |
String |
getAddress() |
String |
getAddressProtocol() |
ESoapVersion |
getSoapVersion() |
int |
hashCode() |
com.helger.commons.state.EChange |
setAddress(String sAddress) |
com.helger.commons.state.EChange |
setSoapVersion(ESoapVersion eSoapVersion) |
String |
toString() |
public PModeLegProtocol(@Nullable String sAddress, @Nonnull ESoapVersion eSoapVersion)
@Nonnull public final com.helger.commons.state.EChange setAddress(@Nullable String sAddress)
@Nonnull public final ESoapVersion getSoapVersion()
@Nonnull public final com.helger.commons.state.EChange setSoapVersion(@Nonnull ESoapVersion eSoapVersion)
@Nonnull public static PModeLegProtocol createForDefaultSoapVersion(@Nullable String sAddress)
Copyright © 2015–2020 Philip Helger. All rights reserved.