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

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

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

import com.alibaba.fastjson.JSONException;
import com.alibaba.fastjson.JSONObject;
import com.aliyun.openservices.log.exception.LogException;

import java.util.Map;

public class GetProjectPolicyReponse extends Response {

    private String policyText;

    public GetProjectPolicyReponse(Map headers, String policyText) {
        super(headers);
        this.policyText = policyText;
    }

    public String getPolicyText() {
        return policyText;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy