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

com.byteplus.model.live.v20200801.ListVhostDetailResResultVhostListItemDomainListItem 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;

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

    /**
     * 

TODO

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

TODO

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

TODO

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

TODO

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

TODO

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

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Priority") private Integer priority; /** *

TODO

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

TODO

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

TODO

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Status") private Integer status; /** *

TODO

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

TODO

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy