com.inmobi.conduit.visualization.shared
Class RequestResponse.ClientConfiguration

java.lang.Object
  extended by com.google.protobuf.gwt.shared.AbstractMessage
      extended by com.google.protobuf.gwt.shared.GeneratedMessage
          extended by com.inmobi.conduit.visualization.shared.RequestResponse.ClientConfiguration
All Implemented Interfaces:
Message
Enclosing class:
RequestResponse

public static final class RequestResponse.ClientConfiguration
extends GeneratedMessage


Nested Class Summary
static class RequestResponse.ClientConfiguration.Builder
           
 
Field Summary
static int AGENTSLA_FIELD_NUMBER
           
static int COLLECTORSLA_FIELD_NUMBER
           
static int DAILYROLLEDUPTILLDAYS_FIELD_NUMBER
           
static int HDFSSLA_FIELD_NUMBER
           
static int LOCALSLA_FIELD_NUMBER
           
static int MAXSTARTTIME_FIELD_NUMBER
           
static int MAXTIMERANGEINT_FIELD_NUMBER
           
static int MERGESLA_FIELD_NUMBER
           
static int MIRRORSLA_FIELD_NUMBER
           
static int PERCENTAGEFORLOSS_FIELD_NUMBER
           
static int PERCENTAGEFORWARN_FIELD_NUMBER
           
static int PERCENTILEFORSLA_FIELD_NUMBER
           
static int PUBLISHERSLA_FIELD_NUMBER
           
static int ROLLEDUPTILLDAYS_FIELD_NUMBER
           
static int TIMETICKINTERVAL_FIELD_NUMBER
           
static int VIPSLA_FIELD_NUMBER
           
static int WARNLOSSTHRESHOLDDIFF_FIELD_NUMBER
           
 
Method Summary
 String getAgentSla()
           
 String getCollectorSla()
           
 int getDailyRolledupTilldays()
           
static RequestResponse.ClientConfiguration getDefaultInstance()
           
 RequestResponse.ClientConfiguration getDefaultInstanceForType()
          Get an instance of the type with all fields set to their default values.
 String getHdfsSla()
           
 String getLocalSla()
           
 String getMaxStartTime()
           
 String getMaxTimeRangeInt()
           
 String getMergeSla()
           
 String getMirrorSla()
           
 String getPercentageForLoss()
           
 String getPercentageForWarn()
           
 String getPercentileForSla()
           
 String getPublisherSla()
           
 int getRolleduptilldays()
           
 String getTimeTickInterval()
           
 String getVipSla()
           
 String getWarnLossThresholdDiff()
           
 boolean hasAgentSla()
           
 boolean hasCollectorSla()
           
 boolean hasDailyRolledupTilldays()
           
 boolean hasHdfsSla()
           
 boolean hasLocalSla()
           
 boolean hasMaxStartTime()
           
 boolean hasMaxTimeRangeInt()
           
 boolean hasMergeSla()
           
 boolean hasMirrorSla()
           
 boolean hasPercentageForLoss()
           
 boolean hasPercentageForWarn()
           
 boolean hasPercentileForSla()
           
 boolean hasPublisherSla()
           
 boolean hasRolleduptilldays()
           
 boolean hasTimeTickInterval()
           
 boolean hasVipSla()
           
 boolean hasWarnLossThresholdDiff()
           
 boolean isInitialized()
          Returns true if all required fields in the message and all embedded messages are set, false otherwise.
static RequestResponse.ClientConfiguration.Builder newBuilder()
           
static RequestResponse.ClientConfiguration.Builder newBuilder(RequestResponse.ClientConfiguration prototype)
           
 RequestResponse.ClientConfiguration.Builder newBuilderForType()
          Constructs a new builder for a message of the same type as this message.
 RequestResponse.ClientConfiguration.Builder toBuilder()
          Constructs a builder initialized with the current message.
 void writeTo(JsonStream output)
          Serializes the message and writes it to output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PUBLISHERSLA_FIELD_NUMBER

public static final int PUBLISHERSLA_FIELD_NUMBER
See Also:
Constant Field Values

AGENTSLA_FIELD_NUMBER

public static final int AGENTSLA_FIELD_NUMBER
See Also:
Constant Field Values

VIPSLA_FIELD_NUMBER

public static final int VIPSLA_FIELD_NUMBER
See Also:
Constant Field Values

COLLECTORSLA_FIELD_NUMBER

public static final int COLLECTORSLA_FIELD_NUMBER
See Also:
Constant Field Values

HDFSSLA_FIELD_NUMBER

public static final int HDFSSLA_FIELD_NUMBER
See Also:
Constant Field Values

PERCENTILEFORSLA_FIELD_NUMBER

public static final int PERCENTILEFORSLA_FIELD_NUMBER
See Also:
Constant Field Values

PERCENTAGEFORLOSS_FIELD_NUMBER

public static final int PERCENTAGEFORLOSS_FIELD_NUMBER
See Also:
Constant Field Values

PERCENTAGEFORWARN_FIELD_NUMBER

public static final int PERCENTAGEFORWARN_FIELD_NUMBER
See Also:
Constant Field Values

MAXSTARTTIME_FIELD_NUMBER

public static final int MAXSTARTTIME_FIELD_NUMBER
See Also:
Constant Field Values

MAXTIMERANGEINT_FIELD_NUMBER

public static final int MAXTIMERANGEINT_FIELD_NUMBER
See Also:
Constant Field Values

WARNLOSSTHRESHOLDDIFF_FIELD_NUMBER

public static final int WARNLOSSTHRESHOLDDIFF_FIELD_NUMBER
See Also:
Constant Field Values

LOCALSLA_FIELD_NUMBER

public static final int LOCALSLA_FIELD_NUMBER
See Also:
Constant Field Values

MERGESLA_FIELD_NUMBER

public static final int MERGESLA_FIELD_NUMBER
See Also:
Constant Field Values

MIRRORSLA_FIELD_NUMBER

public static final int MIRRORSLA_FIELD_NUMBER
See Also:
Constant Field Values

ROLLEDUPTILLDAYS_FIELD_NUMBER

public static final int ROLLEDUPTILLDAYS_FIELD_NUMBER
See Also:
Constant Field Values

TIMETICKINTERVAL_FIELD_NUMBER

public static final int TIMETICKINTERVAL_FIELD_NUMBER
See Also:
Constant Field Values

DAILYROLLEDUPTILLDAYS_FIELD_NUMBER

public static final int DAILYROLLEDUPTILLDAYS_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static RequestResponse.ClientConfiguration getDefaultInstance()

getDefaultInstanceForType

public RequestResponse.ClientConfiguration getDefaultInstanceForType()
Description copied from interface: Message
Get an instance of the type with all fields set to their default values. This may or may not be a singleton. This differs from the getDefaultInstance() method of generated message classes in that this method is an abstract method of the MessageLite interface whereas getDefaultInstance() is a static method of a specific class. They return the same thing.


hasPublisherSla

public boolean hasPublisherSla()

getPublisherSla

public String getPublisherSla()

hasAgentSla

public boolean hasAgentSla()

getAgentSla

public String getAgentSla()

hasVipSla

public boolean hasVipSla()

getVipSla

public String getVipSla()

hasCollectorSla

public boolean hasCollectorSla()

getCollectorSla

public String getCollectorSla()

hasHdfsSla

public boolean hasHdfsSla()

getHdfsSla

public String getHdfsSla()

hasPercentileForSla

public boolean hasPercentileForSla()

getPercentileForSla

public String getPercentileForSla()

hasPercentageForLoss

public boolean hasPercentageForLoss()

getPercentageForLoss

public String getPercentageForLoss()

hasPercentageForWarn

public boolean hasPercentageForWarn()

getPercentageForWarn

public String getPercentageForWarn()

hasMaxStartTime

public boolean hasMaxStartTime()

getMaxStartTime

public String getMaxStartTime()

hasMaxTimeRangeInt

public boolean hasMaxTimeRangeInt()

getMaxTimeRangeInt

public String getMaxTimeRangeInt()

hasWarnLossThresholdDiff

public boolean hasWarnLossThresholdDiff()

getWarnLossThresholdDiff

public String getWarnLossThresholdDiff()

hasLocalSla

public boolean hasLocalSla()

getLocalSla

public String getLocalSla()

hasMergeSla

public boolean hasMergeSla()

getMergeSla

public String getMergeSla()

hasMirrorSla

public boolean hasMirrorSla()

getMirrorSla

public String getMirrorSla()

hasRolleduptilldays

public boolean hasRolleduptilldays()

getRolleduptilldays

public int getRolleduptilldays()

hasTimeTickInterval

public boolean hasTimeTickInterval()

getTimeTickInterval

public String getTimeTickInterval()

hasDailyRolledupTilldays

public boolean hasDailyRolledupTilldays()

getDailyRolledupTilldays

public int getDailyRolledupTilldays()

isInitialized

public final boolean isInitialized()
Description copied from interface: Message
Returns true if all required fields in the message and all embedded messages are set, false otherwise.


writeTo

public void writeTo(JsonStream output)
             throws IOException
Description copied from interface: Message
Serializes the message and writes it to output.

Throws:
IOException

newBuilder

public static RequestResponse.ClientConfiguration.Builder newBuilder()

newBuilderForType

public RequestResponse.ClientConfiguration.Builder newBuilderForType()
Description copied from interface: Message
Constructs a new builder for a message of the same type as this message.


newBuilder

public static RequestResponse.ClientConfiguration.Builder newBuilder(RequestResponse.ClientConfiguration prototype)

toBuilder

public RequestResponse.ClientConfiguration.Builder toBuilder()
Description copied from interface: Message
Constructs a builder initialized with the current message. Use this to derive a new message from the current one.



Copyright © 2014 InMobi. All rights reserved.