Class AutoInjectionNamespaceState
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcm.v20210413.models.AutoInjectionNamespaceState
-
public class AutoInjectionNamespaceState extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AutoInjectionNamespaceState()AutoInjectionNamespaceState(AutoInjectionNamespaceState 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 StringgetNamespace()Get 命名空间名称StringgetState()Get 注入状态 注意:此字段可能返回 null,表示取不到有效值。voidsetNamespace(String Namespace)Set 命名空间名称voidsetState(String State)Set 注入状态 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
AutoInjectionNamespaceState
public AutoInjectionNamespaceState()
-
AutoInjectionNamespaceState
public AutoInjectionNamespaceState(AutoInjectionNamespaceState 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
-
getNamespace
public String getNamespace()
Get 命名空间名称- Returns:
- Namespace 命名空间名称
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间名称- Parameters:
Namespace- 命名空间名称
-
getState
public String getState()
Get 注入状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- State 注入状态 注意:此字段可能返回 null,表示取不到有效值。
-
setState
public void setState(String State)
Set 注入状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
State- 注入状态 注意:此字段可能返回 null,表示取不到有效值。
-
-