public class DataMaskStrategy extends AbstractModel
header, skipSign
Constructor and Description |
---|
DataMaskStrategy() |
DataMaskStrategy(DataMaskStrategy 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 |
getCreateTime()
Get Policy creation time.
|
GroupInfo[] |
getGroups()
Get User group policy list.
|
Long |
getState()
Get 1: in effect; 0: deleted.
|
String |
getStrategyDesc()
Get Policy description
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStrategyId()
Get Policy ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStrategyName()
Get Policy name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStrategyType()
Get MASK_SHOW_FIRST_4, MASK_SHOW_LAST_4, MASK_HASH, MASK_DATE_SHOW_YEAR, MASK_NULL, MASK_DEFAULT.
|
String |
getSubAccountUin()
Get Specifies the uin of the user sub-account to operate.
|
String |
getUin()
Get User UIN
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getUpdateTime()
Get Policy update time.
|
String |
getUserAppId()
Get User AppId
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUsers()
Get User sub-account uin list, concatenated by ;.
|
void |
setCreateTime(Long CreateTime)
Set Policy creation time.
|
void |
setGroups(GroupInfo[] Groups)
Set User group policy list.
|
void |
setState(Long State)
Set 1: in effect; 0: deleted.
|
void |
setStrategyDesc(String StrategyDesc)
Set Policy description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStrategyId(String StrategyId)
Set Policy ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStrategyName(String StrategyName)
Set Policy name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStrategyType(String StrategyType)
Set MASK_SHOW_FIRST_4, MASK_SHOW_LAST_4, MASK_HASH, MASK_DATE_SHOW_YEAR, MASK_NULL, MASK_DEFAULT.
|
void |
setSubAccountUin(String SubAccountUin)
Set Specifies the uin of the user sub-account to operate.
|
void |
setUin(String Uin)
Set User UIN
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUpdateTime(Long UpdateTime)
Set Policy update time.
|
void |
setUserAppId(String UserAppId)
Set User AppId
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUsers(String Users)
Set User sub-account uin list, concatenated by ;.
|
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, toJsonString
public DataMaskStrategy()
public DataMaskStrategy(DataMaskStrategy source)
public String getStrategyId()
public void setStrategyId(String StrategyId)
StrategyId
- Policy ID
Note: This field may return null, indicating that no valid values can be obtained.public String getUserAppId()
public void setUserAppId(String UserAppId)
UserAppId
- User AppId
Note: This field may return null, indicating that no valid values can be obtained.public String getUin()
public void setUin(String Uin)
Uin
- User UIN
Note: This field may return null, indicating that no valid values can be obtained.public String getSubAccountUin()
public void setSubAccountUin(String SubAccountUin)
SubAccountUin
- Specifies the uin of the user sub-account to operate.
Note: This field may return null, indicating that no valid values can be obtained.public String getStrategyName()
public void setStrategyName(String StrategyName)
StrategyName
- Policy name
Note: This field may return null, indicating that no valid values can be obtained.public String getStrategyType()
public void setStrategyType(String StrategyType)
StrategyType
- MASK_SHOW_FIRST_4, MASK_SHOW_LAST_4, MASK_HASH, MASK_DATE_SHOW_YEAR, MASK_NULL, MASK_DEFAULT.
Note: This field may return null, indicating that no valid values can be obtained.public String getStrategyDesc()
public void setStrategyDesc(String StrategyDesc)
StrategyDesc
- Policy description
Note: This field may return null, indicating that no valid values can be obtained.public GroupInfo[] getGroups()
public void setGroups(GroupInfo[] Groups)
Groups
- User group policy list.
Note: This field may return null, indicating that no valid values can be obtained.public String getUsers()
public void setUsers(String Users)
Users
- User sub-account uin list, concatenated by ;.
Note: This field may return null, indicating that no valid values can be obtained.public Long getState()
public void setState(Long State)
State
- 1: in effect; 0: deleted.
Note: This field may return null, indicating that no valid values can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Policy creation time. timestamp in milliseconds.
Note: This field may return null, indicating that no valid values can be obtained.public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- Policy update time. timestamp in milliseconds.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.