public interface VodDomainCertificateInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getCertificateCenterCertificateId()
证书中心证书ID
string CertificateCenterCertificateId = 7; |
com.google.protobuf.ByteString |
getCertificateCenterCertificateIdBytes()
证书中心证书ID
string CertificateCenterCertificateId = 7; |
String |
getCertificateId()
证书ID
string CertificateId = 1; |
com.google.protobuf.ByteString |
getCertificateIdBytes()
证书ID
string CertificateId = 1; |
String |
getCertificateName()
证书名
string CertificateName = 2; |
com.google.protobuf.ByteString |
getCertificateNameBytes()
证书名
string CertificateName = 2; |
String |
getCertificatePri()
私钥
string CertificatePri = 4; |
com.google.protobuf.ByteString |
getCertificatePriBytes()
私钥
string CertificatePri = 4; |
String |
getCertificatePub()
证书内容
string CertificatePub = 3; |
com.google.protobuf.ByteString |
getCertificatePubBytes()
证书内容
string CertificatePub = 3; |
String |
getExpiredAt()
证书过期时间,格式为"yyyy-MM-dd HH:mm:ss"
string ExpiredAt = 6; |
com.google.protobuf.ByteString |
getExpiredAtBytes()
证书过期时间,格式为"yyyy-MM-dd HH:mm:ss"
string ExpiredAt = 6; |
String |
getHttpsStatus()
Http开启状态
string HttpsStatus = 5; |
com.google.protobuf.ByteString |
getHttpsStatusBytes()
Http开启状态
string HttpsStatus = 5; |
String getCertificateId()
证书ID
string CertificateId = 1;
com.google.protobuf.ByteString getCertificateIdBytes()
证书ID
string CertificateId = 1;
String getCertificateName()
证书名
string CertificateName = 2;
com.google.protobuf.ByteString getCertificateNameBytes()
证书名
string CertificateName = 2;
String getCertificatePub()
证书内容
string CertificatePub = 3;
com.google.protobuf.ByteString getCertificatePubBytes()
证书内容
string CertificatePub = 3;
String getCertificatePri()
私钥
string CertificatePri = 4;
com.google.protobuf.ByteString getCertificatePriBytes()
私钥
string CertificatePri = 4;
String getHttpsStatus()
Http开启状态
string HttpsStatus = 5;
com.google.protobuf.ByteString getHttpsStatusBytes()
Http开启状态
string HttpsStatus = 5;
String getExpiredAt()
证书过期时间,格式为"yyyy-MM-dd HH:mm:ss"
string ExpiredAt = 6;
com.google.protobuf.ByteString getExpiredAtBytes()
证书过期时间,格式为"yyyy-MM-dd HH:mm:ss"
string ExpiredAt = 6;
String getCertificateCenterCertificateId()
证书中心证书ID
string CertificateCenterCertificateId = 7;
com.google.protobuf.ByteString getCertificateCenterCertificateIdBytes()
证书中心证书ID
string CertificateCenterCertificateId = 7;
Copyright © 2023. All rights reserved.