public static class CreateSshKeyResponseBody.CreateSshKeyResponseBodyResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
createdAt |
String |
fingerPrint |
Long |
id |
String |
key |
String |
keyScope |
String |
title |
| 构造器和说明 |
|---|
CreateSshKeyResponseBodyResult() |
@NameInMap(value="CreatedAt") public String createdAt
@NameInMap(value="FingerPrint") public String fingerPrint
@NameInMap(value="Id") public Long id
@NameInMap(value="Key") public String key
@NameInMap(value="KeyScope") public String keyScope
@NameInMap(value="Title") public String title
public static CreateSshKeyResponseBody.CreateSshKeyResponseBodyResult build(Map<String,?> map) throws Exception
Exceptionpublic CreateSshKeyResponseBody.CreateSshKeyResponseBodyResult setCreatedAt(String createdAt)
public String getCreatedAt()
public CreateSshKeyResponseBody.CreateSshKeyResponseBodyResult setFingerPrint(String fingerPrint)
public String getFingerPrint()
public CreateSshKeyResponseBody.CreateSshKeyResponseBodyResult setId(Long id)
public Long getId()
public CreateSshKeyResponseBody.CreateSshKeyResponseBodyResult setKey(String key)
public String getKey()
public CreateSshKeyResponseBody.CreateSshKeyResponseBodyResult setKeyScope(String keyScope)
public String getKeyScope()
public CreateSshKeyResponseBody.CreateSshKeyResponseBodyResult setTitle(String title)
public String getTitle()
Copyright © 2022. All rights reserved.