Package 

Enum LinkageType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum LinkageType
    extends Enum<LinkageType>
                        

    ProjectName: home-sdk-scenelib Description: 联动类型枚举 CreateDate: 2022/9/9 2:05 下午

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer value
      private final String name
      private final Integer ordinal
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      LAN

      局域网联动

      LOCAL

      本地联动(单网关)

      CLOUD

      云端联动(包括待接管状态)

    • Method Summary

      Modifier and Type Method Description
      final Integer getValue()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait