com.volcengine.model.tls.response.DescribeLogContextResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.tls.response;
import com.alibaba.fastjson.annotation.JSONField;
import com.volcengine.model.tls.exception.LogException;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.ToString;
import org.apache.http.Header;
import java.util.List;
import java.util.Map;
import static com.volcengine.model.tls.Const.*;
@Data
@ToString(callSuper = true)
@NoArgsConstructor
public class DescribeLogContextResponse extends CommonResponse {
@JSONField(name = PREV_OVER)
Boolean prevOver;
@JSONField(name = NEXT_OVER)
Boolean nextOver;
@JSONField(name = LOG_CONTEXT_INFOS)
List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy