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

com.byteplus.model.live.v20200801.ListCertV2Body Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.model.live.v20200801;


import com.alibaba.fastjson.JSON;

/**
 * ListCertV2Body
 */
@lombok.Data
public final class ListCertV2Body  {

    /**
     * 

火山引擎账号 ID

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AccountID") private String accountID; /** *

是否启用证书,默认值为 true,支持的取值包括:

* *

- true:启用证书;

* *

- false:禁用证书。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Available") private Boolean available; /** *

域名,查询该域名对应的证书,支持精确查询

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Domain") private String domain; /** *

证书是否过期,默认值为 false,支持的取值包括:

* *

- false:表示证书未过期;

* *

- true:表示证书已过期。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Expiring") private Boolean expiring; /** *

证书名称,支持输入证书名称中的关键字,进行模糊查询

*/ @com.alibaba.fastjson.annotation.JSONField(name = "CertName") private String certName; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy