public class Invoker extends AbstractModel
Constructor and Description |
---|
Invoker() |
Invoker(Invoker 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 |
getCommandId()
Get Command ID.
|
String |
getCreatedTime()
Get Creation time.
|
Boolean |
getEnable()
Get Whether to enable the invoker.
|
String[] |
getInstanceIds()
Get Instance ID list.
|
String |
getInvokerId()
Get Invoker ID.
|
String |
getName()
Get Invoker name.
|
String |
getParameters()
Get Custom parameters.
|
ScheduleSettings |
getScheduleSettings()
Get Execution schedule of the invoker.
|
String |
getType()
Get Invoker type.
|
String |
getUpdatedTime()
Get Modification time.
|
String |
getUsername()
Get Username.
|
void |
setCommandId(String CommandId)
Set Command ID.
|
void |
setCreatedTime(String CreatedTime)
Set Creation time.
|
void |
setEnable(Boolean Enable)
Set Whether to enable the invoker.
|
void |
setInstanceIds(String[] InstanceIds)
Set Instance ID list.
|
void |
setInvokerId(String InvokerId)
Set Invoker ID.
|
void |
setName(String Name)
Set Invoker name.
|
void |
setParameters(String Parameters)
Set Custom parameters.
|
void |
setScheduleSettings(ScheduleSettings ScheduleSettings)
Set Execution schedule of the invoker.
|
void |
setType(String Type)
Set Invoker type.
|
void |
setUpdatedTime(String UpdatedTime)
Set Modification time.
|
void |
setUsername(String Username)
Set Username.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Invoker()
public Invoker(Invoker source)
public String getInvokerId()
public void setInvokerId(String InvokerId)
InvokerId
- Invoker ID.public String getName()
public void setName(String Name)
Name
- Invoker name.public String getType()
public void setType(String Type)
Type
- Invoker type.public String getCommandId()
public void setCommandId(String CommandId)
CommandId
- Command ID.public String getUsername()
public void setUsername(String Username)
Username
- Username.public String getParameters()
public void setParameters(String Parameters)
Parameters
- Custom parameters.public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds
- Instance ID list.public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- Whether to enable the invoker.public ScheduleSettings getScheduleSettings()
public void setScheduleSettings(ScheduleSettings ScheduleSettings)
ScheduleSettings
- Execution schedule of the invoker. This field is returned for recurring invokers.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Creation time.public String getUpdatedTime()
public void setUpdatedTime(String UpdatedTime)
UpdatedTime
- Modification time.Copyright © 2023. All rights reserved.