public class JsiiOverride extends Object
| Constructor and Description |
|---|
JsiiOverride() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCookie() |
String |
getMethod() |
String |
getProperty() |
void |
setCookie(String cookie) |
void |
setMethod(String method) |
void |
setProperty(String property) |
public String getMethod()
public void setMethod(String method)
method - The name of the overridden method (or null if this is property).public String getProperty()
public void setProperty(String property)
property - The name of the overridden property (or null if this is a method override).public String getCookie()
public void setCookie(String cookie)
cookie - The cookie.Copyright © 2019. All rights reserved.