public class HostingConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
HostingConfig() |
HostingConfig(HostingConfig source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getMessageTypes()
Get Hosted send message type: 0, reminder message before hosted starts (you will receive this reminder message even if there is no renewal certificate); 1, reminder message when hosted starts (you will receive the message reminder only if there is a renewal certificate); 2, reminder message when hosted resource replacement fails; 3 reminder message when hosted resource replacement succeeds.
|
String |
getReplaceEndTime()
Get Resource replacement end time.
|
String |
getReplaceStartTime()
Get Resource replacement start time.
|
Long |
getReplaceTime()
Get Hosted resource replacement time, defaults to 30 days before the certificate expiration if there is a renewal certificate, then replace.
|
void |
setMessageTypes(Long[] MessageTypes)
Set Hosted send message type: 0, reminder message before hosted starts (you will receive this reminder message even if there is no renewal certificate); 1, reminder message when hosted starts (you will receive the message reminder only if there is a renewal certificate); 2, reminder message when hosted resource replacement fails; 3 reminder message when hosted resource replacement succeeds.
|
void |
setReplaceEndTime(String ReplaceEndTime)
Set Resource replacement end time.
|
void |
setReplaceStartTime(String ReplaceStartTime)
Set Resource replacement start time.
|
void |
setReplaceTime(Long ReplaceTime)
Set Hosted resource replacement time, defaults to 30 days before the certificate expiration if there is a renewal certificate, then replace.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public HostingConfig()
public HostingConfig(HostingConfig source)
public Long getReplaceTime()
public void setReplaceTime(Long ReplaceTime)
ReplaceTime
- Hosted resource replacement time, defaults to 30 days before the certificate expiration if there is a renewal certificate, then replace.
Note: this field may return null, indicating that no valid values can be obtained.public Long[] getMessageTypes()
public void setMessageTypes(Long[] MessageTypes)
MessageTypes
- Hosted send message type: 0, reminder message before hosted starts (you will receive this reminder message even if there is no renewal certificate); 1, reminder message when hosted starts (you will receive the message reminder only if there is a renewal certificate); 2, reminder message when hosted resource replacement fails; 3 reminder message when hosted resource replacement succeeds.
Note: this field may return null, indicating that no valid values can be obtained.public String getReplaceStartTime()
public void setReplaceStartTime(String ReplaceStartTime)
ReplaceStartTime
- Resource replacement start time.public String getReplaceEndTime()
public void setReplaceEndTime(String ReplaceEndTime)
ReplaceEndTime
- Resource replacement end time.Copyright © 2025. All rights reserved.