public class PushAuthKeyInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
PushAuthKeyInfo()  | 
PushAuthKeyInfo(PushAuthKeyInfo 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 | 
getAuthDelta()
Get Validity period in seconds. 
 | 
String | 
getBackupAuthKey()
Get Standby authentication key. 
 | 
String | 
getDomainName()
Get Domain name. 
 | 
Long | 
getEnable()
Get Whether to enable. 
 | 
String | 
getMasterAuthKey()
Get Master authentication key. 
 | 
void | 
setAuthDelta(Long AuthDelta)
Set Validity period in seconds. 
 | 
void | 
setBackupAuthKey(String BackupAuthKey)
Set Standby authentication key. 
 | 
void | 
setDomainName(String DomainName)
Set Domain name. 
 | 
void | 
setEnable(Long Enable)
Set Whether to enable. 
 | 
void | 
setMasterAuthKey(String MasterAuthKey)
Set Master authentication key. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PushAuthKeyInfo()
public PushAuthKeyInfo(PushAuthKeyInfo source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName - Domain name.public Long getEnable()
public void setEnable(Long Enable)
Enable - Whether to enable. 0: disabled; 1: enabled.public String getMasterAuthKey()
public void setMasterAuthKey(String MasterAuthKey)
MasterAuthKey - Master authentication key.public String getBackupAuthKey()
public void setBackupAuthKey(String BackupAuthKey)
BackupAuthKey - Standby authentication key.public Long getAuthDelta()
public void setAuthDelta(Long AuthDelta)
AuthDelta - Validity period in seconds.Copyright © 2025. All rights reserved.