public class GroupInfoMember extends AbstractModel
| Constructor and Description | 
|---|
GroupInfoMember()  | 
| Modifier and Type | Method and Description | 
|---|---|
Assignment | 
getAssignment()
Get Stores the information of partition assigned to this consumer 
 | 
String | 
getClientHost()
Get Generally stores client IP address 
 | 
String | 
getClientId()
Get `client.id` information by the client consumer SDK 
 | 
String | 
getMemberId()
Get Unique ID generated for consumer in consumer group by coordinator 
 | 
void | 
setAssignment(Assignment Assignment)
Set Stores the information of partition assigned to this consumer 
 | 
void | 
setClientHost(String ClientHost)
Set Generally stores client IP address 
 | 
void | 
setClientId(String ClientId)
Set `client.id` information by the client consumer SDK 
 | 
void | 
setMemberId(String MemberId)
Set Unique ID generated for consumer in consumer group by coordinator 
 | 
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 String getMemberId()
public void setMemberId(String MemberId)
MemberId - Unique ID generated for consumer in consumer group by coordinatorpublic String getClientId()
public void setClientId(String ClientId)
ClientId - `client.id` information by the client consumer SDKpublic String getClientHost()
public void setClientHost(String ClientHost)
ClientHost - Generally stores client IP addresspublic Assignment getAssignment()
public void setAssignment(Assignment Assignment)
Assignment - Stores the information of partition assigned to this consumerCopyright © 2021. All rights reserved.