Package io.swagger.codegen.v3.service
Class HostAccessControl
java.lang.Object
io.swagger.codegen.v3.service.HostAccessControl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()booleanbooleanisRegex()voidsetEndsWith(boolean endsWith) voidvoidsetRegex(boolean regex)
-
Constructor Details
-
HostAccessControl
public HostAccessControl()
-
-
Method Details
-
getHost
-
setHost
-
isRegex
public boolean isRegex() -
setRegex
public void setRegex(boolean regex) -
isEndsWith
public boolean isEndsWith() -
setEndsWith
public void setEndsWith(boolean endsWith)
-