public class CustomizeUrlResource extends Object implements CustomizeResource
| Constructor and Description |
|---|
CustomizeUrlResource() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
CustomizeType |
getType()
Returns the resource type of this setting.
|
String |
getUrl()
The URL.
|
int |
hashCode() |
CustomizeUrlResource |
setUrl(String url)
The URL.
|
String |
toString() |
public CustomizeType getType()
getType in interface CustomizeResourcepublic String getUrl()
public CustomizeUrlResource setUrl(String url)
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