public class Endpoint extends Referenceable
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getEncryptionMethod() |
String |
getName() |
String |
getNetworkAddress() |
String |
getProtocol() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setEncryptionMethod(String encryptionMethod) |
void |
setName(String name) |
void |
setNetworkAddress(String networkAddress) |
void |
setProtocol(String protocol) |
String |
toString() |
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedNamepublic String getDescription()
public String getEncryptionMethod()
public String getName()
public String getNetworkAddress()
public String getProtocol()
public void setDescription(String description)
public void setEncryptionMethod(String encryptionMethod)
public void setName(String name)
public void setNetworkAddress(String networkAddress)
public void setProtocol(String protocol)
public boolean equals(Object o)
equals in class Referenceableprotected boolean canEqual(Object other)
canEqual in class Referenceablepublic int hashCode()
hashCode in class Referenceablepublic String toString()
toString in class ReferenceableCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.