mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 16:41:53 +00:00
continuation of requester filter code.
This commit is contained in:
@@ -5,7 +5,7 @@ public class CallItem {
|
||||
private Integer count;
|
||||
private Integer delay;
|
||||
private String type;
|
||||
private String requesterAddress;
|
||||
private String filterIPs;
|
||||
|
||||
public String getType() {
|
||||
return type;
|
||||
@@ -15,12 +15,12 @@ public class CallItem {
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
public String getRequesterAddress() {
|
||||
return requesterAddress;
|
||||
public String getFilterIPs() {
|
||||
return filterIPs;
|
||||
}
|
||||
|
||||
public void setRequesterAddress(String requesterAddress) {
|
||||
this.requesterAddress = requesterAddress;
|
||||
public void setFilterIPs(String filterIPs) {
|
||||
this.filterIPs = filterIPs;
|
||||
}
|
||||
|
||||
public String getItem() {
|
||||
|
||||
Reference in New Issue
Block a user