public class RelatedApp
extends Object
| Constructor and Description |
|---|
RelatedApp() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID of the related App.
|
String |
getCode()
The App Code of the related App.
|
int |
hashCode() |
RelatedApp |
setApp(Long app)
The App ID of the related App.
|
RelatedApp |
setCode(String code)
The App Code of the related App.
|
String |
toString() |
public Long getApp()
public String getCode()
public RelatedApp setApp(Long app)
this.public RelatedApp setCode(String code)
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