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

com.alibaba.ocean.rawsdk.example.param.ExampleFamilyGetResult Maven / Gradle / Ivy

The newest version!
package com.alibaba.ocean.rawsdk.example.param;

public class ExampleFamilyGetResult {

	private ExampleFamily result;


	public ExampleFamily getResult() {
		return result;
	}


	public void setResult(ExampleFamily result) {
		this.result = result;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy