public class MesosPortMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MesosPortMapping.Protocol |
Constructor and Description |
---|
MesosPortMapping(@NonNull Integer containerPort) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
@NonNull Integer |
getContainerPort() |
@NonNull MesosPortMapping.Protocol |
getProtocol() |
Integer |
getServicePort() |
int |
hashCode() |
void |
setContainerPort(@NonNull Integer containerPort) |
void |
setProtocol(@NonNull MesosPortMapping.Protocol protocol) |
void |
setServicePort(Integer servicePort) |
String |
toString() |
public MesosPortMapping(@NonNull Integer containerPort)
public @NonNull Integer getContainerPort()
public Integer getServicePort()
public @NonNull MesosPortMapping.Protocol getProtocol()
public void setContainerPort(@NonNull Integer containerPort)
public void setServicePort(Integer servicePort)
public void setProtocol(@NonNull MesosPortMapping.Protocol protocol)
protected boolean canEqual(Object other)
Copyright © 2015–2023 I.N.F.N.. All rights reserved.