public class com.microsoft.azure.management.cdn.implementation.OriginGroupInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.OriginGroupInner
  super_class: com.microsoft.azure.ProxyResource
{
  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")

  private com.microsoft.azure.management.cdn.OriginGroupResourceState resourceState;
    descriptor: Lcom/microsoft/azure/management/cdn/OriginGroupResourceState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.resourceState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private java.lang.String provisioningState;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  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.implementation.OriginGroupInner this
         0: .line 25
            aload 0 /* this */
            invokespecial com.microsoft.azure.ProxyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;

  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.implementation.OriginGroupInner this
         0: .line 74
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginGroupInner.healthProbeSettings:Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;

  public com.microsoft.azure.management.cdn.implementation.OriginGroupInner withHealthProbeSettings(com.microsoft.azure.management.cdn.HealthProbeParameters);
    descriptor: (Lcom/microsoft/azure/management/cdn/HealthProbeParameters;)Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
        start local 1 // com.microsoft.azure.management.cdn.HealthProbeParameters healthProbeSettings
         0: .line 84
            aload 0 /* this */
            aload 1 /* healthProbeSettings */
            putfield com.microsoft.azure.management.cdn.implementation.OriginGroupInner.healthProbeSettings:Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
         1: .line 85
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.HealthProbeParameters healthProbeSettings
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;
            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.implementation.OriginGroupInner this
         0: .line 94
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginGroupInner.origins:Ljava/util/List;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/cdn/ResourceReference;>;

  public com.microsoft.azure.management.cdn.implementation.OriginGroupInner withOrigins(java.util.List<com.microsoft.azure.management.cdn.ResourceReference>);
    descriptor: (Ljava/util/List;)Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
        start local 1 // java.util.List origins
         0: .line 104
            aload 0 /* this */
            aload 1 /* origins */
            putfield com.microsoft.azure.management.cdn.implementation.OriginGroupInner.origins:Ljava/util/List;
         1: .line 105
            aload 0 /* this */
            areturn
        end local 1 // java.util.List origins
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;
            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/implementation/OriginGroupInner;
    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.implementation.OriginGroupInner this
         0: .line 114
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginGroupInner.trafficRestorationTimeToHealedOrNewEndpointsInMinutes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;

  public com.microsoft.azure.management.cdn.implementation.OriginGroupInner withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
        start local 1 // java.lang.Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes
         0: .line 124
            aload 0 /* this */
            aload 1 /* trafficRestorationTimeToHealedOrNewEndpointsInMinutes */
            putfield com.microsoft.azure.management.cdn.implementation.OriginGroupInner.trafficRestorationTimeToHealedOrNewEndpointsInMinutes:Ljava/lang/Integer;
         1: .line 125
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
      LocalVariableTable:
        Start  End  Slot                                                   Name  Signature
            0    2     0                                                   this  Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;
            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.implementation.OriginGroupInner this
         0: .line 134
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginGroupInner.responseBasedOriginErrorDetectionSettings:Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;

  public com.microsoft.azure.management.cdn.implementation.OriginGroupInner withResponseBasedOriginErrorDetectionSettings(com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters);
    descriptor: (Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;)Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
        start local 1 // com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings
         0: .line 144
            aload 0 /* this */
            aload 1 /* responseBasedOriginErrorDetectionSettings */
            putfield com.microsoft.azure.management.cdn.implementation.OriginGroupInner.responseBasedOriginErrorDetectionSettings:Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
         1: .line 145
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters responseBasedOriginErrorDetectionSettings
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
      LocalVariableTable:
        Start  End  Slot                                       Name  Signature
            0    2     0                                       this  Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;
            0    2     1  responseBasedOriginErrorDetectionSettings  Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
    MethodParameters:
                                           Name  Flags
      responseBasedOriginErrorDetectionSettings  

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

  public java.lang.String provisioningState();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
         0: .line 163
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.OriginGroupInner.provisioningState:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.OriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/OriginGroupInner;
}
SourceFile: "OriginGroupInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()