com.aliyun.openservices.log.response.GetProjectPolicyReponse Maven / Gradle / Ivy
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