public static class GetProblemResponseBody.GetProblemResponseBodyDataEffectionServices
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
description
example:
描述
|
Long |
effectionLevel
example:
P1
|
Long |
effectionServiceId
example:
1
|
Integer |
effectionStatus
example:
RESTORED
|
Integer |
serviceDeleteType |
String |
serviceName
example:
购物车
|
构造器和说明 |
---|
GetProblemResponseBodyDataEffectionServices() |
@NameInMap(value="description") public String description
描述
@NameInMap(value="effectionLevel") public Long effectionLevel
P1
@NameInMap(value="effectionServiceId") public Long effectionServiceId
1
@NameInMap(value="effectionStatus") public Integer effectionStatus
RESTORED
@NameInMap(value="serviceDeleteType") public Integer serviceDeleteType
@NameInMap(value="serviceName") public String serviceName
购物车
public GetProblemResponseBodyDataEffectionServices()
public static GetProblemResponseBody.GetProblemResponseBodyDataEffectionServices build(Map<String,?> map) throws Exception
Exception
public GetProblemResponseBody.GetProblemResponseBodyDataEffectionServices setDescription(String description)
public String getDescription()
public GetProblemResponseBody.GetProblemResponseBodyDataEffectionServices setEffectionLevel(Long effectionLevel)
public Long getEffectionLevel()
public GetProblemResponseBody.GetProblemResponseBodyDataEffectionServices setEffectionServiceId(Long effectionServiceId)
public Long getEffectionServiceId()
public GetProblemResponseBody.GetProblemResponseBodyDataEffectionServices setEffectionStatus(Integer effectionStatus)
public Integer getEffectionStatus()
public GetProblemResponseBody.GetProblemResponseBodyDataEffectionServices setServiceDeleteType(Integer serviceDeleteType)
public Integer getServiceDeleteType()
public GetProblemResponseBody.GetProblemResponseBodyDataEffectionServices setServiceName(String serviceName)
public String getServiceName()
Copyright © 2024. All rights reserved.