public class ExceptionRelation extends Object
| 构造器和说明 |
|---|
ExceptionRelation() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
Integer |
getLocation() |
String |
getSourceId() |
String |
getTargetId() |
int |
hashCode() |
void |
setId(String id) |
void |
setLocation(Integer location) |
void |
setSourceId(String sourceId) |
void |
setTargetId(String targetId) |
public Integer getLocation()
public void setLocation(Integer location)
public String getId()
public void setId(String id)
public String getSourceId()
public void setSourceId(String sourceId)
public String getTargetId()
public void setTargetId(String targetId)
Copyright © 2022. All rights reserved.