All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.cm.heclouds.adapter.thing.schema.ServiceData Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.github.cm.heclouds.adapter.thing.schema;

import lombok.Data;

import java.util.List;

/**
 *
 */
@Data
public class ServiceData {
    /**
     * 必填 标识符
     */
    private String identifier;
    /**
     * 必填 功能名称
     */
    private String name;
    /**
     * 必填 数据类型列表
     */
    private List dataType;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy