public class ReloadScript extends Object implements Serializable
Constructor and Description |
---|
ReloadScript() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getContent()
Returns the value of field 'content'.
|
String |
getLanguage()
Returns the value of field 'language'.
|
int |
hashCode()
Method hashCode.
|
void |
setContent(String content)
Sets the value of field 'content'.
|
void |
setLanguage(String language)
Sets the value of field 'language'.
|
public boolean equals(Object obj)
public String getContent()
public String getLanguage()
public int hashCode()
public void setContent(String content)
content
- the value of field 'content'.public void setLanguage(String language)
language
- the value of field 'language'.Copyright © 2017. All rights reserved.