public class DescribeRelatedIngressesRequest extends AbstractModel
Constructor and Description |
---|
DescribeRelatedIngressesRequest() |
DescribeRelatedIngressesRequest(DescribeRelatedIngressesRequest 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
|
String |
getClusterNamespace()
Get 环境 namespace
|
String |
getEnvironmentId()
Get 环境 id
|
Long |
getSourceChannel()
Get 来源渠道
|
void |
setApplicationId(String ApplicationId)
Set 应用 ID
|
void |
setClusterNamespace(String ClusterNamespace)
Set 环境 namespace
|
void |
setEnvironmentId(String EnvironmentId)
Set 环境 id
|
void |
setSourceChannel(Long SourceChannel)
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, toJsonString
public DescribeRelatedIngressesRequest()
public DescribeRelatedIngressesRequest(DescribeRelatedIngressesRequest source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 环境 idpublic String getClusterNamespace()
public void setClusterNamespace(String ClusterNamespace)
ClusterNamespace
- 环境 namespacepublic Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel
- 来源渠道public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 应用 IDCopyright © 2021. All rights reserved.