Examples of DetailedGroupInfo


Examples of org.openhab.binding.digitalstrom.internal.client.entity.DetailedGroupInfo

  }
 
  @Override
  public boolean equals(Object obj) {
    if (obj instanceof DetailedGroupInfo) {
      DetailedGroupInfo group = (DetailedGroupInfo)obj;
      return group.getGroupID() == this.getGroupID();
    }
    return false;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.