@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCCertificateExpiration
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RTCCertificateExpiration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RTCCertificateExpiration.Builder |
create() |
int |
expires() |
void |
setExpires(int expires) |
@JsOverlay @Nonnull static RTCCertificateExpiration.Builder create()
@JsProperty(name="expires") int expires()
@JsProperty void setExpires(int expires)