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

com.byteplus.model.live.v20230101.CreateCertResResult Maven / Gradle / Ivy

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


import com.alibaba.fastjson.JSON;

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

    /**
     * 

TODO

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

证书链 ID。

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

使用该证书的域名。

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

证书用途,取值及含义如下所示。

* *

- `https`:用于 HTTPS 加密;

* *

- `sign`:用于签名加密。

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy