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

com.aliyun.openservices.log.response.GetIndexResponse Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
package com.aliyun.openservices.log.response;

import java.util.Map;

import com.aliyun.openservices.log.common.Index;

public class GetIndexResponse extends Response {

	private static final long serialVersionUID = -3827471917355286807L;
	private Index index = new Index();

	public GetIndexResponse(Map headers, Index index) {
		super(headers);
		SetIndex(index);
	}

	public Index GetIndex() {
		return index;
	}

	public void SetIndex(Index index) {
		this.index = new Index(index);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy