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

com.aliyun.openservices.paifeaturestore.domain.FeatureEntity Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.aliyun.openservices.paifeaturestore.domain;

public class FeatureEntity {
    com.aliyun.openservices.paifeaturestore.model.FeatureEntity featureEntity;


    public FeatureEntity(com.aliyun.openservices.paifeaturestore.model.FeatureEntity featureEntity) {
        this.featureEntity = featureEntity;
    }

    public com.aliyun.openservices.paifeaturestore.model.FeatureEntity getFeatureEntity() {
        return featureEntity;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy