Class DescribeSecretsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeSecretsRequest
-
public class DescribeSecretsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSecretsRequest()DescribeSecretsRequest(DescribeSecretsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEdgeUnitID()Get 边缘单元IDLonggetLimit()Get 每页数目StringgetNamePattern()Get Secret名(模糊匹配)LonggetOffset()Get 页号StringgetSecretNamespace()Get 命名空间StringgetSecretType()Get Secret类型(DockerConfigJson或Opaque)FieldSortgetSort()Get Sort.Field:CreateTime Sort.Order:ASC|DESCvoidsetEdgeUnitID(Long EdgeUnitID)Set 边缘单元IDvoidsetLimit(Long Limit)Set 每页数目voidsetNamePattern(String NamePattern)Set Secret名(模糊匹配)voidsetOffset(Long Offset)Set 页号voidsetSecretNamespace(String SecretNamespace)Set 命名空间voidsetSecretType(String SecretType)Set Secret类型(DockerConfigJson或Opaque)voidsetSort(FieldSort Sort)Set Sort.Field:CreateTime Sort.Order:ASC|DESCvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeSecretsRequest
public DescribeSecretsRequest()
-
DescribeSecretsRequest
public DescribeSecretsRequest(DescribeSecretsRequest 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.
-
-
Method Detail
-
getEdgeUnitID
public Long getEdgeUnitID()
Get 边缘单元ID- Returns:
- EdgeUnitID 边缘单元ID
-
setEdgeUnitID
public void setEdgeUnitID(Long EdgeUnitID)
Set 边缘单元ID- Parameters:
EdgeUnitID- 边缘单元ID
-
getOffset
public Long getOffset()
Get 页号- Returns:
- Offset 页号
-
setOffset
public void setOffset(Long Offset)
Set 页号- Parameters:
Offset- 页号
-
getLimit
public Long getLimit()
Get 每页数目- Returns:
- Limit 每页数目
-
setLimit
public void setLimit(Long Limit)
Set 每页数目- Parameters:
Limit- 每页数目
-
getSecretNamespace
public String getSecretNamespace()
Get 命名空间- Returns:
- SecretNamespace 命名空间
-
setSecretNamespace
public void setSecretNamespace(String SecretNamespace)
Set 命名空间- Parameters:
SecretNamespace- 命名空间
-
getNamePattern
public String getNamePattern()
Get Secret名(模糊匹配)- Returns:
- NamePattern Secret名(模糊匹配)
-
setNamePattern
public void setNamePattern(String NamePattern)
Set Secret名(模糊匹配)- Parameters:
NamePattern- Secret名(模糊匹配)
-
getSort
public FieldSort getSort()
Get Sort.Field:CreateTime Sort.Order:ASC|DESC- Returns:
- Sort Sort.Field:CreateTime Sort.Order:ASC|DESC
-
setSort
public void setSort(FieldSort Sort)
Set Sort.Field:CreateTime Sort.Order:ASC|DESC- Parameters:
Sort- Sort.Field:CreateTime Sort.Order:ASC|DESC
-
getSecretType
public String getSecretType()
Get Secret类型(DockerConfigJson或Opaque)- Returns:
- SecretType Secret类型(DockerConfigJson或Opaque)
-
setSecretType
public void setSecretType(String SecretType)
Set Secret类型(DockerConfigJson或Opaque)- Parameters:
SecretType- Secret类型(DockerConfigJson或Opaque)
-
-