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

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

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

public class ExampleFamilyPostResult {

	private ExampleFamily result;


	public ExampleFamily getResult() {
		return result;
	}


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

	private String resultDesc;


	public String getResultDesc() {
		return resultDesc;
	}


	public void setResultDesc(String resultDesc) {
		this.resultDesc = resultDesc;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy