com.volcengine.model.live.v20230101.DescribeLiveBatchStreamSessionDataResResponseMetadata 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.live.v20230101;
import com.alibaba.fastjson.JSON;
/**
* DescribeLiveBatchStreamSessionDataResResponseMetadata
*/
@lombok.Data
public final class DescribeLiveBatchStreamSessionDataResResponseMetadata {
/**
* RequestID为每次API请求的唯一标识。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "RequestId")
private String requestId;
/**
* 请求的接口名,属于请求的公共参数。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Action")
private String action;
/**
* 请求的版本号,属于请求的公共参数。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Version")
private String version;
/**
* 请求的服务,属于请求的公共参数。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Service")
private String service;
/**
* 请求的Region,例如:cn-north-1
*/
@com.alibaba.fastjson.annotation.JSONField(name = "Region")
private String region;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy