com.volcengine.model.live.request.BindCertRequest 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.request;
import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;
@Data
public class BindCertRequest {
@JSONField(name = "Vhost")
String vhost;
@JSONField(name = "Domain")
String domain;
@JSONField(name = "CertDomain")
String certDomain;
@JSONField(name = "ChainID")
String chainID;
@JSONField(name = "HTTPS")
Boolean HTTPS;
@JSONField(name = "CertName")
Boolean certName;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy