public class ImageTagsResult extends AbstractModel
| 构造器和说明 |
|---|
ImageTagsResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
ImageTag[] |
getContent()
Get 列表信息
|
String |
getRepoName()
Get 仓库名,含命名空间,如tsf/ngin
|
String |
getServer()
Get 镜像服务器地址
|
Long |
getTotalCount()
Get 总记录数
|
void |
setContent(ImageTag[] Content)
Set 列表信息
|
void |
setRepoName(String RepoName)
Set 仓库名,含命名空间,如tsf/ngin
|
void |
setServer(String Server)
Set 镜像服务器地址
|
void |
setTotalCount(Long TotalCount)
Set 总记录数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 总记录数public String getRepoName()
public void setRepoName(String RepoName)
RepoName - 仓库名,含命名空间,如tsf/nginpublic String getServer()
public void setServer(String Server)
Server - 镜像服务器地址public ImageTag[] getContent()
public void setContent(ImageTag[] Content)
Content - 列表信息Copyright © 2020. All rights reserved.