public class DescribeImageTagsRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeImageTagsRequest() |
DescribeImageTagsRequest(DescribeImageTagsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
Get 应用Id
|
Long |
getLimit()
Get 分页个数,默认为20, 取值应为1~100
|
Long |
getOffset()
Get 偏移量,取值从0开始
|
Long |
getQueryImageIdFlag()
Get 不填和0:查询 1:不查询
|
String |
getRepoType()
Get 企业: tcr ;个人: personal或者不填
|
String |
getSearchWord()
Get 可用于搜索的 tag 名字
|
TcrRepoInfo |
getTcrRepoInfo()
Get TcrRepoInfo值
|
void |
setApplicationId(String ApplicationId)
Set 应用Id
|
void |
setLimit(Long Limit)
Set 分页个数,默认为20, 取值应为1~100
|
void |
setOffset(Long Offset)
Set 偏移量,取值从0开始
|
void |
setQueryImageIdFlag(Long QueryImageIdFlag)
Set 不填和0:查询 1:不查询
|
void |
setRepoType(String RepoType)
Set 企业: tcr ;个人: personal或者不填
|
void |
setSearchWord(String SearchWord)
Set 可用于搜索的 tag 名字
|
void |
setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
Set TcrRepoInfo值
|
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 DescribeImageTagsRequest()
public DescribeImageTagsRequest(DescribeImageTagsRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - 应用Idpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,取值从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页个数,默认为20, 取值应为1~100public Long getQueryImageIdFlag()
public void setQueryImageIdFlag(Long QueryImageIdFlag)
QueryImageIdFlag - 不填和0:查询 1:不查询public String getSearchWord()
public void setSearchWord(String SearchWord)
SearchWord - 可用于搜索的 tag 名字public String getRepoType()
public void setRepoType(String RepoType)
RepoType - 企业: tcr ;个人: personal或者不填public TcrRepoInfo getTcrRepoInfo()
public void setTcrRepoInfo(TcrRepoInfo TcrRepoInfo)
TcrRepoInfo - TcrRepoInfo值Copyright © 2021. All rights reserved.