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.

65 lines
1.9 KiB
Java

/* */ package com.dowse.devicesdk.rv1126;
/* */
/* */ public class KeepWatachMode
/* */ {
/* */ private byte isOpen;
/* */ private int keepWatchWaitTime;
/* */ private int keepWatchMode;
/* */ private int keepWatchNum;
/* */ private int presentCount;
/* */ private int[] presentNum;
/* */
/* */ public byte getIsOpen()
/* */ {
/* 14 */ return this.isOpen;
/* */ }
/* */
/* */ public void setIsOpen(byte isOpen) {
/* 18 */ this.isOpen = isOpen;
/* */ }
/* */
/* */ public int getKeepWatchWaitTime() {
/* 22 */ return this.keepWatchWaitTime;
/* */ }
/* */
/* */ public void setKeepWatchWaitTime(int keepWatchWaitTime) {
/* 26 */ this.keepWatchWaitTime = keepWatchWaitTime;
/* */ }
/* */
/* */ public int getKeepWatchMode() {
/* 30 */ return this.keepWatchMode;
/* */ }
/* */
/* */ public void setKeepWatchMode(int keepWatchMode) {
/* 34 */ this.keepWatchMode = keepWatchMode;
/* */ }
/* */
/* */ public int getKeepWatchNum() {
/* 38 */ return this.keepWatchNum;
/* */ }
/* */
/* */ public void setKeepWatchNum(int keepWatchNum) {
/* 42 */ this.keepWatchNum = keepWatchNum;
/* */ }
/* */
/* */ public int getPresentCount() {
/* 46 */ return this.presentCount;
/* */ }
/* */
/* */ public void setPresentCount(int presentCount) {
/* 50 */ this.presentCount = presentCount;
/* */ }
/* */
/* */ public int[] getPresentNum() {
/* 54 */ return this.presentNum;
/* */ }
/* */
/* */ public void setPresentNum(int[] presentNum) {
/* 58 */ this.presentNum = presentNum;
/* */ }
/* */ }
/* Location: C:\Users\JingJing\Desktop\i1aar\dsdevicesdk1.3\classes.jar
* Qualified Name: com.dowse.devicesdk.rv1126.KeepWatachMode
* JD-Core Version: 0.6.0
*/