public class ChangePwdTaskInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ChangePwdTaskInfo() |
ChangePwdTaskInfo(ChangePwdTaskInfo 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 |
---|---|
String[] |
getAccountSet()
Get 需要改密的账户
|
Long |
getAuthGenerationStrategy()
Get 密码生成策略
|
Long |
getBigLetter()
Get 包含大写字母
|
Long |
getChangeMethod()
Get 改密方式。1:使用执行账号。2:修改自身密码
|
Long |
getCompleteNotify()
Get 改密完成通知。0-通知,1-不通知
|
Department |
getDepartment()
Get 所属部门信息
|
Device[] |
getDeviceSet()
Get 需要改密的主机
|
Long |
getDigit()
Get 包含数字
|
String |
getFilePassword()
Get 加密附件密码
|
String |
getFirstTime()
Get 首次执行时间
|
Long |
getId()
Get id
|
String |
getNextTime()
Get 下次执行时间
|
String[] |
getNotifyEmails()
Get 通知人邮箱
|
String |
getOperationId()
Get 任务id
|
Long |
getPasswordLength()
Get 密码长度
|
Long |
getPeriod()
Get 周期
|
String |
getRunAccount()
Get 执行账号
|
Long |
getSmallLetter()
Get 包含小写字母
|
String |
getSymbol()
Get 包含的特殊字符,入参base64
|
String |
getTaskName()
Get 任务名
|
Long |
getType()
Get 任务类型:4手动,5自动
|
void |
setAccountSet(String[] AccountSet)
Set 需要改密的账户
|
void |
setAuthGenerationStrategy(Long AuthGenerationStrategy)
Set 密码生成策略
|
void |
setBigLetter(Long BigLetter)
Set 包含大写字母
|
void |
setChangeMethod(Long ChangeMethod)
Set 改密方式。1:使用执行账号。2:修改自身密码
|
void |
setCompleteNotify(Long CompleteNotify)
Set 改密完成通知。0-通知,1-不通知
|
void |
setDepartment(Department Department)
Set 所属部门信息
|
void |
setDeviceSet(Device[] DeviceSet)
Set 需要改密的主机
|
void |
setDigit(Long Digit)
Set 包含数字
|
void |
setFilePassword(String FilePassword)
Set 加密附件密码
|
void |
setFirstTime(String FirstTime)
Set 首次执行时间
|
void |
setId(Long Id)
Set id
|
void |
setNextTime(String NextTime)
Set 下次执行时间
|
void |
setNotifyEmails(String[] NotifyEmails)
Set 通知人邮箱
|
void |
setOperationId(String OperationId)
Set 任务id
|
void |
setPasswordLength(Long PasswordLength)
Set 密码长度
|
void |
setPeriod(Long Period)
Set 周期
|
void |
setRunAccount(String RunAccount)
Set 执行账号
|
void |
setSmallLetter(Long SmallLetter)
Set 包含小写字母
|
void |
setSymbol(String Symbol)
Set 包含的特殊字符,入参base64
|
void |
setTaskName(String TaskName)
Set 任务名
|
void |
setType(Long Type)
Set 任务类型:4手动,5自动
|
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 ChangePwdTaskInfo()
public ChangePwdTaskInfo(ChangePwdTaskInfo source)
public Long getId()
public void setId(Long Id)
Id
- idpublic String getOperationId()
public void setOperationId(String OperationId)
OperationId
- 任务idpublic String getTaskName()
public void setTaskName(String TaskName)
TaskName
- 任务名public Department getDepartment()
public void setDepartment(Department Department)
Department
- 所属部门信息public Long getChangeMethod()
public void setChangeMethod(Long ChangeMethod)
ChangeMethod
- 改密方式。1:使用执行账号。2:修改自身密码public String getRunAccount()
public void setRunAccount(String RunAccount)
RunAccount
- 执行账号public Long getAuthGenerationStrategy()
public void setAuthGenerationStrategy(Long AuthGenerationStrategy)
AuthGenerationStrategy
- 密码生成策略public Long getPasswordLength()
public void setPasswordLength(Long PasswordLength)
PasswordLength
- 密码长度public Long getSmallLetter()
public void setSmallLetter(Long SmallLetter)
SmallLetter
- 包含小写字母public Long getBigLetter()
public void setBigLetter(Long BigLetter)
BigLetter
- 包含大写字母public Long getDigit()
public void setDigit(Long Digit)
Digit
- 包含数字public String getSymbol()
public void setSymbol(String Symbol)
Symbol
- 包含的特殊字符,入参base64public Long getCompleteNotify()
public void setCompleteNotify(Long CompleteNotify)
CompleteNotify
- 改密完成通知。0-通知,1-不通知public String[] getNotifyEmails()
public void setNotifyEmails(String[] NotifyEmails)
NotifyEmails
- 通知人邮箱public String getFilePassword()
public void setFilePassword(String FilePassword)
FilePassword
- 加密附件密码public String[] getAccountSet()
public void setAccountSet(String[] AccountSet)
AccountSet
- 需要改密的账户public Device[] getDeviceSet()
public void setDeviceSet(Device[] DeviceSet)
DeviceSet
- 需要改密的主机public Long getType()
public void setType(Long Type)
Type
- 任务类型:4手动,5自动public Long getPeriod()
public void setPeriod(Long Period)
Period
- 周期public String getFirstTime()
public void setFirstTime(String FirstTime)
FirstTime
- 首次执行时间public String getNextTime()
public void setNextTime(String NextTime)
NextTime
- 下次执行时间Copyright © 2025. All rights reserved.