You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
838 B
Java
29 lines
838 B
Java
/* */ package com.dowse.devicesdk;
|
|
/* */
|
|
/* */ public final class SimRegInfo
|
|
/* */ {
|
|
/* */ private String operate_name;
|
|
/* */ private int network_type;
|
|
/* */
|
|
/* */ public String getOperate_name()
|
|
/* */ {
|
|
/* 9 */ return this.operate_name;
|
|
/* */ }
|
|
/* */
|
|
/* */ public void setOperate_name(String operate_name) {
|
|
/* 13 */ this.operate_name = operate_name;
|
|
/* */ }
|
|
/* */
|
|
/* */ public int getNetwork_type() {
|
|
/* 17 */ return this.network_type;
|
|
/* */ }
|
|
/* */
|
|
/* */ public void setNetwork_type(int network_type) {
|
|
/* 21 */ this.network_type = network_type;
|
|
/* */ }
|
|
/* */ }
|
|
|
|
/* Location: C:\Users\JingJing\Desktop\i1aar\dsdevicesdk1.3\classes.jar
|
|
* Qualified Name: com.dowse.devicesdk.SimRegInfo
|
|
* JD-Core Version: 0.6.0
|
|
*/ |