5 changed files with 950 additions and 287 deletions
@ -0,0 +1,14 @@ |
|||||
|
package org.mobidgim.mobidigimproject.model.device.subDTO; |
||||
|
|
||||
|
import com.fasterxml.jackson.annotation.JsonProperty; |
||||
|
|
||||
|
public class Lte { |
||||
|
@JsonProperty("lte_ip") |
||||
|
private String LTEip; |
||||
|
@JsonProperty("lte_subnet") |
||||
|
private String LTEsubnet; |
||||
|
@JsonProperty("lte_gateway") |
||||
|
private String LTEgateway; |
||||
|
@JsonProperty("lte_port") |
||||
|
private int LTEport; |
||||
|
} |
||||
File diff suppressed because it is too large
Loading…
Reference in new issue