public class VRECustomAttributes extends Object
Constructor and Description |
---|
VRECustomAttributes() |
VRECustomAttributes(boolean isUponRequest,
boolean isExternal,
String urlIfAny) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getUrlIfAny() |
int |
hashCode() |
boolean |
isExternal() |
boolean |
isUponRequest() |
void |
setExternal(boolean isExternal) |
void |
setUponRequest(boolean isUponRequest) |
void |
setUrlIfAny(String urlIfAny) |
String |
toString() |
public VRECustomAttributes()
public VRECustomAttributes(boolean isUponRequest, boolean isExternal, String urlIfAny)
public boolean isUponRequest()
public void setUponRequest(boolean isUponRequest)
public boolean isExternal()
public void setExternal(boolean isExternal)
public String getUrlIfAny()
public void setUrlIfAny(String urlIfAny)
Copyright © 2016. All Rights Reserved.