finish base implementation of requester ip filtering within a url item.

not tested
This commit is contained in:
Admin
2016-11-29 16:38:44 -06:00
parent dcc4041d7d
commit 6f58d38224
4 changed files with 159 additions and 61 deletions

View File

@@ -1,11 +1,11 @@
package com.bwssystems.HABridge.api;
public class CallItem {
private String type;
private String requesterAddress;
private String item;
private Integer count;
private Integer delay;
private String type;
private String requesterAddress;
public String getType() {
return type;