public class TaskTarget extends AbstractModel
header, skipSign
Constructor and Description |
---|
TaskTarget() |
TaskTarget(TaskTarget 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 |
getSource()
Get 1:平台 2:用户个人
|
String |
getTargetDesc()
Get 目标描述
|
Long |
getTargetId()
Get 目标标签ID
|
Long |
getTargetStatus()
Get 目标标签是否已被删除
|
Long |
getType()
Get 1:演练场景
2:演练目标
|
void |
setSource(Long Source)
Set 1:平台 2:用户个人
|
void |
setTargetDesc(String TargetDesc)
Set 目标描述
|
void |
setTargetId(Long TargetId)
Set 目标标签ID
|
void |
setTargetStatus(Long TargetStatus)
Set 目标标签是否已被删除
|
void |
setType(Long Type)
Set 1:演练场景
2:演练目标
|
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 TaskTarget()
public TaskTarget(TaskTarget source)
public Long getTargetId()
public void setTargetId(Long TargetId)
TargetId
- 目标标签IDpublic String getTargetDesc()
public void setTargetDesc(String TargetDesc)
TargetDesc
- 目标描述public Long getType()
public void setType(Long Type)
Type
- 1:演练场景
2:演练目标public Long getSource()
public void setSource(Long Source)
Source
- 1:平台 2:用户个人public Long getTargetStatus()
public void setTargetStatus(Long TargetStatus)
TargetStatus
- 目标标签是否已被删除Copyright © 2025. All rights reserved.