public class Illustration
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
illustrationId |
String |
oss |
构造器和说明 |
---|
Illustration() |
限定符和类型 | 方法和说明 |
---|---|
static Illustration |
build(Map<String,?> map) |
Long |
getIllustrationId() |
String |
getOss() |
Illustration |
setIllustrationId(Long illustrationId) |
Illustration |
setOss(String oss) |
@NameInMap(value="illustrationId") public Long illustrationId
@NameInMap(value="oss") public String oss
public static Illustration build(Map<String,?> map) throws Exception
Exception
public Illustration setIllustrationId(Long illustrationId)
public Long getIllustrationId()
public Illustration setOss(String oss)
public String getOss()
Copyright © 2024. All rights reserved.