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