public class GetTimelineCollectorContextResponsePBImpl extends GetTimelineCollectorContextResponse
| Constructor | Description |
|---|---|
GetTimelineCollectorContextResponsePBImpl() |
|
GetTimelineCollectorContextResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.GetTimelineCollectorContextResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.lang.String |
getFlowName() |
|
long |
getFlowRunId() |
|
java.lang.String |
getFlowVersion() |
|
org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.GetTimelineCollectorContextResponseProto |
getProto() |
|
java.lang.String |
getUserId() |
|
int |
hashCode() |
|
void |
setFlowName(java.lang.String flowName) |
|
void |
setFlowRunId(long flowRunId) |
|
void |
setFlowVersion(java.lang.String flowVersion) |
|
void |
setUserId(java.lang.String userId) |
|
java.lang.String |
toString() |
newInstancepublic GetTimelineCollectorContextResponsePBImpl()
public GetTimelineCollectorContextResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.GetTimelineCollectorContextResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.GetTimelineCollectorContextResponseProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getUserId()
getUserId in class GetTimelineCollectorContextResponsepublic void setUserId(java.lang.String userId)
setUserId in class GetTimelineCollectorContextResponsepublic java.lang.String getFlowName()
getFlowName in class GetTimelineCollectorContextResponsepublic void setFlowName(java.lang.String flowName)
setFlowName in class GetTimelineCollectorContextResponsepublic java.lang.String getFlowVersion()
getFlowVersion in class GetTimelineCollectorContextResponsepublic void setFlowVersion(java.lang.String flowVersion)
setFlowVersion in class GetTimelineCollectorContextResponsepublic long getFlowRunId()
getFlowRunId in class GetTimelineCollectorContextResponsepublic void setFlowRunId(long flowRunId)
setFlowRunId in class GetTimelineCollectorContextResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.