public class ResponseBankingProductById extends BaseResponse
| Constructor and Description |
|---|
ResponseBankingProductById() |
| Modifier and Type | Method and Description |
|---|---|
ResponseBankingProductById |
data(BankingProductDetail data) |
boolean |
equals(Object o) |
BankingProductDetail |
getData() |
int |
hashCode() |
void |
setData(BankingProductDetail data) |
String |
toString() |
public BankingProductDetail getData()
public void setData(BankingProductDetail data)
public ResponseBankingProductById data(BankingProductDetail data)
public boolean equals(Object o)
equals in class BaseResponsepublic int hashCode()
hashCode in class BaseResponsepublic String toString()
toString in class BaseResponseCopyright © 2019. All rights reserved.