public class ProducerInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProducerInfo() |
ProducerInfo(ProducerInfo 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 |
getClientId()
Get 客户端ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClientIp()
Get 客户端IP
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLanguage()
Get 客户端语言
JAVA((byte) 0),
CPP((byte) 1),
DOTNET((byte) 2),
PYTHON((byte) 3),
DELPHI((byte) 4),
ERLANG((byte) 5),
RUBY((byte) 6),
OTHER((byte) 7),
HTTP((byte) 8),
GO((byte) 9),
PHP((byte) 10),
OMS((byte) 11);
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLastUpdateTimestamp()
Get 最后生产时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersion()
Get 客户端版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClientId(String ClientId)
Set 客户端ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClientIp(String ClientIp)
Set 客户端IP
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLanguage(String Language)
Set 客户端语言
JAVA((byte) 0),
CPP((byte) 1),
DOTNET((byte) 2),
PYTHON((byte) 3),
DELPHI((byte) 4),
ERLANG((byte) 5),
RUBY((byte) 6),
OTHER((byte) 7),
HTTP((byte) 8),
GO((byte) 9),
PHP((byte) 10),
OMS((byte) 11);
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLastUpdateTimestamp(Long LastUpdateTimestamp)
Set 最后生产时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersion(String Version)
Set 客户端版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProducerInfo()
public ProducerInfo(ProducerInfo source)
public String getClientId()
public void setClientId(String ClientId)
ClientId
- 客户端ID
注意:此字段可能返回 null,表示取不到有效值。public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- 客户端IP
注意:此字段可能返回 null,表示取不到有效值。public String getLanguage()
public void setLanguage(String Language)
Language
- 客户端语言
JAVA((byte) 0),
CPP((byte) 1),
DOTNET((byte) 2),
PYTHON((byte) 3),
DELPHI((byte) 4),
ERLANG((byte) 5),
RUBY((byte) 6),
OTHER((byte) 7),
HTTP((byte) 8),
GO((byte) 9),
PHP((byte) 10),
OMS((byte) 11);
注意:此字段可能返回 null,表示取不到有效值。public String getVersion()
public void setVersion(String Version)
Version
- 客户端版本
注意:此字段可能返回 null,表示取不到有效值。public Long getLastUpdateTimestamp()
public void setLastUpdateTimestamp(Long LastUpdateTimestamp)
LastUpdateTimestamp
- 最后生产时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.