public class com.microsoft.azure.management.cdn.OriginGroupUpdateParameters
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.OriginGroupUpdateParameters
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.cdn.HealthProbeParameters healthProbeSettings;
    descriptor: Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.healthProbeSettings")

  private java.util.List<com.microsoft.azure.management.cdn.ResourceReference> origins;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/microsoft/azure/management/cdn/ResourceReference;>;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.origins")

  private java.lang.Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes")

  private com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings;
    descriptor: Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.responseBasedOriginErrorDetectionSettings")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;

  public com.microsoft.azure.management.cdn.HealthProbeParameters healthProbeSettings();
    descriptor: ()Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
         0: .line 55
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.healthProbeSettings:Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;

  public com.microsoft.azure.management.cdn.OriginGroupUpdateParameters withHealthProbeSettings(com.microsoft.azure.management.cdn.HealthProbeParameters);
    descriptor: (Lcom/microsoft/azure/management/cdn/HealthProbeParameters;)Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
        start local 1 // com.microsoft.azure.management.cdn.HealthProbeParameters healthProbeSettings
         0: .line 65
            aload 0 /* this */
            aload 1 /* healthProbeSettings */
            putfield com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.healthProbeSettings:Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
         1: .line 66
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.HealthProbeParameters healthProbeSettings
        end local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;
            0    2     1  healthProbeSettings  Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
    MethodParameters:
                     Name  Flags
      healthProbeSettings  

  public java.util.List<com.microsoft.azure.management.cdn.ResourceReference> origins();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
         0: .line 75
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.origins:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/cdn/ResourceReference;>;

  public com.microsoft.azure.management.cdn.OriginGroupUpdateParameters withOrigins(java.util.List<com.microsoft.azure.management.cdn.ResourceReference>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
        start local 1 // java.util.List origins
         0: .line 85
            aload 0 /* this */
            aload 1 /* origins */
            putfield com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.origins:Ljava/util/List;
         1: .line 86
            aload 0 /* this */
            areturn
        end local 1 // java.util.List origins
        end local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;
            0    2     1  origins  Ljava/util/List<Lcom/microsoft/azure/management/cdn/ResourceReference;>;
    Signature: (Ljava/util/List<Lcom/microsoft/azure/management/cdn/ResourceReference;>;)Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;
    MethodParameters:
         Name  Flags
      origins  

  public java.lang.Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
         0: .line 95
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.trafficRestorationTimeToHealedOrNewEndpointsInMinutes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;

  public com.microsoft.azure.management.cdn.OriginGroupUpdateParameters withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
        start local 1 // java.lang.Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes
         0: .line 105
            aload 0 /* this */
            aload 1 /* trafficRestorationTimeToHealedOrNewEndpointsInMinutes */
            putfield com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.trafficRestorationTimeToHealedOrNewEndpointsInMinutes:Ljava/lang/Integer;
         1: .line 106
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes
        end local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
      LocalVariableTable:
        Start  End  Slot                                                   Name  Signature
            0    2     0                                                   this  Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;
            0    2     1  trafficRestorationTimeToHealedOrNewEndpointsInMinutes  Ljava/lang/Integer;
    MethodParameters:
                                                       Name  Flags
      trafficRestorationTimeToHealedOrNewEndpointsInMinutes  

  public com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings();
    descriptor: ()Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
         0: .line 115
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.responseBasedOriginErrorDetectionSettings:Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;

  public com.microsoft.azure.management.cdn.OriginGroupUpdateParameters withResponseBasedOriginErrorDetectionSettings(com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters);
    descriptor: (Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;)Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
        start local 1 // com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings
         0: .line 125
            aload 0 /* this */
            aload 1 /* responseBasedOriginErrorDetectionSettings */
            putfield com.microsoft.azure.management.cdn.OriginGroupUpdateParameters.responseBasedOriginErrorDetectionSettings:Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
         1: .line 126
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings
        end local 0 // com.microsoft.azure.management.cdn.OriginGroupUpdateParameters this
      LocalVariableTable:
        Start  End  Slot                                       Name  Signature
            0    2     0                                       this  Lcom/microsoft/azure/management/cdn/OriginGroupUpdateParameters;
            0    2     1  responseBasedOriginErrorDetectionSettings  Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
    MethodParameters:
                                           Name  Flags
      responseBasedOriginErrorDetectionSettings  
}
SourceFile: "OriginGroupUpdateParameters.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()