Class SpringServer
- java.lang.Object
-
- io.tech1.framework.domain.properties.base.SpringServer
-
public class SpringServer extends Object
-
-
Constructor Summary
Constructors Constructor Description SpringServer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetPort()inthashCode()static SpringServerof(int port)voidsetPort(int port)StringtoString()
-
-
-
Method Detail
-
of
public static SpringServer of(int port)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
canEqual
protected boolean canEqual(Object other)
-
-