File was renamed from HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/connect/bean/AuthenticateResponseBean.java |
| | |
| | | package com.hdl.sdk.connect.bean; |
| | | package com.hdl.sdk.connect.bean.response; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | |
| | | * |
| | | * @Description : AuthenticateResponseBean |
| | | */ |
| | | public class AuthenticateResponseBean implements Serializable { |
| | | private String id; |
| | | private String time_stamp; |
| | | public class AuthenticateResponse extends BaseResponse { |
| | | private String code; |
| | | private GatewayObjects objects; |
| | | private Auth auth; |
| | | |
| | | public String getID() { return id; } |
| | | public void setID(String value) { this.id = value; } |
| | | |
| | | public String getTimeStamp() { return time_stamp; } |
| | | public void setTimeStamp(String value) { this.time_stamp = value; } |
| | | |
| | | public String getCode() { return code; } |
| | | public void setCode(String value) { this.code = value; } |