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

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

There is a newer version: 1.1.0
Show newest version
package com.alibaba.ocean.rawsdk.example.param;

import com.alibaba.ocean.rawsdk.client.APIId;
import com.alibaba.ocean.rawsdk.common.AbstractAPIRequest;

public class ExampleFamilyGetParam extends
		AbstractAPIRequest {

	public ExampleFamilyGetParam() {
		super();
		oceanApiId = new APIId("api.example", "example.family.get", 1);
	}

	private Integer familyNumber;

	
	public Integer getFamilyNumber() {
		return familyNumber;
	}

	
	public void setFamilyNumber(Integer familyNumber) {
		this.familyNumber = familyNumber;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy