public class Episode_Details_output.Episode.Resolution
extends java.lang.Object
| Constructor and Description |
|---|
Resolution() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBEST()
This Method is use to Get the Best Resolution
|
java.lang.String |
getFourthBest()
This Method is use to Get the Fourth Best Resolution
|
java.lang.String |
getSecondBest()
This Method is use to Get the Second Best Resolution
|
java.lang.String |
getThirdBest()
This Method is use to Get the Third Best Resolution
|
void |
setBEST(java.lang.String BEST)
This Method is use to Set the Best Resolution
|
void |
setFourthBest(java.lang.String fourthBest)
This Method is use to Get the Fourth Best Resolution
|
void |
setSecondBest(java.lang.String secondBest)
This Method is use to Set the Second Best Resolution
|
void |
setThirdBest(java.lang.String thirdBest)
This Method is use to Get the Third Best Resolution
|
public java.lang.String getBEST()
public void setBEST(java.lang.String BEST)
BEST - For Setting Best Resolutionpublic java.lang.String getSecondBest()
public void setSecondBest(java.lang.String secondBest)
secondBest - For Setting The Second Best Resolutionpublic java.lang.String getThirdBest()
public void setThirdBest(java.lang.String thirdBest)
thirdBest - For Setting The Third Best Resolutionpublic java.lang.String getFourthBest()
public void setFourthBest(java.lang.String fourthBest)
fourthBest - For Setting The Fourth Best Resolution