public class BatchProgramResult extends BatchProgram
appId, programId, programType| Constructor and Description |
|---|
BatchProgramResult(BatchProgram program,
int statusCode,
String error) |
BatchProgramResult(String appId,
ProgramType programType,
String programId,
int statusCode,
String error) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getError() |
int |
getStatusCode() |
int |
hashCode() |
from, getAppId, getProgramId, getProgramType, validatepublic BatchProgramResult(BatchProgram program, int statusCode, @Nullable String error)
public BatchProgramResult(String appId, ProgramType programType, String programId, int statusCode, @Nullable String error)
public int getStatusCode()
@Nullable public String getError()
public boolean equals(Object o)
equals in class BatchProgrampublic int hashCode()
hashCode in class BatchProgramCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.