public class UpdateProblemEffectionServiceRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
clientToken
example:
c26f36de-1ec8-496a-a828-880676c5ef81
|
String |
description
example:
乐嘉国际大厦
|
Long |
effectionServiceId
example:
103
|
String |
level
example:
P1
|
List<String> |
picUrl |
Long |
problemId
example:
190000000
|
Long |
serviceId
example:
33
|
String |
status
example:
UN_RECOVERED
|
构造器和说明 |
---|
UpdateProblemEffectionServiceRequest() |
限定符和类型 | 方法和说明 |
---|---|
static UpdateProblemEffectionServiceRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDescription() |
Long |
getEffectionServiceId() |
String |
getLevel() |
List<String> |
getPicUrl() |
Long |
getProblemId() |
Long |
getServiceId() |
String |
getStatus() |
UpdateProblemEffectionServiceRequest |
setClientToken(String clientToken) |
UpdateProblemEffectionServiceRequest |
setDescription(String description) |
UpdateProblemEffectionServiceRequest |
setEffectionServiceId(Long effectionServiceId) |
UpdateProblemEffectionServiceRequest |
setLevel(String level) |
UpdateProblemEffectionServiceRequest |
setPicUrl(List<String> picUrl) |
UpdateProblemEffectionServiceRequest |
setProblemId(Long problemId) |
UpdateProblemEffectionServiceRequest |
setServiceId(Long serviceId) |
UpdateProblemEffectionServiceRequest |
setStatus(String status) |
@NameInMap(value="clientToken") public String clientToken
clientToken
example:c26f36de-1ec8-496a-a828-880676c5ef81
@NameInMap(value="description") public String description
乐嘉国际大厦
@NameInMap(value="effectionServiceId") public Long effectionServiceId
103
@NameInMap(value="level") public String level
P1
@NameInMap(value="problemId") public Long problemId
190000000
@NameInMap(value="serviceId") public Long serviceId
33
@NameInMap(value="status") public String status
UN_RECOVERED
public static UpdateProblemEffectionServiceRequest build(Map<String,?> map) throws Exception
Exception
public UpdateProblemEffectionServiceRequest setClientToken(String clientToken)
public String getClientToken()
public UpdateProblemEffectionServiceRequest setDescription(String description)
public String getDescription()
public UpdateProblemEffectionServiceRequest setEffectionServiceId(Long effectionServiceId)
public Long getEffectionServiceId()
public UpdateProblemEffectionServiceRequest setLevel(String level)
public String getLevel()
public UpdateProblemEffectionServiceRequest setPicUrl(List<String> picUrl)
public UpdateProblemEffectionServiceRequest setProblemId(Long problemId)
public Long getProblemId()
public UpdateProblemEffectionServiceRequest setServiceId(Long serviceId)
public Long getServiceId()
public UpdateProblemEffectionServiceRequest setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.