Class RuntimeProxySettings
- java.lang.Object
-
- com.wavemaker.commons.servicedef.model.RuntimeProxySettings
-
public class RuntimeProxySettings extends java.lang.ObjectCreated by kishorer on 26/7/16.
-
-
Constructor Summary
Constructors Constructor Description RuntimeProxySettings()RuntimeProxySettings(boolean web, boolean mobile, boolean withCredentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()booleanisMobile()booleanisWeb()booleanisWithCredentials()voidsetMobile(boolean mobile)voidsetWeb(boolean web)RuntimeProxySettingssetWithCredentials(boolean withCredentials)java.lang.StringtoString()
-
-
-
Method Detail
-
isWeb
public boolean isWeb()
-
setWeb
public void setWeb(boolean web)
-
isMobile
public boolean isMobile()
-
setMobile
public void setMobile(boolean mobile)
-
isWithCredentials
public boolean isWithCredentials()
-
setWithCredentials
public RuntimeProxySettings setWithCredentials(boolean withCredentials)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-