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

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

package com.aliyun.openservices.log.response;

import java.util.Map;

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

public class GetTopostoreRelationResponse extends Response {
    private TopostoreRelation topostoreRelation;

    public GetTopostoreRelationResponse(Map headers, TopostoreRelation topostoreRelation) {
        super(headers);
        this.topostoreRelation = topostoreRelation;
    }

    public TopostoreRelation getTopostoreRelation() {
        return this.topostoreRelation;
    }

    public void setTopostoreRelation(TopostoreRelation topostoreRelation) {
        this.topostoreRelation = topostoreRelation;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy