public class CustomizeBody
extends Object
| Constructor and Description |
|---|
CustomizeBody() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<CustomizeResource> |
getCss()
A list of CSS files or URLs.
|
List<CustomizeResource> |
getJs()
A list of JavaScript files or URLs.
|
int |
hashCode() |
CustomizeBody |
setCss(List<CustomizeResource> css)
A list of CSS files or URLs.
|
CustomizeBody |
setJs(List<CustomizeResource> js)
A list of JavaScript files or URLs.
|
String |
toString() |
public List<CustomizeResource> getJs()
public List<CustomizeResource> getCss()
public CustomizeBody setJs(List<CustomizeResource> js)
this.public CustomizeBody setCss(List<CustomizeResource> css)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object