Skip to content

Instantly share code, notes, and snippets.

@baxtheman
Last active October 15, 2015 07:58
Show Gist options
  • Save baxtheman/457f5dfd214d2ef1a36a to your computer and use it in GitHub Desktop.
Save baxtheman/457f5dfd214d2ef1a36a to your computer and use it in GitHub Desktop.
@JsonIgnoreProperties(ignoreUnknown=true,value={ "expandoBridge", "expandoBridgeAttributes","cachedModel","escapedModel","modelAttributes","modelClass","modelClassName","new","primaryKey","primaryKeyObj" })
public class ResponseImpl extends ResponseBaseImpl {
/*
* NOTE FOR DEVELOPERS:
*
* Never reference this class directly. All methods that expect a response model instance should use the {@link it.sysdata.intouch.broker.model.Response} interface instead.
*/
public ResponseImpl() {
}
}
{
"cachedModel": false,
"escapedModel": false,
"expandoBridge": {
"attributeNames": {},
"className": "it.sysdata.intouch.broker.model.Response",
"classPK": 401,
"companyId": 20155,
"indexEnabled": true,
"table": {
"classNameId": 24902,
"companyId": 20155,
"name": "CUSTOM_FIELDS",
"tableId": 25101
}
},
"groupId": 0,
"machineId": 0,
"message": "",
"modelClass": "it.sysdata.intouch.broker.model.Response",
"modelClassName": "it.sysdata.intouch.broker.model.Response",
"new": true,
"primaryKey": 401,
"primaryKeyObj": 401,
"responseId": 401,
"serialNumber": "",
"token": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment